You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2014/07/09 11:33:56 UTC

[52/59] [abbrv] git commit: Added apache copyright header to jsp files (under )

Added apache copyright header to jsp files (under <html>)


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/c3fb3310
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/c3fb3310
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/c3fb3310

Branch: refs/heads/master
Commit: c3fb3310cad5a325e6e1d8602a3a6efd057001ef
Parents: 6fab1a4
Author: Martin Harris <gi...@nakomis.com>
Authored: Fri Jul 4 12:57:44 2014 +0100
Committer: Martin Harris <gi...@nakomis.com>
Committed: Fri Jul 4 13:39:17 2014 +0100

----------------------------------------------------------------------
 .../src/main/webapp/available.jsp                 | 18 ++++++++++++++++++
 .../src/main/webapp/configure.jsp                 | 18 ++++++++++++++++++
 .../hello-world-hadoop/src/main/webapp/db.jsp     | 18 ++++++++++++++++++
 .../src/main/webapp/hadoop-chat.jsp               | 18 ++++++++++++++++++
 .../src/main/webapp/hadoop-wordcount.jsp          | 18 ++++++++++++++++++
 .../hello-world-sql/src/main/webapp/available.jsp | 18 ++++++++++++++++++
 .../hello-world-sql/src/main/webapp/db.jsp        | 18 ++++++++++++++++++
 .../src/main/webapp/hadoop-chat.jsp               | 18 ++++++++++++++++++
 .../src/main/webapp/hadoop-wordcount.jsp          | 18 ++++++++++++++++++
 .../hello-world-sql/src/main/webapp/mongo.jsp     | 18 ++++++++++++++++++
 .../src/main/webapp/available.jsp                 | 18 ++++++++++++++++++
 .../hello-world-webapp/src/main/webapp/db.jsp     | 18 ++++++++++++++++++
 .../src/main/webapp/hadoop-chat.jsp               | 18 ++++++++++++++++++
 .../src/main/webapp/hadoop-wordcount.jsp          | 18 ++++++++++++++++++
 .../hello-world-webapp/src/main/webapp/primes.jsp | 18 ++++++++++++++++++
 15 files changed, 270 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-hadoop/src/main/webapp/available.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-hadoop/src/main/webapp/available.jsp b/examples/webapps/hello-world-hadoop/src/main/webapp/available.jsp
index 9cc73ab..f1c1fbf 100644
--- a/examples/webapps/hello-world-hadoop/src/main/webapp/available.jsp
+++ b/examples/webapps/hello-world-hadoop/src/main/webapp/available.jsp
@@ -1,4 +1,22 @@
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample "Hello, World" Application</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-hadoop/src/main/webapp/configure.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-hadoop/src/main/webapp/configure.jsp b/examples/webapps/hello-world-hadoop/src/main/webapp/configure.jsp
index 5730b4f..84f3819 100644
--- a/examples/webapps/hello-world-hadoop/src/main/webapp/configure.jsp
+++ b/examples/webapps/hello-world-hadoop/src/main/webapp/configure.jsp
@@ -1,6 +1,24 @@
 <%@ page language="java" import="java.sql.*"%>
 
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample Application Database JSP Page</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-hadoop/src/main/webapp/db.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-hadoop/src/main/webapp/db.jsp b/examples/webapps/hello-world-hadoop/src/main/webapp/db.jsp
index 39b0c70..b6954eb 100644
--- a/examples/webapps/hello-world-hadoop/src/main/webapp/db.jsp
+++ b/examples/webapps/hello-world-hadoop/src/main/webapp/db.jsp
@@ -1,6 +1,24 @@
 <%@ page language="java" import="java.sql.*"%>
 
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample Application Database JSP Page</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-hadoop/src/main/webapp/hadoop-chat.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-hadoop/src/main/webapp/hadoop-chat.jsp b/examples/webapps/hello-world-hadoop/src/main/webapp/hadoop-chat.jsp
index efae9ce..2f30752 100644
--- a/examples/webapps/hello-world-hadoop/src/main/webapp/hadoop-chat.jsp
+++ b/examples/webapps/hello-world-hadoop/src/main/webapp/hadoop-chat.jsp
@@ -1,6 +1,24 @@
 <%@ page language="java" import="java.sql.*"%>
 
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample Application HDFS JSP Page</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-hadoop/src/main/webapp/hadoop-wordcount.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-hadoop/src/main/webapp/hadoop-wordcount.jsp b/examples/webapps/hello-world-hadoop/src/main/webapp/hadoop-wordcount.jsp
index 944b254..c5ac296 100644
--- a/examples/webapps/hello-world-hadoop/src/main/webapp/hadoop-wordcount.jsp
+++ b/examples/webapps/hello-world-hadoop/src/main/webapp/hadoop-wordcount.jsp
@@ -1,6 +1,24 @@
 <%@ page language="java" import="java.sql.*"%>
 
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample Application Database JSP Page</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-sql/src/main/webapp/available.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-sql/src/main/webapp/available.jsp b/examples/webapps/hello-world-sql/src/main/webapp/available.jsp
index 4049a5f..0a39ada 100644
--- a/examples/webapps/hello-world-sql/src/main/webapp/available.jsp
+++ b/examples/webapps/hello-world-sql/src/main/webapp/available.jsp
@@ -1,4 +1,22 @@
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample "Hello, World" Application</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-sql/src/main/webapp/db.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-sql/src/main/webapp/db.jsp b/examples/webapps/hello-world-sql/src/main/webapp/db.jsp
index 39b0c70..b6954eb 100644
--- a/examples/webapps/hello-world-sql/src/main/webapp/db.jsp
+++ b/examples/webapps/hello-world-sql/src/main/webapp/db.jsp
@@ -1,6 +1,24 @@
 <%@ page language="java" import="java.sql.*"%>
 
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample Application Database JSP Page</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-sql/src/main/webapp/hadoop-chat.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-sql/src/main/webapp/hadoop-chat.jsp b/examples/webapps/hello-world-sql/src/main/webapp/hadoop-chat.jsp
index c5e6bdf..ebb02c3 100644
--- a/examples/webapps/hello-world-sql/src/main/webapp/hadoop-chat.jsp
+++ b/examples/webapps/hello-world-sql/src/main/webapp/hadoop-chat.jsp
@@ -1,6 +1,24 @@
 <%@ page language="java" import="java.sql.*"%>
 
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample Application HDFS JSP Page</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-sql/src/main/webapp/hadoop-wordcount.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-sql/src/main/webapp/hadoop-wordcount.jsp b/examples/webapps/hello-world-sql/src/main/webapp/hadoop-wordcount.jsp
index 3b71a2c..80c8b68 100644
--- a/examples/webapps/hello-world-sql/src/main/webapp/hadoop-wordcount.jsp
+++ b/examples/webapps/hello-world-sql/src/main/webapp/hadoop-wordcount.jsp
@@ -1,6 +1,24 @@
 <%@ page language="java" import="java.sql.*"%>
 
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample Application Database JSP Page</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-sql/src/main/webapp/mongo.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-sql/src/main/webapp/mongo.jsp b/examples/webapps/hello-world-sql/src/main/webapp/mongo.jsp
index 568d0ab..50a9a68 100644
--- a/examples/webapps/hello-world-sql/src/main/webapp/mongo.jsp
+++ b/examples/webapps/hello-world-sql/src/main/webapp/mongo.jsp
@@ -1,6 +1,24 @@
 <%@ page language="java" import="java.sql.*,com.mongodb.*"%>
 
 <html>
