aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/check_copyright.py
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-02-01 01:24:44 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-02-01 01:27:53 +0100
commitfb2d8f5069417d03a453266d9ecc9628413ac5a6 (patch)
treecce55714447cd091e494a63b64f23aba404d0bcc /tools/distrib/check_copyright.py
parent87a8745ca64cfd3131595cdf9d6bffb072690b36 (diff)
Fixing copyrights.
Diffstat (limited to 'tools/distrib/check_copyright.py')
-rwxr-xr-xtools/distrib/check_copyright.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py
index 935acf525e..a7efdc85cc 100755
--- a/tools/distrib/check_copyright.py
+++ b/tools/distrib/check_copyright.py
@@ -124,7 +124,7 @@ def log(cond, why, filename):
# scan files, validate the text
ok = True
-for filename in subprocess.check_output('git ls-tree -r --name-only -r HEAD',
+for filename in subprocess.check_output('git ls-tree -r --name-only -r HEAD | grep -v ^third_party/',
shell=True).splitlines():
if filename in KNOWN_BAD: continue
ext = os.path.splitext(filename)[1]