diff options
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 |