From e680f10be896f38cf182deceaa189ab00eb2fd0e Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 22 Apr 2025 20:48:06 -0400 Subject: [PATCH] docs: explain licenses of dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1fcde2..7b7131d 100644 --- a/README.md +++ b/README.md @@ -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.