|
From: Mark K. <seg...@us...> - 2002-12-18 21:37:11
|
Update of /cvsroot/formmagick/formmagick/tools In directory sc8-pr-cvs1:/tmp/cvs-serv5801/tools Modified Files: extract-phrases.pl mergetrans.pl Log Message: Updated copyright headers and license terms in all source files (and some others), and added Artistic license text in COPYING. Index: extract-phrases.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/tools/extract-phrases.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** extract-phrases.pl 2 Mar 2001 18:18:09 -0000 1.1 --- extract-phrases.pl 18 Dec 2002 21:37:06 -0000 1.2 *************** *** 1,4 **** --- 1,11 ---- #!/usr/local/bin/perl + # + # 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. + + use strict; use XML::Parser; Index: mergetrans.pl =================================================================== RCS file: /cvsroot/formmagick/formmagick/tools/mergetrans.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** mergetrans.pl 2 Mar 2001 18:18:09 -0000 1.1 --- mergetrans.pl 18 Dec 2002 21:37:06 -0000 1.2 *************** *** 1,3 **** --- 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. open (A, $ARGV[0]) or die "Couldn't open $ARGV[0]: $!"; |