Skip to content

Commit c705c91

Browse files
Clarify licensing info (#32)
* Clarify licensing info * [MegaLinter] Apply linters automatic fixes (#33) Co-authored-by: petekubiak <37507920+petekubiak@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 80b762a commit c705c91

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "commitment-issues"
33
version = "0.1.1"
44
edition = "2021"
55
authors = ["Pete Kubiak <peter.kubiak@dyson.com>"]
6+
license = "MIT OR Apache-2.0"
67

78
[dependencies]
89
chrono = "0.4"

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,11 @@ You will need to have docker and Node installed to use this, more information ca
142142

143143
- Allow configuration of the metadata structure through a `.toml` file
144144
- Add a tool for reading metadata from a binary
145+
146+
## License
147+
148+
This project is licensed under either of:
149+
150+
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or <https://www.apache.org/licenses/LICENSE-2.0>)
151+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
152+
at your option.

0 commit comments

Comments
 (0)