koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/misc fines2.pl,1.5,1.6 fixborrower.pl,1.2,1.3 fixca


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/misc fines2.pl,1.5,1.6 fixborrower.pl,1.2,1.3 fixcatalog.pl,1.1.1.1,1.2 fixorders.pl,1.1.1.1,1.2 fixrefs.pl,1.1.1.1,1.2 makebaskets.pl,1.1.1.1,1.2 makeformats.pl,1.1.1.1,1.2 tidyaccounts.pl,1.1.1.1,1.2
Date: Wed, 14 Aug 2002 11:12:56 -0700

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

Modified Files:
        fines2.pl fixborrower.pl fixcatalog.pl fixorders.pl fixrefs.pl 
        makebaskets.pl makeformats.pl tidyaccounts.pl 
Log Message:
Added copyright statement to all .pl and .pm files


Index: fines2.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/fines2.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** fines2.pl   10 Apr 2002 00:02:59 -0000      1.5
--- fines2.pl   14 Aug 2002 18:12:54 -0000      1.6
***************
*** 9,12 ****
--- 9,30 ----
  #  This script is meant to be run nightly out of cron.
  
+ 
+ # 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::Search;

Index: fixborrower.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/fixborrower.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** fixborrower.pl      9 Apr 2002 22:08:15 -0000       1.2
--- fixborrower.pl      14 Aug 2002 18:12:54 -0000      1.3
***************
*** 5,8 ****
--- 5,26 ----
  
  
+ 
+ # 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 strict;

Index: fixcatalog.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/fixcatalog.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** fixcatalog.pl       19 Dec 2000 23:45:57 -0000      1.1.1.1
--- fixcatalog.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 C4::Database;
  use strict;

Index: fixorders.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/fixorders.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** fixorders.pl        19 Dec 2000 23:45:57 -0000      1.1.1.1
--- fixorders.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 C4::Database;
  use strict;

Index: fixrefs.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/fixrefs.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** fixrefs.pl  19 Dec 2000 23:45:57 -0000      1.1.1.1
--- fixrefs.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;
  use C4::Database;

Index: makebaskets.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/makebaskets.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** makebaskets.pl      19 Dec 2000 23:45:57 -0000      1.1.1.1
--- makebaskets.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;
  use C4::Database;

Index: makeformats.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/makeformats.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** makeformats.pl      19 Dec 2000 23:45:57 -0000      1.1.1.1
--- makeformats.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;
  use C4::Database;

Index: tidyaccounts.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/tidyaccounts.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** tidyaccounts.pl     19 Dec 2000 23:45:57 -0000      1.1.1.1
--- tidyaccounts.pl     14 Aug 2002 18:12:54 -0000      1.2
***************
*** 4,7 ****
--- 4,25 ----
  #
  
+ 
+ # 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;




reply via email to

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