mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
meta, meta-selftest: Replace more non-SPDX license identifiers
In commit ceda3238 (meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers) all LICENSE variables were updated to only use SPDX license identifiers. This does the same for comments and other variables where it is appropriate to use the official SPDX license identifiers. There are still references to, e.g., "GPLv3", but they are then typically in descriptive text where they refer to the license in a generic sense. (From OE-Core rev: 165759dced7fbe73b1db2ede67047896071dc6d0) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
68d1a56e98
commit
83766c9fff
@@ -3,7 +3,7 @@ HOMEPAGE = "http://rsync.samba.org/"
|
||||
DESCRIPTION = "rsync is an open source utility that provides fast incremental file transfer."
|
||||
BUGTRACKER = "http://rsync.samba.org/bugzilla.html"
|
||||
SECTION = "console/network"
|
||||
# GPLv2+ (<< 3.0.0), GPLv3+ (>= 3.0.0)
|
||||
# GPL-2.0-or-later (<< 3.0.0), GPL-3.0-or-later (>= 3.0.0)
|
||||
# Includes opennsh and xxhash dynamic link exception
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9e5a4f9b3a253d51520617aa54f8eb26"
|
||||
|
||||
Reference in New Issue
Block a user