diff options
Diffstat (limited to 'quickstart')
-rw-r--r-- | quickstart/text.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/quickstart/text.xml b/quickstart/text.xml index 561e4cd..e919716 100644 --- a/quickstart/text.xml +++ b/quickstart/text.xml @@ -34,9 +34,9 @@ can see real ebuilds in the main tree). </p> <codesample lang="ebuild"> -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ +# $Id$ EAPI=5 @@ -206,9 +206,9 @@ Here's <c>app-misc/detox/detox-1.1.1.ebuild</c>: </p> <codesample lang="ebuild"> -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ +# $Id$ EAPI=5 @@ -271,9 +271,9 @@ this is done via <c>inherit eutils</c> at the top of the ebuild. Here's </p> <codesample lang="ebuild"> -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ +# $Id$ EAPI=5 @@ -329,9 +329,9 @@ replacement iconv for <c>libc</c> implementations which don't have their own. </p> <codesample lang="ebuild"> -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ +# $Id$ EAPI=5 @@ -373,9 +373,9 @@ Another more complicated example, this time based upon </p> <codesample lang="ebuild"> -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ +# $Id$ EAPI=5 |