diff options
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 1ce4c61..b9bc7aa 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-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -268,7 +268,7 @@ this is done via <c>inherit eutils</c> at the top of the ebuild. Here's </p> <codesample lang="ebuild"> -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -325,7 +325,7 @@ replacement iconv for <c>libc</c> implementations which don't have their own. </p> <codesample lang="ebuild"> -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -368,7 +368,7 @@ Another more complicated example, this time based upon </p> <codesample lang="ebuild"> -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 |