|
From: Mark K. <seg...@us...> - 2002-12-18 21:37:11
|
Update of /cvsroot/formmagick/formmagick/examples In directory sc8-pr-cvs1:/tmp/cvs-serv5801/examples Modified Files: buttons.pl checkbox.pl fileupload.pl fragments.pl group-default.pl hello-repeat.pl hello.pl lexicon.pl localise-errormsg.pl localise-options.pl pre.pl taint.pl validations.pl Log Message: Updated copyright headers and license terms in all source files (and some others), and added Artistic license text in COPYING. Index: buttons.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/examples/buttons.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** buttons.pl 31 Jan 2002 23:36:09 -0000 1.1 --- buttons.pl 18 Dec 2002 21:37:05 -0000 1.2 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/perl -w + # Copyright (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. + use strict; use lib "../lib/"; Index: checkbox.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/examples/checkbox.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** checkbox.pl 4 Feb 2002 22:53:25 -0000 1.2 --- checkbox.pl 18 Dec 2002 21:37:05 -0000 1.3 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/perl -w + # Copyright (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. + use strict; use lib "../lib"; Index: fileupload.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/examples/fileupload.pl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** fileupload.pl 22 Jan 2002 21:43:09 -0000 1.5 --- fileupload.pl 18 Dec 2002 21:37:05 -0000 1.6 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/perl -w + # Copyright (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. + use strict; use lib "../lib/"; Index: fragments.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/examples/fragments.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** fragments.pl 23 Jan 2002 22:55:42 -0000 1.3 --- fragments.pl 18 Dec 2002 21:37:05 -0000 1.4 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/perl -w + # Copyright (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. + use strict; use lib "../lib/"; Index: group-default.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/examples/group-default.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** group-default.pl 22 Jan 2002 21:16:02 -0000 1.3 --- group-default.pl 18 Dec 2002 21:37:05 -0000 1.4 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/perl -wT + # Copyright (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. + use strict; use lib "../lib/"; Index: hello-repeat.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/examples/hello-repeat.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** hello-repeat.pl 4 Apr 2002 17:18:41 -0000 1.3 --- hello-repeat.pl 18 Dec 2002 21:37:05 -0000 1.4 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/perl -wT + # Copyright (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. + use strict; use lib "../lib/"; Index: hello.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/examples/hello.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** hello.pl 21 Jan 2002 19:22:26 -0000 1.4 --- hello.pl 18 Dec 2002 21:37:05 -0000 1.5 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/perl -wT + # Copyright (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. + use strict; use lib "../lib"; Index: lexicon.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/examples/lexicon.pl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** lexicon.pl 31 Jan 2002 23:36:09 -0000 1.5 --- lexicon.pl 18 Dec 2002 21:37:05 -0000 1.6 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/perl -wT + # Copyright (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. + use strict; use lib "../lib"; Index: localise-errormsg.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/examples/localise-errormsg.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** localise-errormsg.pl 13 Mar 2002 20:55:26 -0000 1.1 --- localise-errormsg.pl 18 Dec 2002 21:37:05 -0000 1.2 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/perl -wT + # Copyright (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. + use strict; use lib "../lib"; Index: localise-options.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/examples/localise-options.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** localise-options.pl 8 Feb 2002 20:08:03 -0000 1.2 --- localise-options.pl 18 Dec 2002 21:37:05 -0000 1.3 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/perl -wT + # Copyright (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. + use strict; use lib "../lib"; Index: pre.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/examples/pre.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** pre.pl 4 Feb 2002 20:10:15 -0000 1.3 --- pre.pl 18 Dec 2002 21:37:05 -0000 1.4 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/perl -wT + # Copyright (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. + use strict; use lib "../lib"; Index: taint.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/examples/taint.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** taint.pl 13 May 2002 17:26:07 -0000 1.1 --- taint.pl 18 Dec 2002 21:37:05 -0000 1.2 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/perl -wT + # Copyright (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. + use strict; use lib "../lib"; Index: validations.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/examples/validations.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** validations.pl 23 Jan 2002 21:31:46 -0000 1.7 --- validations.pl 18 Dec 2002 21:37:05 -0000 1.8 *************** *** 1,4 **** --- 1,9 ---- #!/usr/bin/perl -wT + # Copyright (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. + use strict; use lib "../lib/"; |