1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-08 09:49:40 +02:00

Specify license information for native-image metadata

This commit is contained in:
Paul Schaub 2025-04-21 19:11:52 +02:00
parent 3b92ccc59d
commit 5a413f53a4
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -93,6 +93,12 @@ precedence = "aggregate"
SPDX-FileCopyrightText = "2022 Paul Schaub <info@pgpainless.org>, 2017 Steve Smith"
SPDX-License-Identifier = "CC-BY-SA-3.0"
[[annotations]]
path = "pgpainless-cli/src/main/resources/META-INF/native-image/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Paul Schaub <info@pgpainless.org>"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "pgpainless-cli/rewriteManPages.sh"
precedence = "aggregate"