Convert licenses to SPDX

See https://wiki.archlinux.org/title/PKGBUILD#license and reference RFC
This commit is contained in:
Martchus 2024-01-16 18:04:09 +01:00
parent f98e3bef4b
commit ea494611ec
1 changed files with 1 additions and 1 deletions

View File

@ -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')