diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-12-05 21:30:38 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-12-05 21:30:38 +0100 |
commit | 36019c82cbecbea4560a12e93853879bdbef4e53 (patch) | |
tree | d4d022d980af3ae4a5a68cef6ddcd0312d40ba12 | |
parent | d9aa3794f882468351fcbeead550f5a2fb78aa19 (diff) |
Add missing REUSE annotations.
Change-Id: I6f26d7e7a43b09c62c65afd749f892cb2ed5d9ab
-rw-r--r-- | .gitlab-ci.yml | 4 | ||||
-rw-r--r-- | .reuse/dep5 | 4 | ||||
-rw-r--r-- | jgvariant-ostree/src/main/resources/META-INF/native-image/eu.mulk.jgvariant/jgvariant-ostree/native-image.properties | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f0dba2..ec994fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: © 2021-2023 Matthias Andreas Benkard <code@mail.matthias.benkard.de> +# +# SPDX-License-Identifier: LGPL-3.0-or-later + stages: - check diff --git a/.reuse/dep5 b/.reuse/dep5 index ffabe39..4c20dfd 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,6 +3,10 @@ Upstream-Name: JGVariant Upstream-Contact: Matthias Andreas Benkard <code@mail.matthias.benkard.de> Source: https://gerrit.benkard.de/plugins/gitiles/jgvariant +Files: *.json +Copyright: © 2021-2023 Matthias Andreas Benkard <code@mail.matthias.benkard.de> +License: LGPL-3.0-or-later + Files: .mvn/*.config Copyright: © 2021 Matthias Andreas Benkard <code@mail.matthias.benkard.de> License: LGPL-3.0-or-later diff --git a/jgvariant-ostree/src/main/resources/META-INF/native-image/eu.mulk.jgvariant/jgvariant-ostree/native-image.properties b/jgvariant-ostree/src/main/resources/META-INF/native-image/eu.mulk.jgvariant/jgvariant-ostree/native-image.properties index 4971c6c..5f92d67 100644 --- a/jgvariant-ostree/src/main/resources/META-INF/native-image/eu.mulk.jgvariant/jgvariant-ostree/native-image.properties +++ b/jgvariant-ostree/src/main/resources/META-INF/native-image/eu.mulk.jgvariant/jgvariant-ostree/native-image.properties @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: © 2023 Matthias Andreas Benkard <code@mail.matthias.benkard.de> +# +# SPDX-License-Identifier: LGPL-3.0-or-later + Args = -H:ReflectionConfigurationResources=${.}/reflection.json |