+<!--
+    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.
+-->
 <head>
     <title>Sample Application MongoDB JSP Page</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-webapp/src/main/webapp/available.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-webapp/src/main/webapp/available.jsp b/examples/webapps/hello-world-webapp/src/main/webapp/available.jsp
index 6f696c2..b13d140 100644
--- a/examples/webapps/hello-world-webapp/src/main/webapp/available.jsp
+++ b/examples/webapps/hello-world-webapp/src/main/webapp/available.jsp
@@ -1,4 +1,22 @@
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample "Hello, World" Application</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-webapp/src/main/webapp/db.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-webapp/src/main/webapp/db.jsp b/examples/webapps/hello-world-webapp/src/main/webapp/db.jsp
index 39b0c70..b6954eb 100644
--- a/examples/webapps/hello-world-webapp/src/main/webapp/db.jsp
+++ b/examples/webapps/hello-world-webapp/src/main/webapp/db.jsp
@@ -1,6 +1,24 @@
 <%@ page language="java" import="java.sql.*"%>
 
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample Application Database JSP Page</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-webapp/src/main/webapp/hadoop-chat.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-webapp/src/main/webapp/hadoop-chat.jsp b/examples/webapps/hello-world-webapp/src/main/webapp/hadoop-chat.jsp
index c5e6bdf..ebb02c3 100644
--- a/examples/webapps/hello-world-webapp/src/main/webapp/hadoop-chat.jsp
+++ b/examples/webapps/hello-world-webapp/src/main/webapp/hadoop-chat.jsp
@@ -1,6 +1,24 @@
 <%@ page language="java" import="java.sql.*"%>
 
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample Application HDFS JSP Page</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-webapp/src/main/webapp/hadoop-wordcount.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-webapp/src/main/webapp/hadoop-wordcount.jsp b/examples/webapps/hello-world-webapp/src/main/webapp/hadoop-wordcount.jsp
index 3b71a2c..80c8b68 100644
--- a/examples/webapps/hello-world-webapp/src/main/webapp/hadoop-wordcount.jsp
+++ b/examples/webapps/hello-world-webapp/src/main/webapp/hadoop-wordcount.jsp
@@ -1,6 +1,24 @@
 <%@ page language="java" import="java.sql.*"%>
 
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample Application Database JSP Page</title>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3fb3310/examples/webapps/hello-world-webapp/src/main/webapp/primes.jsp
----------------------------------------------------------------------
diff --git a/examples/webapps/hello-world-webapp/src/main/webapp/primes.jsp b/examples/webapps/hello-world-webapp/src/main/webapp/primes.jsp
index ee1d838..04f83a1 100644
--- a/examples/webapps/hello-world-webapp/src/main/webapp/primes.jsp
+++ b/examples/webapps/hello-world-webapp/src/main/webapp/primes.jsp
@@ -1,6 +1,24 @@
 <%@ page language="java"%>
 
 <html>
+<!--
+    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.
+-->
 <head>
 <title>Sample Application Compute JSP Page</title>
 </head>