[GRASS-SVN] r72021 - in grass/branches/releasebranch_7_2: . include lib/gis lib/init man

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 1 14:36:28 PST 2018


Author: neteler
Date: 2018-01-01 14:36:27 -0800 (Mon, 01 Jan 2018)
New Revision: 72021

Modified:
   grass/branches/releasebranch_7_2/INSTALL
   grass/branches/releasebranch_7_2/REQUIREMENTS.html
   grass/branches/releasebranch_7_2/grasslib.dox
   grass/branches/releasebranch_7_2/include/VERSION
   grass/branches/releasebranch_7_2/lib/gis/gislib_cmdline_parsing.dox
   grass/branches/releasebranch_7_2/lib/init/grass.py
   grass/branches/releasebranch_7_2/man/build_rest.py
Log:
Happy New Year

Modified: grass/branches/releasebranch_7_2/INSTALL
===================================================================
--- grass/branches/releasebranch_7_2/INSTALL	2018-01-01 22:36:04 UTC (rev 72020)
+++ grass/branches/releasebranch_7_2/INSTALL	2018-01-01 22:36:27 UTC (rev 72021)
@@ -33,7 +33,7 @@
 	1. PROJ4
 	2. GDAL-OGR  (compiled without GRASS support)
         3. optionally: databases such as PostgreSQL, MySQL, sqlite
-	4. GRASS
+	4. GRASS GIS
         5. optionally: GDAL-OGR-GRASS plugin
 
 (A) SOURCE CODE DISTRIBUTION
@@ -314,6 +314,6 @@
 https://grass.osgeo.org/documentation/first-time-users/
 
 ------------------
-(C) 1999-2017 by The GRASS Development Team
+(C) 1999-2018 by The GRASS Development Team
 
 Last changed: $Date$

Modified: grass/branches/releasebranch_7_2/REQUIREMENTS.html
===================================================================
--- grass/branches/releasebranch_7_2/REQUIREMENTS.html	2018-01-01 22:36:04 UTC (rev 72020)
+++ grass/branches/releasebranch_7_2/REQUIREMENTS.html	2018-01-01 22:36:27 UTC (rev 72021)
@@ -212,9 +212,9 @@
 <p>
 
 <hr width="100%">
-<i>© GRASS Development Team 1997-2017</i>
+<i>© GRASS Development Team 1997-2018</i>
 <p>Please report bugs here:
-<br><a href="http://grass.osgeo.org/development/bug-tracking/">http://grass.osgeo.org/development/bug-tracking/</a>
+<br><a href="https://grass.osgeo.org/development/bug-tracking/">https://grass.osgeo.org/development/bug-tracking/</a>
 
 <p>
 <i>Last changed: $Date$</i>

Modified: grass/branches/releasebranch_7_2/grasslib.dox
===================================================================
--- grass/branches/releasebranch_7_2/grasslib.dox	2018-01-01 22:36:04 UTC (rev 72020)
+++ grass/branches/releasebranch_7_2/grasslib.dox	2018-01-01 22:36:27 UTC (rev 72021)
@@ -1,7 +1,7 @@
 /*! \mainpage GRASS GIS 7 Programmer's Manual
 <!-- * doxygenized from "GRASS 5 Programmer's Manual"
        by M. Neteler 2/2004
-     * updated 8/2005, 2006-2008, 2010-2011
+     * updated 8/2005, 2006-2008, 2010-2011, 2017
   -->
 
 <a href="http://grass.osgeo.org">GRASS GIS</a> (<b>Geographic
@@ -23,7 +23,7 @@
 are cited within their module's source code and the contributed manual
 pages.
 
-© 2000-2017 by the GRASS Development Team
+© 2000-2018 by the GRASS Development Team
 
 This manual is published under <a
 href="http://www.fsf.org/copyleft/fdl.html">GNU Free Documentation
@@ -33,7 +33,7 @@
 Foundation</a>, who provides the GRASS main infrastructure.
 
 Main web site: <a
-href="http://grass.osgeo.org">http://grass.osgeo.org</a>
+href="https://grass.osgeo.org">https://grass.osgeo.org</a>
 
 <i>Note: Missing entries below still need to be documented in Doxygen format.</i>
 

Modified: grass/branches/releasebranch_7_2/include/VERSION
===================================================================
--- grass/branches/releasebranch_7_2/include/VERSION	2018-01-01 22:36:04 UTC (rev 72020)
+++ grass/branches/releasebranch_7_2/include/VERSION	2018-01-01 22:36:27 UTC (rev 72021)
@@ -1,4 +1,4 @@
 7
 2
 3svn
-2017
+2018

Modified: grass/branches/releasebranch_7_2/lib/gis/gislib_cmdline_parsing.dox
===================================================================
--- grass/branches/releasebranch_7_2/lib/gis/gislib_cmdline_parsing.dox	2018-01-01 22:36:04 UTC (rev 72020)
+++ grass/branches/releasebranch_7_2/lib/gis/gislib_cmdline_parsing.dox	2018-01-01 22:36:27 UTC (rev 72021)
@@ -4,7 +4,7 @@
 <!--
 extracted form gislib.dox and improved by Vaclav Petras, 2013
 
-Copyright 2004-2017 by the GRASS Development Team
+Copyright 2004-2018 by the GRASS Development Team
 
 Published under GNU Free Documentation License
 -->

Modified: grass/branches/releasebranch_7_2/lib/init/grass.py
===================================================================
--- grass/branches/releasebranch_7_2/lib/init/grass.py	2018-01-01 22:36:04 UTC (rev 72020)
+++ grass/branches/releasebranch_7_2/lib/init/grass.py	2018-01-01 22:36:27 UTC (rev 72021)
@@ -18,7 +18,7 @@
 #               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-2017 by the GRASS Development Team
+# COPYRIGHT:    (C) 2000-2018 by the GRASS Development Team
 #
 #               This program is free software under the GNU General
 #               Public License (>=v2). Read the file COPYING that

Modified: grass/branches/releasebranch_7_2/man/build_rest.py
===================================================================
--- grass/branches/releasebranch_7_2/man/build_rest.py	2018-01-01 22:36:04 UTC (rev 72020)
+++ grass/branches/releasebranch_7_2/man/build_rest.py	2018-01-01 22:36:27 UTC (rev 72021)
@@ -167,7 +167,7 @@
 --------------
 
 :doc:`Manual main page <index>` \| :doc:`Full Index <full_index>`
- 2003-2017 `GRASS Development Team <http://grass.osgeo.org>`_, GRASS GIS ${grass_version} Reference Manual
+ 2003-2018 `GRASS Development Team <https://grass.osgeo.org>`_, GRASS GIS ${grass_version} Reference Manual
 """)
 
 cmd1_tmpl = string.Template(\



More information about the grass-commit mailing list