[Koha-cvs] CVS: koha Install.pm,1.1.2.11,1.1.2.12

Steve Tonnesen tonnesen at users.sourceforge.net
Wed Aug 14 20:30:52 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv19575

Modified Files:
      Tag: rel-1-2
	Install.pm 
Log Message:
Adding copyright statements to all .pl and .pm files in rel-1-2 branch


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/Attic/Install.pm,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -C2 -r1.1.2.11 -r1.1.2.12
*** Install.pm	27 Jul 2002 07:00:14 -0000	1.1.2.11
--- Install.pm	14 Aug 2002 18:30:50 -0000	1.1.2.12
***************
*** 1,4 ****
--- 1,22 ----
  package Install; #assumes Install.pm
  
+ 
+ # 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 strict;
  require Exporter;





More information about the Koha-cvs mailing list