Task description
Include the license of the project (BlueOak) and mention all dependencies including there licenses into the release. In general there are two options:
- Include some text file(s) into every kind of release package (archives in the release and so on)
- Add a command in the application itself to show this information.
reason
To comply with the license terms of the project and dependencies.
Automation (CI/CD)
Include an automatic step into the build of the binary / packages to include the details about the currently included dependencies.
Resources
- Collection dependencies licenses:
### Task description
Include the license of the project (BlueOak) and mention all dependencies including there licenses into the release. In general there are two options:
- Include some text file(s) into every kind of release package (archives in the release [and so on](https://codeberg.org/BaumiCoder/ecformat/issues?q=&type=all&sort=&state=all&labels=588082&milestone=0&project=0&assignee=0&poster=0&archived=false))
- Add a command in the application itself to show this information.
### reason
To comply with the license terms of the project and dependencies.
### Automation (CI/CD)
Include an automatic step into the build of the binary / packages to include the details about the currently included dependencies.
### Resources
- Collection dependencies licenses:
- [cargo-about](https://crates.io/crates/cargo-about)
- [cargo-bundle-licenses](https://crates.io/crates/cargo-bundle-licenses)