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 b719aa1 commit 2b27a29Copy full SHA for 2b27a29
1 file changed
hack/verify_boilerplate.py
@@ -128,6 +128,7 @@ def file_passes(filename, refs, regexs): # pylint: disable=too-many-locals
128
for i, line in enumerate(data):
129
if "Copyright YEAR" in line:
130
return False
131
+ return True
132
133
year = regexs["year"]
134
for datum in data:
0 commit comments