docs: explain licenses of dependencies

This commit is contained in:
2025-04-22 20:48:06 -04:00
parent de3ab27414
commit e680f10be8

View File

@@ -4,7 +4,7 @@ You probably don't want to use this if you're not me.
## Unlicense & Contributing
The contents of this repository are released under the [Unlicense](UNLICENSE).
The contents of this repository are released under the [Unlicense](UNLICENSE). Cargo-based dependencies of this project use free software `licenses` marked `allow` in [the `cargo-deny` configuration](deny.toml). [Home Assistant itself is Apache 2.0](https://www.home-assistant.io/developers/license/) and libraries it uses may be licensed differently and cannot be trivially tracked from here.
Please create an issue before working on a pull request. It's helpful for you to know if the idea you have in mind will for sure be incorporated into the project, and won't require you to acquaint yourself with the project internals. It even opens the floor for someone else to do the work implementing it for you.