diff options
author | 2021-01-03 15:32:01 +0100 | |
---|---|---|
committer | 2021-01-03 15:32:01 +0100 | |
commit | 614aa9705f89350955e02f4abc69a3de60948fa0 (patch) | |
tree | 9ff3d0ce7ac63be4b607f5c596b2fefd13bb06fd /eclass-writing | |
parent | src_compile/building: Change example with bug 685160 #c9 in mind (diff) | |
download | devmanual-614aa9705f89350955e02f4abc69a3de60948fa0.tar.gz devmanual-614aa9705f89350955e02f4abc69a3de60948fa0.tar.bz2 devmanual-614aa9705f89350955e02f4abc69a3de60948fa0.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 d0048b3..70f9fff 100644 --- a/eclass-writing/text.xml +++ b/eclass-writing/text.xml @@ -612,7 +612,7 @@ a single function, <c>domacosapp</c>. </p> <codesample lang="ebuild"> -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: macosapp.eclass @@ -699,7 +699,7 @@ something like the following: </p> <codesample lang="ebuild"> -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: jmake.eclass @@ -760,7 +760,7 @@ for an eclass to invoke die from the global scope. For example: </p> <codesample lang="ebuild"> -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: eapi-die.eclass |