diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-02 13:54:37 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-02 13:54:37 +0100 |
commit | bafa084b31225e658dc4e056f9a5d639b2be507e (patch) | |
tree | def6ffa9abfb6fafbb654155fca46414af5eb995 /eclass-writing | |
parent | devbook.xsl: Remove duplicate comment. (diff) | |
download | devmanual-bafa084b31225e658dc4e056f9a5d639b2be507e.tar.gz devmanual-bafa084b31225e658dc4e056f9a5d639b2be507e.tar.bz2 devmanual-bafa084b31225e658dc4e056f9a5d639b2be507e.zip |
Update copyright years.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass-writing')
-rw-r--r-- | eclass-writing/text.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |