diff options
author | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-27 01:52:11 +0000 |
---|---|---|
committer | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-27 01:52:11 +0000 |
commit | abb1b86e9be367176950fe6a2cb4d47db72c73c0 (patch) | |
tree | 4923c3c0da21e560897d1961d31e3747332517f8 /.gitignore | |
parent | 6bdf093650147311383b38f0ad26d6d0f091b21f (diff) | |
download | chromium_src-abb1b86e9be367176950fe6a2cb4d47db72c73c0.zip chromium_src-abb1b86e9be367176950fe6a2cb4d47db72c73c0.tar.gz chromium_src-abb1b86e9be367176950fe6a2cb4d47db72c73c0.tar.bz2 |
Fix third-party license information for a number of projects
Also fix a couple of bugs in the license tool.
- When scanning, ignore directories that don't contain any files, on the
assumption that these are DEPS directories for projects not used by our
current configuration.
- Don't recurse into directories in ADDITIONAL_PATHS, just as we don't for
regular third_party/foo directories.
Notes
- License file for third_party/mozc was taken from source header.
- LICENSE.chromium_os was copied from Chromium OS source tree.
This fixes 'licenses.py scan' for an Android checkout.
BUG=138921
Review URL: https://chromiumcodereview.appspot.com/10829042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -172,7 +172,8 @@ v8.log /third_party/lss /third_party/mingw-w64 /third_party/mkl -/third_party/mozc +/third_party/mozc/chrome/chromeos/renderer +/third_party/mozc/session /third_party/nacl_sdk_binaries/ /third_party/nss /third_party/openssl |