diff options
author | Samuel Thibault <sthibault@debian.org> | 2015-03-23 22:15:59 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2015-03-23 22:15:59 +0000 |
commit | 49901a19ab88b7f42d6ac8a261aa8b5ff206ba74 (patch) | |
tree | b01b63dd62449d0a6f729f715fc035eb0563b2e0 /build | |
parent | abff729bc243e1c3a3ee03b27cd6b394ec7eb1f2 (diff) | |
download | installation-guide-49901a19ab88b7f42d6ac8a261aa8b5ff206ba74.zip |
Make year for copyright an entity, thanks Holger Wansing for the patch
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/common.ent | 4 |
1 files changed, 4 insertions, 0 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"> |