diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-19 17:58:10 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-19 17:58:10 +0000 |
commit | 3de2b0deb44020852a096946bd6a7c1d6033442c (patch) | |
tree | 82cb1bcdbcb1145e0d19ea95cff6bd3deccc8d4d /tools | |
parent | b121b1261952cf3490c3c79dad6a8d2262765101 (diff) | |
download | chromium_src-3de2b0deb44020852a096946bd6a7c1d6033442c.zip chromium_src-3de2b0deb44020852a096946bd6a7c1d6033442c.tar.gz chromium_src-3de2b0deb44020852a096946bd6a7c1d6033442c.tar.bz2 |
Update the credits file, fix two READMEs that were broken, change the encoding of Ms-PL to UTF-8 so that the resulting credits file is well-formed, and update licenses.pl for duplicates.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3799011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63072 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/licenses.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py index fd57383..538159df 100755 --- a/tools/licenses.py +++ b/tools/licenses.py @@ -46,6 +46,12 @@ PRUNE_PATHS = set([ # Same module occurs in base/ and in net/, so skip one of them. "net/third_party/nss", + + # Same module occurs in chrome/ and in net/, so skip one of them. + "net/third_party/mozilla_security_manager", + + # Same module occurs in both the top-level third_party and others. + "base/third_party/icu", ]) # Directories we don't scan through. |