Tadashi Okoshi
slash****@users*****
2005年 7月 1日 (金) 11:06:40 JST
Index: affelio/apps/diary/common/checkwrite.pl
diff -u affelio/apps/diary/common/checkwrite.pl:1.1.1.1 affelio/apps/diary/common/checkwrite.pl:1.2
--- affelio/apps/diary/common/checkwrite.pl:1.1.1.1 Tue Jun 14 12:53:30 2005
+++ affelio/apps/diary/common/checkwrite.pl Fri Jul 1 11:06:40 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.
+
# æ¸ãè¾¼ã¿ã¢ã¯ã»ã¹æ¨©éããã§ãã¯
unless ($afap->check_access("write_diary")) {
Index: affelio/apps/diary/common/diary.pl
diff -u affelio/apps/diary/common/diary.pl:1.1.1.1 affelio/apps/diary/common/diary.pl:1.2
--- affelio/apps/diary/common/diary.pl:1.1.1.1 Tue Jun 14 12:53:30 2005
+++ affelio/apps/diary/common/diary.pl Fri Jul 1 11:06:40 2005
@@ -1,4 +1,19 @@
#!/usr/bin/env 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.
use strict;
Index: affelio/apps/diary/common/footer.pl
diff -u affelio/apps/diary/common/footer.pl:1.1.1.1 affelio/apps/diary/common/footer.pl:1.2
--- affelio/apps/diary/common/footer.pl:1.1.1.1 Tue Jun 14 12:53:30 2005
+++ affelio/apps/diary/common/footer.pl Fri Jul 1 11:06:40 2005
@@ -1,3 +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.
##########################################################################
#HTML Footer Partãåºå
Index: affelio/apps/diary/common/header.pl
diff -u affelio/apps/diary/common/header.pl:1.2 affelio/apps/diary/common/header.pl:1.3
--- affelio/apps/diary/common/header.pl:1.2 Mon Jun 20 22:14:26 2005
+++ affelio/apps/diary/common/header.pl Fri Jul 1 11:06:40 2005
@@ -1,3 +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.
use strict;
use lib("../../extlib");
Index: affelio/apps/diary/common/util.pl
diff -u affelio/apps/diary/common/util.pl:1.1.1.1 affelio/apps/diary/common/util.pl:1.2
--- affelio/apps/diary/common/util.pl:1.1.1.1 Tue Jun 14 12:53:30 2005
+++ affelio/apps/diary/common/util.pl Fri Jul 1 11:06:40 2005
@@ -1,3 +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.
sub markupURL {
my $text = shift;