commit:     bafa084b31225e658dc4e056f9a5d639b2be507e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  2 12:54:37 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jan  2 12:54:37 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bafa084b

Update copyright years.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 bin/gen-eclass-html.sh                                   |  2 +-
 devbook.xsl                                              |  2 +-
 ebuild-writing/common-mistakes/text.xml                  |  2 +-
 ebuild-writing/eapi/text.xml                             |  6 +++---
 ebuild-writing/file-format/text.xml                      |  2 +-
 ebuild-writing/functions/src_unpack/rpm-sources/text.xml |  2 +-
 ebuild-writing/users-and-groups/text.xml                 |  4 ++--
 ebuild-writing/using-eclasses/text.xml                   |  2 +-
 eclass-writing/text.xml                                  |  6 +++---
 quickstart/text.xml                                      | 10 +++++-----
 10 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index e1f9e1f..26c42e6 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -67,7 +67,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-2019 Gentoo Authors</strong><br><small>
+<strong>Copyright (C) 2001-2020 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 4b16010..2a5dea2 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -597,7 +597,7 @@
               </ul>
             </div>
             <div class="col-xs-10 col-sm-9 col-md-10">
-              <strong>Copyright (C) 2001-2019 Gentoo Authors</strong><br />
+              <strong>Copyright (C) 2001-2020 Gentoo Authors</strong><br />
               <small>
                 Gentoo is a trademark of the Gentoo Foundation, Inc.
                 The text of this document is distributed under the

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index 12e14c1..b0f841a 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -180,7 +180,7 @@ The first two lines <e>must</e> look like this:
 </p>
 
 <pre>
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 </pre>
 

diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
index cb49e35..7d05b15 100644
--- a/ebuild-writing/eapi/text.xml
+++ b/ebuild-writing/eapi/text.xml
@@ -43,7 +43,7 @@ Most developers prefer to set the EAPI version without 
quotes. However, the PMS
 </note>
 
 <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -118,7 +118,7 @@ src_compile() {
                </important>
 
                <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=1
@@ -517,7 +517,7 @@ DEPEND="
                        </important>
                <p>Example:</p>
                <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4

diff --git a/ebuild-writing/file-format/text.xml 
b/ebuild-writing/file-format/text.xml
index 6c199e0..18e5471 100644
--- a/ebuild-writing/file-format/text.xml
+++ b/ebuild-writing/file-format/text.xml
@@ -151,7 +151,7 @@ header.txt</uri></c> in the top directory of the Gentoo 
repository.
 </p>
 
 <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 </codesample>
 

diff --git a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml 
b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
index d597d99..9348350 100644
--- a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
+++ b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
@@ -52,7 +52,7 @@ patches. The filename should be 
<c>suse-fetchmail-6.2.5.54.1.ebuild</c>.
 </p>
 
 <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"

diff --git a/ebuild-writing/users-and-groups/text.xml 
b/ebuild-writing/users-and-groups/text.xml
index c556fd9..184f890 100644
--- a/ebuild-writing/users-and-groups/text.xml
+++ b/ebuild-writing/users-and-groups/text.xml
@@ -47,7 +47,7 @@ group ebuilds:
 </p>
 
 <pre>
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -76,7 +76,7 @@ user ebuilds:
 </p>
 
 <pre>
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/ebuild-writing/using-eclasses/text.xml 
b/ebuild-writing/using-eclasses/text.xml
index bd50796..c46d16f 100644
--- a/ebuild-writing/using-eclasses/text.xml
+++ b/ebuild-writing/using-eclasses/text.xml
@@ -32,7 +32,7 @@ uses three eclasses:
 </p>
 
 <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index aeae19f..8656966 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -611,7 +611,7 @@ a single function, <c>domacosapp</c>.
 </p>
 
 <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: macosapp.eclass
@@ -698,7 +698,7 @@ something like the following:
 </p>
 
 <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: jmake.eclass
@@ -759,7 +759,7 @@ for an eclass to invoke die from the global scope.  For 
example:
 </p>
 
 <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: eapi-die.eclass

diff --git a/quickstart/text.xml b/quickstart/text.xml
index 24903ec..d98f43f 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -34,7 +34,7 @@ can see real ebuilds in the main tree).
 </p>
 
 <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -204,7 +204,7 @@ Here's <c>app-misc/detox/detox-1.1.1.ebuild</c>:
 </p>
 
 <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -262,7 +262,7 @@ one must use EAPI 7. Here's 
<c>app-misc/detox/detox-1.1.0.ebuild</c>:
 </p>
 
 <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -318,7 +318,7 @@ replacement iconv for <c>libc</c> implementations which 
don't have their own.
 </p>
 
 <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -357,7 +357,7 @@ Another more complicated example, this time based upon
 </p>
 
 <codesample lang="ebuild">
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

Reply via email to