summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
authorofri@google.com <ofri@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-11 19:50:21 +0000
committerofri@google.com <ofri@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-11 19:50:21 +0000
commit78de2e4874658de56d48d5a4fcb9f6d22f011d89 (patch)
treefe9b151865a635e9f2dcb5d3c45799762a096bc8 /tools/licenses.py
parentca85b1daf4546fd8f0415f0803038741a656a3fb (diff)
downloadchromium_src-78de2e4874658de56d48d5a4fcb9f6d22f011d89.zip
chromium_src-78de2e4874658de56d48d5a4fcb9f6d22f011d89.tar.gz
chromium_src-78de2e4874658de56d48d5a4fcb9f6d22f011d89.tar.bz2
Suppressing license warnings for bidi checker
BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6982020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85020 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-xtools/licenses.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index 1763b1c..211133f2 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -61,6 +61,7 @@ PRUNE_PATHS = set([
os.path.join('v8','src','third_party','valgrind'),
# Used for development and test, not in the shipping product.
+ os.path.join('third_party','bidichecker'),
os.path.join('third_party','cygwin'),
os.path.join('third_party','lighttpd'),
os.path.join('third_party','mingw-w64'),