SLING-3297 - Apache headers were not really comments in esp files

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1559108 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/destination/destination.esp b/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/destination/destination.esp
index 0da44d7..31de358 100755
--- a/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/destination/destination.esp
+++ b/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/destination/destination.esp
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,6 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
 
 <!DOCTYPE html>
 <html>
@@ -198,4 +200,4 @@
 }
 
 </script>
-</body>
\ No newline at end of file
+</body>
diff --git a/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/stats.esp b/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/stats.esp
index d7de17a..3596074 100755
--- a/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/stats.esp
+++ b/mail-archive/stats/src/main/resources/initial-content/apps/mailserver/stats/stats.esp
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <!DOCTYPE html>
 <html>
 
@@ -50,4 +53,4 @@
 
 </ul>
 </script>
-</body>
\ No newline at end of file
+</body>
diff --git a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/archive/html.esp b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/archive/html.esp
index 17ba640..21c4c8f 100644
--- a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/archive/html.esp
+++ b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/archive/html.esp
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 
 <head>
diff --git a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/head.esp b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/head.esp
index 83c0ef2..a6b8a68 100644
--- a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/head.esp
+++ b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/head.esp
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <link rel="stylesheet" href="/apps/mailarchiveserver/styles.css"/>
 <script type="text/javascript" src="/apps/mailarchiveserver/util.js"></script>
 <% 
diff --git a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/import/mbox.esp b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/import/mbox.esp
index 4d07083..3960d30 100644
--- a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/import/mbox.esp
+++ b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/import/mbox.esp
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 	<head>
 		<% load("../head.esp"); %>
diff --git a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/list/html.esp b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/list/html.esp
index 3ea8914..10f01a2 100755
--- a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/list/html.esp
+++ b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/list/html.esp
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 <head>
 <% load("../head.esp"); %>
@@ -47,4 +50,4 @@
 
 %>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/html.esp b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/html.esp
index 9301f7b..0958d8a 100644
--- a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/html.esp
+++ b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/html.esp
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 
 <head>
diff --git a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/preview.html.esp b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/preview.html.esp
index 0cb6abb..50027f4 100644
--- a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/preview.html.esp
+++ b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/message/preview.html.esp
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <div>
 
 <a class="nolinkstyle" href=<% 
diff --git a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/navbar.html.esp b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/navbar.html.esp
index 3f55b85..e261841 100644
--- a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/navbar.html.esp
+++ b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/navbar.html.esp
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <div class="navbar">
 	<% load("head.esp"); %>
 
diff --git a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/root/html.esp b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/root/html.esp
index 6222047..08767a4 100644
--- a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/root/html.esp
+++ b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/root/html.esp
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 
 <head>
diff --git a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/search/html.esp b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/search/html.esp
index 8cc1d91..bef870e 100644
--- a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/search/html.esp
+++ b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/search/html.esp
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 
 <head>
diff --git a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/thread/html.esp b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/thread/html.esp
index dc01d1c..e1424b5 100644
--- a/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/thread/html.esp
+++ b/mail-archive/ui/src/main/resources/initial-content/apps/mailarchiveserver/thread/html.esp
@@ -1,3 +1,4 @@
+<%
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -6,9 +7,9 @@
  * 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
@@ -16,6 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+%>
+
 <html>
 	<head>
 	<% load("../head.esp"); %>