aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-08-19 22:18:33 +0200
committerJohannes Huber <johu@gentoo.org>2015-08-19 22:18:33 +0200
commitd5175b92723f77d8a7899df887159b9a5fa1bda3 (patch)
treef517ac4613dd232b24569c2796896f077526b1c5 /eclass-writing/text.xml
parentMerge pull request #32 from johu/eapi-declaration (diff)
downloaddevmanual-d5175b92723f77d8a7899df887159b9a5fa1bda3.tar.gz
devmanual-d5175b92723f77d8a7899df887159b9a5fa1bda3.tar.bz2
devmanual-d5175b92723f77d8a7899df887159b9a5fa1bda3.zip
Update header lines
Due to git migration.
Diffstat (limited to 'eclass-writing/text.xml')
-rw-r--r--eclass-writing/text.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index 1914448..63aaf9c 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -176,9 +176,9 @@ a single function, <c>domacosapp</c>.
</p>
<codesample lang="ebuild">
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
#
# Original Author: Ciaran McCreesh &lt;ciaranm@gentoo.org&gt;
@@ -263,9 +263,9 @@ something like the following:
</p>
<codesample lang="ebuild">
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
# Original Author: Ciaran McCreesh &lt;ciaranm@gentoo.org&gt;
# Purpose: Demonstration of EXPORT_FUNCTIONS. Defines simple wrappers for the
@@ -306,9 +306,9 @@ for an eclass to invoke die from the global scope. For example:
</p>
<codesample lang="ebuild">
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
# Purpose: Demonstration of die upon invalid EAPI usage.