From 637cf57e6f357bbc4400e0b0d9b26a79d4e60321 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 8 May 2025 20:36:58 +0100 Subject: [PATCH] Add licenses to crates that didn't have them --- ffi-errors/Cargo.toml | 1 + nodejs/Cargo.toml | 1 + parameterized-test/Cargo.toml | 1 + python/Cargo.toml | 1 + 4 files changed, 4 insertions(+) diff --git a/ffi-errors/Cargo.toml b/ffi-errors/Cargo.toml index 90a01d20..f4a31a5c 100644 --- a/ffi-errors/Cargo.toml +++ b/ffi-errors/Cargo.toml @@ -2,6 +2,7 @@ name = "libloot-ffi-errors" version = "0.26.1" edition = "2024" +license = "GPL-3.0-or-later" [dependencies] libloot = { path = ".." } diff --git a/nodejs/Cargo.toml b/nodejs/Cargo.toml index 59f0cd7b..123527d6 100644 --- a/nodejs/Cargo.toml +++ b/nodejs/Cargo.toml @@ -2,6 +2,7 @@ edition = "2021" name = "libloot-nodejs" version = "0.26.1" +license = "GPL-3.0-or-later" [lib] crate-type = ["cdylib"] diff --git a/parameterized-test/Cargo.toml b/parameterized-test/Cargo.toml index 959defc9..4446133b 100644 --- a/parameterized-test/Cargo.toml +++ b/parameterized-test/Cargo.toml @@ -2,6 +2,7 @@ name = "parameterized-test" version = "0.1.0" edition = "2024" +license = "MIT" [dependencies] proc-macro2 = "1.0.95" diff --git a/python/Cargo.toml b/python/Cargo.toml index 40307e5a..d41f5d09 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -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]