Skip to content

Commit 14bc3e3

Browse files
committed
Reformat copyright attribution in license
1 parent f258b13 commit 14bc3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/collect_copyrights.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
if last_year is not None and years[0] != last_year:
5353
lines.append("")
5454
last_year = years[0]
55-
lines.append(" Copyright (C) %s %s" % (", ".join([str(y) for y in years]), owner))
55+
lines.append("Copyright (C) %s %s" % (", ".join([str(y) for y in years]), owner))
5656

5757
print(
58-
"""QuantLib is
58+
"""
5959
%s
6060
6161
QuantLib includes code taken from Peter Jäckel's book "Monte Carlo

0 commit comments

Comments
 (0)