Skip to content
Snippets Groups Projects
Commit bed9679b authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: update links to Tango_Icon_Theme_Guidelines and copyright years


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent a2f2ce04
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2009-2015 Holger Levsen (holger@layer-acht.org)
# Copyright 2009-2019 Holger Levsen (holger@layer-acht.org)
#
# based on similar code taken from piuparts-reports.py written by me
......@@ -29,7 +29,7 @@ def main():
r = robjects.r
r('t <- (read.table("'+countsfile+'",sep=",",header=1,row.names=1))')
r('cname <- c("date",rep(colnames(t)))')
# thanks to http://tango.freedesktop.org/Generic_Icon_Theme_Guidelines for those nice colors
# thanks to http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines for those nice colors
if int(colors) < 6:
r('palette(c("#73d216", "#f57900", "#cc0000", "#2e3436", "#888a85"))')
elif int(colors) == 6:
......
......@@ -15,8 +15,8 @@
<br />
The code of <a href="https://salsa.debian.org/qa/jenkins.debian.net">jenkins.debian.net</a>
is mostly GPL-2 licensed. The weather icons are public domain and were taken from the
<a href=http://tango.freedesktop.org/Tango_Icon_Library target=_blank> Tango Icon Library</a>.
Copyright 2014-2018 <a href="mailto:holger@layer-acht.org">Holger Levsen</a>
<a href="http://tango.freedesktop.org/Tango_Icon_Library" target=_blank> Tango Icon Library</a>.
Copyright 2014-2019 <a href="mailto:holger@layer-acht.org">Holger Levsen</a>
and <a href="https://jenkins.debian.net/userContent/thanks.html">many others</a>.
<br /> Last update: {{date}}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment