Set license name to EPL-2.0 (#1462)

Change license name in root pom.xml to EPL-2.0
([SPDX format](https://spdx.org/licenses/)) as advised in
[Maven Metadata Best Practices](https://gitlab.eclipse.org/eclipsefdn/emo-team/sbom/-/blob/main/docs/sbom.adoc#sbom-maven-practices)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2023-10-24 09:25:38 +03:00
committed by GitHub
parent 05def2ef1b
commit 203728f79f

View File

@@ -28,8 +28,9 @@
<licenses>
<license>
<name>Eclipse Public License - v 2.0</name>
<name>EPL-2.0</name>
<url>https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt</url>
<comments>Eclipse Public License - Version 2.0</comments>
</license>
</licenses>