summaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-02-03 20:47:47 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-02-03 20:55:56 +0100
commit8090924af3cac443415bf0790cfd6dc71a9b2f4e (patch)
tree34c1f67c6139485b4e6b0b7a720c00768384036f /core/pom.xml
parent59942f5078eb782dbf09cd362bb2e2d1313aefdb (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 'core/pom.xml')
-rw-r--r--core/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/pom.xml b/core/pom.xml
index eed69aa..419e4b2 100644
--- a/core/pom.xml
+++ b/core/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: LGPL-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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">