diff options
author | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-30 10:03:35 +0000 |
---|---|---|
committer | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-30 10:03:35 +0000 |
commit | 435e1dd51514b412072fa7cf1653a8696cebcdbc (patch) | |
tree | 45cb334e65c102987458f7d34f06ae479c498248 /android_webview | |
parent | 5d80369e975bb0ce3b936cbeb4f1183f929c8248 (diff) | |
download | chromium_src-435e1dd51514b412072fa7cf1653a8696cebcdbc.zip chromium_src-435e1dd51514b412072fa7cf1653a8696cebcdbc.tar.gz chromium_src-435e1dd51514b412072fa7cf1653a8696cebcdbc.tar.bz2 |
Fix android license check again.
The licence checker detected the string "Copyright Google" in its own
source code and started objecting. :)
Fix by removing the comment; the other lines explain the situation
adequately.
BUG=
R=benm@chromium.org
Review URL: https://codereview.chromium.org/21097003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rwxr-xr-x | android_webview/tools/webview_licenses.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py index 9437423..6f5f5dc 100755 --- a/android_webview/tools/webview_licenses.py +++ b/android_webview/tools/webview_licenses.py @@ -188,7 +188,6 @@ def _FindThirdPartyDirs(): os.path.join('third_party', 'widevine'), # third_party directories in this tree aren't actually third party, but # provide a way to shadow experimental buildfiles into those directories. - # Files in here are Copyright Google. os.path.join('tools', 'gn', 'secondary'), ] third_party_dirs = licenses.FindThirdPartyDirs(prune_paths, REPOSITORY_ROOT) |