diff --git a/Cargo.toml b/Cargo.toml index 9023661f..1845493c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "libloot" version = "0.26.1" edition = "2024" -license = "GPL-3.0" +license = "GPL-3.0-or-later" [dependencies] crc32fast = "1.4.2" diff --git a/cpp/Cargo.toml b/cpp/Cargo.toml index 827ad2ee..e2abc46f 100644 --- a/cpp/Cargo.toml +++ b/cpp/Cargo.toml @@ -2,7 +2,7 @@ name = "libloot-cpp" version = "0.26.1" edition = "2024" -license = "GPL-3.0" +license = "GPL-3.0-or-later" [dependencies] cxx = { version = "1.0", features = ["c++17"] }