Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(433)

Unified Diff: tools/licenses.py

Issue 10828117: Fix license metadata for ppapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'),
« no previous file with comments | « ppapi/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698