diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-09 20:03:14 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-09 20:03:14 +0200 |
commit | 95617281b49c305dd5fc9f1a2a6d311fbe2df42a (patch) | |
tree | 9e247b88696574ebaff50c1423dcbefca9daf18d | |
parent | b0fe4ba5ead84e6627d7e0f29420296d85134d59 (diff) | |
download | jenkins.debian.net-95617281b49c305dd5fc9f1a2a6d311fbe2df42a.tar.xz |
reproducible: visible credit the Tango_Icon_Library
-rwxr-xr-x | bin/reproducible_stats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 215a5439..65650640 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -420,7 +420,7 @@ write_summary_header() { } write_summary_footer() { - write_summary "<hr/><p><font size='-1'><a href=\"$JENKINS_URL/userContent/reproducible.html\">Static URL for this page.</a> Last modified: $(date). Copyright 2014 <a href=\"mailto:holger@layer-acht.org\">Holger Levsen</a>, GPL-2 licensed. <a href=\"https://jenkins.debian.net/userContent/about.html\">About jenkins.debian.net</a></font>" + write_summary "<hr/><p><font size='-1'><a href=\"$JENKINS_URL/userContent/reproducible.html\">Static URL for this page.</a> Last modified: $(date). Copyright 2014 <a href=\"mailto:holger@layer-acht.org\">Holger Levsen</a>, GPL-2 licensed. <a href=\"https://jenkins.debian.net/userContent/about.html\">About jenkins.debian.net</a>. Weather icons are taken from the <a href="http://tango.freedesktop.org/Tango_Icon_Library" target="_blank">Tango Icon Library</a>.</font>" write_summary "</p></body></html>" } |