This is an automated email from the ASF dual-hosted git repository.
maciej pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new 44eea4097 chore: add third-party attribution for bundled Gradle
Wrapper (#3109)
44eea4097 is described below
commit 44eea40972c345885b6ddfedfe81efedd146171f
Author: Maciej Modzelewski <[email protected]>
AuthorDate: Mon Apr 13 15:48:04 2026 +0200
chore: add third-party attribution for bundled Gradle Wrapper (#3109)
Apache License requires attributing bundled third-party
components. The Gradle Wrapper files shipped in the Java
SDK and BDD/example projects were not listed.
Append a SUBCOMPONENTS section to both root and
foreign/java LICENSE files crediting the Gradle Wrapper
with its upstream Apache 2.0 license.
---
LICENSE | 32 +++++++++++++++++++++++++++++++-
foreign/java/LICENSE | 28 +++++++++++++++++++++++++++-
2 files changed, 58 insertions(+), 2 deletions(-)
diff --git a/LICENSE b/LICENSE
index 9c8f3ea08..45f14e351 100644
--- a/LICENSE
+++ b/LICENSE
@@ -198,4 +198,34 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
- limitations under the License.
\ No newline at end of file
+ limitations under the License.
+
+===============================================================================
+APACHE IGGY (INCUBATING) SUBCOMPONENTS
+===============================================================================
+
+This product bundles third-party software. The following third-party
+components are distributed alongside the Apache Iggy (Incubating) source
+release and are licensed separately as described below.
+
+-------------------------------------------------------------------------------
+Gradle Wrapper
+-------------------------------------------------------------------------------
+
+Files:
+ bdd/java/gradlew
+ bdd/java/gradle/wrapper/gradle-wrapper.properties
+ examples/java/gradlew
+ examples/java/gradle/wrapper/gradle-wrapper.properties
+ foreign/java/gradlew
+ foreign/java/gradle/wrapper/gradle-wrapper.properties
+
+Copyright (c) 2015 the original authors.
+
+Licensed under the Apache License, Version 2.0 (the "License"); you may
+not use this file except in compliance with the License. You may obtain
+a copy of the License at:
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Upstream project: https://github.com/gradle/gradle
diff --git a/foreign/java/LICENSE b/foreign/java/LICENSE
index 9c8f3ea08..131a746af 100644
--- a/foreign/java/LICENSE
+++ b/foreign/java/LICENSE
@@ -198,4 +198,30 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
- limitations under the License.
\ No newline at end of file
+ limitations under the License.
+
+===============================================================================
+APACHE IGGY (INCUBATING) JAVA SDK SUBCOMPONENTS
+===============================================================================
+
+This product bundles third-party software. The following third-party
+components are distributed alongside the Java SDK sources and are
+licensed separately as described below.
+
+-------------------------------------------------------------------------------
+Gradle Wrapper
+-------------------------------------------------------------------------------
+
+Files:
+ gradlew
+ gradle/wrapper/gradle-wrapper.properties
+
+Copyright (c) 2015 the original authors.
+
+Licensed under the Apache License, Version 2.0 (the "License"); you may
+not use this file except in compliance with the License. You may obtain
+a copy of the License at:
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Upstream project: https://github.com/gradle/gradle