summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-03 17:03:03 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-03 17:03:03 +0000
commit2a6dda2f45d680ef5fc002c5a3e29cfc3d78773a (patch)
tree40e66a370a5c17279e381eb4b986fa8cbc1e32c2 /tools/checklicenses
parentebd6e59c205e1df76d95968f4f78601f24280c5b (diff)
downloadchromium_src-2a6dda2f45d680ef5fc002c5a3e29cfc3d78773a.zip
chromium_src-2a6dda2f45d680ef5fc002c5a3e29cfc3d78773a.tar.gz
chromium_src-2a6dda2f45d680ef5fc002c5a3e29cfc3d78773a.tar.bz2
Recognize Apple licenses.
BUG=98114, 98115 Review URL: http://codereview.chromium.org/8085016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103729 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-xtools/checklicenses/checklicenses.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 1dd9a13..16d4ce4 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -33,6 +33,9 @@ WHITELISTED_LICENSES = [
'Apache (v2.0)',
'Apache (v2.0) BSD (2 clause)',
'Apache (v2.0) GPL (v2)',
+ 'Apple MIT', # https://fedoraproject.org/wiki/Licensing/Apple_MIT_License
+ 'APSL (v2)',
+ 'APSL (v2) BSD (4 clause)',
'BSD',
'BSD (2 clause)',
'BSD (2 clause) MIT/X11 (BSD like)',
@@ -174,12 +177,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/active_doc': [
'UNKNOWN',
],
- 'third_party/apple/ImageAndTextCell.h': [
- 'UNKNOWN',
- ],
- 'third_party/apple_apsl': [
- 'UNKNOWN',
- ],
'third_party/angle': [
'UNKNOWN',
],