mirror of
https://git.yoctoproject.org/poky-contrib
synced 2025-05-08 23:52:25 +08:00

Changes the default SPDX version to 3.0 (From OE-Core rev: beef4c1a3e9fd8fa9cdbbb61e1bc3931012735b3) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
247 B
Plaintext
9 lines
247 B
Plaintext
#
|
|
# Copyright OpenEmbedded Contributors
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Include this class when you don't care what version of SPDX you get; it will
|
|
# be updated to the latest stable version that is supported
|
|
inherit create-spdx-3.0
|