summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2015-03-23 22:15:59 +0000
committerSamuel Thibault <sthibault@debian.org>2015-03-23 22:15:59 +0000
commit49901a19ab88b7f42d6ac8a261aa8b5ff206ba74 (patch)
treeb01b63dd62449d0a6f729f715fc035eb0563b2e0
parentabff729bc243e1c3a3ee03b27cd6b394ec7eb1f2 (diff)
downloadinstallation-guide-49901a19ab88b7f42d6ac8a261aa8b5ff206ba74.zip
Make year for copyright an entity, thanks Holger Wansing for the patch
-rw-r--r--build/entities/common.ent4
-rw-r--r--ca/bookinfo.xml2
-rw-r--r--cs/bookinfo.xml2
-rw-r--r--de/bookinfo.xml2
-rw-r--r--debian/changelog3
-rw-r--r--en/bookinfo.xml2
-rw-r--r--eu/bookinfo.xml2
-rw-r--r--it/bookinfo.xml2
-rw-r--r--pt_BR/bookinfo.xml2
9 files changed, 14 insertions, 7 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent
index 244aeddfe..b9d85e17b 100644
--- a/build/entities/common.ent
+++ b/build/entities/common.ent
@@ -2,6 +2,10 @@
<!-- These entries should be language independent. -->
<!-- The *first* definition of an ENTITY wins. -->
+<!-- current year (to be used for copyright declaration). -->
+<!-- When changing this, also change in "debian/copyright" file)! -->
+<!ENTITY current-year "2015">
+
<!-- short name to use for Debian -->
<!ENTITY debian "Debian">
diff --git a/ca/bookinfo.xml b/ca/bookinfo.xml
index 957819607..2327510aa 100644
--- a/ca/bookinfo.xml
+++ b/ca/bookinfo.xml
@@ -50,7 +50,7 @@ Its condition is "translation-status".
</abstract>
<copyright>
- <year>2004 &ndash; 2015</year>
+ <year>2004 &ndash; &current-year;</year>
<holder>l'equip de l'instal·lador de Debian</holder>
</copyright>
diff --git a/cs/bookinfo.xml b/cs/bookinfo.xml
index 86ad25eaa..db70bbdcb 100644
--- a/cs/bookinfo.xml
+++ b/cs/bookinfo.xml
@@ -37,7 +37,7 @@ mohou nacházet nové překlady do dalších jazyků.
</abstract>
<copyright>
- <year>2004 &ndash; 2015</year>
+ <year>2004 &ndash; &current-year;</year>
<holder>tým okolo instalačního programu Debianu</holder>
</copyright>
diff --git a/de/bookinfo.xml b/de/bookinfo.xml
index c8f01d006..4218a529b 100644
--- a/de/bookinfo.xml
+++ b/de/bookinfo.xml
@@ -49,7 +49,7 @@ Its condition is "translation-status".
</abstract>
<copyright>
-<year>2004 &ndash; 2015</year>
+ <year>2004 &ndash; &current-year;</year>
<holder>Das Debian-Installer-Team</holder>
</copyright>
diff --git a/debian/changelog b/debian/changelog
index 9b94a6db7..57b9698f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,9 @@ installation-guide (201501XX) UNRELEASED; urgency=medium
* Update the u-boot USB boot command in the "Booting from a USB stick in
u-boot" section as required by newer u-boot versions.
+ [ Holger Wansing ]
+ * Make year for copyright an entity.
+
-- Samuel Thibault <sthibault@debian.org> Sun, 04 Jan 2015 00:05:14 +0100
installation-guide (20141230) unstable; urgency=medium
diff --git a/en/bookinfo.xml b/en/bookinfo.xml
index 107417274..ad15e179d 100644
--- a/en/bookinfo.xml
+++ b/en/bookinfo.xml
@@ -48,7 +48,7 @@ Its condition is "translation-status".
</abstract>
<copyright>
- <year>2004 &ndash; 2015</year>
+ <year>2004 &ndash; &current-year;</year>
<holder>the Debian Installer team</holder>
</copyright>
diff --git a/eu/bookinfo.xml b/eu/bookinfo.xml
index 821f28a1c..f47768eee 100644
--- a/eu/bookinfo.xml
+++ b/eu/bookinfo.xml
@@ -40,7 +40,7 @@ Han beste itzulpen batzuek ere aurki ditzazkezu.
</abstract>
<copyright>
- <year>2004 &ndash; 2015
+ <year>2004 &ndash; &current-year;
<trademark class="copyright">
</trademark>
</year>
diff --git a/it/bookinfo.xml b/it/bookinfo.xml
index dce394ea8..2ff26383f 100644
--- a/it/bookinfo.xml
+++ b/it/bookinfo.xml
@@ -96,7 +96,7 @@ alla lista di messaggi dei traduttori Debian italiani
</abstract>
<copyright>
- <year>2004 &ndash; 2015</year>
+ <year>2004 &ndash; &current-year;</year>
<holder>Debian Installer team</holder>
</copyright>
diff --git a/pt_BR/bookinfo.xml b/pt_BR/bookinfo.xml
index f3c0985cf..df6ff7e9e 100644
--- a/pt_BR/bookinfo.xml
+++ b/pt_BR/bookinfo.xml
@@ -57,7 +57,7 @@ http://www.gnu.org/licenses/old-licenses/gpl-2.0-translations.html
</abstract>
<copyright>
- <year>2004 &ndash; 2015</year>
+ <year>2004 &ndash; &current-year;</year>
<holder>o time do Instalador Debian (the Debian Installer team)</holder>
</copyright>