Changeset 280

Show
Ignore:
Timestamp:
09/26/07 00:46:19 (16 months ago)
Author:
fujiwara
Message:

websites/showa_photo_generator: added license.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/showa_photo_generator/s.cgi

    r279 r280  
    11#!/usr/bin/perl 
    22# -*- coding:utf-8 -*- 
     3# 
     4# Author: FUJIWARA Shunichiro <fujiwara.shunichiro at gmail.com> 
     5# License: Same as Perl 
     6# 
    37 
    48use strict; 
     
    165169} 
    166170 
     171# solid_border is based on Imager/samples/border.pl 
     172# http://search.cpan.org/~tonyc/Imager/samples/border.pl 
    167173sub solid_border { 
    168174  my ( $source, $color ) = @_;