From 899d6feb3ac7e2a1b1347808629f79714c93d219 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Manuel=20H=C3=BCsers?= <aur@huesers.de>
Date: Sun, 21 Jul 2024 07:32:40 +0200
Subject: [PATCH] Adopt SPDX identifiers for license fields

---
 .SRCINFO | 3 +--
 PKGBUILD | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 5aecc88..3ce1d51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,7 @@ pkgbase = libqxt
 	url = http://www.libqxt.org
 	arch = i686
 	arch = x86_64
-	license = CPL
-	license = LGPL2.1
+	license = CPL-1.0 OR LGPL-2.1-only
 	makedepends = avahi
 	makedepends = libxrandr
 	depends = qt4
diff --git a/PKGBUILD b/PKGBUILD
index b621e48..903caca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'
 arch=('i686' 'x86_64')
 url='http://www.libqxt.org'
-license=('CPL' 'LGPL2.1')
+license=('CPL-1.0 OR LGPL-2.1-only')
 depends=('qt4' 'openssl' 'db')
 makedepends=('avahi' 'libxrandr')
 optdepends=('avahi: Zeroconf support')