Author: nbelaevski
Date: 2008-12-06 20:34:40 -0500 (Sat, 06 Dec 2008)
New Revision: 11609
Modified:
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/application/AjaxSingleException.java
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/Cache.java
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheEntry.java
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheException.java
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheFactory.java
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheListener.java
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheLoader.java
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/context/AjaxContext.java
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/event/AjaxSingleEvent.java
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/event/PushEventListener.java
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/javascript/JSLiteral.java
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/renderkit/AjaxRenderer.java
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/renderkit/UserResourceRenderer.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/component/ScriptExportable.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/component/Selectable.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/component/TemplateComponent.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/event/CurrentDateChangeEvent.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/event/scroll/ScrollEvent.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/ListShuttleDataModel.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/ListShuttleRowKey.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/MapDataModel.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/OrderingListDataModel.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/ScrollableTableDataModel.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/SequenceDataModel.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/SortField.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/SortOrder.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/StackingTreeModel.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/StackingTreeModelDataProvider.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/StackingTreeModelProvider.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/TreeModelVisualComponentProvider.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/VisualStackingTreeModel.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/selection/Selection.java
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/selection/SimpleSelection.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/application/ComponentsLoader.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/application/ComponentsLoaderImpl.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/cache/CacheManager.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/component/SequenceDataAdaptor.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/context/ContextInitParameters.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/context/ViewResources.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/event/EventsQueue.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/resource/CacheContext.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/resource/CompressedScriptRenderer.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/resource/CountingOutputWriter.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/ELUtils.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/LRUMap.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/Zipper.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/ConfigurableFilter.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/ConfigurableXMLFilter.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/ParserConfig.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/PollEventsManager.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/PushEventsCounter.java
branches/3.1.x/framework/impl/src/main/java/org/richfaces/component/util/ComponentUtil.java
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/DataModelCache.java
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/impl/ArrayDataModel.java
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/impl/ListDataModel.java
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/impl/SimpleGridDataModel.java
branches/3.1.x/framework/impl/src/main/java/org/richfaces/renderkit/Expression.java
branches/3.1.x/framework/impl/src/main/java/org/richfaces/renderkit/MacroDefinitionJSContentHandler.java
branches/3.1.x/framework/impl/src/main/java/org/richfaces/renderkit/TemplateEncoderRendererBase.java
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/cache/LRUMapCacheThreadedTest.java
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/css/CssCompressorTest.java
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/framework/ajax/xmlfilter/nekko/HtmlCorrectionFilterTestCase.java
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/javascript/JSMinTest.java
branches/3.1.x/framework/impl/src/test/java/org/richfaces/component/util/ComponentUtilTest.java
branches/3.1.x/framework/test/src/main/java/org/ajax4jsf/tests/DummyScriptEngine.java
branches/3.1.x/framework/test/src/test/java/org/ajax4jsf/application/AjaxStateManagerTest.java
branches/3.1.x/framework/test/src/test/java/org/ajax4jsf/application/ComponentLoaderTest.java
branches/3.1.x/framework/test/src/test/java/org/ajax4jsf/resource/ParametersEncodingTestCase.java
branches/3.1.x/framework/test/src/test/java/org/richfaces/json/JsonTest.java
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/StackingTreeDataModelTest.java
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/Directory.java
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/File.java
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/Named.java
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/Project.java
branches/3.1.x/framework/test/src/test/java/org/richfaces/renderkit/CompositeRendererTest.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified:
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/application/AjaxSingleException.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/application/AjaxSingleException.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/application/AjaxSingleException.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.application;
Modified: branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/Cache.java
===================================================================
--- branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/Cache.java 2008-12-07
01:33:19 UTC (rev 11608)
+++ branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/Cache.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -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: branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheEntry.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheEntry.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheEntry.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -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:
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheException.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheException.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheException.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -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: branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheFactory.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheFactory.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheFactory.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -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:
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheListener.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheListener.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheListener.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -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: branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheLoader.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheLoader.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/cache/CacheLoader.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -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:
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/context/AjaxContext.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/context/AjaxContext.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/context/AjaxContext.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.ajax4jsf.context;
import java.io.BufferedReader;
Modified:
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/event/AjaxSingleEvent.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/event/AjaxSingleEvent.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/event/AjaxSingleEvent.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.event;
Modified:
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/event/PushEventListener.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/event/PushEventListener.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/event/PushEventListener.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.ajax4jsf.event;
import java.util.EventListener;
Modified:
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/javascript/JSLiteral.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/javascript/JSLiteral.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/javascript/JSLiteral.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,7 +1,22 @@
-/*
- * JSLiteral.java Date created: 29.01.2008
- * Last modified by: $Author$
- * $Revision$ $Date$
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.javascript;
Modified:
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/renderkit/AjaxRenderer.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/renderkit/AjaxRenderer.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/renderkit/AjaxRenderer.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.ajax4jsf.renderkit;
import java.io.IOException;
Modified:
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/renderkit/UserResourceRenderer.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/renderkit/UserResourceRenderer.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/ajax4jsf/renderkit/UserResourceRenderer.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.ajax4jsf.renderkit;
import java.util.LinkedHashSet;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/component/ScriptExportable.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/component/ScriptExportable.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/component/ScriptExportable.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.component;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/component/Selectable.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/component/Selectable.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/component/Selectable.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.component;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/component/TemplateComponent.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/component/TemplateComponent.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/component/TemplateComponent.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.component;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/event/CurrentDateChangeEvent.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/event/CurrentDateChangeEvent.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/event/CurrentDateChangeEvent.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.richfaces.event;
import java.util.Date;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/event/scroll/ScrollEvent.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/event/scroll/ScrollEvent.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/event/scroll/ScrollEvent.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.event.scroll;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/ListShuttleDataModel.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/ListShuttleDataModel.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/ListShuttleDataModel.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/ListShuttleRowKey.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/ListShuttleRowKey.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/ListShuttleRowKey.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/MapDataModel.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/MapDataModel.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/MapDataModel.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/OrderingListDataModel.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/OrderingListDataModel.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/OrderingListDataModel.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/ScrollableTableDataModel.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/ScrollableTableDataModel.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/ScrollableTableDataModel.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/SequenceDataModel.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/SequenceDataModel.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/SequenceDataModel.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified: branches/3.1.x/framework/api/src/main/java/org/richfaces/model/SortField.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/SortField.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/SortField.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified: branches/3.1.x/framework/api/src/main/java/org/richfaces/model/SortOrder.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/SortOrder.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/SortOrder.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.richfaces.model;
import java.io.Serializable;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/StackingTreeModel.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/StackingTreeModel.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/StackingTreeModel.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/StackingTreeModelDataProvider.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/StackingTreeModelDataProvider.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/StackingTreeModelDataProvider.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/StackingTreeModelProvider.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/StackingTreeModelProvider.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/StackingTreeModelProvider.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/TreeModelVisualComponentProvider.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/TreeModelVisualComponentProvider.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/TreeModelVisualComponentProvider.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/VisualStackingTreeModel.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/VisualStackingTreeModel.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/VisualStackingTreeModel.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/selection/Selection.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/selection/Selection.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/selection/Selection.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model.selection;
Modified:
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/selection/SimpleSelection.java
===================================================================
---
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/selection/SimpleSelection.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/api/src/main/java/org/richfaces/model/selection/SimpleSelection.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model.selection;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/application/ComponentsLoader.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/application/ComponentsLoader.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/application/ComponentsLoader.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.ajax4jsf.application;
import javax.faces.component.UIComponent;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/application/ComponentsLoaderImpl.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/application/ComponentsLoaderImpl.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/application/ComponentsLoaderImpl.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.application;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/cache/CacheManager.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/cache/CacheManager.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/cache/CacheManager.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -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.io.BufferedReader;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/component/SequenceDataAdaptor.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/component/SequenceDataAdaptor.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/component/SequenceDataAdaptor.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.component;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/context/ContextInitParameters.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/context/ContextInitParameters.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/context/ContextInitParameters.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.context;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/context/ViewResources.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/context/ViewResources.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/context/ViewResources.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.context;
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/event/EventsQueue.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/event/EventsQueue.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/event/EventsQueue.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.event;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/resource/CacheContext.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/resource/CacheContext.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/resource/CacheContext.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.resource;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/resource/CompressedScriptRenderer.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/resource/CompressedScriptRenderer.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/resource/CompressedScriptRenderer.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.resource;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/resource/CountingOutputWriter.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/resource/CountingOutputWriter.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/resource/CountingOutputWriter.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,7 +1,22 @@
-/*
- * CountingOutputWriter.java Date created: 21.11.2007
- * Last modified by: $Author$
- * $Revision$ $Date$
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.resource;
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/ELUtils.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/ELUtils.java 2008-12-07
01:33:19 UTC (rev 11608)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/ELUtils.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.util;
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/LRUMap.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/LRUMap.java 2008-12-07
01:33:19 UTC (rev 11608)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/LRUMap.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.util;
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/Zipper.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/Zipper.java 2008-12-07
01:33:19 UTC (rev 11608)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/Zipper.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.ajax4jsf.util;
public class Zipper {
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/ConfigurableFilter.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/ConfigurableFilter.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/ConfigurableFilter.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.webapp;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/ConfigurableXMLFilter.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/ConfigurableXMLFilter.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/ConfigurableXMLFilter.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.webapp;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/ParserConfig.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/ParserConfig.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/ParserConfig.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.webapp;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/PollEventsManager.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/PollEventsManager.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/PollEventsManager.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.webapp;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/PushEventsCounter.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/PushEventsCounter.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/webapp/PushEventsCounter.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.ajax4jsf.webapp;
import java.io.Serializable;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/richfaces/component/util/ComponentUtil.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/richfaces/component/util/ComponentUtil.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/richfaces/component/util/ComponentUtil.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.component.util;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/DataModelCache.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/DataModelCache.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/DataModelCache.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/impl/ArrayDataModel.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/impl/ArrayDataModel.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/impl/ArrayDataModel.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model.impl;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/impl/ListDataModel.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/impl/ListDataModel.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/impl/ListDataModel.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model.impl;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/impl/SimpleGridDataModel.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/impl/SimpleGridDataModel.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/richfaces/model/impl/SimpleGridDataModel.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.richfaces.model.impl;
import java.util.Comparator;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/richfaces/renderkit/Expression.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/richfaces/renderkit/Expression.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/richfaces/renderkit/Expression.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.renderkit;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/richfaces/renderkit/MacroDefinitionJSContentHandler.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/richfaces/renderkit/MacroDefinitionJSContentHandler.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/richfaces/renderkit/MacroDefinitionJSContentHandler.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.renderkit;
Modified:
branches/3.1.x/framework/impl/src/main/java/org/richfaces/renderkit/TemplateEncoderRendererBase.java
===================================================================
---
branches/3.1.x/framework/impl/src/main/java/org/richfaces/renderkit/TemplateEncoderRendererBase.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/main/java/org/richfaces/renderkit/TemplateEncoderRendererBase.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.renderkit;
Modified:
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/cache/LRUMapCacheThreadedTest.java
===================================================================
---
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/cache/LRUMapCacheThreadedTest.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/cache/LRUMapCacheThreadedTest.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.cache;
Modified:
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/css/CssCompressorTest.java
===================================================================
---
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/css/CssCompressorTest.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/css/CssCompressorTest.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,24 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
/*
* CssCompressorTest.java Date created: 21.11.2007
* Last modified by: $Author$
Modified:
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/framework/ajax/xmlfilter/nekko/HtmlCorrectionFilterTestCase.java
===================================================================
---
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/framework/ajax/xmlfilter/nekko/HtmlCorrectionFilterTestCase.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/framework/ajax/xmlfilter/nekko/HtmlCorrectionFilterTestCase.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.framework.ajax.xmlfilter.nekko;
Modified:
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/javascript/JSMinTest.java
===================================================================
---
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/javascript/JSMinTest.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/test/java/org/ajax4jsf/javascript/JSMinTest.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.javascript;
Modified:
branches/3.1.x/framework/impl/src/test/java/org/richfaces/component/util/ComponentUtilTest.java
===================================================================
---
branches/3.1.x/framework/impl/src/test/java/org/richfaces/component/util/ComponentUtilTest.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/impl/src/test/java/org/richfaces/component/util/ComponentUtilTest.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.richfaces.component.util;
import java.util.ArrayList;
Modified:
branches/3.1.x/framework/test/src/main/java/org/ajax4jsf/tests/DummyScriptEngine.java
===================================================================
---
branches/3.1.x/framework/test/src/main/java/org/ajax4jsf/tests/DummyScriptEngine.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/test/src/main/java/org/ajax4jsf/tests/DummyScriptEngine.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.tests;
Modified:
branches/3.1.x/framework/test/src/test/java/org/ajax4jsf/application/AjaxStateManagerTest.java
===================================================================
---
branches/3.1.x/framework/test/src/test/java/org/ajax4jsf/application/AjaxStateManagerTest.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/test/src/test/java/org/ajax4jsf/application/AjaxStateManagerTest.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.application;
Modified:
branches/3.1.x/framework/test/src/test/java/org/ajax4jsf/application/ComponentLoaderTest.java
===================================================================
---
branches/3.1.x/framework/test/src/test/java/org/ajax4jsf/application/ComponentLoaderTest.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/test/src/test/java/org/ajax4jsf/application/ComponentLoaderTest.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.ajax4jsf.application;
Modified:
branches/3.1.x/framework/test/src/test/java/org/ajax4jsf/resource/ParametersEncodingTestCase.java
===================================================================
---
branches/3.1.x/framework/test/src/test/java/org/ajax4jsf/resource/ParametersEncodingTestCase.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/test/src/test/java/org/ajax4jsf/resource/ParametersEncodingTestCase.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.ajax4jsf.resource;
import java.util.Arrays;
Modified: branches/3.1.x/framework/test/src/test/java/org/richfaces/json/JsonTest.java
===================================================================
---
branches/3.1.x/framework/test/src/test/java/org/richfaces/json/JsonTest.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/test/src/test/java/org/richfaces/json/JsonTest.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.json;
Modified:
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/StackingTreeDataModelTest.java
===================================================================
---
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/StackingTreeDataModelTest.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/StackingTreeDataModelTest.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model;
Modified:
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/Directory.java
===================================================================
---
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/Directory.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/Directory.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model.entity;
Modified:
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/File.java
===================================================================
---
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/File.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/File.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model.entity;
Modified:
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/Named.java
===================================================================
---
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/Named.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/Named.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model.entity;
Modified:
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/Project.java
===================================================================
---
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/Project.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/test/src/test/java/org/richfaces/model/entity/Project.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,5 +1,22 @@
/**
- *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package org.richfaces.model.entity;
Modified:
branches/3.1.x/framework/test/src/test/java/org/richfaces/renderkit/CompositeRendererTest.java
===================================================================
---
branches/3.1.x/framework/test/src/test/java/org/richfaces/renderkit/CompositeRendererTest.java 2008-12-07
01:33:19 UTC (rev 11608)
+++
branches/3.1.x/framework/test/src/test/java/org/richfaces/renderkit/CompositeRendererTest.java 2008-12-07
01:34:40 UTC (rev 11609)
@@ -1,3 +1,23 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
package org.richfaces.renderkit;
import java.io.IOException;