diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-01-03 15:32:01 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-01-03 15:32:01 +0100 |
commit | 614aa9705f89350955e02f4abc69a3de60948fa0 (patch) | |
tree | 9ff3d0ce7ac63be4b607f5c596b2fefd13bb06fd /quickstart | |
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 'quickstart')
-rw-r--r-- | quickstart/text.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/quickstart/text.xml b/quickstart/text.xml index 4cab04a..09dbaad 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -203,7 +203,7 @@ Here's <c>app-misc/detox/detox-1.1.1.ebuild</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 EAPI=5 @@ -261,7 +261,7 @@ one must use EAPI 7. Here's <c>app-misc/detox/detox-1.1.0.ebuild</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 EAPI=7 @@ -317,7 +317,7 @@ replacement iconv for <c>libc</c> implementations which don't have their own. </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 EAPI=5 @@ -356,7 +356,7 @@ Another more complicated example, this time based upon </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 EAPI=7 |