From f6ff3e6653e74aa45c3f4960f4350fb7e58ae68c Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sun, 17 May 2015 19:18:55 -0300 Subject: [PATCH] Bug 12929: (followup) fix license I fix it myself. Signed-off-by: Bernardo Gonzalez Kriegel http://bugs.koha-community.org/show_bug.cgi?id=12919 --- misc/cronjobs/newly_added_records.pl | 20 ++++++++++---------- misc/cronjobs/newly_deleted_records.pl | 22 +++++++++++----------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/misc/cronjobs/newly_added_records.pl b/misc/cronjobs/newly_added_records.pl index a237158..f833061 100755 --- a/misc/cronjobs/newly_added_records.pl +++ b/misc/cronjobs/newly_added_records.pl @@ -4,18 +4,18 @@ # # 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 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 3 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. +# 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. +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . # This is script is to create a batch of MARC records that have been added to Koha in a set period # Then email the file to a designated email diff --git a/misc/cronjobs/newly_deleted_records.pl b/misc/cronjobs/newly_deleted_records.pl index 5fabbe9..1409f67 100755 --- a/misc/cronjobs/newly_deleted_records.pl +++ b/misc/cronjobs/newly_deleted_records.pl @@ -4,20 +4,20 @@ # # 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 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 3 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. +# 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. +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . -# This is script is to create a batch of MARC records that have been added to Koha in a set period +# This is script is to create a batch of MARC records that have been deleted to Koha in a set period # Then email the file to a designated email use strict; -- 1.7.9.5