Skip to content

Commit

Permalink
recipes: Use SPDX naming convention for LICENSE
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj authored and psaavedra committed Mar 24, 2022
1 parent 9973289 commit f4ce38b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SUMMARY = "Qt5 WPE simple browser application"
LICENSE = "LGPL-2.1+"
LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-or-later;md5=2a4f4fd2128ea2f65047ee63fbca9f68"

DEPENDS = "qtbase qtdeclarative"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DESCRIPTION = "Archive::Zip - Provide an interface to ZIP archive files. \
It provides also the crc32 binary"

SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0+"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
# License "Artistic-1.0 | GPL-1.0+" is also known as the "Perl" license.
LIC_FILES_CHKSUM = "file://META.yml;;beginline=13;endline=13;md5=963ce28228347875ace682de56eef8e8"

Expand Down
2 changes: 1 addition & 1 deletion recipes-browser/webkitgtk/webkitgtk_2.34.6.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUMMARY = "WebKit web rendering engine for the GTK+ platform"
HOMEPAGE = "http://www.webkitgtk.org/"
BUGTRACKER = "http://bugs.webkit.org/"
LICENSE = "BSD & LGPLv2+"
LICENSE = "BSD & LGPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://Source/WebCore/LICENSE-LGPL-2.1;md5=a778a33ef338abbaf8b8a7c36b6eec80 "

# you need harfbuzz with icu enabled, you can add this to your config:
Expand Down
2 changes: 1 addition & 1 deletion recipes-browser/wpewebkit/wpewebkit.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SUMMARY = "WPE WebKit port pairs the WebKit engine with OpenGL-ES (OpenGL for Em
It is designed with hardware acceleration in mind, relying on EGL, and OpenGL ES."
HOMEPAGE = "https://trac.webkit.org/wiki/WPE"
BUGTRACKER = "https://bugs.webkit.org/"
LICENSE = "BSD & LGPLv2+"
LICENSE = "BSD & LGPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://Source/WebCore/LICENSE-LGPL-2.1;md5=a778a33ef338abbaf8b8a7c36b6eec80 "

DEPENDS = " \
Expand Down
2 changes: 1 addition & 1 deletion recipes-devtools/dicts/test-dicts_git.bb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LICENSE = "GPLv2"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE.en_US;md5=370dfc0dcc9918290a76eeb1e761f377"

PR = "r0"
Expand Down
2 changes: 1 addition & 1 deletion recipes-devtools/fonts/webkit-test-fonts_git.bb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LICENSE = "GPLv2"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE.dejavu;md5=b48ab4e9977f6f7d9eb9481bb69a219d"

PR = "r0"
Expand Down
2 changes: 1 addition & 1 deletion recipes-devtools/ruby/ruby-highline_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rules and without needing to convert the typed Strings into what your \
program really needs. Just tell HighLine what you're after, and let it \
do all the work."

LICENSE = "GPLv2"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=884766faee6a0d2931af978757e1a5fc"

PR = "r0"
Expand Down
2 changes: 1 addition & 1 deletion recipes-flatpak/bubblewrap/bubblewrap_0.4.1.bb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DESCRIPTION = "Helper binary for running applications sandboxed"
HOMEPAGE = "https://github.com/projectatomic/bubblewrap"
LICENSE = "GPLv2"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"

DEPENDS = "libcap"
Expand Down
2 changes: 1 addition & 1 deletion recipes-flatpak/xdg-dbus-proxy/xdg-dbus-proxy_0.1.2.bb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HOMEPAGE = "https://github.com/flatpak/xdg-dbus-proxy"
LICENSE = "LGPLv2.1+"
LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"

SRC_URI = "https://github.com/flatpak/${BPN}/releases/download/${PV}/${BP}.tar.xz \
Expand Down

0 comments on commit f4ce38b

Please sign in to comment.