summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-02 02:45:04 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-02 02:45:04 +0000
commit842e4f51568003d855faf56bde629681a4072b21 (patch)
treed11185a54930dc6672a22f4857c19da9902b06d5 /tools/checklicenses
parent1d3cf115091e407668ca1dc975e72d3d0d98ee77 (diff)
downloadchromium_src-842e4f51568003d855faf56bde629681a4072b21.zip
chromium_src-842e4f51568003d855faf56bde629681a4072b21.tar.gz
chromium_src-842e4f51568003d855faf56bde629681a4072b21.tar.bz2
add additional checklicenses exceptions for mesa.
TBR=thestig@chromium.org BUG=238755 Review URL: https://codereview.chromium.org/18460002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209592 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-xtools/checklicenses/checklicenses.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 28c4dce..d3260d3 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -308,6 +308,7 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN', # http://crbug.com/98450
],
'third_party/mesa/src': [
+ 'BSD (2 clause) ISC',
'GPL (v2)',
'GPL (v3 or later)',
'MIT/X11 (BSD like) GPL (v3 or later) with Bison parser exception',