[GRASS-SVN] r37455 - grass/branches/releasebranch_6_4

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 25 02:47:10 EDT 2009


Author: hamish
Date: 2009-05-25 02:47:06 -0400 (Mon, 25 May 2009)
New Revision: 37455

Modified:
   grass/branches/releasebranch_6_4/SUBMITTING
Log:
update copyright, indent, mime-types, wx menu path (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/SUBMITTING
===================================================================
--- grass/branches/releasebranch_6_4/SUBMITTING	2009-05-25 06:40:28 UTC (rev 37454)
+++ grass/branches/releasebranch_6_4/SUBMITTING	2009-05-25 06:47:06 UTC (rev 37455)
@@ -38,7 +38,11 @@
 3.  Add a header section to each file you submit and make sure you include
     the copyright. The purpose section is meant to contain a general
     overview of the code in the file to assist other programmers that will
-    need to make changes to your code.
+    need to make changes to your code. If you are modifying an existing
+    file you may under no circumstances remove prior copyright or licensing
+    text that is not your own, even for a major rewrite. If any original
+    code or code that is in part derived from another's original work
+    remains, it must be properly cited.
 
     Example (ficticious header for a file called color.c) :
 
@@ -237,6 +241,7 @@
     commit! Do add the indent switches and any indent warning messages to the 
     SVN log. Any change or fix mixed in with an indent is very hard to track 
     making it hard for others to follow the change or fix any new bugs.
+    For your convenience use the tools/grass_indent.sh script.
 
 
 16. Platform dependent code:
@@ -306,7 +311,7 @@
 
 23. Add/update, if required the related GUI menus:
      gui/tcltk/gis.m/gmmenu.tcl
-     gui/wxpython/gui_modules/menudata.py
+     gui/wxpython/xml/menudata.xml
 
 
 24. For consistency, use README rather than README.txt for any README files.
@@ -416,6 +421,7 @@
       Makefiles: text/x-makefile
       PNG files (.png): image/png
       Python files (.py): text/x-python
+      Shell scripts (.sh): text/x-sh
       Text files (.txt): text/plain
       XML files (.xml): text/xml
       



More information about the grass-commit mailing list