[GRASS-SVN] r29776 - grass/trunk/tools/mkftcap

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 21 07:43:52 EST 2008


Author: neteler
Date: 2008-01-21 07:43:52 -0500 (Mon, 21 Jan 2008)
New Revision: 29776

Modified:
   grass/trunk/tools/mkftcap/mkftcap
Log:
copyright header added

Modified: grass/trunk/tools/mkftcap/mkftcap
===================================================================
--- grass/trunk/tools/mkftcap/mkftcap	2008-01-21 12:33:44 UTC (rev 29775)
+++ grass/trunk/tools/mkftcap/mkftcap	2008-01-21 12:43:52 UTC (rev 29776)
@@ -1,5 +1,19 @@
 #!/bin/sh
 
+############################################################################
+#
+# MODULE:       mkftcap
+# AUTHOR(S):    Glynn Clements, Michael Barton, Paul Kelly
+# PURPOSE:      create font typecap file
+# COPYRIGHT:    (C) 2007 by the GRASS Development Team
+#
+#               This program is free software under the GNU General Public
+#               License (>=v2). Read the file COPYING that comes with GRASS
+#               for details.
+#
+#############################################################################
+
+
 exts='ttf TTF pfa PFA pfb PFB dfont DFONT oft OFT'
 
 (



More information about the grass-commit mailing list