This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 81320ee0d6 Add the Bundle-License header for all JARs
81320ee0d6 is described below
commit 81320ee0d6a0e50ba6c4a0daa154c441c3236126
Author: Mark Thomas <[email protected]>
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 8d532c8f13..0e6dd3e952 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: [email protected]
For additional commands, e-mail: [email protected]