logback icon indicating copy to clipboard operation
logback copied to clipboard

Include license in JARs

Open gredler opened this issue 3 weeks ago • 0 comments

The EPL and LGPL require that the license file be provided to users when the libraries (or their source code) is redistributed. Most open source projects include these files in the JAR files, to make this requirement easy for users to fulfill. This was done previously for the SLF4J JARs (https://github.com/qos-ch/slf4j/pull/335), but has not yet been done for the Logback JARs. This PR adds these license files to the Logback JARs.

gredler avatar Feb 07 '25 21:02 gredler