X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=catalogue%2Fcardview.pl;h=a288d4acff97b80c74f6ef64463d99596f04a657;hb=75a4efa7042a8d15ba7832d67b8670282da3abbc;hp=f93323f5fb207783e9347b2e481457ab4229a1bc;hpb=b31b5f3620552da4ae4de83f7a14fd18f1110cd2;p=koha.git diff --git a/catalogue/cardview.pl b/catalogue/cardview.pl index f93323f5fb..a288d4acff 100755 --- a/catalogue/cardview.pl +++ b/catalogue/cardview.pl @@ -1,5 +1,21 @@ #!/usr/bin/perl use strict; +# parts copyright 2010 BibLibre +# 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 warnings; FIXME - Bug 2505 use CGI;