From ea494611ec0f90727c25f2300f9cb27b3f718e3c Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 16 Jan 2024 18:04:09 +0100 Subject: [PATCH] Convert licenses to SPDX See https://wiki.archlinux.org/title/PKGBUILD#license and reference RFC --- cmake-format/default/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-format/default/PKGBUILD b/cmake-format/default/PKGBUILD index c736c967..2e5edd89 100644 --- a/cmake-format/default/PKGBUILD +++ b/cmake-format/default/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=3 pkgdesc='Source code formatter for CMake listfiles' arch=('any') url='https://github.com/cheshirekow/cmake_format' -license=('GPL3') +license=('GPL-3.0') depends=('python-six>=1.13.0') makedepends=('python-setuptools') optdepends=('python-yaml>=5.3: YAML config files' 'python-jinja>=2.10.3: complete HTML annotation' 'python-argcomplete: automatic shell completion')