custom-components/grocy

Add License to repo

adaschma opened this issue · 0 comments

Unless all relevant information is provided, I can't help you

Describe the bug
The grocy custom component doesn't include a LICENSE.

Expected behavior
A LICENSE, LICENSE.md or simular file in the top folder of the repository.

Additional context

home assistant itself is licensed under the Apache2 which is GPL compatible, permissive Free Software/Open Source License which has broad support in those communities. So I recommend copying https://github.com/home-assistant/core/blob/dev/LICENSE.md into the repository after asking the main contributors that they are OK with licensing their work under it.

Not having a license could be a problem if we want it to become part of home assistant/core at a future point and getting every ones agreement will be harder the more people have contributed and the longer ago that has been.