[GRASS-SVN] r29760 - grass/trunk/scripts/d.correlate
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 21 03:53:58 EST 2008
Author: neteler
Date: 2008-01-21 03:53:58 -0500 (Mon, 21 Jan 2008)
New Revision: 29760
Modified:
grass/trunk/scripts/d.correlate/d.correlate
Log:
copyright header added
Modified: grass/trunk/scripts/d.correlate/d.correlate
===================================================================
--- grass/trunk/scripts/d.correlate/d.correlate 2008-01-21 08:35:00 UTC (rev 29759)
+++ grass/trunk/scripts/d.correlate/d.correlate 2008-01-21 08:53:58 UTC (rev 29760)
@@ -1,10 +1,18 @@
#!/bin/sh
#
-# updated to GRASS 6 by Markus Neteler 5/2005
-# neteler itc it
+############################################################################
#
-# prints a graph of the correlation between data layers (in pairs)
-# derived from <grass5>/src.local/d.correlate.sh
+# MODULE: d.correlate for GRASS 6; based on dcorrelate.sh for GRASS 4,5
+# AUTHOR(S): CERL - Michael Shapiro; updated to GRASS 6 by Markus Neteler 5/2005
+# PURPOSE: prints a graph of the correlation between data layers (in pairs)
+# derived from <grass5>/src.local/d.correlate.sh
+# COPYRIGHT: (C) 2005 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.
+#
+#############################################################################
#%Module
#% description: prints a graph of the correlation between data layers (in pairs)
More information about the grass-commit
mailing list