This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git
commit 86dc58e757af4ee5f0aa5d826cd9ee5aa77a5822 Author: Stefan Bodewig <[email protected]> AuthorDate: Sat May 23 18:04:03 2026 +0200 add license to BOMs --- build.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.xml b/build.xml index f077559..6a49fa2 100644 --- a/build.xml +++ b/build.xml @@ -273,6 +273,7 @@ under the License. <file file="${lib.dir.compile}/json-schema-validator.jar"/> <license refid="apache-2"/> </additionalComponent> + <license refid="apache-2"/> </cdx:componentbom> </target> @@ -314,6 +315,9 @@ under the License. <include name="${dist.name}/**"/> </fileset> </archiveContent> + <additionalBomContent> + <license refid="apache-2"/> + </additionalBomContent> </cdx:distributionbom> </sequential> </macrodef>
