koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/circ branchtransfers.pl,1.3,1.3.2.1 circulation.pl,


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/circ branchtransfers.pl,1.3,1.3.2.1 circulation.pl,1.23.2.2,1.23.2.3
Date: Wed, 14 Aug 2002 11:30:53 -0700

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

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


Index: branchtransfers.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/branchtransfers.pl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** branchtransfers.pl  14 Mar 2002 01:51:16 -0000      1.3
--- branchtransfers.pl  14 Aug 2002 18:30:51 -0000      1.3.2.1
***************
*** 4,7 ****
--- 4,25 ----
  #script to execute branch transfers of books
  
+ 
+ # 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;
  use CGI;

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.23.2.2
retrieving revision 1.23.2.3
diff -C2 -r1.23.2.2 -r1.23.2.3
*** circulation.pl      11 Jul 2002 18:05:29 -0000      1.23.2.2
--- circulation.pl      14 Aug 2002 18:30:51 -0000      1.23.2.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 CGI qw/:standard/;
  use C4::Circulation::Circ2;




reply via email to

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