Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, we have a single LICENSE file for source and a single license file (bin.LICENSE) for our CLI package binary. When we create our jars, we copy the source LICENSE into each jar, defined in the main build.sbt file. However, the source LICENSE references everything in the entire source tree. Not everything in the LICENSE file applies to all jars. Ideally, we would have away to generate the LICENSE files that go into each jar so that the contents only applies specifically to what is in that jar. The same applies for the NOTCE file as well.