koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/translator translator.pl,1.2,1.3


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/translator translator.pl,1.2,1.3
Date: Wed, 14 Aug 2002 11:12:56 -0700

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

Modified Files:
        translator.pl 
Log Message:
Added copyright statement to all .pl and .pm files


Index: translator.pl
===================================================================
RCS file: /cvsroot/koha/koha/translator/translator.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** translator.pl       27 Jun 2001 21:53:05 -0000      1.2
--- translator.pl       14 Aug 2002 18:12:54 -0000      1.3
***************
*** 1,4 ****
--- 1,22 ----
  #!/usr/bin/perl
  
+ 
+ # 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;
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]