Skip to content

Commit e5dce09

Browse files
committed
Update LICENSE and NOTICE in the distributions (admin and server)
1 parent 39cbcfb commit e5dce09

File tree

6 files changed

+6522
-4
lines changed

6 files changed

+6522
-4
lines changed

quarkus/admin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ distributions {
8787
contents {
8888
from(runScript)
8989
from(project.layout.buildDirectory.dir("quarkus-app"))
90-
from("../../NOTICE")
91-
from("../../LICENSE-BINARY-DIST").rename("LICENSE-BINARY-DIST", "LICENSE")
90+
from("distribution/NOTICE")
91+
from("distribution/LICENSE")
9292
}
9393
}
9494
}

quarkus/admin/distribution/LICENSE

Lines changed: 1725 additions & 0 deletions
Large diffs are not rendered by default.

quarkus/admin/distribution/NOTICE

Lines changed: 1221 additions & 0 deletions
Large diffs are not rendered by default.

quarkus/server/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ distributions {
8787
contents {
8888
from(runScript)
8989
from(project.layout.buildDirectory.dir("quarkus-app"))
90-
from("../../NOTICE")
91-
from("../../LICENSE-BINARY-DIST").rename("LICENSE-BINARY-DIST", "LICENSE")
90+
from("distribution/NOTICE")
91+
from("distribution/LICENSE")
9292
exclude("lib/main/io.quarkus.quarkus-container-image*")
9393
}
9494
}

0 commit comments

Comments
 (0)