Skip to content

Commit

Permalink
Kafka Connect: Include third party licenses and notices in distributi…
Browse files Browse the repository at this point in the history
…on (#10829)

* Include third party licenses and notices in distribution

* update licenses and notices

* remove kite notice

* Revert "remove kite notice"

This reverts commit 16c0173.

* Only include notices and licenses for direct deps of Iceberg modules

* Revert "Only include notices and licenses for direct deps of Iceberg modules"

This reverts commit 54245e7.
  • Loading branch information
bryanck authored Oct 24, 2024
1 parent 6ba1a1f commit 12ac3ee
Show file tree
Hide file tree
Showing 3 changed files with 3,697 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kafka-connect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ project(':iceberg-kafka-connect:iceberg-kafka-connect-runtime') {
from configurations.runtimeClasspath
}
into('doc/') {
from "$rootDir/LICENSE"
from "$projectDir/LICENSE"
from "$projectDir/NOTICE"
}
into('assets/') {
from "${processResources.destinationDir}/iceberg.png"
Expand All @@ -212,7 +213,8 @@ project(':iceberg-kafka-connect:iceberg-kafka-connect-runtime') {
from configurations.hive
}
into('doc/') {
from "$rootDir/LICENSE"
from "$projectDir/LICENSE"
from "$projectDir/NOTICE"
}
into('assets/') {
from "${processResources.destinationDir}/iceberg.png"
Expand Down
Loading

0 comments on commit 12ac3ee

Please sign in to comment.