[Koha-cvs] CVS: koha/C4/Interface AccountsCDK.pm,1.1.1.1,1.1.1.1.2.1 BorrowerCDK.pm,1.1.1.1,1.1.1.1.2.1 FlagsCDK.pm,1.1.1.1,1.1.1.1.2.1 RenewalsCDK.pm,1.1.1.1,1.1.1.1.2.1 ReserveentCDK.pm,1.1.1.1,1.1.1.1.2.1

Steve Tonnesen tonnesen at users.sourceforge.net
Wed Aug 14 20:30:53 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	AccountsCDK.pm BorrowerCDK.pm FlagsCDK.pm RenewalsCDK.pm 
	ReserveentCDK.pm 
Log Message:
Adding copyright statements to all .pl and .pm files in rel-1-2 branch


Index: AccountsCDK.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Interface/AccountsCDK.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** AccountsCDK.pm	19 Dec 2000 23:45:56 -0000	1.1.1.1
--- AccountsCDK.pm	14 Aug 2002 18:30:51 -0000	1.1.1.1.2.1
***************
*** 2,5 ****
--- 2,23 ----
  
  #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;

Index: BorrowerCDK.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Interface/BorrowerCDK.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** BorrowerCDK.pm	19 Dec 2000 23:45:56 -0000	1.1.1.1
--- BorrowerCDK.pm	14 Aug 2002 18:30:51 -0000	1.1.1.1.2.1
***************
*** 2,5 ****
--- 2,23 ----
  
  #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;

Index: FlagsCDK.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Interface/FlagsCDK.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** FlagsCDK.pm	19 Dec 2000 23:45:56 -0000	1.1.1.1
--- FlagsCDK.pm	14 Aug 2002 18:30:51 -0000	1.1.1.1.2.1
***************
*** 1,4 ****
--- 1,22 ----
  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;

Index: RenewalsCDK.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Interface/RenewalsCDK.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** RenewalsCDK.pm	19 Dec 2000 23:45:56 -0000	1.1.1.1
--- RenewalsCDK.pm	14 Aug 2002 18:30:51 -0000	1.1.1.1.2.1
***************
*** 2,5 ****
--- 2,23 ----
  
  #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;

Index: ReserveentCDK.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Interface/ReserveentCDK.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** ReserveentCDK.pm	19 Dec 2000 23:45:56 -0000	1.1.1.1
--- ReserveentCDK.pm	14 Aug 2002 18:30:51 -0000	1.1.1.1.2.1
***************
*** 2,5 ****
--- 2,23 ----
  
  #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;





More information about the Koha-cvs mailing list