[GRASS-SVN] r29761 - in grass/trunk/scripts: d.font.freetype
d.text.freetype i.in.spotvgt i.spectral v.in.mapgen
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 21 04:09:32 EST 2008
Author: neteler
Date: 2008-01-21 04:09:32 -0500 (Mon, 21 Jan 2008)
New Revision: 29761
Modified:
grass/trunk/scripts/d.font.freetype/d.font.freetype
grass/trunk/scripts/d.text.freetype/d.text.freetype
grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt
grass/trunk/scripts/i.spectral/i.spectral
grass/trunk/scripts/v.in.mapgen/v.in.mapgen
Log:
copyright header fixed
Modified: grass/trunk/scripts/d.font.freetype/d.font.freetype
===================================================================
--- grass/trunk/scripts/d.font.freetype/d.font.freetype 2008-01-21 08:53:58 UTC (rev 29760)
+++ grass/trunk/scripts/d.font.freetype/d.font.freetype 2008-01-21 09:09:32 UTC (rev 29761)
@@ -1,2 +1,10 @@
#!/bin/sh
+
+# MODULE: d.font wrapper
+# AUTHOR(S): Glynn Clements
+# 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.
+
exec d.font "$@"
Modified: grass/trunk/scripts/d.text.freetype/d.text.freetype
===================================================================
--- grass/trunk/scripts/d.text.freetype/d.text.freetype 2008-01-21 08:53:58 UTC (rev 29760)
+++ grass/trunk/scripts/d.text.freetype/d.text.freetype 2008-01-21 09:09:32 UTC (rev 29761)
@@ -1,2 +1,10 @@
#!/bin/sh
+
+# MODULE: d.text wrapper
+# AUTHOR(S): Glynn Clements
+# 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.
+
exec d.text "$@"
Modified: grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt
===================================================================
--- grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt 2008-01-21 08:53:58 UTC (rev 29760)
+++ grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt 2008-01-21 09:09:32 UTC (rev 29761)
@@ -12,10 +12,14 @@
#
# COPYRIGHT: (c) 2004,2007 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.
+#
#############################################################################
#
# REQUIREMENTS:
-# - gdal: http://gdal.org
+# - gdal: http://www.gdal.org
#
# Notes:
# * According to the faq (http://www.vgt.vito.be/faq/faq.html), SPOT vegetation
Modified: grass/trunk/scripts/i.spectral/i.spectral
===================================================================
--- grass/trunk/scripts/i.spectral/i.spectral 2008-01-21 08:53:58 UTC (rev 29760)
+++ grass/trunk/scripts/i.spectral/i.spectral 2008-01-21 09:09:32 UTC (rev 29761)
@@ -1,4 +1,18 @@
#!/bin/bash
+
+############################################################################
+#
+# MODULE: i.spectral
+# AUTHOR(S): Markus Neteler, 18. August 1998
+# PURPOSE: displays spectral response at user specified locations in group or images
+# COPYRIGHT: (C) 1999 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.
+#
+#############################################################################
+
# written by Markus Neteler 18. August 1998
# neteler geog.uni-hannover.de
#
Modified: grass/trunk/scripts/v.in.mapgen/v.in.mapgen
===================================================================
--- grass/trunk/scripts/v.in.mapgen/v.in.mapgen 2008-01-21 08:53:58 UTC (rev 29760)
+++ grass/trunk/scripts/v.in.mapgen/v.in.mapgen 2008-01-21 09:09:32 UTC (rev 29761)
@@ -12,6 +12,9 @@
# COPYRIGHT: Original version (c) Andreas Lange
# Updates by Hamish Bowman (c) 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.
#############################################################################
#
# REQUIREMENTS: awk
More information about the grass-commit
mailing list