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

index 82a123020dd08ee671448058aa318dcd245f08fa..bed1aac592f7ded1b397a29cc89473b86bf008bd 100755 (executable)
@@ -8,7 +8,7 @@ import traceback
 import glob
 import datetime
 
-html_copyright = """<div style="font-size: small; color: gray; margin-top: 1em;">Authors: Michal Sojka, Pavel Píša, 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</div>""" % datetime.date.today().year
 
 class DimValue(object):
     def __new__(cls, dim, value):