mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix crate licenses
libloot's C++ implementation is licensed under the GPL v3.0 or later, not v3.0 only, so carry the same into the Rust reimplementation and its dependent crates.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
+1
-1
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user