You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2004/03/16 06:38:15 UTC

svn commit: rev 9517 - in xml/forrest/trunk: etc scratchpad/forrestbot2/webapp/src/webapp scratchpad/forrestbot2/webapp/src/webapp/common src/forrestbot/webapp src/forrestbot/webapp/WEB-INF

Author: crossley
Date: Mon Mar 15 21:38:14 2004
New Revision: 9517

Modified:
   xml/forrest/trunk/etc/relicense-tree.txt
   xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/commandForm.jsp
   xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/footer.jsp
   xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/header.jsp
   xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/layout.jsp
   xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/viewlog_frame.jsp
   xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/index.jsp
   xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/loginForm.jsp
   xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/summary.jsp
   xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_body.jsp
   xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_header.jsp
   xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/logic.jsp
   xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/utils.jsp
   xml/forrest/trunk/src/forrestbot/webapp/controlpanel.jsp
   xml/forrest/trunk/src/forrestbot/webapp/index.jsp
   xml/forrest/trunk/src/forrestbot/webapp/refresh_controlpanel.jsp
   xml/forrest/trunk/src/forrestbot/webapp/refresh_frame.jsp
   xml/forrest/trunk/src/forrestbot/webapp/tail_refreshlog.jsp
   xml/forrest/trunk/src/forrestbot/webapp/viewsite.jsp
Log:
Add Apache License 2.0 to *.jsp


Modified: xml/forrest/trunk/etc/relicense-tree.txt
==============================================================================
--- xml/forrest/trunk/etc/relicense-tree.txt	(original)
+++ xml/forrest/trunk/etc/relicense-tree.txt	Mon Mar 15 21:38:14 2004
@@ -31,10 +31,10 @@
 L    |   |           |                       |-- dto
 L    |   |           |                       |-- form
 L    |   |           |                       `-- util
-*L   |   |           `-- webapp                         # to do *.jsp *.html ?
+*L   |   |           `-- webapp                         # to do *.html ?
 *L   |   |               |-- WEB-INF                    # apply to web.xml ?
 L    |   |               |   `-- tld
-*L   |   |               `-- common                     # to do *.jsp *.html ?
+*L   |   |               `-- common                     # to do *.html ?
 L    |   |-- forrestdoc
 *    |   |   |-- legal     # LICENSE.sat.txt is still AL-1.1
 N    |   |   |-- lib
