Skip to content
Snippets Groups Projects
Commit a3cb5708 authored by boomanaiden154's avatar boomanaiden154 Committed by Natanael Copa
Browse files

main/spice-protocol: fix license expression

Most of the files are BSD-3-Clause, but there is at least one file that
is licensed under the LGPL-2.1-or-later license, so we need an AND
clause here. Without this patch, the license string is not a valid SPDX
expression.
parent 4524263a
No related branches found
No related tags found
1 merge request!55248main/spice-protocol: fix license expression
Pipeline #197129 skipped
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=spice-protocol pkgname=spice-protocol
pkgver=0.14.4 pkgver=0.14.4
pkgrel=0 pkgrel=1
pkgdesc="Spice protocol header files" pkgdesc="Spice protocol header files"
url="http://www.spice-space.org/" url="http://www.spice-space.org/"
arch="noarch" arch="noarch"
license="BSD-3-Clause LGPL-2.1-or-later" license="BSD-3-Clause AND LGPL-2.1-or-later"
options="!check" # No test suite options="!check" # No test suite
makedepends="meson" makedepends="meson"
source="https://www.spice-space.org/download/releases/spice-protocol-$pkgver.tar.xz" source="https://www.spice-space.org/download/releases/spice-protocol-$pkgver.tar.xz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment