From c82facc01216f390a77de6268d75903c0eed7d42 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 29 Apr 2013 22:31:58 +1200 Subject: [PATCH] Bug 10143 - Fixing license headers 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. Signed-off-by: Katrin Fischer Corrects addresses in 3 files. Signed-off-by: Jared Camins-Esakov --- 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 64a8473a38..714b1714eb 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 14c23673ae..07e8d230c1 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 75a30a8a92..0667ee7dfa 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 -- 2.11.0