You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/03/16 20:37:33 UTC

[maven-wrapper] 01/01: add NOTICE file with attribution of initial maven-wrapper module

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

hboutemy pushed a commit to branch notice
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git

commit fced48737afcb1258409741a89fa10aa7c66bb61
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Mar 16 21:37:24 2022 +0100

    add NOTICE file with attribution of initial maven-wrapper module
---
 NOTICE  | 9 +++++++++
 pom.xml | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..eee80df
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,9 @@
+Apache Maven Wrapper
+Copyright 2020-2022 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+The Initial Developers of maven-wrapper module, which is copied from, derived from,
+or inspired by Gradle Wrapper, are Hans Dockter and Adam Murdoch.
+Copyright 2007 the original author or authors.
diff --git a/pom.xml b/pom.xml
index 4a2d5da..6c18a17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@ under the License.
   <packaging>pom</packaging>
 
   <name>Apache Maven Wrapper</name>
-  <inceptionYear>2016</inceptionYear>
+  <inceptionYear>2020</inceptionYear>
 
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-wrapper.git</connection>