From 435e1dd51514b412072fa7cf1653a8696cebcdbc Mon Sep 17 00:00:00 2001 From: "torne@chromium.org" Date: Tue, 30 Jul 2013 10:03:35 +0000 Subject: 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 --- android_webview/tools/webview_licenses.py | 1 - 1 file changed, 1 deletion(-) (limited to 'android_webview/tools') 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) -- cgit v1.1