Update of /cvsroot/plib/plib/tools/src/afm2txf
In directory usw-pr-cvs1:/tmp/cvs-serv4023
Modified Files:
afm2txf.pl
Log Message:
License is GPL
Index: afm2txf.pl
===================================================================
RCS file: /cvsroot/plib/plib/tools/src/afm2txf/afm2txf.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- afm2txf.pl 28 Jun 2002 15:07:08 -0000 1.1
+++ afm2txf.pl 14 Aug 2002 23:47:06 -0000 1.2
@@ -12,7 +12,11 @@
# 0.2 (06/28/2002): Generate fonts with proper padding
# 0.1 (06/28/2002): Initial version
#
-# Copyright (C) 2002 Andy Ross
+# Copyright (C) 2002 Andrew James Ross
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 2 as
+# published by the Free Software Foundation.
use strict;
@@ -276,3 +280,4 @@
return \@PS;
}
+
|