| author | Lukas Fleischer
<lfleischer@archlinux.org> 2025-09-27 14:25:11 UTC |
| committer | Lukas Fleischer
<lfleischer@archlinux.org> 2025-09-27 14:25:11 UTC |
| parent | 8067449394f16a6fd244490c57a324f43af135b5 |
| .SRCINFO | +1 | -1 |
| LICENSES/ISC.txt | +8 | -0 |
| PKGBUILD | +1 | -1 |
| REUSE.toml | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 6bbc51b..f1fa2f6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = neatvnc pkgdesc = Fast and neat VNC server library pkgver = 0.9.5 - pkgrel = 1 + pkgrel = 2 url = https://github.com/any1/neatvnc arch = x86_64 license = custom:ISC diff --git a/LICENSES/ISC.txt b/LICENSES/ISC.txt new file mode 100644 index 0000000..b9c199c --- /dev/null +++ b/LICENSES/ISC.txt @@ -0,0 +1,8 @@ +ISC License: + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/PKGBUILD b/PKGBUILD index 7afba96..eee0ec1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=neatvnc pkgver=0.9.5 -pkgrel=1 +pkgrel=2 pkgdesc='Fast and neat VNC server library' arch=(x86_64) url=https://github.com/any1/neatvnc diff --git a/REUSE.toml b/REUSE.toml index 00203e7..881008c 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -25,5 +25,5 @@ SPDX-License-Identifier = "0BSD" path = [ "ffmpeg-7.1.patch", ] -SPDX-FileCopyrightText = "neatvnc contributors" -SPDX-License-Identifier = "TODO-Choose-a-license" +SPDX-FileCopyrightText = "Andri Yngvason" +SPDX-License-Identifier = "ISC"