diff mbox series

[meta-filesystems] fatresize: set correct LICENSE

Message ID 20250131131446.1197006-1-skandigraun@gmail.com
State Accepted
Headers show
Series [meta-filesystems] fatresize: set correct LICENSE | expand

Commit Message

Gyorgy Sarvari Jan. 31, 2025, 1:14 p.m. UTC
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb
index cf7ac62be..6832634f6 100644
--- a/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb
+++ b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb
@@ -1,6 +1,6 @@ 
 SUMMARY = "Resize FAT partitions using libparted"
 SECTION = "console/tools"
-LICENSE = "GPL-2.0-only"
+LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https;branch=master \