| Index: tools/licenses.py
|
| diff --git a/tools/licenses.py b/tools/licenses.py
|
| index 1ccdc419f72b141c3e9cc2191613903847d2feb7..2a87df7f731cc7f794859a1be92505ace87003cd 100755
|
| --- a/tools/licenses.py
|
| +++ b/tools/licenses.py
|
| @@ -95,6 +95,7 @@ PRUNE_DIRS = ('.svn', '.git', # VCS metadata
|
| ADDITIONAL_PATHS = (
|
| os.path.join('googleurl'),
|
| os.path.join('native_client_sdk'),
|
| + os.path.join('ppapi'),
|
| # The directory with the word list for Chinese and Japanese segmentation
|
| # with different license terms than ICU.
|
| os.path.join('third_party','icu','source','data','brkitr'),
|
|
|