mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00
meta: update LICENSE to use SPDX identifiers
Switch to using SPDX preferred identifiers. All changes done using v0.1 of the script convert-spdx-licenses.py. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
d3718096fa
commit
cd3c94cb90
|
@ -7,7 +7,7 @@ compensation using available cooling methods."
|
|||
HOMEPAGE = "https://github.com/01org/thermal_daemon"
|
||||
|
||||
DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upower libevdev"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
|
||||
|
||||
SRC_URI = "git://github.com/intel/thermal_daemon/;branch=master;protocol=https \
|
||||
|
|
|
@ -12,7 +12,7 @@ DESCRIPTION = "iucode_tool is a program to manipulate Intel i686 and X86-64\
|
|||
HOMEPAGE = "https://gitlab.com/iucode-tool/"
|
||||
BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=iucode-tool;repeatmerged=0"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://iucode_tool.c;beginline=1;endline=15;md5=71eeab3190360ff0267101b570874756"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ PCI Express* 10 Gigabit Network Connections."
|
|||
|
||||
HOMEPAGE = "https://sourceforge.net/projects/e1000/"
|
||||
SECTION = "kernel/network"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/${BP}/COPYING;md5=a216b4192dc6b777b6f0db560e9a8417"
|
||||
|
||||
SRC_URI = "https://sourceforge.net/projects/e1000/files/ixgbe%20stable/${PV}/${BP}.tar.gz \
|
||||
|
|
|
@ -7,7 +7,7 @@ The guest OS loading this driver must support MSI-X interrupts."
|
|||
|
||||
HOMEPAGE = "https://sourceforge.net/projects/e1000/"
|
||||
SECTION = "kernel/network"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/${BP}/COPYING;md5=a216b4192dc6b777b6f0db560e9a8417"
|
||||
|
||||
SRC_URI = "https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/${PV}/${BP}.tar.gz \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Intel Wireless LinuxCore kernel driver"
|
||||
DESCRIPTION = "Intel Wireless LinuxCore kernel driver"
|
||||
SECTION = "kernel"
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wifi"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Utility for signing and verifying files for UEFI Secure Boot"
|
||||
LICENSE = "GPLv3 & LGPL-2.1 & LGPL-3.0 & MIT"
|
||||
LICENSE = "GPL-3.0-only & LGPL-2.1-only & LGPL-3.0-only & MIT"
|
||||
|
||||
# sbsigntool statically links to libccan.a which is built with modules
|
||||
# passed to "create-ccan-tree" (and their dependencies). Therefore,
|
||||
|
|
Loading…
Reference in New Issue
Block a user