[GRASS-SVN] r72019 - in grass/trunk: . include lib/gis lib/init man
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 1 14:35:51 PST 2018
Author: neteler
Date: 2018-01-01 14:35:51 -0800 (Mon, 01 Jan 2018)
New Revision: 72019
Modified:
grass/trunk/INSTALL
grass/trunk/REQUIREMENTS.html
grass/trunk/grasslib.dox
grass/trunk/include/VERSION
grass/trunk/lib/gis/gislib_cmdline_parsing.dox
grass/trunk/lib/init/grass.py
grass/trunk/man/build_rest.py
Log:
Happy New Year
Modified: grass/trunk/INSTALL
===================================================================
--- grass/trunk/INSTALL 2017-12-31 17:55:07 UTC (rev 72018)
+++ grass/trunk/INSTALL 2018-01-01 22:35:51 UTC (rev 72019)
@@ -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/trunk/REQUIREMENTS.html
===================================================================
--- grass/trunk/REQUIREMENTS.html 2017-12-31 17:55:07 UTC (rev 72018)
+++ grass/trunk/REQUIREMENTS.html 2018-01-01 22:35:51 UTC (rev 72019)
@@ -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/trunk/grasslib.dox
===================================================================
--- grass/trunk/grasslib.dox 2017-12-31 17:55:07 UTC (rev 72018)
+++ grass/trunk/grasslib.dox 2018-01-01 22:35:51 UTC (rev 72019)
@@ -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/trunk/include/VERSION
===================================================================
--- grass/trunk/include/VERSION 2017-12-31 17:55:07 UTC (rev 72018)
+++ grass/trunk/include/VERSION 2018-01-01 22:35:51 UTC (rev 72019)
@@ -1,4 +1,4 @@
7
5
svn
-2017
+2018
Modified: grass/trunk/lib/gis/gislib_cmdline_parsing.dox
===================================================================
--- grass/trunk/lib/gis/gislib_cmdline_parsing.dox 2017-12-31 17:55:07 UTC (rev 72018)
+++ grass/trunk/lib/gis/gislib_cmdline_parsing.dox 2018-01-01 22:35:51 UTC (rev 72019)
@@ -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/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py 2017-12-31 17:55:07 UTC (rev 72018)
+++ grass/trunk/lib/init/grass.py 2018-01-01 22:35:51 UTC (rev 72019)
@@ -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/trunk/man/build_rest.py
===================================================================
--- grass/trunk/man/build_rest.py 2017-12-31 17:55:07 UTC (rev 72018)
+++ grass/trunk/man/build_rest.py 2018-01-01 22:35:51 UTC (rev 72019)
@@ -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