Tadashi Okoshi
slash****@users*****
2005年 7月 1日 (金) 11:06:40 JST
Index: affelio/apps/diary/Diary.pm
diff -u affelio/apps/diary/Diary.pm:1.17 affelio/apps/diary/Diary.pm:1.18
--- affelio/apps/diary/Diary.pm:1.17 Thu Jun 30 18:55:48 2005
+++ affelio/apps/diary/Diary.pm Fri Jul 1 11:06:39 2005
@@ -1,4 +1,18 @@
-
+# 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.
package Diary;
use strict;
Index: affelio/apps/diary/edit_diary.cgi
diff -u affelio/apps/diary/edit_diary.cgi:1.6 affelio/apps/diary/edit_diary.cgi:1.7
--- affelio/apps/diary/edit_diary.cgi:1.6 Thu Jun 30 07:57:13 2005
+++ affelio/apps/diary/edit_diary.cgi Fri Jul 1 11:06:39 2005
@@ -1,4 +1,19 @@
#!/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.
require 'init.pl';
$diary->checkAccess('write_diary');
Index: affelio/apps/diary/external_blog.cgi
diff -u affelio/apps/diary/external_blog.cgi:1.4 affelio/apps/diary/external_blog.cgi:1.5
--- affelio/apps/diary/external_blog.cgi:1.4 Thu Jun 30 17:28:21 2005
+++ affelio/apps/diary/external_blog.cgi Fri Jul 1 11:06:39 2005
@@ -1,4 +1,19 @@
#!/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.
require 'init.pl';
Index: affelio/apps/diary/get_rss.cgi
diff -u affelio/apps/diary/get_rss.cgi:1.2 affelio/apps/diary/get_rss.cgi:1.3
--- affelio/apps/diary/get_rss.cgi:1.2 Thu Jun 30 02:38:50 2005
+++ affelio/apps/diary/get_rss.cgi Fri Jul 1 11:06:39 2005
@@ -1,4 +1,19 @@
#!/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.
require 'init.pl';
Index: affelio/apps/diary/init.pl
diff -u affelio/apps/diary/init.pl:1.1 affelio/apps/diary/init.pl:1.2
--- affelio/apps/diary/init.pl:1.1 Sun Jun 26 13:08:34 2005
+++ affelio/apps/diary/init.pl Fri Jul 1 11:06:39 2005
@@ -1,3 +1,19 @@
+# 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.
+
use strict;
use lib("../../extlib");
Index: affelio/apps/diary/list_diary.cgi
diff -u affelio/apps/diary/list_diary.cgi:1.6 affelio/apps/diary/list_diary.cgi:1.7
--- affelio/apps/diary/list_diary.cgi:1.6 Thu Jun 30 07:57:13 2005
+++ affelio/apps/diary/list_diary.cgi Fri Jul 1 11:06:39 2005
@@ -1,4 +1,19 @@
#!/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.
require('init.pl');
Index: affelio/apps/diary/no_output.cgi
diff -u affelio/apps/diary/no_output.cgi:1.1.1.1 affelio/apps/diary/no_output.cgi:1.2
--- affelio/apps/diary/no_output.cgi:1.1.1.1 Tue Jun 14 12:53:30 2005
+++ affelio/apps/diary/no_output.cgi Fri Jul 1 11:06:39 2005
@@ -1,4 +1,19 @@
#!/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.
require './common/header.pl';
Index: affelio/apps/diary/owner.cgi
diff -u affelio/apps/diary/owner.cgi:1.3 affelio/apps/diary/owner.cgi:1.4
--- affelio/apps/diary/owner.cgi:1.3 Thu Jun 30 11:55:14 2005
+++ affelio/apps/diary/owner.cgi Fri Jul 1 11:06:39 2005
@@ -1,4 +1,19 @@
#!/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.
require 'init.pl';
Index: affelio/apps/diary/show_diary.cgi
diff -u affelio/apps/diary/show_diary.cgi:1.6 affelio/apps/diary/show_diary.cgi:1.7
--- affelio/apps/diary/show_diary.cgi:1.6 Thu Jun 30 07:57:13 2005
+++ affelio/apps/diary/show_diary.cgi Fri Jul 1 11:06:39 2005
@@ -1,4 +1,19 @@
#!/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.
require 'init.pl';
print $diary->get_HTML_header;
Index: affelio/apps/diary/show_image.cgi
diff -u affelio/apps/diary/show_image.cgi:1.1 affelio/apps/diary/show_image.cgi:1.2
--- affelio/apps/diary/show_image.cgi:1.1 Thu Jun 30 07:57:13 2005
+++ affelio/apps/diary/show_image.cgi Fri Jul 1 11:06:39 2005
@@ -1,4 +1,19 @@
#!/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.
require 'init.pl';
Index: affelio/apps/diary/show_trackback.cgi
diff -u affelio/apps/diary/show_trackback.cgi:1.4 affelio/apps/diary/show_trackback.cgi:1.5
--- affelio/apps/diary/show_trackback.cgi:1.4 Thu Jun 30 08:37:48 2005
+++ affelio/apps/diary/show_trackback.cgi Fri Jul 1 11:06:39 2005
@@ -1,4 +1,19 @@
#!/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.
require 'init.pl';
Index: affelio/apps/diary/write_comment.cgi
diff -u affelio/apps/diary/write_comment.cgi:1.7 affelio/apps/diary/write_comment.cgi:1.8
--- affelio/apps/diary/write_comment.cgi:1.7 Thu Jun 30 11:55:14 2005
+++ affelio/apps/diary/write_comment.cgi Fri Jul 1 11:06:39 2005
@@ -1,4 +1,19 @@
#!/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.
require 'init.pl';
$diary->checkAccess('write_comment');
Index: affelio/apps/diary/write_diary.cgi
diff -u affelio/apps/diary/write_diary.cgi:1.7 affelio/apps/diary/write_diary.cgi:1.8
--- affelio/apps/diary/write_diary.cgi:1.7 Thu Jun 30 07:57:13 2005
+++ affelio/apps/diary/write_diary.cgi Fri Jul 1 11:06:39 2005
@@ -1,4 +1,19 @@
#!/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.
our $mymode="owner";