|
From: Mark K. <seg...@us...> - 2002-12-18 21:37:11
|
Update of /cvsroot/formmagick/formmagick/lib/CGI/FormMagick In directory sc8-pr-cvs1:/tmp/cvs-serv5801/lib/CGI/FormMagick Modified Files: Events.pm HTML.pm L10N.pm Setup.pm Utils.pm Validator.pm Log Message: Updated copyright headers and license terms in all source files (and some others), and added Artistic license text in COPYING. Index: Events.pm =================================================================== RCS file: /cvsroot/formmagick/formmagick/lib/CGI/FormMagick/Events.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** Events.pm 19 Feb 2002 17:54:18 -0000 1.11 --- Events.pm 18 Dec 2002 21:37:05 -0000 1.12 *************** *** 1,7 **** #!/usr/bin/perl -w # # FormMagick (c) 2000-2001 Kirrily Robert <sk...@cp...> ! # This software is distributed under the same licenses as Perl; see ! # the file COPYING for details. # --- 1,9 ---- #!/usr/bin/perl -w # + # # FormMagick (c) 2000-2001 Kirrily Robert <sk...@cp...> ! # Copyright (c) 2000-2002 Mitel Networks Corporation ! # This software is distributed under the same licenses as Perl itself; ! # see the file COPYING for details. # Index: HTML.pm =================================================================== RCS file: /cvsroot/formmagick/formmagick/lib/CGI/FormMagick/HTML.pm,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -r1.64 -r1.65 *** HTML.pm 24 Jun 2002 17:56:35 -0000 1.64 --- HTML.pm 18 Dec 2002 21:37:05 -0000 1.65 *************** *** 1,8 **** #!/usr/bin/perl -w # ! # FormMagick (c) 2000 Kirrily Robert <sk...@in...> ! # This software is distributed under the GNU General Public License; see ! # the file COPYING for details. ! # # NOTE TO DEVELOPERS: Use "XXX" to mark bugs or areas that need work --- 1,9 ---- #!/usr/bin/perl -w # ! # ! # FormMagick (c) 2000-2001 Kirrily Robert <sk...@cp...> ! # Copyright (c) 2000-2002 Mitel Networks Corporation ! # This software is distributed under the same licenses as Perl itself; ! # see the file COPYING for details. # # NOTE TO DEVELOPERS: Use "XXX" to mark bugs or areas that need work Index: L10N.pm =================================================================== RCS file: /cvsroot/formmagick/formmagick/lib/CGI/FormMagick/L10N.pm,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -r1.38 -r1.39 *** L10N.pm 18 Dec 2002 20:44:55 -0000 1.38 --- L10N.pm 18 Dec 2002 21:37:05 -0000 1.39 *************** *** 1,3 **** --- 1,9 ---- #!/usr/bin/perl -w + # + # FormMagick (c) 2000-2001 Kirrily Robert <sk...@cp...> + # Copyright (c) 2000-2002 Mitel Networks Corporation + # This software is distributed under the same licenses as Perl itself; + # see the file COPYING for details. + package CGI::FormMagick; Index: Setup.pm =================================================================== RCS file: /cvsroot/formmagick/formmagick/lib/CGI/FormMagick/Setup.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** Setup.pm 25 Apr 2002 16:42:35 -0000 1.22 --- Setup.pm 18 Dec 2002 21:37:05 -0000 1.23 *************** *** 1,7 **** #!/usr/bin/perl -w # # FormMagick (c) 2000-2001 Kirrily Robert <sk...@cp...> ! # This software is distributed under the same licenses as Perl; see ! # the file COPYING for details. # --- 1,9 ---- #!/usr/bin/perl -w # + # # FormMagick (c) 2000-2001 Kirrily Robert <sk...@cp...> ! # Copyright (c) 2000-2002 Mitel Networks Corporation ! # This software is distributed under the same licenses as Perl itself; ! # see the file COPYING for details. # Index: Utils.pm =================================================================== RCS file: /cvsroot/formmagick/formmagick/lib/CGI/FormMagick/Utils.pm,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** Utils.pm 13 May 2002 18:13:02 -0000 1.30 --- Utils.pm 18 Dec 2002 21:37:05 -0000 1.31 *************** *** 1,7 **** #!/usr/bin/perl -w # # FormMagick (c) 2000-2001 Kirrily Robert <sk...@cp...> ! # This software is distributed under the same licenses as Perl; see ! # the file COPYING for details. # --- 1,9 ---- #!/usr/bin/perl -w # + # # FormMagick (c) 2000-2001 Kirrily Robert <sk...@cp...> ! # Copyright (c) 2000-2002 Mitel Networks Corporation ! # This software is distributed under the same licenses as Perl itself; ! # see the file COPYING for details. # Index: Validator.pm =================================================================== RCS file: /cvsroot/formmagick/formmagick/lib/CGI/FormMagick/Validator.pm,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -r1.46 -r1.47 *** Validator.pm 24 Jun 2002 18:22:06 -0000 1.46 --- Validator.pm 18 Dec 2002 21:37:05 -0000 1.47 *************** *** 2,8 **** # ! # FormMagick (c) 2000 Kirrily Robert <sk...@in...> ! # This software is distributed under the GNU General Public License; see ! # the file COPYING for details. # # $Id$ --- 2,10 ---- # ! # ! # FormMagick (c) 2000-2001 Kirrily Robert <sk...@cp...> ! # Copyright (c) 2000-2002 Mitel Networks Corporation ! # This software is distributed under the same licenses as Perl itself; ! # see the file COPYING for details. # # $Id$ |