[MWAR-319]
 - Fixed missing license headers.


git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1622865 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/it/MWAR-306/src/main/webapp/index.html b/src/it/MWAR-306/src/main/webapp/index.html
index bcae690..873f9bd 100644
--- a/src/it/MWAR-306/src/main/webapp/index.html
+++ b/src/it/MWAR-306/src/main/webapp/index.html
@@ -1,3 +1,21 @@
+<!--

+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.

+-->

 <html>

 <head>

 <meta>

@@ -5,4 +23,4 @@
 </head>

 <body>${project.artifactId} @ ${project.version}</body>

 ${project.name} 

-</html>
\ No newline at end of file
+</html>

diff --git a/src/it/MWAR-311/src/main/resources/app.properties b/src/it/MWAR-311/src/main/resources/app.properties
index 06f1c91..057e159 100644
--- a/src/it/MWAR-311/src/main/resources/app.properties
+++ b/src/it/MWAR-311/src/main/resources/app.properties
@@ -1,3 +1,19 @@
+# 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.
 my.maven.property=${my.maven.property}
 prop.a=${prop.a}
 prop.b=${prop.b}
diff --git a/src/it/MWAR-311/src/main/resources/default.properties b/src/it/MWAR-311/src/main/resources/default.properties
index 4547528..b16902f 100644
--- a/src/it/MWAR-311/src/main/resources/default.properties
+++ b/src/it/MWAR-311/src/main/resources/default.properties
@@ -1,2 +1,18 @@
+# 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.
 prop.a=AAA
 prop.b=BBB
diff --git a/src/it/MWAR-311/src/main/webapp/WEB-INF/web.xml b/src/it/MWAR-311/src/main/webapp/WEB-INF/web.xml
index 87b201c..b457706 100644
--- a/src/it/MWAR-311/src/main/webapp/WEB-INF/web.xml
+++ b/src/it/MWAR-311/src/main/webapp/WEB-INF/web.xml
@@ -1,6 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
 <web-app xmlns="http://java.sun.com/xml/ns/javaee"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
       version="3.0"> 
-</web-app>
\ No newline at end of file
+</web-app>