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 /third_party/hyphen | |
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 'third_party/hyphen')
-rw-r--r-- | third_party/hyphen/README.chromium | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/hyphen/README.chromium b/third_party/hyphen/README.chromium index 7cf556b..a9b22a7 100644 --- a/third_party/hyphen/README.chromium +++ b/third_party/hyphen/README.chromium @@ -3,6 +3,7 @@ URL: http://sourceforge.net/projects/hunspell/files/Hyphen/ Version: 2.6 License File: COPYING Security Critical: yes +License: MPL 1.1/GPL 2.0/LGPL 2.1 Description: This is a partial copy of Hyphen 2.6 with the following changes: @@ -12,4 +13,4 @@ This is a partial copy of Hyphen 2.6 with the following changes: as expected. The patch is in google.patch. -See 'hyphen.tex' for additional requirements regarding that file.
\ No newline at end of file +See 'hyphen.tex' for additional requirements regarding that file. |