add Roberto to list of authors; credit where credit is due

This commit is contained in:
Radovan Bast
2017-11-11 13:10:50 +01:00
parent 37d02eebcd
commit f1f2afa6fa
4 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ def autogenerated_notice():
s = []
s.append('# This file is autogenerated by Autocmake v{0} http://autocmake.org'.format(__version__))
s.append('# Copyright (c) {0} by Radovan Bast, Jonas Juselius, and contributors.'.format(year_range))
s.append('# Copyright (c) {0} by Radovan Bast, Roberto Di Remigio, Jonas Juselius, and contributors.'.format(year_range))
return '\n'.join(s)