X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=rotating_collections%2FaddItems.pl;h=ae7070f8660ea83778f69a576d92384eadd59086;hb=18b83eedd37d639f88b658fa412e42c96fb40345;hp=13b2cb7b236f8bcae5c4e160b3d6517fc1dad7d3;hpb=aa51c89d573327849b5d8eae8c6c9d2982ef6cfd;p=koha_fer diff --git a/rotating_collections/addItems.pl b/rotating_collections/addItems.pl index 13b2cb7b23..ae7070f866 100755 --- a/rotating_collections/addItems.pl +++ b/rotating_collections/addItems.pl @@ -1,4 +1,21 @@ #!/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;