[Affelio-cvs 452] CVS update: affelio/lib/Affelio/exception

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 7月 1日 (金) 11:00:10 JST


Index: affelio/lib/Affelio/exception/CommunicationException.pm
diff -u affelio/lib/Affelio/exception/CommunicationException.pm:1.1 affelio/lib/Affelio/exception/CommunicationException.pm:1.2
--- affelio/lib/Affelio/exception/CommunicationException.pm:1.1	Tue Jun 28 00:29:20 2005
+++ affelio/lib/Affelio/exception/CommunicationException.pm	Fri Jul  1 11:00:09 2005
@@ -1,10 +1,20 @@
-# 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: CommunicationException.pm,v 1.1 2005/06/27 15:29:20 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: CommunicationException.pm,v 1.2 2005/07/01 02:00:09 slash5234 Exp $
 
 use strict;
 use Error;
Index: affelio/lib/Affelio/exception/DBException.pm
diff -u affelio/lib/Affelio/exception/DBException.pm:1.2 affelio/lib/Affelio/exception/DBException.pm:1.3
--- affelio/lib/Affelio/exception/DBException.pm:1.2	Sat Jun 25 21:14:07 2005
+++ affelio/lib/Affelio/exception/DBException.pm	Fri Jul  1 11:00:09 2005
@@ -1,10 +1,20 @@
-# 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: DBException.pm,v 1.2 2005/06/25 12:14:07 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: DBException.pm,v 1.3 2005/07/01 02:00:09 slash5234 Exp $
 
 use strict;
 use Error;
Index: affelio/lib/Affelio/exception/Exception.pm
diff -u affelio/lib/Affelio/exception/Exception.pm:1.2 affelio/lib/Affelio/exception/Exception.pm:1.3
--- affelio/lib/Affelio/exception/Exception.pm:1.2	Sat Jun 25 21:14:07 2005
+++ affelio/lib/Affelio/exception/Exception.pm	Fri Jul  1 11:00:09 2005
@@ -1,10 +1,20 @@
-# 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: Exception.pm,v 1.2 2005/06/25 12:14:07 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: Exception.pm,v 1.3 2005/07/01 02:00:09 slash5234 Exp $
 
 use strict;
 use Error;
Index: affelio/lib/Affelio/exception/IOException.pm
diff -u affelio/lib/Affelio/exception/IOException.pm:1.2 affelio/lib/Affelio/exception/IOException.pm:1.3
--- affelio/lib/Affelio/exception/IOException.pm:1.2	Sat Jun 25 21:14:07 2005
+++ affelio/lib/Affelio/exception/IOException.pm	Fri Jul  1 11:00:09 2005
@@ -1,10 +1,20 @@
-# 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: IOException.pm,v 1.2 2005/06/25 12:14:07 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: IOException.pm,v 1.3 2005/07/01 02:00:09 slash5234 Exp $
 
 use strict;
 use Error;
Index: affelio/lib/Affelio/exception/InvalidInputException.pm
diff -u affelio/lib/Affelio/exception/InvalidInputException.pm:1.2 affelio/lib/Affelio/exception/InvalidInputException.pm:1.3
--- affelio/lib/Affelio/exception/InvalidInputException.pm:1.2	Thu Jun 30 04:32:39 2005
+++ affelio/lib/Affelio/exception/InvalidInputException.pm	Fri Jul  1 11:00:09 2005
@@ -1,10 +1,20 @@
-# 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: InvalidInputException.pm,v 1.2 2005/06/29 19:32:39 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: InvalidInputException.pm,v 1.3 2005/07/01 02:00:09 slash5234 Exp $
 
 use strict;
 use Error;
Index: affelio/lib/Affelio/exception/NetworkException.pm
diff -u affelio/lib/Affelio/exception/NetworkException.pm:1.1 affelio/lib/Affelio/exception/NetworkException.pm:1.2
--- affelio/lib/Affelio/exception/NetworkException.pm:1.1	Tue Jun 28 20:51:35 2005
+++ affelio/lib/Affelio/exception/NetworkException.pm	Fri Jul  1 11:00:09 2005
@@ -1,10 +1,20 @@
-# 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: NetworkException.pm,v 1.1 2005/06/28 11:51:35 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: NetworkException.pm,v 1.2 2005/07/01 02:00:09 slash5234 Exp $
 
 use strict;
 use Error;
Index: affelio/lib/Affelio/exception/SystemException.pm
diff -u affelio/lib/Affelio/exception/SystemException.pm:1.1 affelio/lib/Affelio/exception/SystemException.pm:1.2
--- affelio/lib/Affelio/exception/SystemException.pm:1.1	Thu Jun 30 03:15:57 2005
+++ affelio/lib/Affelio/exception/SystemException.pm	Fri Jul  1 11:00:09 2005
@@ -1,10 +1,20 @@
-# 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: SystemException.pm,v 1.1 2005/06/29 18:15:57 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: SystemException.pm,v 1.2 2005/07/01 02:00:09 slash5234 Exp $
 
 use strict;
 use Error;
Index: affelio/lib/Affelio/exception/TaintedInputException.pm
diff -u affelio/lib/Affelio/exception/TaintedInputException.pm:1.2 affelio/lib/Affelio/exception/TaintedInputException.pm:1.3
--- affelio/lib/Affelio/exception/TaintedInputException.pm:1.2	Sat Jun 25 21:14:07 2005
+++ affelio/lib/Affelio/exception/TaintedInputException.pm	Fri Jul  1 11:00:09 2005
@@ -1,10 +1,20 @@
-# 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: TaintedInputException.pm,v 1.2 2005/06/25 12:14:07 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: TaintedInputException.pm,v 1.3 2005/07/01 02:00:09 slash5234 Exp $
 
 use strict;
 use Error;


Affelio-cvs メーリングリストの案内
Back to archive index