From 160e01daa36d40c424fa61400344c09d2709dc4e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 18 Mar 2010 12:51:16 +1300 Subject: [PATCH] Update copyright license to GPL version 2 or later for two cronjobs. See http://lists.koha.org/pipermail/koha-devel/2010-March/011067.html for confirmation that this is OK. Signed-off-by: Galen Charlton --- misc/cronjobs/check-url.pl | 15 +++++++++++++-- misc/cronjobs/cloud-kw.pl | 15 +++++++++++++-- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/misc/cronjobs/check-url.pl b/misc/cronjobs/check-url.pl index c2f4b5c3b8..063eb7e7e8 100755 --- a/misc/cronjobs/check-url.pl +++ b/misc/cronjobs/check-url.pl @@ -3,9 +3,20 @@ # # Copyright 2009 Tamil s.a.r.l. # -# This software is placed under the gnu General Public License, v2 -# (http://www.gnu.org/licenses/gpl.html) +# 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. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# 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., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. diff --git a/misc/cronjobs/cloud-kw.pl b/misc/cronjobs/cloud-kw.pl index 8cfbcccdcc..ae917fe6a9 100755 --- a/misc/cronjobs/cloud-kw.pl +++ b/misc/cronjobs/cloud-kw.pl @@ -3,9 +3,20 @@ # # Copyright 2008 Tamil s.a.r.l. # -# This software is placed under the gnu General Public License, v2 -# (http://www.gnu.org/licenses/gpl.html) +# 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. +# +# Koha is distributed in the hope that it will be useful, but WITHOUT ANY +# 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., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; -- 2.39.5