diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2022-02-27 19:21:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-01 23:44:59 +0000 |
commit | 83766c9fffa45cd3a94cf8076f7c8f45aba11a12 (patch) | |
tree | 86f6f27a115e7416bf3cae085ef6d82f9ecbccb1 /meta/recipes-multimedia | |
parent | 68d1a56e987ee530620bdf245ddf1812f8cf6d39 (diff) | |
download | poky-83766c9fffa45cd3a94cf8076f7c8f45aba11a12.tar.gz |
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>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb | 14 | ||||
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils.inc | 3 | ||||
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 14 |
3 files changed, 17 insertions, 14 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb index 76f37bfd59..c435f61d4c 100644 --- a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb +++ b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb | |||
@@ -6,15 +6,15 @@ HOMEPAGE = "http://alsa-project.org" | |||
6 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" | 6 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | 8 | ||
9 | # The primary license of alsa-plugins is LGPLv2.1. | 9 | # The primary license of alsa-plugins is LGPL-2.1-only. |
10 | # | 10 | # |
11 | # m4/attributes.m4 is licensed under GPLv2+. m4/attributes.m4 is part of the | 11 | # m4/attributes.m4 is licensed under GPL-2.0-or-later. m4/attributes.m4 is part |
12 | # build system, and doesn't affect the licensing of the build result. | 12 | # of the build system, and doesn't affect the licensing of the build result. |
13 | # | 13 | # |
14 | # The samplerate plugin source code is licensed under GPLv2+ to be consistent | 14 | # The samplerate plugin source code is licensed under GPL-2.0-or-later to be |
15 | # with the libsamplerate license. However, if the licensee has a commercial | 15 | # consistent with the libsamplerate license. However, if the licensee has a |
16 | # license for libsamplerate, the samplerate plugin may be used under the terms | 16 | # commercial license for libsamplerate, the samplerate plugin may be used under |
17 | # of LGPLv2.1 like the rest of the plugins. | 17 | # the terms of LGPL-2.1-only like the rest of the plugins. |
18 | LICENSE = "LGPL-2.1-only & GPL-2.0-or-later" | 18 | LICENSE = "LGPL-2.1-only & GPL-2.0-or-later" |
19 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \ | 19 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \ |
20 | file://COPYING.GPL;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 20 | file://COPYING.GPL;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
diff --git a/meta/recipes-multimedia/alsa/alsa-utils.inc b/meta/recipes-multimedia/alsa/alsa-utils.inc index b627ced1aa..bca7cdd3bd 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils.inc +++ b/meta/recipes-multimedia/alsa/alsa-utils.inc | |||
@@ -4,7 +4,8 @@ designed to allow users to control the various parts of the ALSA system." | |||
4 | HOMEPAGE = "http://www.alsa-project.org" | 4 | HOMEPAGE = "http://www.alsa-project.org" |
5 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" | 5 | BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" |
6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
7 | # Some parts are GPLv2+, some are only GPLv2 (e.g. axfer, alsactl) so result is GPLv2 | 7 | # Some parts are GPL-2.0-or-later, some are GPL-2.0-only (e.g. axfer, alsactl) |
8 | # so result is GPL-2.0-only | ||
8 | LICENSE = "GPL-2.0-only" | 9 | LICENSE = "GPL-2.0-only" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
10 | file://alsactl/utils.c;beginline=3;endline=18;md5=96cc06a4cebe5eb7975688ffb0e65642" | 11 | file://alsactl/utils.c;beginline=3;endline=18;md5=96cc06a4cebe5eb7975688ffb0e65642" |
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index bbab3ae038..a69dd32bd7 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc | |||
@@ -5,7 +5,8 @@ HOMEPAGE = "http://www.pulseaudio.org" | |||
5 | AUTHOR = "Lennart Poettering" | 5 | AUTHOR = "Lennart Poettering" |
6 | SECTION = "libs/multimedia" | 6 | SECTION = "libs/multimedia" |
7 | 7 | ||
8 | # Most of PulseAudio code is under LGPLv2.1+. There are a few exceptions: | 8 | # Most of PulseAudio code is under LGPL-2.1-or-later. There are a few |
9 | # exceptions: | ||
9 | # | 10 | # |
10 | # The "adrian" echo canceller variant has code under a non-standard permissive | 11 | # The "adrian" echo canceller variant has code under a non-standard permissive |
11 | # license. See src/modules/echo-cancel/adrian-license.txt for details. This | 12 | # license. See src/modules/echo-cancel/adrian-license.txt for details. This |
@@ -39,11 +40,12 @@ SECTION = "libs/multimedia" | |||
39 | # The dependency with the most complicated licensing considerations is libdbus. | 40 | # The dependency with the most complicated licensing considerations is libdbus. |
40 | # When PACKAGECONFIG[dbus] is enabled (like it is by default), libdbus will be | 41 | # When PACKAGECONFIG[dbus] is enabled (like it is by default), libdbus will be |
41 | # used by both the server and the client library (libpulse). Does this affect | 42 | # used by both the server and the client library (libpulse). Does this affect |
42 | # applications that use libpulse? It should be also noted that libdbus is | 43 | # applications that use libpulse? It should also be noted that libdbus is |
43 | # dual-licensed: either GPLv2+ or AFL-2 terms apply. Whose decision is it which | 44 | # dual-licensed: either GPL-2.0-or-later or AFL-2.0 terms apply. Whose decision |
44 | # of the licenses apply? What a mess. Some people hold the view that libdbus is | 45 | # is it which of the licenses apply? What a mess. Some people hold the view that |
45 | # a system library that is covered by the "special exception" in GPLv2's | 46 | # libdbus is a system library that is covered by the "special exception" in |
46 | # section 3, and therefore libdbus's GPL license doesn't affect PulseAudio. | 47 | # GPLv2's section 3, and therefore libdbus's GPL license doesn't affect |
48 | # PulseAudio. | ||
47 | LICENSE = "LGPL-2.1-or-later & MIT & BSD-3-Clause" | 49 | LICENSE = "LGPL-2.1-or-later & MIT & BSD-3-Clause" |
48 | 50 | ||
49 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e5cd938de1a7a53ea5adac38cc10c39 \ | 51 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e5cd938de1a7a53ea5adac38cc10c39 \ |