Author: khmarbaise
Date: Sat Sep 6 14:32:08 2014
New Revision: 1622865
URL: http://svn.apache.org/r1622865
Log:
[MWAR-319]
- Fixed missing license headers.
Modified:
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-306/src/main/webapp/index.html
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/resources/app.properties
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/resources/default.properties
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/webapp/WEB-INF/web.xml
Modified:
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-306/src/main/webapp/index.html
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/it/MWAR-306/src/main/webapp/index.html?rev=1622865&r1=1622864&r2=1622865&view=diff
==============================================================================
---
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-306/src/main/webapp/index.html
(original)
+++
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-306/src/main/webapp/index.html
Sat Sep 6 14:32:08 2014
@@ -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>
Modified:
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/resources/app.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/resources/app.properties?rev=1622865&r1=1622864&r2=1622865&view=diff
==============================================================================
---
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/resources/app.properties
(original)
+++
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/resources/app.properties
Sat Sep 6 14:32:08 2014
@@ -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}
Modified:
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/resources/default.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/resources/default.properties?rev=1622865&r1=1622864&r2=1622865&view=diff
==============================================================================
---
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/resources/default.properties
(original)
+++
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/resources/default.properties
Sat Sep 6 14:32:08 2014
@@ -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
Modified:
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/webapp/WEB-INF/web.xml?rev=1622865&r1=1622864&r2=1622865&view=diff
==============================================================================
---
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/webapp/WEB-INF/web.xml
(original)
+++
maven/plugins/trunk/maven-war-plugin/src/it/MWAR-311/src/main/webapp/WEB-INF/web.xml
Sat Sep 6 14:32:08 2014
@@ -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>