am 087dbc6b: Merge "Bring the generate-NOTICE script up to date."
* commit '087dbc6bb789dc549d8f71ea820e6fc7e69d99d2': Bring the generate-NOTICE script up to date.
This commit is contained in:
commit
e992f79a56
@ -25,7 +25,7 @@ def IsUninteresting(path):
|
||||
return False
|
||||
|
||||
def IsAutoGenerated(content):
|
||||
if "generated by gensyscalls.py" in content or "generated by genserv.py" in content:
|
||||
if "Generated by gensyscalls.py" in content or "generated by genserv.py" in content:
|
||||
return True
|
||||
if "This header was automatically generated from a Linux kernel header" in content:
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user