You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2010/06/04 21:41:25 UTC

svn commit: r951544 - in /myfaces/tobago/trunk/tobago-example/tobago-example-experimental/src/main/webapp: tab.jsp tabSheet.jsp

Author: bommel
Date: Fri Jun  4 19:41:25 2010
New Revision: 951544

URL: http://svn.apache.org/viewvc?rev=951544&view=rev
Log:
ensure license

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-experimental/src/main/webapp/tab.jsp
    myfaces/tobago/trunk/tobago-example/tobago-example-experimental/src/main/webapp/tabSheet.jsp

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-experimental/src/main/webapp/tab.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-experimental/src/main/webapp/tab.jsp?rev=951544&r1=951543&r2=951544&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-experimental/src/main/webapp/tab.jsp (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-experimental/src/main/webapp/tab.jsp Fri Jun  4 19:41:25 2010
@@ -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.
+--%>
 <%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
 <%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-experimental/src/main/webapp/tabSheet.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-experimental/src/main/webapp/tabSheet.jsp?rev=951544&r1=951543&r2=951544&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-experimental/src/main/webapp/tabSheet.jsp (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-experimental/src/main/webapp/tabSheet.jsp Fri Jun  4 19:41:25 2010
@@ -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.
+--%>
 <%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
 <%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>