summaryrefslogtreecommitdiff
path: root/main/libdaemon
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2022-01-25 15:02:02 +0100
committerOlliver Schinagl <oliver@schinagl.nl>2022-01-25 15:02:02 +0100
commit4a18a2ad49feff22d5207836372befb18fb85df8 (patch)
tree2b6f604edfd5ffade0b5994b0fbed66303a2da3c /main/libdaemon
parentef2827f0dd6ddbe808f59db25c278a3dbea323dd (diff)
downloadaports-4a18a2ad49feff22d5207836372befb18fb85df8.zip
main/libdaemon: set correct SPDX license
It is stated on the libdaemon website [0] that libdaemon is licensed under the LGPL-2.1-or-later license. [0]: http://0pointer.de/lennart/projects/libdaemon/#license Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'main/libdaemon')
-rw-r--r--main/libdaemon/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libdaemon/APKBUILD b/main/libdaemon/APKBUILD
index 69c3c158ea1..658da7848ef 100644
--- a/main/libdaemon/APKBUILD
+++ b/main/libdaemon/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libdaemon
pkgver=0.14
-pkgrel=2
+pkgrel=3
pkgdesc="A lightweight C library which eases the writing of UNIX daemons"
url="http://0pointer.de/lennart/projects/libdaemon/"
arch="all"
-license="LGPL"
+license="LGPL-2.1-or-later"
options="!check" # No test suite.
depends=""
makedepends=""