Skip to content

Commit 2a54d4e

Browse files
committed
chromium,firefox: Use SPDX naming scheme for LICENSE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent 06346d7 commit 2a54d4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meta-chromium/recipes-browser/chromium/chromium.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DEPENDS += "python3-setuptools-native"
5353
# LICENSE does not cover all the licenses in LIC_FILES_CHKSUM; instead, it
5454
# currently contains Chromium's license (BSD-3-Clause) as well as Blink's
5555
# (LGPL2.0, LGPL2.1 and BSD-2-Clause).
56-
LICENSE = "BSD-3-Clause & LGPL-2.0 & LGPL-2.1"
56+
LICENSE = "BSD-3-Clause & LGPL-2.0-only & LGPL-2.1-only"
5757
LIC_FILES_CHKSUM = "\
5858
file://${S}/LICENSE;md5=0fca02217a5d49a14dfe2d11837bb34d \
5959
file://${S}/LICENSE.chromium_os;md5=87dd8458232da630f5617873d42d8350 \

meta-firefox/recipes-browser/firefox-l10n/firefox-l10n.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
DEPENDS = "unzip-native"
55
RDEPENDS:${PN} = "firefox"
66

7-
LICENSE = "MPLv2"
7+
LICENSE = "MPL-2.0"
88

99
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
1010

meta-firefox/recipes-browser/firefox/firefox_68.9.0esr.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DEPENDS += "curl startup-notification libevent cairo libnotify \
1111
"
1212
RDEPENDS:${PN}-dev = "dbus"
1313

14-
LICENSE = "MPLv2"
14+
LICENSE = "MPL-2.0"
1515
LIC_FILES_CHKSUM = "file://toolkit/content/license.html;endline=33;md5=35d7fa1c4b86c115051c925fd624a5be"
1616

1717
CVE_PRODUCT = "mozilla:firefox"

0 commit comments

Comments
 (0)