From 4f76806f50e7ee508c8b042f9af487871e839990 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Wed, 14 Aug 2002 18:30:50 +0000 Subject: [PATCH] Adding copyright statements to all .pl and .pm files in rel-1-2 branch --- C4/Accounts.pm | 18 ++++++++++++++++++ C4/Accounts2.pm | 18 ++++++++++++++++++ C4/Acquisitions.pm | 18 ++++++++++++++++++ C4/Auth.pm | 18 ++++++++++++++++++ C4/Biblio.pm | 21 +++++++++++++++++++++ C4/BookShelves.pm | 21 +++++++++++++++++++++ C4/Catalogue.pm | 18 ++++++++++++++++++ C4/Circmain.pm | 18 ++++++++++++++++++ C4/Circulation.pm | 18 ++++++++++++++++++ C4/Circulation/Borrissues.pm | 18 ++++++++++++++++++ C4/Circulation/Borrower.pm | 18 ++++++++++++++++++ C4/Circulation/Circ2.pm | 18 ++++++++++++++++++ C4/Circulation/Fines.pm | 18 ++++++++++++++++++ C4/Circulation/Issues.pm | 18 ++++++++++++++++++ C4/Circulation/Main.pm | 18 ++++++++++++++++++ C4/Circulation/Renewals.pm | 18 ++++++++++++++++++ C4/Circulation/Renewals2.pm | 18 ++++++++++++++++++ C4/Circulation/Returns.pm | 18 ++++++++++++++++++ C4/Database.pm | 18 ++++++++++++++++++ C4/Format.pm | 18 ++++++++++++++++++ C4/Groups.pm | 18 ++++++++++++++++++ C4/Input.pm | 18 ++++++++++++++++++ C4/Interface/AccountsCDK.pm | 18 ++++++++++++++++++ C4/Interface/BorrowerCDK.pm | 18 ++++++++++++++++++ C4/Interface/FlagsCDK.pm | 18 ++++++++++++++++++ C4/Interface/RenewalsCDK.pm | 18 ++++++++++++++++++ C4/Interface/ReserveentCDK.pm | 18 ++++++++++++++++++ C4/InterfaceCDK.pm | 18 ++++++++++++++++++ C4/Koha.pm | 18 ++++++++++++++++++ C4/Maintainance.pm | 18 ++++++++++++++++++ C4/Output.pm | 18 ++++++++++++++++++ C4/Print.pm | 18 ++++++++++++++++++ C4/Reserves.pm | 18 ++++++++++++++++++ C4/Reserves2.pm | 18 ++++++++++++++++++ C4/Scan.pm | 18 ++++++++++++++++++ C4/Search.pm | 18 ++++++++++++++++++ C4/Security.pm | 18 ++++++++++++++++++ C4/SimpleMarc.pm | 21 +++++++++++++++++++++ C4/Stats.pm | 18 ++++++++++++++++++ C4/Stock.pm | 18 ++++++++++++++++++ C4/Z3950.pm | 21 +++++++++++++++++++++ Install.pm | 18 ++++++++++++++++++ circ/branchtransfers.pl | 18 ++++++++++++++++++ circ/circulation.pl | 18 ++++++++++++++++++ 44 files changed, 804 insertions(+) diff --git a/C4/Accounts.pm b/C4/Accounts.pm index e0386f024e..c0bd463303 100755 --- a/C4/Accounts.pm +++ b/C4/Accounts.pm @@ -1,5 +1,23 @@ package C4::Accounts; #assumes C4/Accounts + +# 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; use DBI; diff --git a/C4/Accounts2.pm b/C4/Accounts2.pm index 0bc0cff40c..4ecd9c58b2 100755 --- a/C4/Accounts2.pm +++ b/C4/Accounts2.pm @@ -1,5 +1,23 @@ package C4::Accounts2; #assumes C4/Accounts2 + +# 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; use DBI; diff --git a/C4/Acquisitions.pm b/C4/Acquisitions.pm index 7659d0d825..e18349a809 100644 --- a/C4/Acquisitions.pm +++ b/C4/Acquisitions.pm @@ -1,5 +1,23 @@ package C4::Acquisitions; #assumes C4/Acquisitions.pm + +# 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; use C4::Database; diff --git a/C4/Auth.pm b/C4/Auth.pm index 058d031f69..643b1f1b3c 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -1,5 +1,23 @@ package C4::Auth; + +# 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 Digest::MD5 qw(md5_base64); diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 3a8488b01a..b36f27bab6 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -4,6 +4,24 @@ package C4::Biblio; #assumes C4/Biblio.pm #----------------- # General requirements + +# 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; @@ -981,6 +999,9 @@ END { } # module clean-up code here (global destructor) #--------------------------------------- # $Log$ +# Revision 1.1.2.5 2002/08/14 18:30:50 tonnesen +# Adding copyright statements to all .pl and .pm files in rel-1-2 branch +# # Revision 1.1.2.4 2002/06/26 22:13:49 tonnesen # Fix to allow non-numeric barcodes. # diff --git a/C4/BookShelves.pm b/C4/BookShelves.pm index 23199f6b53..3f7871fe0b 100755 --- a/C4/BookShelves.pm +++ b/C4/BookShelves.pm @@ -5,6 +5,24 @@ package C4::BookShelves; #asummes C4/BookShelves # #requires DBI.pm to be installed + +# 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; use DBI; @@ -133,6 +151,9 @@ END { } # module clean-up code here (global destructor) # # $Log$ +# Revision 1.2.2.2 2002/08/14 18:30:50 tonnesen +# Adding copyright statements to all .pl and .pm files in rel-1-2 branch +# # Revision 1.2.2.1 2002/06/26 20:46:48 tonnesen # Inserting some changes I made locally a while ago. # diff --git a/C4/Catalogue.pm b/C4/Catalogue.pm index b7f813a47d..ca45d359d7 100644 --- a/C4/Catalogue.pm +++ b/C4/Catalogue.pm @@ -9,6 +9,24 @@ package C4::Catalogue; #assumes C4/Acquisitions.pm # + +# 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; use C4::Database; diff --git a/C4/Circmain.pm b/C4/Circmain.pm index be691c186b..97581569ff 100755 --- a/C4/Circmain.pm +++ b/C4/Circmain.pm @@ -2,6 +2,24 @@ package C4::Circmain; #assumes C4/Circulation #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; use DBI; diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 4b602c0348..37f18ea9c7 100755 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -2,6 +2,24 @@ package C4::Circulation; #assumes C4/Circulation #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; use DBI; diff --git a/C4/Circulation/Borrissues.pm b/C4/Circulation/Borrissues.pm index ba69eb4cb4..0714483bf6 100755 --- a/C4/Circulation/Borrissues.pm +++ b/C4/Circulation/Borrissues.pm @@ -3,6 +3,24 @@ package C4::Circulation::Borrissues; #assumes C4/Circulation/Borrissues #package to deal with Issues #written 3/11/99 by chris@katipo.co.nz + +# 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; use DBI; diff --git a/C4/Circulation/Borrower.pm b/C4/Circulation/Borrower.pm index 5dbc2f0465..6675643d4e 100755 --- a/C4/Circulation/Borrower.pm +++ b/C4/Circulation/Borrower.pm @@ -3,6 +3,24 @@ package C4::Circulation::Borrower; #assumes C4/Circulation/Borrower #package to deal with Issues #written 3/11/99 by chris@katipo.co.nz + +# 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; use DBI; diff --git a/C4/Circulation/Circ2.pm b/C4/Circulation/Circ2.pm index 0e2d2aab00..f8baffb137 100755 --- a/C4/Circulation/Circ2.pm +++ b/C4/Circulation/Circ2.pm @@ -3,6 +3,24 @@ package C4::Circulation::Circ2; #package to deal with Returns #written 3/11/99 by olwen@katipo.co.nz + +# 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; use DBI; diff --git a/C4/Circulation/Fines.pm b/C4/Circulation/Fines.pm index 794cf84a2d..a63e5b3814 100644 --- a/C4/Circulation/Fines.pm +++ b/C4/Circulation/Fines.pm @@ -3,6 +3,24 @@ package C4::Circulation::Fines; #asummes C4/Circulation/Fines #requires DBI.pm to be installed #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; use DBI; diff --git a/C4/Circulation/Issues.pm b/C4/Circulation/Issues.pm index 7aaab9e1b8..fcdab04434 100755 --- a/C4/Circulation/Issues.pm +++ b/C4/Circulation/Issues.pm @@ -3,6 +3,24 @@ package C4::Circulation::Issues; #asummes C4/Circulation/Issues #package to deal with Issues #written 3/11/99 by chris@katipo.co.nz + +# 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; use DBI; diff --git a/C4/Circulation/Main.pm b/C4/Circulation/Main.pm index 2e3193319e..0d08cf11cd 100755 --- a/C4/Circulation/Main.pm +++ b/C4/Circulation/Main.pm @@ -2,6 +2,24 @@ package C4::Circulation::Main; #asummes C4/Circulation/Main #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; use DBI; diff --git a/C4/Circulation/Renewals.pm b/C4/Circulation/Renewals.pm index 3f7378a199..398a068f26 100755 --- a/C4/Circulation/Renewals.pm +++ b/C4/Circulation/Renewals.pm @@ -3,6 +3,24 @@ package C4::Circulation::Renewals; #assumes C4/Circulation/Renewals #package to deal with Renewals #written 7/11/99 by olwen@katipo.co.nz + +# 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; use DBI; diff --git a/C4/Circulation/Renewals2.pm b/C4/Circulation/Renewals2.pm index a13fdb2188..0c83193924 100755 --- a/C4/Circulation/Renewals2.pm +++ b/C4/Circulation/Renewals2.pm @@ -7,6 +7,24 @@ package C4::Circulation::Renewals2; #assumes C4/Circulation/Renewals2.pm #18/1/2000 #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; use DBI; diff --git a/C4/Circulation/Returns.pm b/C4/Circulation/Returns.pm index dd042398a5..cda496d63a 100755 --- a/C4/Circulation/Returns.pm +++ b/C4/Circulation/Returns.pm @@ -3,6 +3,24 @@ package C4::Circulation::Returns; #assumes C4/Circulation/Returns #package to deal with Returns #written 3/11/99 by olwen@katipo.co.nz + +# 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; use DBI; diff --git a/C4/Database.pm b/C4/Database.pm index 58eaf7294e..3dc1ba3b86 100755 --- a/C4/Database.pm +++ b/C4/Database.pm @@ -2,6 +2,24 @@ package C4::Database; #asummes C4/Database #requires DBI.pm to be installed + +# 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; use DBI; diff --git a/C4/Format.pm b/C4/Format.pm index 17175562f7..e6857d3019 100755 --- a/C4/Format.pm +++ b/C4/Format.pm @@ -1,5 +1,23 @@ package C4::Format; #assumes C4/Format + +# 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; diff --git a/C4/Groups.pm b/C4/Groups.pm index 3f54ab7620..9d7405be1f 100755 --- a/C4/Groups.pm +++ b/C4/Groups.pm @@ -3,6 +3,24 @@ package C4::Groups; #package to deal with Returns #written 3/11/99 by olwen@katipo.co.nz + +# 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; use DBI; diff --git a/C4/Input.pm b/C4/Input.pm index f70279e366..de39ce4d2e 100644 --- a/C4/Input.pm +++ b/C4/Input.pm @@ -1,5 +1,23 @@ package C4::Input; #assumes C4/Input + +# 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; diff --git a/C4/Interface/AccountsCDK.pm b/C4/Interface/AccountsCDK.pm index 5f4c083eef..555e0e4c6d 100755 --- a/C4/Interface/AccountsCDK.pm +++ b/C4/Interface/AccountsCDK.pm @@ -1,6 +1,24 @@ package C4::Interface::AccountsCDK; #asummes C4/Interface/AccountsCDK #uses Newt + +# 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::Format; use C4::InterfaceCDK; use C4::Accounts2; diff --git a/C4/Interface/BorrowerCDK.pm b/C4/Interface/BorrowerCDK.pm index 9fa330e0e4..f3e6c4acd1 100755 --- a/C4/Interface/BorrowerCDK.pm +++ b/C4/Interface/BorrowerCDK.pm @@ -1,6 +1,24 @@ package C4::Interface::BorrowerCDK; #asummes C4/Interface/BorrowerCDK #uses Newt + +# 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::Format; use C4::InterfaceCDK; use strict; diff --git a/C4/Interface/FlagsCDK.pm b/C4/Interface/FlagsCDK.pm index 0708d5b39a..523d446ff4 100755 --- a/C4/Interface/FlagsCDK.pm +++ b/C4/Interface/FlagsCDK.pm @@ -1,5 +1,23 @@ package C4::Interface::FlagsCDK; #asummes C4/Interface/FlagsCDK + +# 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::Format; use C4::InterfaceCDK; use strict; diff --git a/C4/Interface/RenewalsCDK.pm b/C4/Interface/RenewalsCDK.pm index 945f4d5f97..9895bd891c 100755 --- a/C4/Interface/RenewalsCDK.pm +++ b/C4/Interface/RenewalsCDK.pm @@ -1,6 +1,24 @@ package C4::Interface::RenewalsCDK; #asummes C4/Interface/RenewalsCDK #uses Newt + +# 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 Cdk; use C4::Format; diff --git a/C4/Interface/ReserveentCDK.pm b/C4/Interface/ReserveentCDK.pm index 0ff16e6f1a..eeef7d7794 100755 --- a/C4/Interface/ReserveentCDK.pm +++ b/C4/Interface/ReserveentCDK.pm @@ -1,6 +1,24 @@ package C4::Interface::ReserveentCDK; #asummes C4/Interface/ReserveCDK #uses Newt + +# 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::Format; use C4::InterfaceCDK; use strict; diff --git a/C4/InterfaceCDK.pm b/C4/InterfaceCDK.pm index 592132dee6..00044d42df 100755 --- a/C4/InterfaceCDK.pm +++ b/C4/InterfaceCDK.pm @@ -1,6 +1,24 @@ package C4::InterfaceCDK; #assumes C4/InterfaceCDK #uses Newt + +# 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::Format; use strict; use Cdk; diff --git a/C4/Koha.pm b/C4/Koha.pm index 7a0db30f3f..0c1690b95e 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -1,5 +1,23 @@ package C4::Koha; + +# 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; use C4::Database; diff --git a/C4/Maintainance.pm b/C4/Maintainance.pm index a520cfcf2b..3700750b6c 100644 --- a/C4/Maintainance.pm +++ b/C4/Maintainance.pm @@ -2,6 +2,24 @@ package C4::Maintainance; #assumes C4/Maintainance #package to deal with marking up output + +# 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 C4::Database; diff --git a/C4/Output.pm b/C4/Output.pm index 26731a55a5..1f46b5a3e6 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -6,6 +6,24 @@ package C4::Output; #You will need to edit parts of this pm #set the value of path to be where your html lives + +# 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; diff --git a/C4/Print.pm b/C4/Print.pm index f20e523541..d8f9eb9869 100644 --- a/C4/Print.pm +++ b/C4/Print.pm @@ -1,5 +1,23 @@ package C4::Print; #assumes C4/Print.pm + +# 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; #use C4::InterfaceCDK; diff --git a/C4/Reserves.pm b/C4/Reserves.pm index cee44b75b2..e1b01e951d 100755 --- a/C4/Reserves.pm +++ b/C4/Reserves.pm @@ -3,6 +3,24 @@ package C4::Reserves; #asummes C4/Reserves #requires DBI.pm to be installed #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; use DBI; diff --git a/C4/Reserves2.pm b/C4/Reserves2.pm index 33ac78bca1..08271ba2e4 100755 --- a/C4/Reserves2.pm +++ b/C4/Reserves2.pm @@ -1,5 +1,23 @@ package C4::Reserves2; #assumes C4/Reserves2 + +# 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; use DBI; diff --git a/C4/Scan.pm b/C4/Scan.pm index 4c1be54358..d89193c104 100644 --- a/C4/Scan.pm +++ b/C4/Scan.pm @@ -1,5 +1,23 @@ package C4::Scan; #assumes C4/Scan.pm + +# 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; diff --git a/C4/Search.pm b/C4/Search.pm index 9553234b44..8b81c82f1e 100755 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -1,5 +1,23 @@ package C4::Search; #assumes C4/Search + +# 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; use DBI; diff --git a/C4/Security.pm b/C4/Security.pm index 36f4b1a1d0..4a344d087f 100644 --- a/C4/Security.pm +++ b/C4/Security.pm @@ -1,5 +1,23 @@ package C4::Security; #assumes C4/Security + +# 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; use DBI; diff --git a/C4/SimpleMarc.pm b/C4/SimpleMarc.pm index 81dd5e35a9..a311195133 100755 --- a/C4/SimpleMarc.pm +++ b/C4/SimpleMarc.pm @@ -10,6 +10,24 @@ package C4::SimpleMarc; # Licensed under the GPL + +# 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; # standard or CPAN modules used @@ -447,6 +465,9 @@ sub taglabel { #--------------------------------------------- # $Log$ +# Revision 1.1.2.5 2002/08/14 18:30:50 tonnesen +# Adding copyright statements to all .pl and .pm files in rel-1-2 branch +# # Revision 1.1.2.4 2002/06/28 14:36:47 amillar # Fix broken logic on illustrator vs. add'l author # diff --git a/C4/Stats.pm b/C4/Stats.pm index ba1eb6a134..7b69696038 100644 --- a/C4/Stats.pm +++ b/C4/Stats.pm @@ -1,5 +1,23 @@ package C4::Stats; #assumes C4/Stats + +# 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; use DBI; diff --git a/C4/Stock.pm b/C4/Stock.pm index 3e83b1f21b..84f867b725 100644 --- a/C4/Stock.pm +++ b/C4/Stock.pm @@ -1,5 +1,23 @@ package C4::Stock; #assumes C4/Stock.pm + +# 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; diff --git a/C4/Z3950.pm b/C4/Z3950.pm index 860742aa9a..de8aed1ea2 100755 --- a/C4/Z3950.pm +++ b/C4/Z3950.pm @@ -10,6 +10,24 @@ package C4::Z3950; # Licensed under the GPL + +# 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; # standard or CPAN modules used @@ -189,6 +207,9 @@ sub addz3950queue { #-------------------------------------- # $Log$ +# Revision 1.1.2.6 2002/08/14 18:30:50 tonnesen +# Adding copyright statements to all .pl and .pm files in rel-1-2 branch +# # Revision 1.1.2.5 2002/06/29 17:33:47 amillar # Allow DEFAULT as input to addz3950search. # Check for existence of pid file (cat crashed otherwise). diff --git a/Install.pm b/Install.pm index 2342d4ba49..f9ceae0192 100644 --- a/Install.pm +++ b/Install.pm @@ -1,5 +1,23 @@ package Install; #assumes Install.pm + +# 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; diff --git a/circ/branchtransfers.pl b/circ/branchtransfers.pl index 52660ff34a..20c4c105ae 100755 --- a/circ/branchtransfers.pl +++ b/circ/branchtransfers.pl @@ -3,6 +3,24 @@ #written 11/3/2002 by Finlay #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; use C4::Circulation::Circ2; diff --git a/circ/circulation.pl b/circ/circulation.pl index 9a15d283c1..2b47ca0707 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -1,5 +1,23 @@ #!/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; use C4::Output; -- 2.39.5