[GRASS-SVN] r29773 - grass/trunk/imagery/i.ortho.photo/menu
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 21 06:27:39 EST 2008
Author: neteler
Date: 2008-01-21 06:27:39 -0500 (Mon, 21 Jan 2008)
New Revision: 29773
Modified:
grass/trunk/imagery/i.ortho.photo/menu/menu.c
Log:
copyright header fixed
Modified: grass/trunk/imagery/i.ortho.photo/menu/menu.c
===================================================================
--- grass/trunk/imagery/i.ortho.photo/menu/menu.c 2008-01-21 11:26:35 UTC (rev 29772)
+++ grass/trunk/imagery/i.ortho.photo/menu/menu.c 2008-01-21 11:27:39 UTC (rev 29773)
@@ -1,3 +1,20 @@
+/****************************************************************************
+ *
+ * MODULE: menu
+ * AUTHOR(S): Mike Baba, DBA Systems, Inc. (original contributor)
+ * Markus Neteler <neteler itc.it>,
+ * Roberto Flor <flor itc.it>,
+ * Bernhard Reiter <bernhard intevation.de>,
+ * Glynn Clements <glynn gclements.plus.com>
+ * PURPOSE: main menu system
+ * 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 <unistd.h>
#include <stdlib.h>
#include <string.h>
More information about the grass-commit
mailing list