Skip to content

Commit 641218f

Browse files
committed
Reformat copyright attribution in license
1 parent 4890687 commit 641218f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tools/collect_copyrights.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,13 @@
3535
copyrights = [(years, owner) for owner, years in copyrights.items()]
3636
copyrights.sort()
3737

38-
lines = [" Copyright (C) %s %s" % (", ".join([str(y) for y in years]), owner) for years, owner in copyrights]
38+
lines = [
39+
"Copyright (C) %s %s" % (", ".join([str(y) for y in years]), owner)
40+
for years, owner in copyrights
41+
]
3942

4043
print(
41-
"""QuantLib-SWIG is
44+
"""
4245
%s
4346
4447
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)