瀏覽代碼

Happy New Year (#2059)

Update selected copyright year entries
Markus Neteler 3 年之前
父節點
當前提交
443635d275

+ 1 - 1
INSTALL

@@ -315,4 +315,4 @@ https://trac.osgeo.org/grass/wiki/Submitting
 https://grass.osgeo.org/documentation/first-time-users/
 https://grass.osgeo.org/documentation/first-time-users/
 
 
 ------------------
 ------------------
-(C) 1999-2021 by The GRASS Development Team
+(C) 1999-2022 by The GRASS Development Team

+ 3 - 3
REQUIREMENTS.html

@@ -2,12 +2,12 @@
 <html>
 <html>
 <head>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>REQUIREMENTS to compile GRASS GIS 7</title>
+ <title>REQUIREMENTS to compile GRASS GIS 8</title>
  <link rel="stylesheet" href="grassdocs.css" type="text/css">
  <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>
 </head>
 <body bgcolor="#FFFFFF">
 <body bgcolor="#FFFFFF">
 
 
-<h2>REQUIREMENTS to compile GRASS GIS 7</h2>
+<h2>REQUIREMENTS to compile GRASS GIS 8</h2>
 
 
 A workstation running some flavor of UNIX including GNU/Linux, Solaris, IRIX, BSD,
 A workstation running some flavor of UNIX including GNU/Linux, Solaris, IRIX, BSD,
 Mac OSX, Cygwin or MinGW (on Win32/Win64). Ideally, you should have at least 800 MB of
 Mac OSX, Cygwin or MinGW (on Win32/Win64). Ideally, you should have at least 800 MB of
@@ -233,7 +233,7 @@ MacOSX users may go here to download precompiled libraries etc.:
 <p>
 <p>
 
 
 <hr width="100%">
 <hr width="100%">
-<i>&copy; GRASS Development Team 1997-2021</i>
+<i>&copy; GRASS Development Team 1997-2022</i>
 <p>Please report bugs here:
 <p>Please report bugs here:
 <br><a href="https://grass.osgeo.org/contribute/">https://grass.osgeo.org/contribute/</a>
 <br><a href="https://grass.osgeo.org/contribute/">https://grass.osgeo.org/contribute/</a>
 
 

+ 3 - 3
grasslib.dox

@@ -1,7 +1,7 @@
 /*! \mainpage GRASS GIS 8 Programmer's Manual
 /*! \mainpage GRASS GIS 8 Programmer's Manual
 <!-- * doxygenized from "GRASS 5 Programmer's Manual"
 <!-- * doxygenized from "GRASS 5 Programmer's Manual"
        by M. Neteler 2/2004
        by M. Neteler 2/2004
-     * updated 8/2005, 2006-2008, 2010-2011, 2017, 2018, 2019, 2021
+     * updated 8/2005, 2006-2008, 2010-2011, 2017-2022
   -->
   -->
 
 
 <a href="https://grass.osgeo.org">GRASS GIS</a> (<b>Geographic
 <a href="https://grass.osgeo.org">GRASS GIS</a> (<b>Geographic
@@ -23,13 +23,13 @@ Team</a>, an international team of programmers, GRASS module authors
 are cited within their module's source code and the contributed manual
 are cited within their module's source code and the contributed manual
 pages.
 pages.
 
 
-&copy; 2000-2021 by the GRASS Development Team
+&copy; 2000-2022 by the GRASS Development Team
 
 
 This manual is published under <a
 This manual is published under <a
 href="http://www.fsf.org/copyleft/fdl.html">GNU Free Documentation
 href="http://www.fsf.org/copyleft/fdl.html">GNU Free Documentation
 License</a> (GFDL), and comes with ABSOLUTELY NO WARRANTY. The
 License</a> (GFDL), and comes with ABSOLUTELY NO WARRANTY. The
 development of GRASS software and this manual is kindly supported by
 development of GRASS software and this manual is kindly supported by
-the <a href="http://www.osgeo.org">Open Source Geospatial
+the <a href="https://www.osgeo.org">Open Source Geospatial
 Foundation</a>, who provides the GRASS main infrastructure.
 Foundation</a>, who provides the GRASS main infrastructure.
 
 
 Main web site: <a
 Main web site: <a

+ 1 - 1
include/VERSION

@@ -1,4 +1,4 @@
 8
 8
 0
 0
 dev
 dev
-2021
+2022

+ 1 - 1
include/grass/gis.h

@@ -7,7 +7,7 @@
  * PURPOSE:     This file contains definitions of variables and data types
  * PURPOSE:     This file contains definitions of variables and data types
  *              for use with most, if not all, Grass programs. This file is
  *              for use with most, if not all, Grass programs. This file is
  *              usually included in every Grass program.
  *              usually included in every Grass program.
- * COPYRIGHT:   (C) 2000-2021 by the GRASS Development Team
+ * COPYRIGHT:   (C) 2000-2022 by the GRASS Development Team
  *
  *
  *              This program is free software under the GNU General Public
  *              This program is free software under the GNU General Public
  *              License (>=v2). Read the file COPYING that comes with GRASS
  *              License (>=v2). Read the file COPYING that comes with GRASS

+ 1 - 1
lib/gis/gislib_cmdline_parsing.dox

@@ -4,7 +4,7 @@
 <!--
 <!--
 extracted form gislib.dox and improved by Vaclav Petras, 2013
 extracted form gislib.dox and improved by Vaclav Petras, 2013
 
 
-Copyright 2004-2021 by the GRASS Development Team
+Copyright 2004-2022 by the GRASS Development Team
 
 
 Published under GNU Free Documentation License
 Published under GNU Free Documentation License
 -->
 -->

+ 1 - 1
lib/init/grass.py

@@ -18,7 +18,7 @@
 #               command line options for setting the GISDBASE, LOCATION,
 #               command line options for setting the GISDBASE, LOCATION,
 #               and/or MAPSET. Finally it starts GRASS with the appropriate
 #               and/or MAPSET. Finally it starts GRASS with the appropriate
 #               user interface and cleans up after it is finished.
 #               user interface and cleans up after it is finished.
-# COPYRIGHT:    (C) 2000-2021 by the GRASS Development Team
+# COPYRIGHT:    (C) 2000-2022 by the GRASS Development Team
 #
 #
 #               This program is free software under the GNU General
 #               This program is free software under the GNU General
 #               Public License (>=v2). Read the file COPYING that
 #               Public License (>=v2). Read the file COPYING that

+ 1 - 1
lib/init/grass.sh

@@ -13,7 +13,7 @@
 #               setting the GISDBASE, LOCATION, and/or MAPSET.
 #               setting the GISDBASE, LOCATION, and/or MAPSET.
 #               Finally it starts GRASS with the appropriate user
 #               Finally it starts GRASS with the appropriate user
 #   	    	interface and cleans up after it is finished.
 #   	    	interface and cleans up after it is finished.
-# COPYRIGHT:    (C) 2000-2021 by the GRASS Development Team
+# COPYRIGHT:    (C) 2000-2022 by the GRASS Development Team
 #
 #
 #               This program is free software under the GNU General
 #               This program is free software under the GNU General
 #   	    	Public License (>=v2). Read the file COPYING that
 #   	    	Public License (>=v2). Read the file COPYING that

+ 1 - 1
man/build_graphical_index.py

@@ -5,7 +5,7 @@
 # MODULE:    build_graphical_index
 # MODULE:    build_graphical_index
 # AUTHOR(S): Vaclav Petras <wenzeslaus gmail com>
 # AUTHOR(S): Vaclav Petras <wenzeslaus gmail com>
 # PURPOSE:   Build graphical index
 # PURPOSE:   Build graphical index
-# COPYRIGHT: (C) 2015-2021 by Vaclav Petras and the GRASS Development Team
+# COPYRIGHT: (C) 2015-2022 by Vaclav Petras and the GRASS Development Team
 #
 #
 #        This program is free software under the GNU General Public
 #        This program is free software under the GNU General Public
 #        License (>=v2). Read the file COPYING that comes with GRASS
 #        License (>=v2). Read the file COPYING that comes with GRASS

+ 1 - 1
man/build_html.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # utilities for generating HTML indices
 # utilities for generating HTML indices
-# (C) 2003-2021 Markus Neteler and the GRASS Development Team
+# (C) 2003-2022 Markus Neteler and the GRASS Development Team
 # Authors:
 # Authors:
 #   Markus Neteler
 #   Markus Neteler
 #   Glynn Clements
 #   Glynn Clements

+ 2 - 2
man/build_rest.py

@@ -9,7 +9,7 @@ Created on Thu Aug  9 14:04:12 2012
 """
 """
 # utilities for generating REST indices
 # utilities for generating REST indices
 # utilities for generating HTML indices
 # utilities for generating HTML indices
-# (C) 2003-2021 by Luca Delucchi and the GRASS Development Team
+# (C) 2003-2022 by Luca Delucchi and the GRASS Development Team
 
 
 import os
 import os
 import string
 import string
@@ -169,7 +169,7 @@ footer_tmpl = string.Template(
 --------------
 --------------
 
 
 :doc:`Manual main page <index>` \| :doc:`Full Index <full_index>`
 :doc:`Manual main page <index>` \| :doc:`Full Index <full_index>`
- 2003-2021 `GRASS Development Team <https://grass.osgeo.org>`_, GRASS GIS ${grass_version} Reference Manual
+ 2003-2022 `GRASS Development Team <https://grass.osgeo.org>`_, GRASS GIS ${grass_version} Reference Manual
 """
 """
 )
 )
 
 

+ 2 - 2
man/sphinx/conf.py

@@ -38,7 +38,7 @@ master_doc = "index"
 
 
 # General information about the project.
 # General information about the project.
 project = "GRASS GIS 8.0 Documentation"
 project = "GRASS GIS 8.0 Documentation"
-copyright = "2021, GRASS Development Team"
+copyright = "2022, GRASS Development Team"
 
 
 # The version info for the project you're documenting, acts as replacement for
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # |version| and |release|, also used in various other places throughout the
@@ -259,7 +259,7 @@ texinfo_documents = [
 epub_title = "GRASS GIS 8.0 Documentation"
 epub_title = "GRASS GIS 8.0 Documentation"
 epub_author = "GRASS Development Team"
 epub_author = "GRASS Development Team"
 epub_publisher = "GRASS Development Team"
 epub_publisher = "GRASS Development Team"
-epub_copyright = "2021, GRASS Development Team"
+epub_copyright = "2022, GRASS Development Team"
 
 
 # The language of the text. It defaults to the language option
 # The language of the text. It defaults to the language option
 # or en if the language is not set.
 # or en if the language is not set.

+ 1 - 1
utils/mkhtml.py

@@ -7,7 +7,7 @@
 #               Glynn Clements
 #               Glynn Clements
 #               Martin Landa <landa.martin gmail.com>
 #               Martin Landa <landa.martin gmail.com>
 # PURPOSE:      Create HTML manual page snippets
 # PURPOSE:      Create HTML manual page snippets
-# COPYRIGHT:    (C) 2007-2021 by Glynn Clements
+# COPYRIGHT:    (C) 2007-2022 by Glynn Clements
 #                and the GRASS Development Team
 #                and the GRASS Development Team
 #
 #
 #               This program is free software under the GNU General
 #               This program is free software under the GNU General