This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch notice-binary in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit d081d81145e0d814120518961d8e4b061596a852 Author: Bertil Chapuis <[email protected]> AuthorDate: Sat Feb 1 00:48:37 2025 +0100 Uniformize the bundling of dependency licenses --- baremaps-cli/src/license/bundle.ftl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/baremaps-cli/src/license/bundle.ftl b/baremaps-cli/src/license/bundle.ftl index 664df9e33..82c1ca772 100644 --- a/baremaps-cli/src/license/bundle.ftl +++ b/baremaps-cli/src/license/bundle.ftl @@ -31,7 +31,9 @@ This template is used to list the dependencies and their licenses at the end of <#return project.artifactId + "-" + project.version> </#function> - This product bundles the following dependencies: + Dependencies produced outside the ASF that is included in the + distribution of this product is subject to the following + additional license terms. <#if dependencyMap?size != 0> <#list dependencyMap as dependency>
