This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new f1f3d4a31c Add the Bundle-License header for all JARs f1f3d4a31c is described below commit f1f3d4a31ce29b5b68068f0cb9d82d4f7b3ae86b Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Sep 22 17:53:03 2023 +0100 Add the Bundle-License header for all JARs --- res/bnd/build-defaults.bnd | 1 + webapps/docs/changelog.xml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/res/bnd/build-defaults.bnd b/res/bnd/build-defaults.bnd index be3f26f36d..b804587bc0 100644 --- a/res/bnd/build-defaults.bnd +++ b/res/bnd/build-defaults.bnd @@ -14,6 +14,7 @@ # limitations under the License. Bundle-Version: ${version_cleanup;${version}} +Bundle-License: https://www.apache.org/licenses/LICENSE-2.0.txt Specification-Title: Apache Tomcat Specification-Version: ${version.major.minor} diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index bf910f0347..d443586e79 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -169,6 +169,10 @@ branch requiring additional Commons IO dependencies, Tomcat has switched to tracking the 1.x branch. (markt) </update> + <add> + Add the <code>Bundle-License</code> header to the JAR manifest for all + Tomcat JARs. (markt) + </add> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org