[GRASS-SVN] r29774 - grass/trunk/imagery/i.smap/bouman
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 21 06:29:31 EST 2008
Author: neteler
Date: 2008-01-21 06:29:30 -0500 (Mon, 21 Jan 2008)
New Revision: 29774
Modified:
grass/trunk/imagery/i.smap/bouman/segment.c
Log:
copyright header fixed
Modified: grass/trunk/imagery/i.smap/bouman/segment.c
===================================================================
--- grass/trunk/imagery/i.smap/bouman/segment.c 2008-01-21 11:27:39 UTC (rev 29773)
+++ grass/trunk/imagery/i.smap/bouman/segment.c 2008-01-21 11:29:30 UTC (rev 29774)
@@ -1,3 +1,16 @@
+/****************************************************************************
+ *
+ * MODULE: i.smap segmentation
+ * AUTHOR(S): Charles Bouman,
+ * School of Electrical Engineering, Purdue University
+ * PURPOSE: image classification and segmentation
+ * COPYRIGHT: (C) 1999-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.
+ *
+ *****************************************************************************/
#include <stdlib.h>
#include <unistd.h>
#include <grass/imagery.h>
More information about the grass-commit
mailing list