Add Apache 2.0 license information

This commit is contained in:
Guillaume Nodet
2022-01-21 10:10:11 +01:00
parent b5a8ebfb47
commit b3ecacd4d4

View File

@@ -28,6 +28,14 @@
<name>Maven Daemon - Parent</name>
<inceptionYear>2019</inceptionYear>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target>