We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef0e51 commit 3d0a82cCopy full SHA for 3d0a82c
contrib/devtools/copyright_header.py
@@ -85,7 +85,7 @@ def get_filenames_to_examine(base_directory):
85
ANY_COPYRIGHT_COMPILED = re.compile(ANY_COPYRIGHT_STYLE_OR_YEAR_STYLE)
86
87
def compile_copyright_regex(copyright_style, year_style, name):
88
- return re.compile('%s %s,? %s\n' % (copyright_style, year_style, name))
+ return re.compile(r'%s %s,? %s( +\*)?\n' % (copyright_style, year_style, name))
89
90
EXPECTED_HOLDER_NAMES = [
91
r"Satoshi Nakamoto",
0 commit comments