https://issues.apache.org/jira/browse/TENTACLES-2

Escaped license header in vm-templates to produce proper HTML, thanks to Andy Gumbrecht.



git-svn-id: https://svn.apache.org/repos/asf/creadur/tentacles/trunk@1614175 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/resources/legal/archive-licenses.vm b/src/main/resources/legal/archive-licenses.vm
index 6b22072..df1459c 100644
--- a/src/main/resources/legal/archive-licenses.vm
+++ b/src/main/resources/legal/archive-licenses.vm
@@ -1,3 +1,4 @@
+<!--
 ####################################################################################
 #
 #    Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,6 +17,7 @@
 #    limitations under the License.
 #
 ####################################################################################
+//-->
 <html>
 <head>
     <link href="style.css" type="text/css" rel="stylesheet" />
@@ -56,4 +58,4 @@
 </ul>
 
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/src/main/resources/legal/archive-notices.vm b/src/main/resources/legal/archive-notices.vm
index 403eb52..1cc9f8f 100644
--- a/src/main/resources/legal/archive-notices.vm
+++ b/src/main/resources/legal/archive-notices.vm
@@ -1,3 +1,4 @@
+<!--
 ####################################################################################
 #
 #    Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,6 +17,7 @@
 #    limitations under the License.
 #
 ####################################################################################
+//-->
 <html>
 <head>
     <link href="style.css" type="text/css" rel="stylesheet" />
diff --git a/src/main/resources/legal/archives.vm b/src/main/resources/legal/archives.vm
index 3381914..3dc52ef 100644
--- a/src/main/resources/legal/archives.vm
+++ b/src/main/resources/legal/archives.vm
@@ -1,3 +1,4 @@
+<!--
 ####################################################################################
 #
 #    Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,6 +17,7 @@
 #    limitations under the License.
 #
 ####################################################################################
+//-->
 <html>
 <head>
     <link href="style.css" type="text/css" rel="stylesheet"/>
@@ -44,4 +46,4 @@
     #end
 </ul>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/src/main/resources/legal/licenses.vm b/src/main/resources/legal/licenses.vm
index fb4d4e9..6f171e4 100644
--- a/src/main/resources/legal/licenses.vm
+++ b/src/main/resources/legal/licenses.vm
@@ -1,3 +1,4 @@
+<!--
 ####################################################################################
 #
 #    Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,6 +17,7 @@
 #    limitations under the License.
 #
 ####################################################################################
+//-->
 <html>
 <head>
     <link href="style.css" type="text/css" rel="stylesheet" />
@@ -37,4 +39,4 @@
     </ul>
 #end
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/src/main/resources/legal/notices.vm b/src/main/resources/legal/notices.vm
index e2716a7..ba11177 100644
--- a/src/main/resources/legal/notices.vm
+++ b/src/main/resources/legal/notices.vm
@@ -1,3 +1,4 @@
+<!--
 ####################################################################################
 #
 #    Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,6 +17,7 @@
 #    limitations under the License.
 #
 ####################################################################################
+//-->
 <html>
 <head>
     <link href="style.css" type="text/css" rel="stylesheet" />
@@ -36,4 +38,4 @@
     </ul>
 #end
 </body>
-</html>
\ No newline at end of file
+</html>