Skip to content

Commit

Permalink
Happy New Year 2023 (G78)
Browse files Browse the repository at this point in the history
Update for GRASS GIS 7.8 release branch.

(file selection inspired by #2059)
  • Loading branch information
neteler committed Jan 2, 2023
1 parent c7c50c5 commit cc807b2
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# PURPOSE: It provides the commands necessary to compile, install,
# clean, and uninstall GRASS
# See INSTALL file for explanations.
# COPYRIGHT: (C) 2002-2012 by the GRASS Development Team
# COPYRIGHT: (C) 2002-2023 by the GRASS Development Team
#
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
Expand Down
2 changes: 1 addition & 1 deletion REQUIREMENTS.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h3>Note:</h3>
<p>

<hr width="100%">
<i>&copy; GRASS Development Team 1997-2022</i>
<i>&copy; GRASS Development Team 1997-2023</i>
<p>Please report bugs here:
<br><a href="https://grass.osgeo.org/contribute/">https://grass.osgeo.org/contribute/</a>

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# PURPOSE: This configure runs all the tests to determine what components
# are installed on the current system. It also defines certain
# configuration variables for compilation and installation.
# COPYRIGHT: (C) 2000-2021 by the GRASS Development Team
# COPYRIGHT: (C) 2000-2023 by the GRASS Development Team
#
# This program is free software under the GNU General
# Public License (>=v2). Read the file COPYING that
Expand Down
4 changes: 2 additions & 2 deletions grasslib.dox
Original file line number Diff line number Diff line change
@@ -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, 2017-2022
* updated 8/2005, 2006-2008, 2010-2011, 2017-2023
-->

<a href="https://grass.osgeo.org">GRASS GIS</a> (<b>Geographic
Expand All @@ -23,7 +23,7 @@ Team</a>, an international team of programmers, GRASS module authors
are cited within their module's source code and the contributed manual
pages.

&copy; 2000-2022 by the GRASS Development Team
&copy; 2000-2023 by the GRASS Development Team

This manual is published under <a
href="http://www.fsf.org/copyleft/fdl.html">GNU Free Documentation
Expand Down
2 changes: 1 addition & 1 deletion include/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
7
8
8dev
2022
2023
2 changes: 1 addition & 1 deletion include/gis.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* PURPOSE: This file contains definitions of variables and data types
* for use with most, if not all, Grass programs. This file is
* usually included in every Grass program.
* COPYRIGHT: (C) 2000-2022 by the GRASS Development Team
* COPYRIGHT: (C) 2000-2023 by the GRASS Development Team
*
* This program is free software under the GNU General Public
* License (>=v2). Read the file COPYING that comes with GRASS
Expand Down
2 changes: 1 addition & 1 deletion lib/gis/env.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\brief GIS library - environment routines
(C) 2001-2014 by the GRASS Development Team
(C) 2001-2023 by the GRASS Development Team
This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that comes with GRASS for details.
Expand Down
2 changes: 1 addition & 1 deletion lib/gis/gislib_cmdline_parsing.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--
extracted form gislib.dox and improved by Vaclav Petras, 2013

Copyright 2004-2022 by the GRASS Development Team
Copyright 2004-2023 by the GRASS Development Team

Published under GNU Free Documentation License
-->
Expand Down
2 changes: 1 addition & 1 deletion lib/gis/parser_html.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\brief GIS Library - Argument parsing functions (HTML output)
(C) 2001-2022 by the GRASS Development Team
(C) 2001-2023 by the GRASS Development Team
This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that comes with GRASS for details.
Expand Down
2 changes: 1 addition & 1 deletion lib/init/grass.py
Original file line number Diff line number Diff line change
Expand Up @@ -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-2022 by the GRASS Development Team
# COPYRIGHT: (C) 2000-2023 by the GRASS Development Team
#
# This program is free software under the GNU General
# Public License (>=v2). Read the file COPYING that
Expand Down
2 changes: 1 addition & 1 deletion lib/init/grass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# 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-2022 by the GRASS Development Team
# COPYRIGHT: (C) 2000-2023 by the GRASS Development Team
#
# This program is free software under the GNU General
# Public License (>=v2). Read the file COPYING that
Expand Down
2 changes: 1 addition & 1 deletion man/build_graphical_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# MODULE: build_graphical_index
# AUTHOR(S): Vaclav Petras <wenzeslaus gmail com>
# PURPOSE: Build graphical index
# COPYRIGHT: (C) 2015-2022 by Vaclav Petras and the GRASS Development Team
# COPYRIGHT: (C) 2015-2023 by Vaclav Petras and the GRASS Development Team
#
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
Expand Down
2 changes: 1 addition & 1 deletion man/build_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# utilities for generating HTML indices
# (c) 2003-2022 by the GRASS Development Team, Markus Neteler, Glynn Clements, Luca Delucchi
# (c) 2003-2023 by the GRASS Development Team, Markus Neteler, Glynn Clements, Luca Delucchi

import sys
import os
Expand Down
4 changes: 2 additions & 2 deletions man/build_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""
# utilities for generating REST indices
# utilities for generating HTML indices
# (c) 2003-2022 by the GRASS Development Team, Markus Neteler, Glynn Clements, Luca Delucchi
# (c) 2003-2023 by the GRASS Development Team, Markus Neteler, Glynn Clements, Luca Delucchi

import sys
import os
Expand Down Expand Up @@ -167,7 +167,7 @@
--------------
:doc:`Manual main page <index>` \| :doc:`Full Index <full_index>`
2003-2022 `GRASS Development Team <https://grass.osgeo.org>`_, GRASS GIS ${grass_version} Reference Manual
2003-2023 `GRASS Development Team <https://grass.osgeo.org>`_, GRASS GIS ${grass_version} Reference Manual
""")

cmd1_tmpl = string.Template(\
Expand Down
4 changes: 2 additions & 2 deletions man/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# General information about the project.
project = u'GRASS 7.8 Documentation'
copyright = u'2022, GRASS Development Team'
copyright = u'2023, GRASS Development Team'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -248,7 +248,7 @@
epub_title = u'GRASS 7.8 Documentation'
epub_author = u'GRASS Development Team'
epub_publisher = u'GRASS Development Team'
epub_copyright = u'2022, GRASS Development Team'
epub_copyright = u'2023, GRASS Development Team'

# The language of the text. It defaults to the language option
# or en if the language is not set.
Expand Down
2 changes: 1 addition & 1 deletion tools/mkhtml.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Glynn Clements
# Martin Landa <landa.martin gmail.com>
# PURPOSE: Create HTML manual page snippets
# COPYRIGHT: (C) 2007-2022 by Glynn Clements
# COPYRIGHT: (C) 2007-2023 by Glynn Clements
# and the GRASS Development Team
#
# This program is free software under the GNU General
Expand Down

0 comments on commit cc807b2

Please sign in to comment.