aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-01-01 12:40:26 +0100
committerUlrich Müller <ulm@gentoo.org>2018-01-01 12:40:26 +0100
commitf84cfb4dea1a1fe725779018e8a8f9c12dee0470 (patch)
treeac0632130fd4001a2263c64e0fc3d5d373e954ad /eclass-writing/text.xml
parentgeneral-concepts/news: Bring in line with updated GLEP 42. (diff)
downloaddevmanual-f84cfb4dea1a1fe725779018e8a8f9c12dee0470.tar.gz
devmanual-f84cfb4dea1a1fe725779018e8a8f9c12dee0470.tar.bz2
devmanual-f84cfb4dea1a1fe725779018e8a8f9c12dee0470.zip
Update copyright years.
Diffstat (limited to 'eclass-writing/text.xml')
-rw-r--r--eclass-writing/text.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index 1aef0c2..9064616 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-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# 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-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# 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-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: eapi-die.eclass