From 8a2e4050ff5c83065999fcfdb330034e0e0fe1b0 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 1d22772..0856a1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ntfs2btrfs-git
 	pkgrel = 1
 	url = https://github.com/maharmstone/ntfs2btrfs
 	arch = x86_64
-	license = GPL2
+	license = GPL-2.0-or-later
 	makedepends = git
 	makedepends = cmake
 	makedepends = pkgconf
diff --git a/PKGBUILD b/PKGBUILD
index b6e25ed..bc27729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,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%-git}"
-license=('GPL2')
+license=('GPL-2.0-or-later')
 depends=('fmt' 'zlib' 'lzo' 'zstd')
 makedepends=('git' 'cmake' 'pkgconf')
 provides=("${pkgname%-git}")