From 633d34d6664646bad995696b89d3ef9fc4bff6dd Mon Sep 17 00:00:00 2001 From: Pete Kubiak Date: Sun, 28 Dec 2025 00:29:47 +0000 Subject: [PATCH 1/2] Clarify licensing info --- Cargo.toml | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) 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..5dd5b75 100644 --- a/README.md +++ b/README.md @@ -142,3 +142,10 @@ 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 https://www.apache.org/licenses/LICENSE-2.0) +- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) +at your option. From 87e1422545b8a7c2d450f6147b7f5a45ffcf2ed2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 09:09:43 +0000 Subject: [PATCH 2/2] [MegaLinter] Apply linters automatic fixes (#33) Co-authored-by: petekubiak <37507920+petekubiak@users.noreply.github.com> --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dd5b75..e210583 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ You will need to have docker and Node installed to use this, more information ca ## License This project is licensed under either of: -- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) -- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) + +- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or ) +- MIT license ([LICENSE-MIT](LICENSE-MIT) or ) at your option.