diff options
author | Elizabeth Flanagan <elizabeth.flanagan@intel.com> | 2014-09-25 15:59:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-29 12:12:35 +0100 |
commit | ed3e7d4a584d836887d798e0f30339808d09804f (patch) | |
tree | 1c2c24f8adf871bd81c12fa1d31dc8c01e38faa8 | |
parent | 798d833c9d4bd9ab287fa86b85b4d5f128170ed3 (diff) | |
download | openembedded-core-ed3e7d4a584d836887d798e0f30339808d09804f.tar.gz openembedded-core-ed3e7d4a584d836887d798e0f30339808d09804f.tar.bz2 openembedded-core-ed3e7d4a584d836887d798e0f30339808d09804f.zip |
nss.inc: Fix LICENSE
From reading the COPYING and various license headers, the nss
LICENSE was incorrect. It's actually MPL-2.0 (not 1.1) with a
few different Or instances.
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-support/nss/nss.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nss/nss.inc b/meta/recipes-support/nss/nss.inc index d706c43cab..beb2cae3da 100644 --- a/meta/recipes-support/nss/nss.inc +++ b/meta/recipes-support/nss/nss.inc @@ -8,7 +8,7 @@ v3 certificates, and other security standards." HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/" SECTION = "libs" -LICENSE = "MPL-1.1 GPL-2.0 LGPL-2.1" +LICENSE = "MPL-2.0 | (MPL-2.0 & GPL-2.0+) | (MPL-2.0 & LGPL-2.1+)" LIC_FILES_CHKSUM = "file://nss/lib/freebl/mpi/doc/LICENSE;md5=491f158d09d948466afce85d6f1fe18f \ file://nss/lib/freebl/mpi/doc/LICENSE-MPL;md5=6bf96825e3d7ce4de25621ae886cc859" |