Add licenses to crates that didn't have them

This commit is contained in:
Oliver Hamlet
2025-05-11 16:09:02 +01:00
parent 6df13bddea
commit 637cf57e6f
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
name = "libloot-ffi-errors"
version = "0.26.1"
edition = "2024"
license = "GPL-3.0-or-later"
[dependencies]
libloot = { path = ".." }
+1
View File
@@ -2,6 +2,7 @@
edition = "2021"
name = "libloot-nodejs"
version = "0.26.1"
license = "GPL-3.0-or-later"
[lib]
crate-type = ["cdylib"]
+1
View File
@@ -2,6 +2,7 @@
name = "parameterized-test"
version = "0.1.0"
edition = "2024"
license = "MIT"
[dependencies]
proc-macro2 = "1.0.95"
+1
View File
@@ -2,6 +2,7 @@
name = "libloot_python"
version = "0.26.1"
edition = "2024"
license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]