diff options
author | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 15:47:21 +0000 |
---|---|---|
committer | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 15:47:21 +0000 |
commit | e459859d1e532ce747d0090f434981f3a5b10bc9 (patch) | |
tree | bad06f7d50e27afc1e898d695b137f86d561a8bf /third_party/README.chromium.template | |
parent | 450fd02af7c65f6b4109a6deec82d2f0e026ee53 (diff) | |
download | chromium_src-e459859d1e532ce747d0090f434981f3a5b10bc9.zip chromium_src-e459859d1e532ce747d0090f434981f3a5b10bc9.tar.gz chromium_src-e459859d1e532ce747d0090f434981f3a5b10bc9.tar.bz2 |
Update license tool to check several additional directories
Some of these directories are currently excluded from the license check. This change fixes the metadata where required and removes them from PRUNE_PATHS.
Other directories contain third-party code, but aren't in directories named 'third-party', so aren't checked by the license tool by default. This change fixes the metadata where required and adds them to ADDITIONAL_PATHS.
To avoid adding to about:credits licenses for modules that don't ship as part of the product, this change also introduces a special 'NOT_SHIPPED' value for the 'License File' field.
This will simplify the process of adding a tool to check license compatibility for the Android WebView build.
BUG=138921
Review URL: https://chromiumcodereview.appspot.com/10830201
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150800 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/README.chromium.template')
-rw-r--r-- | third_party/README.chromium.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/README.chromium.template b/third_party/README.chromium.template index 3bf0a63..24698de 100644 --- a/third_party/README.chromium.template +++ b/third_party/README.chromium.template @@ -5,7 +5,7 @@ Version: A searchable version number for the package (if the package does not ve Date: (OPTIONAL if version is supplied) The date that the package was updated
Revision: (OPTIONAL if version is supplied) The current revision of the package
License: The license under which the package is distributed. Arbitrary text is allowed, but prefer standard forms, eg MIT/X11/BSD/Apache 2.0/GPL/LGPL.
-License File: (OPTIONAL) File that contains a copy of the packages license
+License File: (OPTIONAL) File that contains a copy of the package's license. Use the special value NOT_SHIPPED to indicate that the package is not included in the shipped product, so its license does not need to be included in about:credits and no license file is required.
Security Critical: Either yes or no depending on whether this package is shipped in releases. For example openssl is critical where cygwin is not.
Description:
|