koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/updater thesaurus_create.pl,1.1,1.2 updatedatabase2


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

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

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


Index: thesaurus_create.pl
===================================================================
RCS file: /cvsroot/koha/koha/updater/thesaurus_create.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** thesaurus_create.pl 14 May 2002 11:26:10 -0000      1.1
--- thesaurus_create.pl 14 Aug 2002 18:12:54 -0000      1.2
***************
*** 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;
  # This script generates and fill the thesaurus table

Index: updatedatabase2.pl
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase2.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** updatedatabase2.pl  24 Jun 2002 15:00:13 -0000      1.3
--- updatedatabase2.pl  14 Aug 2002 18:12:54 -0000      1.4
***************
*** 14,17 ****
--- 14,35 ----
  
  
+ 
+ # 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 C4::Database;
  use C4::Catalogue;




reply via email to

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