diff --git a/Cargo.toml b/Cargo.toml index de8f9c3..372e9a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "commitment-issues" version = "0.1.1" edition = "2021" authors = ["Pete Kubiak "] +license = "MIT OR Apache-2.0" [dependencies] chrono = "0.4" diff --git a/README.md b/README.md index 028eb4e..e210583 100644 --- a/README.md +++ b/README.md @@ -142,3 +142,11 @@ You will need to have docker and Node installed to use this, more information ca - Allow configuration of the metadata structure through a `.toml` file - Add a tool for reading metadata from a binary + +## License + +This project is licensed under either of: + +- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or ) +- MIT license ([LICENSE-MIT](LICENSE-MIT) or ) +at your option.