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

check for copyright in .bat files

parent ebf66403
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,7 @@ with open('LICENSE') as f: ...@@ -71,6 +71,7 @@ with open('LICENSE') as f:
# that given a line of license text, returns what should # that given a line of license text, returns what should
# be in the file # be in the file
LICENSE_PREFIX = { LICENSE_PREFIX = {
'.bat': r'@rem\s*',
'.c': r'\s*(?://|\*)\s*', '.c': r'\s*(?://|\*)\s*',
'.cc': r'\s*(?://|\*)\s*', '.cc': r'\s*(?://|\*)\s*',
'.h': r'\s*(?://|\*)\s*', '.h': r'\s*(?://|\*)\s*',
......
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