From 9b45de386b43c6bc24644684cf8395e456a6a13d Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 29 Apr 2013 22:31:58 +1200 Subject: [PATCH] [SIGNED-OFF] Bug 10143 - Fixing license headers Content-Type: text/plain; charset="utf-8" Some files have the old 59 Temple address instead of the 51 Franklin street. Signed-off-by: Owen Leonard I see lots more which will need to be corrected as well. --- Koha/DateUtils.pm | 4 ++-- Koha/Indexer/Utils.pm | 4 ++-- members/statistics.pl | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Koha/DateUtils.pm b/Koha/DateUtils.pm index 64a8473..714b171 100644 --- a/Koha/DateUtils.pm +++ b/Koha/DateUtils.pm @@ -13,8 +13,8 @@ package Koha::DateUtils; # 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 +# 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/Koha/Indexer/Utils.pm b/Koha/Indexer/Utils.pm index 14c2367..07e8d23 100644 --- a/Koha/Indexer/Utils.pm +++ b/Koha/Indexer/Utils.pm @@ -13,8 +13,8 @@ package Koha::Indexer::Utils; # 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 +# 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/members/statistics.pl b/members/statistics.pl index 75a30a8..0667ee7 100755 --- a/members/statistics.pl +++ b/members/statistics.pl @@ -13,9 +13,8 @@ # 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 - +# Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. =head1 members/statistics.pl Generate statistic issues for a member -- 1.7.9.5