diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-02-03 20:47:47 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-02-03 20:55:56 +0100 |
commit | 8090924af3cac443415bf0790cfd6dc71a9b2f4e (patch) | |
tree | 34c1f67c6139485b4e6b0b7a720c00768384036f /examples/spring-boot/pom.xml | |
parent | 59942f5078eb782dbf09cd362bb2e2d1313aefdb (diff) |
Clarify licensing through REUSE annotations.
- Manual: GFDL-1.3-or-later
- Library: LGPL-3.0-or-later
- Examples: GPL-3.0-or-later
Change-Id: Ia9637209724b416a157edc2027a0faa7ca9d5c25
Diffstat (limited to 'examples/spring-boot/pom.xml')
-rw-r--r-- | examples/spring-boot/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index cce1b04..a6dbb31 100644 --- a/examples/spring-boot/pom.xml +++ b/examples/spring-boot/pom.xml @@ -1,4 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> + +<!-- +SPDX-FileCopyrightText: © 2021 Matthias Andreas Benkard <code@mail.matthias.benkard.de> + +SPDX-License-Identifier: GPL-3.0-or-later +--> + <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |