[GRASS-SVN] r40240 - in grass/branches/releasebranch_6_4: . include rfc tools

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 5 04:32:19 EST 2010


Author: hamish
Date: 2010-01-05 04:32:17 -0500 (Tue, 05 Jan 2010)
New Revision: 40240

Modified:
   grass/branches/releasebranch_6_4/INSTALL
   grass/branches/releasebranch_6_4/SUBMITTING
   grass/branches/releasebranch_6_4/include/VERSION
   grass/branches/releasebranch_6_4/rfc/psc_motions.dox
   grass/branches/releasebranch_6_4/tools/build_html_index.sh
   grass/branches/releasebranch_6_4/tools/mkhtml.sh
   grass/branches/releasebranch_6_4/tools/module_synopsis.sh
Log:
happy new year, catch up with the past psc motions (merge from trunk)

Modified: grass/branches/releasebranch_6_4/INSTALL
===================================================================
--- grass/branches/releasebranch_6_4/INSTALL	2010-01-05 09:13:56 UTC (rev 40239)
+++ grass/branches/releasebranch_6_4/INSTALL	2010-01-05 09:32:17 UTC (rev 40240)
@@ -306,5 +306,5 @@
 http://grass.osgeo.org/wiki/GRASS_6_Tutorial
 
 ------------------
-(C) 1999-2009 by The GRASS Development Team
+(C) 1999-2010 by The GRASS Development Team
 $Date$

Modified: grass/branches/releasebranch_6_4/SUBMITTING
===================================================================
--- grass/branches/releasebranch_6_4/SUBMITTING	2010-01-05 09:13:56 UTC (rev 40239)
+++ grass/branches/releasebranch_6_4/SUBMITTING	2010-01-05 09:32:17 UTC (rev 40240)
@@ -57,7 +57,7 @@
  *               be used. Note that most linked list functionality (add,
  *               remove, get) is supported, but there is no sorting
  *               functionality.
- * COPYRIGHT:    (C) 2009 by the GRASS Development Team
+ * COPYRIGHT:    (C) 2010 by the GRASS Development Team
  *
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the COPYING file that comes with GRASS

Modified: grass/branches/releasebranch_6_4/include/VERSION
===================================================================
--- grass/branches/releasebranch_6_4/include/VERSION	2010-01-05 09:13:56 UTC (rev 40239)
+++ grass/branches/releasebranch_6_4/include/VERSION	2010-01-05 09:32:17 UTC (rev 40240)
@@ -1,4 +1,4 @@
 6
 4
 0svn
-2009
+2010

Modified: grass/branches/releasebranch_6_4/rfc/psc_motions.dox
===================================================================
--- grass/branches/releasebranch_6_4/rfc/psc_motions.dox	2010-01-05 09:13:56 UTC (rev 40239)
+++ grass/branches/releasebranch_6_4/rfc/psc_motions.dox	2010-01-05 09:32:17 UTC (rev 40240)
@@ -3,19 +3,28 @@
 
 See also: <a href="http://grass.osgeo.org/wiki/PSC_Agenda">PSC Agenda</a>.
 
+\section motions2010 Motions of 2010
+
+- SVN write access to Anne Ghisla (granted, 5 Jan 2010)
+<!--
+<li> \link rfc3_psc RFC 3: PSC Voting Procedures
+</ul>
+-->
+
+\section motions2009 Motions of 2009
+
+- SVN write access to Colin Nielsen (3 Sep 2009)
+- SVN write access to Markus Metz (14 Jan 2009)
+
 \section motions2008 Motions of 2008
 
-- SVN write access to Yann Chemin
+- SVN write access to Yann Chemin (granted, 12 Sep 2008)
 - Registering GRASS at <a href="http://osor.eu">OSOR.eu</a> portal (approved Aug 2008)
 - SVN write access to Laura Toma (granted, 11 Aug 2008)
 - SVN write access to Marco Pasetti (granted, 19 May 2008)
 - SVN write access to Maris Nartiss (granted, 12 Apr 2008)
 - OSGeo incubator graduation of GRASS approved by OSGeo board (8 Feb 2008)
 - SVN write access to Ivan Shmakov (granted, 6 Feb 2008)
-<!--
-<li> \link rfc3_psc RFC 3: PSC Voting Procedures
--->
-</ul>
 
 \section motions2007 Motions of 2007
 

Modified: grass/branches/releasebranch_6_4/tools/build_html_index.sh
===================================================================
--- grass/branches/releasebranch_6_4/tools/build_html_index.sh	2010-01-05 09:13:56 UTC (rev 40239)
+++ grass/branches/releasebranch_6_4/tools/build_html_index.sh	2010-01-05 09:32:17 UTC (rev 40240)
@@ -193,7 +193,7 @@
 echo "<BR><BR>
 <hr>
 <p><a href=\"$2\">Help Index</a> | <a href=\"full_index.html\">Full Index</a><br>
-&copy; 2003-2009 <a href=\"http://grass.osgeo.org\">GRASS Development Team</a></p>
+&copy; 2003-2010 <a href=\"http://grass.osgeo.org\">GRASS Development Team</a></p>
 </body>
 </html>" >> "$1"
 }

Modified: grass/branches/releasebranch_6_4/tools/mkhtml.sh
===================================================================
--- grass/branches/releasebranch_6_4/tools/mkhtml.sh	2010-01-05 09:13:56 UTC (rev 40239)
+++ grass/branches/releasebranch_6_4/tools/mkhtml.sh	2010-01-05 09:32:17 UTC (rev 40240)
@@ -65,7 +65,7 @@
     cat >> ${PGM}.tmp.html <<-EOF
 	<HR>
 	<P><a href="index.html">Main index</a> - <a href="$INDEXNAME.html">$INDEXNAME index</a> - <a href="full_index.html">Full index</a></P>
-	<P>&copy; 2003-2009 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
+	<P>&copy; 2003-2010 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
 	</body>
 	</html>
 	EOF

Modified: grass/branches/releasebranch_6_4/tools/module_synopsis.sh
===================================================================
--- grass/branches/releasebranch_6_4/tools/module_synopsis.sh	2010-01-05 09:13:56 UTC (rev 40239)
+++ grass/branches/releasebranch_6_4/tools/module_synopsis.sh	2010-01-05 09:32:17 UTC (rev 40240)
@@ -237,7 +237,7 @@
 <hr>
 <p>
 <a href="index.html">Help Index</a><br>
-&copy; 2007-2009 <a href="http://grass.osgeo.org">GRASS Development Team</a>
+&copy; 2007-2010 <a href="http://grass.osgeo.org">GRASS Development Team</a>
 </p>
 
 </BODY>



More information about the grass-commit mailing list