Author: nbelaevski
Date: 2008-10-27 19:43:13 -0400 (Mon, 27 Oct 2008)
New Revision: 10933
Modified:
trunk/framework/impl/src/main/java/org/ajax4jsf/exception/FileUploadException.java
trunk/framework/impl/src/main/java/org/ajax4jsf/request/MultipartRequest.java
trunk/framework/impl/src/test/java/org/ajax4jsf/cache/LRUMapCacheThreadedTest.java
trunk/framework/impl/src/test/java/org/ajax4jsf/config/MockXmlReader.java
trunk/framework/test/src/main/java/org/ajax4jsf/tests/JsfMock.java
trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockApplication.java
trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockELContext.java
trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockMethodExpression.java
trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockPageContext.java
trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockValueExpression.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified:
trunk/framework/impl/src/main/java/org/ajax4jsf/exception/FileUploadException.java
===================================================================
---
trunk/framework/impl/src/main/java/org/ajax4jsf/exception/FileUploadException.java 2008-10-27
23:38:27 UTC (rev 10932)
+++
trunk/framework/impl/src/main/java/org/ajax4jsf/exception/FileUploadException.java 2008-10-27
23:43:13 UTC (rev 10933)
@@ -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
+ */
+
package org.ajax4jsf.exception;
/**
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/request/MultipartRequest.java
===================================================================
---
trunk/framework/impl/src/main/java/org/ajax4jsf/request/MultipartRequest.java 2008-10-27
23:38:27 UTC (rev 10932)
+++
trunk/framework/impl/src/main/java/org/ajax4jsf/request/MultipartRequest.java 2008-10-27
23:43:13 UTC (rev 10933)
@@ -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
+ */
+
package org.ajax4jsf.request;
import java.io.ByteArrayInputStream;
Modified:
trunk/framework/impl/src/test/java/org/ajax4jsf/cache/LRUMapCacheThreadedTest.java
===================================================================
---
trunk/framework/impl/src/test/java/org/ajax4jsf/cache/LRUMapCacheThreadedTest.java 2008-10-27
23:38:27 UTC (rev 10932)
+++
trunk/framework/impl/src/test/java/org/ajax4jsf/cache/LRUMapCacheThreadedTest.java 2008-10-27
23:43:13 UTC (rev 10933)
@@ -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: trunk/framework/impl/src/test/java/org/ajax4jsf/config/MockXmlReader.java
===================================================================
--- trunk/framework/impl/src/test/java/org/ajax4jsf/config/MockXmlReader.java 2008-10-27
23:38:27 UTC (rev 10932)
+++ trunk/framework/impl/src/test/java/org/ajax4jsf/config/MockXmlReader.java 2008-10-27
23:43:13 UTC (rev 10933)
@@ -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.config;
Modified: trunk/framework/test/src/main/java/org/ajax4jsf/tests/JsfMock.java
===================================================================
--- trunk/framework/test/src/main/java/org/ajax4jsf/tests/JsfMock.java 2008-10-27 23:38:27
UTC (rev 10932)
+++ trunk/framework/test/src/main/java/org/ajax4jsf/tests/JsfMock.java 2008-10-27 23:43:13
UTC (rev 10933)
@@ -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: trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockApplication.java
===================================================================
--- trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockApplication.java 2008-10-27
23:38:27 UTC (rev 10932)
+++ trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockApplication.java 2008-10-27
23:43:13 UTC (rev 10933)
@@ -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: trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockELContext.java
===================================================================
--- trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockELContext.java 2008-10-27
23:38:27 UTC (rev 10932)
+++ trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockELContext.java 2008-10-27
23:43:13 UTC (rev 10933)
@@ -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
+ */
+
/*
* ELContextMock.java Date created: 14.12.2007
* Last modified by: $Author$
Modified: trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockMethodExpression.java
===================================================================
---
trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockMethodExpression.java 2008-10-27
23:38:27 UTC (rev 10932)
+++
trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockMethodExpression.java 2008-10-27
23:43:13 UTC (rev 10933)
@@ -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: trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockPageContext.java
===================================================================
--- trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockPageContext.java 2008-10-27
23:38:27 UTC (rev 10932)
+++ trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockPageContext.java 2008-10-27
23:43:13 UTC (rev 10933)
@@ -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
+ */
+
/*
* PageContextMock.java Date created: 14.12.2007
* Last modified by: $Author$
Modified: trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockValueExpression.java
===================================================================
---
trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockValueExpression.java 2008-10-27
23:38:27 UTC (rev 10932)
+++
trunk/framework/test/src/main/java/org/ajax4jsf/tests/MockValueExpression.java 2008-10-27
23:43:13 UTC (rev 10933)
@@ -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
+ */
+
/*
* ValueExpressionMock.java Date created: 14.12.2007
* Last modified by: $Author$