From 93d4c90a681d527044567bbbb7d5f81aec31a6b5 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 21 Nov 2011 20:26:01 +1300 Subject: [PATCH] Bug 4330: Wrong address for Free Software Foundation Signed-off-by: Marcel de Rooy --- about.pl | 6 +++--- mainpage.pl | 7 +++---- opac/opac-export.pl | 7 +++---- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/about.pl b/about.pl index ae2d0dc3ac..596637d7f6 100755 --- a/about.pl +++ b/about.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; use warnings; diff --git a/mainpage.pl b/mainpage.pl index 25ee4754b1..857bd7cb20 100755 --- a/mainpage.pl +++ b/mainpage.pl @@ -14,10 +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/opac/opac-export.pl b/opac/opac-export.pl index 41bf81ac44..411fd3fd86 100755 --- a/opac/opac-export.pl +++ b/opac/opac-export.pl @@ -13,10 +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; -- 2.11.0