You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/02/14 20:04:39 UTC

[maven-artifact-transfer] 03/07: Enhanced apache-rat-plugin configuration Fixed missing copyright header.

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

khmarbaise pushed a commit to branch MSHARED-656
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit 37bb29e48f84872149941c24ad4a26e6b3a8a4b6
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Jan 28 17:12:28 2018 +0100

    Enhanced apache-rat-plugin configuration
    Fixed missing copyright header.
---
 .../plugin/project/install/ProjectInstallerTest.java  | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java b/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java
index e22a0ca..ea79c29 100644
--- a/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java
+++ b/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java
@@ -1,5 +1,24 @@
 package org.apache.maven.plugin.project.install;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import static org.junit.Assert.assertTrue;
 
 import java.io.File;

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.