From 3de2b0deb44020852a096946bd6a7c1d6033442c Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Tue, 19 Oct 2010 17:58:10 +0000 Subject: 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 --- tools/licenses.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools') 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. -- cgit v1.1