You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bridges-commits@portals.apache.org by at...@apache.org on 2007/07/08 21:26:17 UTC

svn commit: r554418 - in /portals/bridges/trunk: applications/jsf-demo/src/webapp/ applications/php/src/webapp/WEB-INF/ jsf/src/java/org/apache/portals/bridges/jsf/

Author: ate
Date: Sun Jul  8 12:26:16 2007
New Revision: 554418

URL: http://svn.apache.org/viewvc?view=rev&rev=554418
Log:
updating license headers

Modified:
    portals/bridges/trunk/applications/jsf-demo/src/webapp/treeTable.jsp
    portals/bridges/trunk/applications/php/src/webapp/WEB-INF/php-setup.jsp
    portals/bridges/trunk/jsf/src/java/org/apache/portals/bridges/jsf/PortletViewHandlerImpl.java
    portals/bridges/trunk/jsf/src/java/org/apache/portals/bridges/jsf/ServletRequestMap.java

Modified: portals/bridges/trunk/applications/jsf-demo/src/webapp/treeTable.jsp
URL: http://svn.apache.org/viewvc/portals/bridges/trunk/applications/jsf-demo/src/webapp/treeTable.jsp?view=diff&rev=554418&r1=554417&r2=554418
==============================================================================
--- portals/bridges/trunk/applications/jsf-demo/src/webapp/treeTable.jsp (original)
+++ portals/bridges/trunk/applications/jsf-demo/src/webapp/treeTable.jsp Sun Jul  8 12:26:16 2007
@@ -1,25 +1,23 @@
+<!--
+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.
+-->
 <%@ page session="true" contentType="text/html;charset=utf-8"%>
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
-
-<!--
-/*
- * Copyright 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.
- */
-//-->
 
 <link href='css/tree.css' type='text/css'/>
 

Modified: portals/bridges/trunk/applications/php/src/webapp/WEB-INF/php-setup.jsp
URL: http://svn.apache.org/viewvc/portals/bridges/trunk/applications/php/src/webapp/WEB-INF/php-setup.jsp?view=diff&rev=554418&r1=554417&r2=554418
==============================================================================
Binary files - no diff available.

Modified: portals/bridges/trunk/jsf/src/java/org/apache/portals/bridges/jsf/PortletViewHandlerImpl.java
URL: http://svn.apache.org/viewvc/portals/bridges/trunk/jsf/src/java/org/apache/portals/bridges/jsf/PortletViewHandlerImpl.java?view=diff&rev=554418&r1=554417&r2=554418
==============================================================================
--- portals/bridges/trunk/jsf/src/java/org/apache/portals/bridges/jsf/PortletViewHandlerImpl.java (original)
+++ portals/bridges/trunk/jsf/src/java/org/apache/portals/bridges/jsf/PortletViewHandlerImpl.java Sun Jul  8 12:26:16 2007
@@ -1,17 +1,18 @@
 /*
- * Copyright 2004 The Apache Software Foundation.
+ * 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
  * 
- * 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
+ *      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.
+ * 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.
  */
 package org.apache.portals.bridges.jsf;
 

Modified: portals/bridges/trunk/jsf/src/java/org/apache/portals/bridges/jsf/ServletRequestMap.java
URL: http://svn.apache.org/viewvc/portals/bridges/trunk/jsf/src/java/org/apache/portals/bridges/jsf/ServletRequestMap.java?view=diff&rev=554418&r1=554417&r2=554418
==============================================================================
--- portals/bridges/trunk/jsf/src/java/org/apache/portals/bridges/jsf/ServletRequestMap.java (original)
+++ portals/bridges/trunk/jsf/src/java/org/apache/portals/bridges/jsf/ServletRequestMap.java Sun Jul  8 12:26:16 2007
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.portals.bridges.jsf;
 
 import javax.servlet.ServletRequest;



---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-commits-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-commits-help@portals.apache.org