X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=about.pl;h=ffe16ce5a4213f9a1beb2b27c575dfb774c5bd10;hb=49c66d7d4e8ea46f6b1bf531cd90986408fb41f9;hp=e6fd25a05557e9d16a602d21d9fa4cffdeebfec4;hpb=86e9db4e67a5ff5d9c35fbe7858b3d93d1c83bec;p=koha.git diff --git a/about.pl b/about.pl index e6fd25a055..ffe16ce5a4 100755 --- a/about.pl +++ b/about.pl @@ -1,8 +1,24 @@ #!/usr/bin/perl -use HTML::Template; + +# 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; require Exporter; -use C4::Database; + use C4::Output; # contains gettemplate use C4::Interface::CGI::Output; use C4::Auth;