Tadashi Okoshi
slash****@users*****
2005年 7月 1日 (金) 10:49:02 JST
Index: affelio/bin/get_content.cgi diff -u affelio/bin/get_content.cgi:1.17 affelio/bin/get_content.cgi:1.18 --- affelio/bin/get_content.cgi:1.17 Fri Jul 1 04:37:43 2005 +++ affelio/bin/get_content.cgi Fri Jul 1 10:49:01 2005 @@ -1,12 +1,22 @@ #!/usr/bin/perl -T -# Affelio: Open social networking software -# Copyright 2004-2005 Fish Grove -# For more information, please refer following web site. -# http://affelio.jp/ (Japan) -# http://affelio.jp/ (USA and other area) +# Copyright (C) 2005 FishGrove Inc. # -# $Id: get_content.cgi,v 1.17 2005/06/30 19:37:43 slash5234 Exp $ +# 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: get_content.cgi,v 1.18 2005/07/01 01:49:01 slash5234 Exp $ use strict; Index: affelio/bin/loginexec.cgi diff -u affelio/bin/loginexec.cgi:1.3 affelio/bin/loginexec.cgi:1.4 --- affelio/bin/loginexec.cgi:1.3 Thu Jun 30 16:08:17 2005 +++ affelio/bin/loginexec.cgi Fri Jul 1 10:49:01 2005 @@ -1,12 +1,22 @@ #!/usr/bin/perl -T -# Affelio: Open social networking software -# Copyright 2004-2005 Fish Grove -# For more information, please refer following web site. -# http://affelio.jp/ (Japan) -# http://affelio.jp/ (USA and other area) +# Copyright (C) 2005 FishGrove Inc. # -# $Id: loginexec.cgi,v 1.3 2005/06/30 07:08:17 slash5234 Exp $ +# 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: loginexec.cgi,v 1.4 2005/07/01 01:49:01 slash5234 Exp $ use strict; Index: affelio/bin/logoutexec.cgi diff -u affelio/bin/logoutexec.cgi:1.2 affelio/bin/logoutexec.cgi:1.3 --- affelio/bin/logoutexec.cgi:1.2 Thu Jun 30 16:08:17 2005 +++ affelio/bin/logoutexec.cgi Fri Jul 1 10:49:01 2005 @@ -1,12 +1,22 @@ #!/usr/bin/perl -T -# Affelio: Open social networking software -# Copyright 2004-2005 Fish Grove -# For more information, please refer following web site. -# http://affelio.jp/ (Japan) -# http://affelio.jp/ (USA and other area) +# Copyright (C) 2005 FishGrove Inc. # -# $Id: logoutexec.cgi,v 1.2 2005/06/30 07:08:17 slash5234 Exp $ +# 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: logoutexec.cgi,v 1.3 2005/07/01 01:49:01 slash5234 Exp $ use strict; Index: affelio/bin/recv_mail_ack.cgi diff -u affelio/bin/recv_mail_ack.cgi:1.5 affelio/bin/recv_mail_ack.cgi:1.6 --- affelio/bin/recv_mail_ack.cgi:1.5 Fri Jul 1 06:27:16 2005 +++ affelio/bin/recv_mail_ack.cgi Fri Jul 1 10:49:01 2005 @@ -1,12 +1,22 @@ #!/usr/bin/perl -T -# Affelio: Open social networking software -# Copyright 2004-2005 Fish Grove -# For more information, please refer following web site. -# http://affelio.jp/ (Japan) -# http://affelio.jp/ (USA and other area) +# Copyright (C) 2005 FishGrove Inc. # -# $Id: recv_mail_ack.cgi,v 1.5 2005/06/30 21:27:16 slash5234 Exp $ +# 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: recv_mail_ack.cgi,v 1.6 2005/07/01 01:49:01 slash5234 Exp $ use strict; use lib("../extlib"); Index: affelio/bin/send_handshake.cgi diff -u affelio/bin/send_handshake.cgi:1.3 affelio/bin/send_handshake.cgi:1.4 --- affelio/bin/send_handshake.cgi:1.3 Tue Jun 28 20:51:34 2005 +++ affelio/bin/send_handshake.cgi Fri Jul 1 10:49:01 2005 @@ -1,12 +1,22 @@ #!/usr/bin/perl -# Affelio: Open social networking software -# Copyright 2004-2005 Fish Grove -# For more information, please refer following web site. -# http://affelio.jp/ (Japan) -# http://affelio.jp/ (USA and other area) +# Copyright (C) 2005 FishGrove Inc. # -# $Id: send_handshake.cgi,v 1.3 2005/06/28 11:51:34 slash5234 Exp $ +# 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: send_handshake.cgi,v 1.4 2005/07/01 01:49:01 slash5234 Exp $ use strict; use lib("../extlib"); Index: affelio/bin/xml-rpc-serv.cgi diff -u affelio/bin/xml-rpc-serv.cgi:1.1.1.1 affelio/bin/xml-rpc-serv.cgi:1.2 --- affelio/bin/xml-rpc-serv.cgi:1.1.1.1 Tue Jun 14 12:53:29 2005 +++ affelio/bin/xml-rpc-serv.cgi Fri Jul 1 10:49:01 2005 @@ -1,12 +1,22 @@ #!/usr/bin/perl -# Affelio: Open social networking software -# Copyright 2004-2005 Fish Grove -# For more information, please refer following web site. -# http://affelio.jp/ (Japan) -# http://affelio.jp/ (USA and other area) +# Copyright (C) 2005 FishGrove Inc. # -# $Id: xml-rpc-serv.cgi,v 1.1.1.1 2005/06/14 03:53:29 slash5234 Exp $ +# 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: xml-rpc-serv.cgi,v 1.2 2005/07/01 01:49:01 slash5234 Exp $ use strict;