You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/01/21 09:11:11 UTC

[maven-mvnd] branch master updated: Add Apache 2.0 license information

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new b3ecacd  Add Apache 2.0 license information
b3ecacd is described below

commit b3ecacd4d4b354bc3d5313653153bc397b959e2c
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Jan 21 10:10:11 2022 +0100

    Add Apache 2.0 license information
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 99a9538..0c29651 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>