Tadashi Okoshi
slash****@users*****
2005年 12月 25日 (日) 18:35:59 JST
Index: affelio_farm/index.cgi
diff -u affelio_farm/index.cgi:1.2 affelio_farm/index.cgi:1.3
--- affelio_farm/index.cgi:1.2 Tue Nov 22 21:10:44 2005
+++ affelio_farm/index.cgi Sun Dec 25 18:35:59 2005
@@ -1,5 +1,23 @@
#!/usr/bin/perl
+# Copyright (C) 2005 FishGrove Inc.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+# $Id: index.cgi,v 1.3 2005/12/25 09:35:59 slash5234 Exp $
+
use lib("./admin/skelton/affelio/extlib");
use CGI qw(-unique_headers);
$CGI::DISABLE_UPLOADS = 0;