[GRASS-SVN] r29767 - grass/trunk/lib/imagery
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 21 05:59:47 EST 2008
Author: neteler
Date: 2008-01-21 05:59:47 -0500 (Mon, 21 Jan 2008)
New Revision: 29767
Modified:
grass/trunk/lib/imagery/georef.c
grass/trunk/lib/imagery/group.c
grass/trunk/lib/imagery/ref.c
Log:
copyright header fixed
Modified: grass/trunk/lib/imagery/georef.c
===================================================================
--- grass/trunk/lib/imagery/georef.c 2008-01-21 10:50:53 UTC (rev 29766)
+++ grass/trunk/lib/imagery/georef.c 2008-01-21 10:59:47 UTC (rev 29767)
@@ -1,3 +1,16 @@
+/****************************************************************************
+ *
+ * MODULE: imagery library
+ * AUTHOR(S): Original author(s) name(s) unknown - written by CERL
+ * PURPOSE: Image processing library
+ * COPYRIGHT: (C) 1999, 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.
+ *
+ *****************************************************************************/
+
#include <grass/config.h>
#include <grass/imagery.h>
#include <signal.h>
Modified: grass/trunk/lib/imagery/group.c
===================================================================
--- grass/trunk/lib/imagery/group.c 2008-01-21 10:50:53 UTC (rev 29766)
+++ grass/trunk/lib/imagery/group.c 2008-01-21 10:59:47 UTC (rev 29767)
@@ -1,3 +1,16 @@
+/****************************************************************************
+ *
+ * MODULE: imagery library
+ * AUTHOR(S): Original author(s) name(s) unknown - written by CERL
+ * PURPOSE: Image processing library
+ * COPYRIGHT: (C) 1999, 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.
+ *
+ *****************************************************************************/
+
/**********************************************************
* I_get_group (group);
* I_put_group (group);
Modified: grass/trunk/lib/imagery/ref.c
===================================================================
--- grass/trunk/lib/imagery/ref.c 2008-01-21 10:50:53 UTC (rev 29766)
+++ grass/trunk/lib/imagery/ref.c 2008-01-21 10:59:47 UTC (rev 29767)
@@ -1,3 +1,16 @@
+/****************************************************************************
+ *
+ * MODULE: imagery library
+ * AUTHOR(S): Original author(s) name(s) unknown - written by CERL
+ * PURPOSE: Image processing library
+ * COPYRIGHT: (C) 1999, 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.
+ *
+ *****************************************************************************/
+
/***********************************************************
* I_fopen_group_ref_new (group)
* I_fopen_group_ref_old (group)
More information about the grass-commit
mailing list