From 9e3dbeaf39f9327428b07877db203cb0d6a57977 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 1 Apr 2011 15:55:06 +1300 Subject: [PATCH] Fixing FSF address in license statements --- C4/Installer/PerlDependencies.pm | 4 ++-- C4/Installer/PerlModules.pm | 4 ++-- installer/data/mysql/it-IT/necessari/class_sources.sql | 6 +++--- members/members-home.pl | 6 +++--- opac/opac-renew.pl | 6 +++--- opac/opac-showreviews.pl | 6 +++--- suggestion/suggestion.pl | 6 +++--- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index eadc569386..03934cb44e 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -510,8 +510,8 @@ This file is part of Koha. Koha 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. -You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -Suite 330, Boston, MA 02111-1307 USA +You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301 USA. =head1 DISCLAIMER OF WARRANTY diff --git a/C4/Installer/PerlModules.pm b/C4/Installer/PerlModules.pm index 35d7ce0668..1f9e57fb2e 100644 --- a/C4/Installer/PerlModules.pm +++ b/C4/Installer/PerlModules.pm @@ -239,8 +239,8 @@ This file is part of Koha. Koha 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. -You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -Suite 330, Boston, MA 02111-1307 USA +You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301 USA. =head1 DISCLAIMER OF WARRANTY diff --git a/installer/data/mysql/it-IT/necessari/class_sources.sql b/installer/data/mysql/it-IT/necessari/class_sources.sql index 880610289c..63b0635089 100644 --- a/installer/data/mysql/it-IT/necessari/class_sources.sql +++ b/installer/data/mysql/it-IT/necessari/class_sources.sql @@ -15,9 +15,9 @@ -- 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 --- Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, --- Suite 330, Boston, MA 02111-1307 USA +-- You should have received a copy of the GNU General Public License along +-- with Koha; if not, write to the Free Software Foundation, Inc., +-- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. SET FOREIGN_KEY_CHECKS=0; -- class sorting (filing) rules diff --git a/members/members-home.pl b/members/members-home.pl index 00c603471b..964fdb7442 100755 --- a/members/members-home.pl +++ b/members/members-home.pl @@ -12,9 +12,9 @@ # 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 -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/opac/opac-renew.pl b/opac/opac-renew.pl index a84be259ed..68abed04a8 100755 --- a/opac/opac-renew.pl +++ b/opac/opac-renew.pl @@ -16,9 +16,9 @@ # 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 -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/opac/opac-showreviews.pl b/opac/opac-showreviews.pl index c254d2682d..f1e0b5320d 100755 --- a/opac/opac-showreviews.pl +++ b/opac/opac-showreviews.pl @@ -14,9 +14,9 @@ # 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 -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index 5aca561ca4..1f933547ee 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -13,9 +13,9 @@ # 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 -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; #use warnings; FIXME - Bug 2505 -- 2.20.1