From: Lars Wirzenius Date: Wed, 17 Mar 2010 23:51:16 +0000 (+1300) Subject: Update copyright license to GPL version 2 or later for two cronjobs. X-Git-Tag: v3.02.00-alpha2~203 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=160e01daa36d40c424fa61400344c09d2709dc4e;p=koha.git 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 --- 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;