Author: nbelaevski
Date: 2008-10-27 20:06:53 -0400 (Mon, 27 Oct 2008)
New Revision: 10934
Modified:
trunk/framework/api/src/main/java/org/ajax4jsf/cache/Cache.java
trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheEntry.java
trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheException.java
trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheFactory.java
trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheListener.java
trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheLoader.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified: trunk/framework/api/src/main/java/org/ajax4jsf/cache/Cache.java
===================================================================
--- trunk/framework/api/src/main/java/org/ajax4jsf/cache/Cache.java 2008-10-27 23:43:13
UTC (rev 10933)
+++ trunk/framework/api/src/main/java/org/ajax4jsf/cache/Cache.java 2008-10-28 00:06:53
UTC (rev 10934)
@@ -1,3 +1,19 @@
+/*
+ * Copyright [yyyy] [name of copyright owner].
+ *
+ * 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.
+ */
+
package org.ajax4jsf.cache;
import java.util.Collection;
Modified: trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheEntry.java
===================================================================
--- trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheEntry.java 2008-10-27
23:43:13 UTC (rev 10933)
+++ trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheEntry.java 2008-10-28
00:06:53 UTC (rev 10934)
@@ -1,3 +1,19 @@
+/*
+ * Copyright [yyyy] [name of copyright owner].
+ *
+ * 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.
+ */
+
package org.ajax4jsf.cache;
import java.util.Map;
Modified: trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheException.java
===================================================================
--- trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheException.java 2008-10-27
23:43:13 UTC (rev 10933)
+++ trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheException.java 2008-10-28
00:06:53 UTC (rev 10934)
@@ -1,3 +1,19 @@
+/*
+ * Copyright [yyyy] [name of copyright owner].
+ *
+ * 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.
+ */
+
package org.ajax4jsf.cache;
Modified: trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheFactory.java
===================================================================
--- trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheFactory.java 2008-10-27
23:43:13 UTC (rev 10933)
+++ trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheFactory.java 2008-10-28
00:06:53 UTC (rev 10934)
@@ -1,3 +1,19 @@
+/*
+ * Copyright [yyyy] [name of copyright owner].
+ *
+ * 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.
+ */
+
package org.ajax4jsf.cache;
import java.util.Map;
Modified: trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheListener.java
===================================================================
--- trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheListener.java 2008-10-27
23:43:13 UTC (rev 10933)
+++ trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheListener.java 2008-10-28
00:06:53 UTC (rev 10934)
@@ -1,3 +1,19 @@
+/*
+ * Copyright [yyyy] [name of copyright owner].
+ *
+ * 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.
+ */
+
package org.ajax4jsf.cache;
/** Interface describing various events that can happen as elements are added to
Modified: trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheLoader.java
===================================================================
--- trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheLoader.java 2008-10-27
23:43:13 UTC (rev 10933)
+++ trunk/framework/api/src/main/java/org/ajax4jsf/cache/CacheLoader.java 2008-10-28
00:06:53 UTC (rev 10934)
@@ -1,3 +1,19 @@
+/*
+ * Copyright [yyyy] [name of copyright owner].
+ *
+ * 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.
+ */
+
package org.ajax4jsf.cache;