|
@@ -27,7 +27,7 @@ if sys.version_info[0] >= 3:
|
|
# Replace the name by another value, i.e. add affiliation or replace user name by full name
|
|
# Replace the name by another value, i.e. add affiliation or replace user name by full name
|
|
# only use lower case name
|
|
# only use lower case name
|
|
authorFullName = {
|
|
authorFullName = {
|
|
- 'staldert': 'Thomas Stalder',
|
|
|
|
|
|
+ 'staldert': 'Thomas Stalder, Blue Time Concept SA',
|
|
'mark giraud': 'Mark Giraud, Fraunhofer IOSB',
|
|
'mark giraud': 'Mark Giraud, Fraunhofer IOSB',
|
|
'julius pfrommer': 'Julius Pfrommer, Fraunhofer IOSB',
|
|
'julius pfrommer': 'Julius Pfrommer, Fraunhofer IOSB',
|
|
'stefan profanter': 'Stefan Profanter, fortiss GmbH',
|
|
'stefan profanter': 'Stefan Profanter, fortiss GmbH',
|
|
@@ -231,4 +231,4 @@ if __name__ == '__main__':
|
|
dirs = ['src', 'plugins', 'include']
|
|
dirs = ['src', 'plugins', 'include']
|
|
|
|
|
|
for dir in dirs:
|
|
for dir in dirs:
|
|
- walkFiles(repo, os.path.join(baseDir, dir), r"(.*\.c|.*\.h)$")
|
|
|
|
|
|
+ walkFiles(repo, os.path.join(baseDir, dir), r"(.*\.c|.*\.h)$")
|