[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4/Circulation Borrissues.pm,1.1.1.1,1.2 Borrower.p
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/C4/Circulation Borrissues.pm,1.1.1.1,1.2 Borrower.pm,1.1.1.1,1.2 Circ2.pm,1.31,1.32 Fines.pm,1.3,1.4 Issues.pm,1.1.1.1,1.2 Main.pm,1.2,1.3 Renewals.pm,1.1.1.1,1.2 Renewals2.pm,1.4,1.5 Returns.pm,1.1.1.1,1.2 |
Date: |
Wed, 14 Aug 2002 11:12:54 -0700 |
Update of /cvsroot/koha/koha/C4/Circulation
In directory usw-pr-cvs1:/tmp/cvs-serv8581/C4/Circulation
Modified Files:
Borrissues.pm Borrower.pm Circ2.pm Fines.pm Issues.pm Main.pm
Renewals.pm Renewals2.pm Returns.pm
Log Message:
Added copyright statement to all .pl and .pm files
Index: Borrissues.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Borrissues.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** Borrissues.pm 19 Dec 2000 23:45:55 -0000 1.1.1.1
--- Borrissues.pm 14 Aug 2002 18:12:52 -0000 1.2
***************
*** 4,7 ****
--- 4,25 ----
#written 3/11/99 by address@hidden
+
+ # 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;
Index: Borrower.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Borrower.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** Borrower.pm 19 Dec 2000 23:45:56 -0000 1.1.1.1
--- Borrower.pm 14 Aug 2002 18:12:52 -0000 1.2
***************
*** 4,7 ****
--- 4,25 ----
#written 3/11/99 by address@hidden
+
+ # 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;
Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** Circ2.pm 14 Aug 2002 05:37:07 -0000 1.31
--- Circ2.pm 14 Aug 2002 18:12:52 -0000 1.32
***************
*** 4,7 ****
--- 4,25 ----
#written 3/11/99 by address@hidden
+
+ # 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 warnings;
Index: Fines.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Fines.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Fines.pm 17 Mar 2002 02:58:00 -0000 1.3
--- Fines.pm 14 Aug 2002 18:12:52 -0000 1.4
***************
*** 4,7 ****
--- 4,25 ----
#uses DBD:Pg
+
+ # 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;
Index: Issues.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Issues.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** Issues.pm 19 Dec 2000 23:45:56 -0000 1.1.1.1
--- Issues.pm 14 Aug 2002 18:12:52 -0000 1.2
***************
*** 4,7 ****
--- 4,25 ----
#written 3/11/99 by address@hidden
+
+ # 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;
Index: Main.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Main.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Main.pm 5 Jan 2001 17:39:25 -0000 1.2
--- Main.pm 14 Aug 2002 18:12:52 -0000 1.3
***************
*** 3,6 ****
--- 3,24 ----
#package to deal with circulation
+
+ # 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;
Index: Renewals.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Renewals.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** Renewals.pm 19 Dec 2000 23:45:56 -0000 1.1.1.1
--- Renewals.pm 14 Aug 2002 18:12:52 -0000 1.2
***************
*** 4,7 ****
--- 4,25 ----
#written 7/11/99 by address@hidden
+
+ # 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;
Index: Renewals2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Renewals2.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Renewals2.pm 24 Jun 2002 21:54:44 -0000 1.4
--- Renewals2.pm 14 Aug 2002 18:12:52 -0000 1.5
***************
*** 8,11 ****
--- 8,29 ----
#need to update stats with renewals
+
+ # 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;
Index: Returns.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Returns.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** Returns.pm 19 Dec 2000 23:45:56 -0000 1.1.1.1
--- Returns.pm 14 Aug 2002 18:12:52 -0000 1.2
***************
*** 4,7 ****
--- 4,25 ----
#written 3/11/99 by address@hidden
+
+ # 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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4/Circulation Borrissues.pm,1.1.1.1,1.2 Borrower.pm,1.1.1.1,1.2 Circ2.pm,1.31,1.32 Fines.pm,1.3,1.4 Issues.pm,1.1.1.1,1.2 Main.pm,1.2,1.3 Renewals.pm,1.1.1.1,1.2 Renewals2.pm,1.4,1.5 Returns.pm,1.1.1.1,1.2,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha/acqui acquire.pl,1.4,1.5 addorder.pl,1.9,1.10 basket.pl,1.4,1.5 finishreceive.pl,1.6,1.7 modorders.pl,1.3,1.4 newbasket.pl,1.4,1.5 newbasket2.pl,1.4,1.5 newbiblio.pl,1.6,1.7 order.pl,1.3,1.4 receive.pl,1.4,1.5 recieveorder.pl,1.3,1.4 supplier.pl,1.3,1.4 updatesupplier.pl,1.3,1.4
- Next by Date:
[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.3,1.4 aqbudget.pl,1.4,1.5 branches.pl,1.2,1.3 categorie.pl,1.2,1.3 categoryitem.pl,1.2,1.3 currency.pl,1.3,1.4 itemtypes.pl,1.3,1.4 marctagstructure.pl,1.2,1.3 printers.pl,1.4,1.5 stopwords.pl,1.4,1.5 systempreferences.pl,1.4,1.5
- Previous by thread:
[Koha-cvs] CVS: koha/acqui acquire.pl,1.4,1.5 addorder.pl,1.9,1.10 basket.pl,1.4,1.5 finishreceive.pl,1.6,1.7 modorders.pl,1.3,1.4 newbasket.pl,1.4,1.5 newbasket2.pl,1.4,1.5 newbiblio.pl,1.6,1.7 order.pl,1.3,1.4 receive.pl,1.4,1.5 recieveorder.pl,1.3,1.4 supplier.pl,1.3,1.4 updatesupplier.pl,1.3,1.4
- Next by thread:
[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.3,1.4 aqbudget.pl,1.4,1.5 branches.pl,1.2,1.3 categorie.pl,1.2,1.3 categoryitem.pl,1.2,1.3 currency.pl,1.3,1.4 itemtypes.pl,1.3,1.4 marctagstructure.pl,1.2,1.3 printers.pl,1.4,1.5 stopwords.pl,1.4,1.5 systempreferences.pl,1.4,1.5
- Index(es):