mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Please bundle LICENSE/NOTICE files in the produced jar files #281
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vlsi on GitHub (Jun 17, 2019).
It would be nice if you could add LICENSE to META-INF/LICENSE , so the license could be automatically discovered.
Clarification: brotli license enforces re-distributions to reproduce license text, and it is hard to tell which license text should be associated with the jar since the text might vary over time.
The ...jar is often re-distributed via Maven dependency, thus it becomes complicated to automatically re-distribute the proper LICENSE file since Maven Central misses that file.
Solution: include META-INF/LICENSE into the generated jar file. You might want to optionally include META-INF/NOTICE as well