From 4d33934d06ec1e3b805c61f7e9f8676b96ec2b25 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 | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6ff63d5..dd83ad4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = ntfs2btrfs pkgrel = 1 url = https://github.com/maharmstone/ntfs2btrfs arch = x86_64 - license = GPL2 + license = GPL-2.0-or-later makedepends = cmake makedepends = pkgconf depends = fmt diff --git a/PKGBUILD b/PKGBUILD index 1281884..f869042 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs" arch=('x86_64') url="https://github.com/maharmstone/$pkgname" -license=('GPL2') +license=('GPL-2.0-or-later') depends=('fmt' 'zlib' 'lzo' 'zstd') makedepends=('cmake' 'pkgconf') source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")