]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Add a CC license
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 17 Sep 2013 12:21:45 +0000 (14:21 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 17 Sep 2013 12:21:45 +0000 (14:21 +0200)
gw-tests/genhtml/genhtml.py

index bed1aac592f7ded1b397a29cc89473b86bf008bd..a5114f1dca453f2ff1369e13581860d65c92959a 100755 (executable)
@@ -8,7 +8,8 @@ import traceback
 import glob
 import datetime
 
 import glob
 import datetime
 
-html_copyright = """<div style="font-size: small; color: gray; margin-top: 1em;">Authors: Michal Sojka, Pavel Píša, Martin Hořeňovský, Copyright © 2010-%d Czech Technical University in Prague</div>""" % datetime.date.today().year
+html_copyright = """<div style="font-size: small; color: gray; margin-top: 1em;">Authors: Michal Sojka, Pavel Píša, Martin Hořeňovský, Copyright © 2010-%d Czech Technical University in Prague.<br />
+<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0; vertical-align:text-bottom;" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</div>""" % datetime.date.today().year
 
 class DimValue(object):
     def __new__(cls, dim, value):
 
 class DimValue(object):
     def __new__(cls, dim, value):