@@ -186,7 +186,7 @@
 L    |   |   |-- samples
 L    |   |   |   `-- entities
 L    |   |   |-- scripts
-*    |   |   |-- webapp                    # to do *.jsp ?
+L    |   |   |-- webapp
 *L   |   |   |   |-- WEB-INF               # apply to web.xml ?
 L    |   |   |   |   `-- classes
 L    |   |   |   |       `-- forrestbot

Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/commandForm.jsp
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/commandForm.jsp	(original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/commandForm.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
 
@@ -5,4 +20,4 @@
 
 <html:form action="/summary">
 <font color='red'>do cool stuff here</font>
-</html:form>
\ No newline at end of file
+</html:form>

Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/footer.jsp
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/footer.jsp	(original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/footer.jsp	Mon Mar 15 21:38:14 2004
@@ -0,0 +1,15 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->

Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/header.jsp
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/header.jsp	(original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/header.jsp	Mon Mar 15 21:38:14 2004
@@ -0,0 +1,15 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->

Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/layout.jsp
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/layout.jsp	(original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/layout.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %>
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
 <html:html locale="true">
@@ -17,4 +32,4 @@
     <tiles:insert attribute="footer"/>
 
     </body>
-</html:html>
\ No newline at end of file
+</html:html>

Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/viewlog_frame.jsp
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/viewlog_frame.jsp	(original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/viewlog_frame.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %>
 <html:html locale="true">
@@ -12,4 +27,4 @@
       <html:link page="/viewlog_header.do" paramid="project" paramname="project">header</html:link>
       <html:link page="/viewlog_body.do" paramid="project" paramname="project">body</html:link>
     </noframes>
-  </html:html>
\ No newline at end of file
+  </html:html>

Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/index.jsp
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/index.jsp	(original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/index.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
 
 <logic:forward name="index"/>

Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/loginForm.jsp
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/loginForm.jsp	(original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/loginForm.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
 
@@ -32,4 +47,4 @@
     </tr>
 </table>
 
-</html:form>
\ No newline at end of file
+</html:form>

Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/summary.jsp
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/summary.jsp	(original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/summary.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
@@ -89,4 +104,4 @@
 	<% } %>
 </form>
 
---%>
\ No newline at end of file
+--%>

Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_body.jsp
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_body.jsp	(original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_body.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
 

Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_header.jsp
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_header.jsp	(original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_header.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean-el" prefix="bean-el" %>
@@ -15,4 +30,4 @@
     </td></tr>
     </table>
     </body>
-</html:html>
\ No newline at end of file
+</html:html>

Modified: xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/logic.jsp
==============================================================================
--- xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/logic.jsp	(original)
+++ xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/logic.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <%! public static final String COMMANDS_FILE="/WEB-INF/commands"; %>
 <%@include file="utils.jsp"%>
 <% 

Modified: xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/utils.jsp
==============================================================================
--- xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/utils.jsp	(original)
+++ xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/utils.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <%!
 private String getTimestamp(String module, Locale loc) {
   File logFile = new File(getServletContext().getRealPath("/logs/work."+module+".log"));

Modified: xml/forrest/trunk/src/forrestbot/webapp/controlpanel.jsp
==============================================================================
--- xml/forrest/trunk/src/forrestbot/webapp/controlpanel.jsp	(original)
+++ xml/forrest/trunk/src/forrestbot/webapp/controlpanel.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <%@page import="java.io.*,java.util.*,java.text.*"%>
 
 <%!

Modified: xml/forrest/trunk/src/forrestbot/webapp/index.jsp
==============================================================================
--- xml/forrest/trunk/src/forrestbot/webapp/index.jsp	(original)
+++ xml/forrest/trunk/src/forrestbot/webapp/index.jsp	Mon Mar 15 21:38:14 2004
@@ -1 +1,16 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <jsp:include page="controlpanel.jsp?intro=true" flush="true"/>

Modified: xml/forrest/trunk/src/forrestbot/webapp/refresh_controlpanel.jsp
==============================================================================
--- xml/forrest/trunk/src/forrestbot/webapp/refresh_controlpanel.jsp	(original)
+++ xml/forrest/trunk/src/forrestbot/webapp/refresh_controlpanel.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <% String site = request.getParameter("site"); %>
 <html>
   <head>

Modified: xml/forrest/trunk/src/forrestbot/webapp/refresh_frame.jsp
==============================================================================
--- xml/forrest/trunk/src/forrestbot/webapp/refresh_frame.jsp	(original)
+++ xml/forrest/trunk/src/forrestbot/webapp/refresh_frame.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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>
     <title>Forrestbot Web Interface</title>

Modified: xml/forrest/trunk/src/forrestbot/webapp/tail_refreshlog.jsp
==============================================================================
--- xml/forrest/trunk/src/forrestbot/webapp/tail_refreshlog.jsp	(original)
+++ xml/forrest/trunk/src/forrestbot/webapp/tail_refreshlog.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
 <%@page import="java.io.*" contentType="text/plain"%>
 <%!
 private static final String LOG_FILE="/WEB-INF/refresh_log.txt";

Modified: xml/forrest/trunk/src/forrestbot/webapp/viewsite.jsp
==============================================================================
--- xml/forrest/trunk/src/forrestbot/webapp/viewsite.jsp	(original)
+++ xml/forrest/trunk/src/forrestbot/webapp/viewsite.jsp	Mon Mar 15 21:38:14 2004
@@ -1,3 +1,18 @@
+<!--
+  Copyright 2003-2004 The Apache Software Foundation
+
+  Licensed 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>
     <title>Forrestbot Web Interface</title>