[RAT-218] Fix wrong License Header
 o apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java
   contained a wrong license header.


git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1758481 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java b/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java
index 1a8eef2..957e610 100644
--- a/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java
+++ b/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java
@@ -1,4 +1,7 @@
+package org.apache.rat.mp;
+
 /*
+ * 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
@@ -15,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.rat.mp;
 
 import static org.apache.rat.mp.util.ConfigurationHelper.newInstance;
 import static org.apache.rat.mp.util.ExclusionHelper.addEclipseDefaults;