diff options
author | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-01 15:50:29 +0000 |
---|---|---|
committer | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-01 15:50:29 +0000 |
commit | 31eac5b5a5025e025b12d3719461f785848c55bb (patch) | |
tree | 3c5fc214f3e86d08c0da6c4069393bca3fffdb4b /chrome/third_party | |
parent | f0a6f4bb3d6a54ab6435af16dd87314058a4b843 (diff) | |
download | chromium_src-31eac5b5a5025e025b12d3719461f785848c55bb.zip chromium_src-31eac5b5a5025e025b12d3719461f785848c55bb.tar.gz chromium_src-31eac5b5a5025e025b12d3719461f785848c55bb.tar.bz2 |
Make 'License' field in third-party metadata required
This will simplify the addition of a tool to check licenses for the purpose of
the Android WebView build.
See also http://codereview.chromium.org/10827099
Also adds other missing fields to these README.chromium files as required by
presubmit checks and fixes a regex used to enforce this.
BUG=138921
Review URL: https://chromiumcodereview.appspot.com/10821103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149423 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/third_party')
-rw-r--r-- | chrome/third_party/jstemplate/README.chromium | 1 | ||||
-rw-r--r-- | chrome/third_party/mock4js/README.chromium | 1 | ||||
-rw-r--r-- | chrome/third_party/mozilla_security_manager/README.chromium | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/chrome/third_party/jstemplate/README.chromium b/chrome/third_party/jstemplate/README.chromium index 153d6a6..6fd6f26 100644 --- a/chrome/third_party/jstemplate/README.chromium +++ b/chrome/third_party/jstemplate/README.chromium @@ -1,5 +1,6 @@ Name: google-jstemplate URL: http://code.google.com/p/google-jstemplate/ +License: Apache 2.0 "Template processing that is more suitable for the specific development-time and runtime requirements of AJAX based web applications. diff --git a/chrome/third_party/mock4js/README.chromium b/chrome/third_party/mock4js/README.chromium index 42696a1..99a8a605 100644 --- a/chrome/third_party/mock4js/README.chromium +++ b/chrome/third_party/mock4js/README.chromium @@ -2,6 +2,7 @@ Name: mock4js Short Name: mock4js URL: http://mock4js.sourceforge.net/ Version: 0.2 +License: MIT Mock4JS is a dynamic-mock library for Javascript. It enables developers to write tests that exercise and verify the interactions between the objects in the diff --git a/chrome/third_party/mozilla_security_manager/README.chromium b/chrome/third_party/mozilla_security_manager/README.chromium index 6a1a3d0..f2bd2f9 100644 --- a/chrome/third_party/mozilla_security_manager/README.chromium +++ b/chrome/third_party/mozilla_security_manager/README.chromium @@ -2,6 +2,7 @@ Name: Mozilla Personal Security Manager URL: http://mxr.mozilla.org/mozilla-central/source/security/manager/ InfoURL: http://www.mozilla.org/ Version: 36838:a59a5f030021 +License: MPL 1.1 / GPL 2 / LGPL 2.1 Description: This is selected code bits from Mozilla's Personal Security Manager. |