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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1392733002: Re-land "Check in a simple pure-python based Markdown previewer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clarify comment re: licenses, add bug #, use --no-find-copies Created 5 years, 2 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 | « third_party/Python-Markdown/markdown/util.py ('k') | tools/md_browser/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 68998d6f9e67586a5d7aea222aa69f8938fa50e9..54081745cbe2963da496aa7fce18dfd5b995a83f 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -151,6 +151,14 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'GPL (v3 or later)',
'MPL (v1.1) LGPL (unversioned/unknown version)',
],
+
+ # The project is BSD-licensed but the individual files do not have
+ # consistent license headers. Also, this is just used in a utility
+ # and not shipped. https://github.com/waylan/Python-Markdown/issues/435
+ 'third_party/Python-Markdown': [
+ 'UNKNOWN',
+ ],
+
'third_party/WebKit': [
'UNKNOWN',
],
« no previous file with comments | « third_party/Python-Markdown/markdown/util.py ('k') | tools/md_browser/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698