Bring the generate-NOTICE script up to date.
Change-Id: I63981a2f3cb0a4d7ee7e1a2b4ce00f77898ac25b
This commit is contained in:
parent
dec5bacf14
commit
22a0d6fcdc
@ -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