|
From: Mark K. <seg...@us...> - 2002-12-18 21:37:11
|
Update of /cvsroot/formmagick/formmagick/lib/CGI/FormMagick/Validator In directory sc8-pr-cvs1:/tmp/cvs-serv5801/lib/CGI/FormMagick/Validator Modified Files: Basic.pm Business.pm Geography.pm Length.pm Network.pm Log Message: Updated copyright headers and license terms in all source files (and some others), and added Artistic license text in COPYING. Index: Basic.pm =================================================================== RCS file: /cvsroot/formmagick/formmagick/lib/CGI/FormMagick/Validator/Basic.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Basic.pm 5 Feb 2002 22:09:04 -0000 1.6 --- Basic.pm 18 Dec 2002 21:37:06 -0000 1.7 *************** *** 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$ Index: Business.pm =================================================================== RCS file: /cvsroot/formmagick/formmagick/lib/CGI/FormMagick/Validator/Business.pm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** Business.pm 5 Feb 2002 22:09:04 -0000 1.8 --- Business.pm 18 Dec 2002 21:37:06 -0000 1.9 *************** *** 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$ Index: Geography.pm =================================================================== RCS file: /cvsroot/formmagick/formmagick/lib/CGI/FormMagick/Validator/Geography.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Geography.pm 5 Feb 2002 22:09:04 -0000 1.2 --- Geography.pm 18 Dec 2002 21:37:06 -0000 1.3 *************** *** 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. # # $Id$ --- 1,8 ---- #!/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. # # $Id$ Index: Length.pm =================================================================== RCS file: /cvsroot/formmagick/formmagick/lib/CGI/FormMagick/Validator/Length.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Length.pm 5 Feb 2002 22:09:04 -0000 1.4 --- Length.pm 18 Dec 2002 21:37:06 -0000 1.5 *************** *** 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$ Index: Network.pm =================================================================== RCS file: /cvsroot/formmagick/formmagick/lib/CGI/FormMagick/Validator/Network.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** Network.pm 18 Dec 2002 20:44:55 -0000 1.10 --- Network.pm 18 Dec 2002 21:37:06 -0000 1.11 *************** *** 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,9 ---- # ! # 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$ |