]> git.deb.at Git - deb/packages.git/commitdiff
[UBUNTU] config.tmpl: Add some more footer information
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 13 Sep 2007 00:07:57 +0000 (02:07 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 13 Sep 2007 00:07:57 +0000 (02:07 +0200)
Fix copyright holder link, license link, and copyright year

templates/config.tmpl

index 495a1dbb90b2c0efc649a004069ad0a6ceec95a1..12d4c5a66ccf85cfad58a1575551059cf2023900 100644 (file)
@@ -14,7 +14,7 @@
    ddpo_url = 'http://qa.debian.org/developer.php?login='
    src_bugs_url = bugs_url _ 'src:'
    mirror_url = 'http://archive.ubuntu.com/'
-   changelogs_url = 'http://changelogs.ubuntu.com/changelogs'
+   changelogs_url = 'http://changelogs.ubuntu.com/changelogs/'
    policy_url = 'http://www.debian.org/doc/debian-policy/'
 #   cn_help_url = homepage _ 'intro/cn'
    logo = {
         alt => organisation,
    }
    copyright = {
-#      url => 'http://www.spi-inc.org/',
+       url => 'http://www.canonical.com/',
         name => 'Canonical Ltd.',
-#        years => '1997 - ' _ timestamp.year,
+        years => timestamp.year,
+   }
+   license = {
+       url => homepage _ 'legal'
    }
-#   license = {
-#      url => homepage _ 'license'
-#   }
    contact = {
        name => 'Frank Lichtenheld',
        mail => 'frank@lichtenheld.de',