[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/circ branchtransfers.pl,1.11,1.12 circulation.pl,1.
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/circ branchtransfers.pl,1.11,1.12 circulation.pl,1.36,1.37 returns.pl,1.12,1.13 selectbranchprinter.pl,1.2,1.3 |
Date: |
Wed, 14 Aug 2002 11:12:55 -0700 |
Update of /cvsroot/koha/koha/circ
In directory usw-pr-cvs1:/tmp/cvs-serv8581/circ
Modified Files:
branchtransfers.pl circulation.pl returns.pl
selectbranchprinter.pl
Log Message:
Added copyright statement to all .pl and .pm files
Index: branchtransfers.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/branchtransfers.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** branchtransfers.pl 23 Jul 2002 01:28:42 -0000 1.11
--- branchtransfers.pl 14 Aug 2002 18:12:53 -0000 1.12
***************
*** 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.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** circulation.pl 9 Aug 2002 04:14:56 -0000 1.36
--- circulation.pl 14 Aug 2002 18:12:53 -0000 1.37
***************
*** 4,7 ****
--- 4,25 ----
#script to execute issuing 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: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** returns.pl 14 Aug 2002 05:35:53 -0000 1.12
--- returns.pl 14 Aug 2002 18:12:53 -0000 1.13
***************
*** 4,7 ****
--- 4,25 ----
#script to execute returns 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: selectbranchprinter.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/selectbranchprinter.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** selectbranchprinter.pl 18 May 2002 05:37:28 -0000 1.2
--- selectbranchprinter.pl 14 Aug 2002 18:12:53 -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;
use CGI qw/:standard/;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/circ branchtransfers.pl,1.11,1.12 circulation.pl,1.36,1.37 returns.pl,1.12,1.13 selectbranchprinter.pl,1.2,1.3,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.1,1.2 addbooks.pl,1.10,1.11 addbookslccn.pl,1.6,1.7 additem.pl,1.5,1.6 bulkmarcimport.pl,1.6,1.7 isbnsearch.pl,1.3,1.4 keywordsearch.pl,1.4,1.5 marcimport.pl,1.12,1.13 savebiblio.pl,1.5,1.6 saveitem.pl,1.5,1.6 viewmarc.pl,1.3,1.4 websitesearch.pl,1.3,1.4
- Next by Date:
[Koha-cvs] CVS: koha/sec writeoff.pl,1.3,1.4
- Previous by thread:
[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.1,1.2 addbooks.pl,1.10,1.11 addbookslccn.pl,1.6,1.7 additem.pl,1.5,1.6 bulkmarcimport.pl,1.6,1.7 isbnsearch.pl,1.3,1.4 keywordsearch.pl,1.4,1.5 marcimport.pl,1.12,1.13 savebiblio.pl,1.5,1.6 saveitem.pl,1.5,1.6 viewmarc.pl,1.3,1.4 websitesearch.pl,1.3,1.4
- Next by thread:
[Koha-cvs] CVS: koha/sec writeoff.pl,1.3,1.4
- Index(es):