ソースを参照

consmetics in grass.py header

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41563 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 年 前
コミット
cd8cbe2a81
1 ファイル変更9 行追加10 行削除
  1. 9 10
      lib/init/grass.py

+ 9 - 10
lib/init/grass.py

@@ -1,25 +1,24 @@
 #!/usr/bin/env python
 #############################################################################
 #
-# MODULE:   	GRASS Initialization
+# MODULE:   	GRASS initialization
 # AUTHOR(S):	Original author unknown - probably CERL
 #               Andreas Lange - Germany - andreas.lange@rhein-main.de
 #   	    	Huidae Cho - Korea - grass4u@gmail.com
 #   	    	Justin Hickey - Thailand - jhickey@hpcc.nectec.or.th
 #   	    	Markus Neteler - Germany/Italy - neteler@itc.it
 #		Hamish Bowman - New Zealand - hamish_b at yahoo,com
-#		Converted to Python by Glynn Clements
-# PURPOSE:  	The source file for this shell script is in
-#   	    	src/general/init/init.sh. It sets up some environment
-#   	    	variables and the lock file. It also parses any remaining
-#   	    	command line options for setting the GISDBASE, LOCATION, and/or
-#   	    	MAPSET. Finally it starts GRASS with the appropriate user
+#		Converted to Python (based on init.sh) by Glynn Clements
+# PURPOSE:  	Sets up some environment variables.
+#               It also parses any remaining command line options for
+#               setting the GISDBASE, LOCATION, and/or MAPSET.
+#               Finally it starts GRASS with the appropriate user
 #   	    	interface and cleans up after it is finished.
 # COPYRIGHT:    (C) 2000-2010 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.
+#               This program is free software under the GNU General
+#   	    	Public License (>=v2). Read the file COPYING that
+#   	    	comes with GRASS for details.
 #
 #############################################################################