diff options
-rwxr-xr-x | bin/gen-eclass-html.sh | 2 | ||||
-rw-r--r-- | devbook.xsl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh index 6021c1e..7ace03b 100755 --- a/bin/gen-eclass-html.sh +++ b/bin/gen-eclass-html.sh @@ -75,7 +75,7 @@ IFS='' read -r -d '' FOOTER << 'EOF' <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li> </ul></div> <div class="col-xs-10 col-sm-9 col-md-10"> -<strong>Copyright (C) 2001-2022 Gentoo Authors</strong><br><small> +<strong>Copyright (C) 2001-2023 Gentoo Authors</strong><br><small> Gentoo is a trademark of the Gentoo Foundation, Inc. The text of this document is distributed under the <a href="https://www.gnu.org/licenses/gpl-2.0.html">GNU General Public License, version 2</a>. diff --git a/devbook.xsl b/devbook.xsl index f5b3e72..7b6c734 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -661,7 +661,7 @@ </xsl:if> </div> <div class="col-xs-10 col-sm-9 col-md-10"> - <strong>Copyright (C) 2001-2022 Gentoo Authors</strong><br /> + <strong>Copyright (C) 2001-2023 Gentoo Authors</strong><br /> <small> Gentoo is a trademark of the Gentoo Foundation, Inc. The text of this document is distributed under the |