[GRASS-SVN] r37454 - grass/branches/develbranch_6
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 25 02:40:36 EDT 2009
Author: hamish
Date: 2009-05-25 02:40:28 -0400 (Mon, 25 May 2009)
New Revision: 37454
Modified:
grass/branches/develbranch_6/SUBMITTING
Log:
update copyright, indent, mime-types, wx menu path
Modified: grass/branches/develbranch_6/SUBMITTING
===================================================================
--- grass/branches/develbranch_6/SUBMITTING 2009-05-25 03:41:11 UTC (rev 37453)
+++ grass/branches/develbranch_6/SUBMITTING 2009-05-25 06:40:28 UTC (rev 37454)
@@ -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