summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
authormal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-18 00:23:48 +0000
committermal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-18 00:23:48 +0000
commit5c173feb93b978c8178bca7095af9b676c237bc9 (patch)
treeba3e549b97df9f1682fb37bc8c6e1ea90c2f7283 /tools/licenses.py
parent72dd8cac5c3f1014416badce32b3e657f294cf3a (diff)
downloadchromium_src-5c173feb93b978c8178bca7095af9b676c237bc9.zip
chromium_src-5c173feb93b978c8178bca7095af9b676c237bc9.tar.gz
chromium_src-5c173feb93b978c8178bca7095af9b676c237bc9.tar.bz2
Filed bugs for open issues (mingw-w64 and pdfsqueeze) and updated
the comments to reflect this. I'll clean up when I hear back from dmaclach and the Nacl team. BUG= None TEST= None Review URL: http://codereview.chromium.org/6266005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71610 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-xtools/licenses.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index e4883da..5c9a8cd 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -63,8 +63,8 @@ PRUNE_PATHS = set([
# Used for development and test, not in the shipping product.
os.path.join('third_party','cygwin'),
os.path.join('third_party','lighttpd'),
- # ---- Check with NACL on this one... we're just pulling bin, not LICENSE
- # ---- in DEPS.
+ # Filed http://code.google.com/p/nativeclient/issues/detail?id=1323
+ # to get clarification about using mingw-w64 from NaCl in Chromium:
os.path.join('third_party','mingw-w64'),
os.path.join('third_party','pefile'),
os.path.join('third_party','python_26'),
@@ -125,6 +125,8 @@ SPECIAL_CASES = {
"URL": "http://code.google.com/p/google-toolbox-for-mac/",
"License File": "COPYING",
},
+ # Filed issue pdfsqueeze:2 with dmaclach to get an honest LICESNE
+ # file in the pdfsqueeze repo.
# pdfsqueeze is Apache Licensed, reuse the same file from GTM:
os.path.join('third_party', 'pdfsqueeze'): {
"Name": "pdfsqueeze",