From ed8775be7703543a7def46033d0b145ba7dcf01a 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 --- 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 ae2d0dc..596637d 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 25ee475..857bd7c 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 41bf81a..411fd3f 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; -- 1.7.5.4