Skip to content

Commit

Permalink
Add additional MIT license and fix missisng license for isomdl-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Jun 9, 2024
1 parent ab5a940 commit 41823af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 41823af

Please sign in to comment.