This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new fb9244ca4c Add the Bundle-License header for all JARs
fb9244ca4c is described below
commit fb9244ca4c9a8bb9fb96561d0c4f5b813489c0ad
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 63df262a62..0ab80d029c 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]