From 41823af175b5bb8f36f1f037b7750dd05c3960fa Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Sun, 9 Jun 2024 16:19:26 +0100 Subject: [PATCH] Add additional MIT license and fix missisng license for isomdl-macros --- Cargo.toml | 2 +- macros/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c1a458..43582fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "ISO mDL implementation in Rust" readme = "README.md" homepage = "https://github.com/spruceid/isomdl" repository = "https://github.com/spruceid/isomdl" -license = "Apache-2.0" +license = "Apache-2.0 OR MIT" exclude = ["test/"] [dependencies] diff --git a/macros/Cargo.toml b/macros/Cargo.toml index a36b266..6569429 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -2,6 +2,7 @@ name = "isomdl-macros" version = "0.1.0" edition = "2021" +license = "Apache-2.0 OR MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html