Merge "Bring the generate-NOTICE script up to date."

This commit is contained in:
Elliott Hughes 2014-03-06 23:12:15 +00:00 committed by Gerrit Code Review
commit 087dbc6bb7

@ -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