main/l[v-z]*: update licenses

This commit is contained in:
Leon Marz 2023-04-23 12:02:01 +02:00 committed by alice
parent 0039f52878
commit 2d56c56c67
4 changed files with 8 additions and 8 deletions

View File

@ -2,12 +2,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lvm2 pkgname=lvm2
pkgver=2.03.21 pkgver=2.03.21
pkgrel=1 pkgrel=2
pkgdesc="Logical Volume Manager 2 utilities" pkgdesc="Logical Volume Manager 2 utilities"
url="https://sourceware.org/lvm2/" url="https://sourceware.org/lvm2/"
arch="all" arch="all"
options="!check" # Test tries to use real /dev/mapper/control. options="!check" # Test tries to use real /dev/mapper/control.
license="GPL-2.0-only LGPL-2.1-only" license="GPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause"
# lvm2 will dlopen libs so we need to add explicit depend # lvm2 will dlopen libs so we need to add explicit depend
depends="lvm2-libs=$pkgver-r$pkgrel" depends="lvm2-libs=$pkgver-r$pkgrel"
depends_dev="linux-headers" depends_dev="linux-headers"

View File

@ -2,11 +2,11 @@
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=lxc-templates-legacy pkgname=lxc-templates-legacy
pkgver=3.0.3 pkgver=3.0.3
pkgrel=3 pkgrel=4
pkgdesc="Legacy LXC container templates" pkgdesc="Legacy LXC container templates"
url="https://linuxcontainers.org" url="https://linuxcontainers.org"
arch="noarch" arch="noarch"
license="LGPL-2.1" license="LGPL-2.1-or-later"
depends="bash tar" depends="bash tar"
subpackages="$pkgname-alpine" subpackages="$pkgname-alpine"
source="https://linuxcontainers.org/downloads/lxc/lxc-templates-$pkgver.tar.gz source="https://linuxcontainers.org/downloads/lxc/lxc-templates-$pkgver.tar.gz

View File

@ -4,11 +4,11 @@
pkgname=lxc pkgname=lxc
pkgver=5.0.2 pkgver=5.0.2
_pkgver=${pkgver/_rc/.rc} _pkgver=${pkgver/_rc/.rc}
pkgrel=1 pkgrel=2
pkgdesc="Userspace interface for the Linux kernel containment features" pkgdesc="Userspace interface for the Linux kernel containment features"
url="https://linuxcontainers.org/lxc/" url="https://linuxcontainers.org/lxc/"
arch="all" arch="all"
license="GPL-2.0-only" license="LGPL-2.1-or-later"
makedepends=" makedepends="
docbook2x docbook2x
libapparmor-dev libapparmor-dev

View File

@ -2,11 +2,11 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=lz4 pkgname=lz4
pkgver=1.9.4 pkgver=1.9.4
pkgrel=2 pkgrel=3
pkgdesc="LZ4 is lossless compression algorithm with fast decoder @ multiple GB/s per core." pkgdesc="LZ4 is lossless compression algorithm with fast decoder @ multiple GB/s per core."
url="https://github.com/lz4/lz4" url="https://github.com/lz4/lz4"
arch="all" arch="all"
license="BSD-2-Clause GPL-2.0-only" license="BSD-2-Clause AND GPL-2.0-only"
checkdepends="diffutils" checkdepends="diffutils"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs $pkgname-tests:tests" subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs $pkgname-tests:tests"
source="$pkgname-$pkgver.tar.gz::https://github.com/lz4/lz4/archive/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/lz4/lz4/archive/v$pkgver.tar.gz"