X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=simpleredirect.pl;h=c43ae81cb5ce43f1c44ba187970802f18ffe322d;hb=11480721bf8de178e154a8823e2c47e14a19b30a;hp=334a0e9a69b84da7c5c64a3964a02bb76db379f4;hpb=d0374d003716dfb40796caad6390a4d69bfb0376;p=koha_gimpoz diff --git a/simpleredirect.pl b/simpleredirect.pl index 334a0e9a69..c43ae81cb5 100755 --- a/simpleredirect.pl +++ b/simpleredirect.pl @@ -3,6 +3,24 @@ #simple script to provide basic redirection #used by members section + +# Copyright 2000-2002 Katipo Communications +# +# 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 CGI; use strict;