Adopt SPDX identifiers for license fields

This commit is contained in:
Manuel 2024-07-21 07:32:40 +02:00
parent 4002900089
commit 899d6feb3a
2 changed files with 2 additions and 3 deletions

View file

@ -5,8 +5,7 @@ pkgbase = libqxt
url = http://www.libqxt.org url = http://www.libqxt.org
arch = i686 arch = i686
arch = x86_64 arch = x86_64
license = CPL license = CPL-1.0 OR LGPL-2.1-only
license = LGPL2.1
makedepends = avahi makedepends = avahi
makedepends = libxrandr makedepends = libxrandr
depends = qt4 depends = qt4

View file

@ -10,7 +10,7 @@ _pkgsuffix=dadc327c2a6a
pkgdesc='Provides a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit' pkgdesc='Provides a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='http://www.libqxt.org' url='http://www.libqxt.org'
license=('CPL' 'LGPL2.1') license=('CPL-1.0 OR LGPL-2.1-only')
depends=('qt4' 'openssl' 'db') depends=('qt4' 'openssl' 'db')
makedepends=('avahi' 'libxrandr') makedepends=('avahi' 'libxrandr')
optdepends=('avahi: Zeroconf support') optdepends=('avahi: Zeroconf support')