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
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"