Author: pottlinger
Date: Mon Jul 28 21:00:46 2014
New Revision: 1614175
URL: http://svn.apache.org/r1614175
Log:
https://issues.apache.org/jira/browse/TENTACLES-2
Escaped license header in vm-templates to produce proper HTML, thanks to Andy
Gumbrecht.
Modified:
creadur/tentacles/trunk/src/main/resources/legal/archive-licenses.vm
creadur/tentacles/trunk/src/main/resources/legal/archive-notices.vm
creadur/tentacles/trunk/src/main/resources/legal/archives.vm
creadur/tentacles/trunk/src/main/resources/legal/licenses.vm
creadur/tentacles/trunk/src/main/resources/legal/notices.vm
Modified: creadur/tentacles/trunk/src/main/resources/legal/archive-licenses.vm
URL:
http://svn.apache.org/viewvc/creadur/tentacles/trunk/src/main/resources/legal/archive-licenses.vm?rev=1614175&r1=1614174&r2=1614175&view=diff
==============================================================================
--- creadur/tentacles/trunk/src/main/resources/legal/archive-licenses.vm
(original)
+++ creadur/tentacles/trunk/src/main/resources/legal/archive-licenses.vm Mon
Jul 28 21:00:46 2014
@@ -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>
Modified: creadur/tentacles/trunk/src/main/resources/legal/archive-notices.vm
URL:
http://svn.apache.org/viewvc/creadur/tentacles/trunk/src/main/resources/legal/archive-notices.vm?rev=1614175&r1=1614174&r2=1614175&view=diff
==============================================================================
--- creadur/tentacles/trunk/src/main/resources/legal/archive-notices.vm
(original)
+++ creadur/tentacles/trunk/src/main/resources/legal/archive-notices.vm Mon Jul
28 21:00:46 2014
@@ -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" />
Modified: creadur/tentacles/trunk/src/main/resources/legal/archives.vm
URL:
http://svn.apache.org/viewvc/creadur/tentacles/trunk/src/main/resources/legal/archives.vm?rev=1614175&r1=1614174&r2=1614175&view=diff
==============================================================================
--- creadur/tentacles/trunk/src/main/resources/legal/archives.vm (original)
+++ creadur/tentacles/trunk/src/main/resources/legal/archives.vm Mon Jul 28
21:00:46 2014
@@ -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>
Modified: creadur/tentacles/trunk/src/main/resources/legal/licenses.vm
URL:
http://svn.apache.org/viewvc/creadur/tentacles/trunk/src/main/resources/legal/licenses.vm?rev=1614175&r1=1614174&r2=1614175&view=diff
==============================================================================
--- creadur/tentacles/trunk/src/main/resources/legal/licenses.vm (original)
+++ creadur/tentacles/trunk/src/main/resources/legal/licenses.vm Mon Jul 28
21:00:46 2014
@@ -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 @@ $license.text
</ul>
#end
</body>
-</html>
\ No newline at end of file
+</html>
Modified: creadur/tentacles/trunk/src/main/resources/legal/notices.vm
URL:
http://svn.apache.org/viewvc/creadur/tentacles/trunk/src/main/resources/legal/notices.vm?rev=1614175&r1=1614174&r2=1614175&view=diff
==============================================================================
--- creadur/tentacles/trunk/src/main/resources/legal/notices.vm (original)
+++ creadur/tentacles/trunk/src/main/resources/legal/notices.vm Mon Jul 28
21:00:46 2014
@@ -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 @@ $notice.text
</ul>
#end
</body>
-</html>
\ No newline at end of file
+</html>