Skip to content
Snippets Groups Projects
Commit a70088bc authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

enable copyright checks for AssemblyInfo.cs files

parent d53957cf
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ for filename in filename_list: ...@@ -157,7 +157,7 @@ for filename in filename_list:
m = re.search(re_license, text) m = re.search(re_license, text)
if m: if m:
pass pass
elif 'DO NOT EDIT' not in text and 'AssemblyInfo.cs' not in filename and filename != 'src/boringssl/err_data.c': elif 'DO NOT EDIT' not in text and filename != 'src/boringssl/err_data.c':
log(1, 'copyright missing', filename) log(1, 'copyright missing', filename)
ok = False ok = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment