You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2009/12/02 11:00:34 UTC

svn commit: r886096 - in /incubator/wookie/trunk/WebContent: ./ admin/ error/ webmenu/

Author: scottbw
Date: Wed Dec  2 10:00:23 2009
New Revision: 886096

URL: http://svn.apache.org/viewvc?rev=886096&view=rev
Log:
Added ASF 2.0 license headers to core web content (jsp, html, css) - see WOOKIE-81

Modified:
    incubator/wookie/trunk/WebContent/admin/addnewservice.jsp
    incubator/wookie/trunk/WebContent/admin/addtowhitelist.jsp
    incubator/wookie/trunk/WebContent/admin/index.jsp
    incubator/wookie/trunk/WebContent/admin/keys.jsp
    incubator/wookie/trunk/WebContent/admin/listall.jsp
    incubator/wookie/trunk/WebContent/admin/listallfordelete.jsp
    incubator/wookie/trunk/WebContent/admin/listservices.jsp
    incubator/wookie/trunk/WebContent/admin/message.jsp
    incubator/wookie/trunk/WebContent/admin/registergadget.jsp
    incubator/wookie/trunk/WebContent/admin/removeservice.jsp
    incubator/wookie/trunk/WebContent/admin/removewhitelist.jsp
    incubator/wookie/trunk/WebContent/admin/selectupload.htm
    incubator/wookie/trunk/WebContent/admin/upload.htm
    incubator/wookie/trunk/WebContent/admin/uploadresults.jsp
    incubator/wookie/trunk/WebContent/admin/viewwhitelist.jsp
    incubator/wookie/trunk/WebContent/error/notauthorized.jsp
    incubator/wookie/trunk/WebContent/index.htm
    incubator/wookie/trunk/WebContent/layout.css
    incubator/wookie/trunk/WebContent/webmenu/index.jsp
    incubator/wookie/trunk/WebContent/webmenu/instantiate.jsp
    incubator/wookie/trunk/WebContent/webmenu/listall.jsp
    incubator/wookie/trunk/WebContent/webmenu/requestapikey.jsp

Modified: incubator/wookie/trunk/WebContent/admin/addnewservice.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/addnewservice.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/addnewservice.jsp (original)
+++ incubator/wookie/trunk/WebContent/admin/addnewservice.jsp Wed Dec  2 10:00:23 2009
@@ -1,4 +1,19 @@
 <!DOCTYPE html>
+<%--
+/*
+ *  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='org.apache.wookie.beans.WidgetService' %>
 <%WidgetService[] services = (WidgetService[])session.getAttribute("services"); %>
 <html>

Modified: incubator/wookie/trunk/WebContent/admin/addtowhitelist.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/addtowhitelist.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/addtowhitelist.jsp (original)
+++ incubator/wookie/trunk/WebContent/admin/addtowhitelist.jsp Wed Dec  2 10:00:23 2009
@@ -1,4 +1,19 @@
 <!DOCTYPE html>
+<%--
+/*
+ *  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='org.apache.wookie.beans.Whitelist' %>
 <%Whitelist[] services = (Whitelist[])session.getAttribute("whitelist"); %>
 <html>

Modified: incubator/wookie/trunk/WebContent/admin/index.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/index.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/index.jsp (original)
+++ incubator/wookie/trunk/WebContent/admin/index.jsp Wed Dec  2 10:00:23 2009
@@ -1,4 +1,19 @@
 <!DOCTYPE html>
+<%--
+/*
+ *  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 version = (String)session.getAttribute("version");
 if (version == null){
 	version="";

Modified: incubator/wookie/trunk/WebContent/admin/keys.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/keys.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/keys.jsp (original)
+++ incubator/wookie/trunk/WebContent/admin/keys.jsp Wed Dec  2 10:00:23 2009
@@ -1,3 +1,18 @@
+<%--
+/*
+ *  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='org.apache.wookie.beans.ApiKey' %>
 <% ApiKey[] keys = (ApiKey[])session.getAttribute("keys"); %>
 <html>

Modified: incubator/wookie/trunk/WebContent/admin/listall.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/listall.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/listall.jsp (original)
+++ incubator/wookie/trunk/WebContent/admin/listall.jsp Wed Dec  2 10:00:23 2009
@@ -1,4 +1,19 @@
 <!DOCTYPE html>
+<%--
+/*
+ *  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='org.apache.wookie.beans.Widget,org.apache.wookie.beans.WidgetType,java.util.Set,java.util.Hashtable;' %>
 <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
 <% String errors = (String)session.getAttribute("error_value");%>

Modified: incubator/wookie/trunk/WebContent/admin/listallfordelete.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/listallfordelete.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/listallfordelete.jsp (original)
+++ incubator/wookie/trunk/WebContent/admin/listallfordelete.jsp Wed Dec  2 10:00:23 2009
@@ -1,3 +1,18 @@
+<%--
+/*
+ *  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='org.apache.wookie.beans.Widget,org.apache.wookie.beans.WidgetType,java.util.Set,java.util.Hashtable;' %>
 <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
 <!DOCTYPE html>

Modified: incubator/wookie/trunk/WebContent/admin/listservices.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/listservices.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/listservices.jsp (original)
+++ incubator/wookie/trunk/WebContent/admin/listservices.jsp Wed Dec  2 10:00:23 2009
@@ -1,4 +1,19 @@
 <!DOCTYPE html>
+<%--
+/*
+ *  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='org.apache.wookie.beans.WidgetService' %>
 <%WidgetService[] services = (WidgetService[])session.getAttribute("services"); %>
 <html>

Modified: incubator/wookie/trunk/WebContent/admin/message.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/message.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/message.jsp (original)
+++ incubator/wookie/trunk/WebContent/admin/message.jsp Wed Dec  2 10:00:23 2009
@@ -1,3 +1,18 @@
+<%--
+/*
+ *  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>Results</title>

Modified: incubator/wookie/trunk/WebContent/admin/registergadget.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/registergadget.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/registergadget.jsp (original)
+++ incubator/wookie/trunk/WebContent/admin/registergadget.jsp Wed Dec  2 10:00:23 2009
@@ -1,3 +1,18 @@
+<%--
+/*
+ *  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='org.apache.wookie.beans.WidgetService' %>
 <%String metadata = (String)session.getAttribute("metadata"); %>
 <html>

Modified: incubator/wookie/trunk/WebContent/admin/removeservice.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/removeservice.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/removeservice.jsp (original)
+++ incubator/wookie/trunk/WebContent/admin/removeservice.jsp Wed Dec  2 10:00:23 2009
@@ -1,4 +1,19 @@
 <!DOCTYPE html>
+<%--
+/*
+ *  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='org.apache.wookie.beans.WidgetService' %>
 <%WidgetService[] services = (WidgetService[])session.getAttribute("services"); %>
 <html>

Modified: incubator/wookie/trunk/WebContent/admin/removewhitelist.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/removewhitelist.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/removewhitelist.jsp (original)
+++ incubator/wookie/trunk/WebContent/admin/removewhitelist.jsp Wed Dec  2 10:00:23 2009
@@ -1,6 +1,21 @@
 <%@ page import='org.apache.wookie.beans.Whitelist' %>
 <%Whitelist[] list = (Whitelist[])session.getAttribute("whitelist"); %>
 <!DOCTYPE html>
+<%--
+/*
+ *  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>Remove White list entry</title>

Modified: incubator/wookie/trunk/WebContent/admin/selectupload.htm
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/selectupload.htm?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/selectupload.htm (original)
+++ incubator/wookie/trunk/WebContent/admin/selectupload.htm Wed Dec  2 10:00:23 2009
@@ -1,4 +1,19 @@
 <!DOCTYPE html>
+<!--
+/*
+ *  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>Please upload your widget archive file</title>

Modified: incubator/wookie/trunk/WebContent/admin/upload.htm
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/upload.htm?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/upload.htm (original)
+++ incubator/wookie/trunk/WebContent/admin/upload.htm Wed Dec  2 10:00:23 2009
@@ -1,3 +1,18 @@
+<!--
+/*
+ *  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>

Modified: incubator/wookie/trunk/WebContent/admin/uploadresults.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/uploadresults.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/uploadresults.jsp (original)
+++ incubator/wookie/trunk/WebContent/admin/uploadresults.jsp Wed Dec  2 10:00:23 2009
@@ -1,3 +1,18 @@
+<%--
+/*
+ *  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='org.apache.wookie.beans.WidgetService' %>
 <% 
 Integer dbkey = (Integer)session.getAttribute("dbkey");

Modified: incubator/wookie/trunk/WebContent/admin/viewwhitelist.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/admin/viewwhitelist.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/admin/viewwhitelist.jsp (original)
+++ incubator/wookie/trunk/WebContent/admin/viewwhitelist.jsp Wed Dec  2 10:00:23 2009
@@ -1,4 +1,19 @@
 <!DOCTYPE html>
+<%--
+/*
+ *  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='org.apache.wookie.beans.Whitelist' %>
 <%Whitelist[] services = (Whitelist[])session.getAttribute("whitelist"); %>
 <html>

Modified: incubator/wookie/trunk/WebContent/error/notauthorized.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/error/notauthorized.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/error/notauthorized.jsp (original)
+++ incubator/wookie/trunk/WebContent/error/notauthorized.jsp Wed Dec  2 10:00:23 2009
@@ -1,3 +1,18 @@
+<%--
+/*
+ *  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.
+ */
+--%>
 <%
 response.addHeader("WWW-Authenticate", "BASIC realm=\"wookie\"");
 response.setStatus(HttpServletResponse.SC_UNAUTHORIZED);

Modified: incubator/wookie/trunk/WebContent/index.htm
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/index.htm?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/index.htm (original)
+++ incubator/wookie/trunk/WebContent/index.htm Wed Dec  2 10:00:23 2009
@@ -1,3 +1,18 @@
+<!--
+/*
+ *  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.
+ */
+-->
 <script>
 window.location.href="/wookie/webmenu/WidgetWebMenuServlet?operation=INDEX";						
 </script>

Modified: incubator/wookie/trunk/WebContent/layout.css
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/layout.css?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/layout.css (original)
+++ incubator/wookie/trunk/WebContent/layout.css Wed Dec  2 10:00:23 2009
@@ -1,3 +1,16 @@
+/*
+ *  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.
+ */
 body {
 	text-align: center;	
 	background: #ffffff url("shared/images/cog.gif");

Modified: incubator/wookie/trunk/WebContent/webmenu/index.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/webmenu/index.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/webmenu/index.jsp (original)
+++ incubator/wookie/trunk/WebContent/webmenu/index.jsp Wed Dec  2 10:00:23 2009
@@ -1,3 +1,18 @@
+<%--
+/*
+ *  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='org.apache.wookie.Messages;'%>
 <% Messages localizedMessages = (Messages)session.getAttribute(Messages.class.getName()); %>
 <!DOCTYPE html>

Modified: incubator/wookie/trunk/WebContent/webmenu/instantiate.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/webmenu/instantiate.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/webmenu/instantiate.jsp (original)
+++ incubator/wookie/trunk/WebContent/webmenu/instantiate.jsp Wed Dec  2 10:00:23 2009
@@ -1,3 +1,18 @@
+<%--
+/*
+ *  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='org.apache.wookie.Messages,org.apache.wookie.beans.Widget' %>
 <% Messages localizedMessages = (Messages)session.getAttribute(Messages.class.getName()); %>
 <% Widget[] widgets = (Widget[])session.getAttribute("widgets"); %>

Modified: incubator/wookie/trunk/WebContent/webmenu/listall.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/webmenu/listall.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/webmenu/listall.jsp (original)
+++ incubator/wookie/trunk/WebContent/webmenu/listall.jsp Wed Dec  2 10:00:23 2009
@@ -1,3 +1,18 @@
+<%--
+/*
+ *  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='org.apache.wookie.Messages,org.apache.wookie.beans.Widget,org.apache.wookie.beans.WidgetType,java.util.ArrayList,java.util.Set,java.util.Enumeration,java.util.Hashtable;' %>
 <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
 <% Messages localizedMessages = (Messages)session.getAttribute(Messages.class.getName()); %>

Modified: incubator/wookie/trunk/WebContent/webmenu/requestapikey.jsp
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/webmenu/requestapikey.jsp?rev=886096&r1=886095&r2=886096&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/webmenu/requestapikey.jsp (original)
+++ incubator/wookie/trunk/WebContent/webmenu/requestapikey.jsp Wed Dec  2 10:00:23 2009
@@ -1,3 +1,18 @@
+<%--
+/*
+ *  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='org.apache.wookie.Messages' %>
 <% Messages localizedMessages = (Messages)session.getAttribute(Messages.class.getName()); %>
 <!DOCTYPE html>