mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ enabled by default for simpler installation and high performance. \
|
||||
"
|
||||
HOMEPAGE = "http://www.squid-cache.org"
|
||||
SECTION = "web"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
|
||||
MAJ_VER = "${@oe.utils.trim_version("${PV}", 1)}"
|
||||
MIN_VER = "${@oe.utils.trim_version("${PV}", 2)}"
|
||||
|
||||
Reference in New Issue
Block a user