You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/06/14 02:58:51 UTC

svn commit: r784492 - in /incubator/click/trunk/click/extras: src/org/apache/click/extras/security/package.html test/org/apache/click/extras/control/HiddenListTest.java

Author: sabob
Date: Sun Jun 14 00:58:51 2009
New Revision: 784492

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

Modified:
    incubator/click/trunk/click/extras/src/org/apache/click/extras/security/package.html
    incubator/click/trunk/click/extras/test/org/apache/click/extras/control/HiddenListTest.java

Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/security/package.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/src/org/apache/click/extras/security/package.html?rev=784492&r1=784491&r2=784492&view=diff
==============================================================================
--- incubator/click/trunk/click/extras/src/org/apache/click/extras/security/package.html (original)
+++ incubator/click/trunk/click/extras/src/org/apache/click/extras/security/package.html Sun Jun 14 00:58:51 2009
@@ -1,3 +1,22 @@
+<!--
+   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.
+-->
+
 <body>
 Provides security access control classes. The security interface AccesController 
 is used by the Menu class to determine users access to Menu items. A default

Modified: incubator/click/trunk/click/extras/test/org/apache/click/extras/control/HiddenListTest.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/test/org/apache/click/extras/control/HiddenListTest.java?rev=784492&r1=784491&r2=784492&view=diff
==============================================================================
--- incubator/click/trunk/click/extras/test/org/apache/click/extras/control/HiddenListTest.java (original)
+++ incubator/click/trunk/click/extras/test/org/apache/click/extras/control/HiddenListTest.java Sun Jun 14 00:58:51 2009
@@ -1,3 +1,21 @@
+/*
+ * 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.click.extras.control;
 
 import java.util.ArrayList;