X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=rotating_collections%2FeditCollections.pl;h=4c4849c0007d2148e35a25a5507503c0f8d1f266;hb=c5d1d9b62393d5f6e03ab2fd03bd2b0f8124354c;hp=a24b3335241bdf4bff264e9378faa4f70d7fecd6;hpb=aa51c89d573327849b5d8eae8c6c9d2982ef6cfd;p=koha_fer diff --git a/rotating_collections/editCollections.pl b/rotating_collections/editCollections.pl index a24b333524..4c4849c000 100755 --- a/rotating_collections/editCollections.pl +++ b/rotating_collections/editCollections.pl @@ -1,5 +1,20 @@ #!/usr/bin/perl +# 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., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA +# use strict; #use warnings; FIXME - Bug 2505 require Exporter;