JBoss Rich Faces SVN: r10795 - trunk/framework/impl/src/main/java/org/richfaces/json.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-10-16 18:08:32 -0400 (Thu, 16 Oct 2008)
New Revision: 10795
Modified:
trunk/framework/impl/src/main/java/org/richfaces/json/CDL.java
trunk/framework/impl/src/main/java/org/richfaces/json/Cookie.java
trunk/framework/impl/src/main/java/org/richfaces/json/CookieList.java
trunk/framework/impl/src/main/java/org/richfaces/json/HTTP.java
trunk/framework/impl/src/main/java/org/richfaces/json/HTTPTokener.java
trunk/framework/impl/src/main/java/org/richfaces/json/JSONArray.java
trunk/framework/impl/src/main/java/org/richfaces/json/JSONObject.java
trunk/framework/impl/src/main/java/org/richfaces/json/JSONTokener.java
trunk/framework/impl/src/main/java/org/richfaces/json/XML.java
trunk/framework/impl/src/main/java/org/richfaces/json/XMLTokener.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified: trunk/framework/impl/src/main/java/org/richfaces/json/CDL.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/json/CDL.java 2008-10-16 22:06:34 UTC (rev 10794)
+++ trunk/framework/impl/src/main/java/org/richfaces/json/CDL.java 2008-10-16 22:08:32 UTC (rev 10795)
@@ -1,24 +1,3 @@
-/**
- * License Agreement.
- *
- * JBoss RichFaces - Ajax4jsf Component Library
- *
- * 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: trunk/framework/impl/src/main/java/org/richfaces/json/Cookie.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/json/Cookie.java 2008-10-16 22:06:34 UTC (rev 10794)
+++ trunk/framework/impl/src/main/java/org/richfaces/json/Cookie.java 2008-10-16 22:08:32 UTC (rev 10795)
@@ -1,24 +1,3 @@
-/**
- * License Agreement.
- *
- * JBoss RichFaces - Ajax4jsf Component Library
- *
- * 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: trunk/framework/impl/src/main/java/org/richfaces/json/CookieList.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/json/CookieList.java 2008-10-16 22:06:34 UTC (rev 10794)
+++ trunk/framework/impl/src/main/java/org/richfaces/json/CookieList.java 2008-10-16 22:08:32 UTC (rev 10795)
@@ -1,24 +1,3 @@
-/**
- * License Agreement.
- *
- * JBoss RichFaces - Ajax4jsf Component Library
- *
- * 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: trunk/framework/impl/src/main/java/org/richfaces/json/HTTP.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/json/HTTP.java 2008-10-16 22:06:34 UTC (rev 10794)
+++ trunk/framework/impl/src/main/java/org/richfaces/json/HTTP.java 2008-10-16 22:08:32 UTC (rev 10795)
@@ -1,24 +1,3 @@
-/**
- * License Agreement.
- *
- * JBoss RichFaces - Ajax4jsf Component Library
- *
- * 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: trunk/framework/impl/src/main/java/org/richfaces/json/HTTPTokener.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/json/HTTPTokener.java 2008-10-16 22:06:34 UTC (rev 10794)
+++ trunk/framework/impl/src/main/java/org/richfaces/json/HTTPTokener.java 2008-10-16 22:08:32 UTC (rev 10795)
@@ -1,24 +1,3 @@
-/**
- * License Agreement.
- *
- * JBoss RichFaces - Ajax4jsf Component Library
- *
- * 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: trunk/framework/impl/src/main/java/org/richfaces/json/JSONArray.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/json/JSONArray.java 2008-10-16 22:06:34 UTC (rev 10794)
+++ trunk/framework/impl/src/main/java/org/richfaces/json/JSONArray.java 2008-10-16 22:08:32 UTC (rev 10795)
@@ -1,24 +1,3 @@
-/**
- * License Agreement.
- *
- * JBoss RichFaces - Ajax4jsf Component Library
- *
- * 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: trunk/framework/impl/src/main/java/org/richfaces/json/JSONObject.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/json/JSONObject.java 2008-10-16 22:06:34 UTC (rev 10794)
+++ trunk/framework/impl/src/main/java/org/richfaces/json/JSONObject.java 2008-10-16 22:08:32 UTC (rev 10795)
@@ -1,24 +1,3 @@
-/**
- * License Agreement.
- *
- * JBoss RichFaces - Ajax4jsf Component Library
- *
- * 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: trunk/framework/impl/src/main/java/org/richfaces/json/JSONTokener.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/json/JSONTokener.java 2008-10-16 22:06:34 UTC (rev 10794)
+++ trunk/framework/impl/src/main/java/org/richfaces/json/JSONTokener.java 2008-10-16 22:08:32 UTC (rev 10795)
@@ -1,24 +1,3 @@
-/**
- * License Agreement.
- *
- * JBoss RichFaces - Ajax4jsf Component Library
- *
- * 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: trunk/framework/impl/src/main/java/org/richfaces/json/XML.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/json/XML.java 2008-10-16 22:06:34 UTC (rev 10794)
+++ trunk/framework/impl/src/main/java/org/richfaces/json/XML.java 2008-10-16 22:08:32 UTC (rev 10795)
@@ -1,24 +1,3 @@
-/**
- * License Agreement.
- *
- * JBoss RichFaces - Ajax4jsf Component Library
- *
- * 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: trunk/framework/impl/src/main/java/org/richfaces/json/XMLTokener.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/json/XMLTokener.java 2008-10-16 22:06:34 UTC (rev 10794)
+++ trunk/framework/impl/src/main/java/org/richfaces/json/XMLTokener.java 2008-10-16 22:08:32 UTC (rev 10795)
@@ -1,24 +1,3 @@
-/**
- * License Agreement.
- *
- * JBoss RichFaces - Ajax4jsf Component Library
- *
- * 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;
/*
16 years, 11 months
JBoss Rich Faces SVN: r10794 - trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-10-16 18:06:34 -0400 (Thu, 16 Oct 2008)
New Revision: 10794
Modified:
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Anchor.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttVal.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttrCheck.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttrCheckImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Attribute.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttributeTable.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Clean.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Configuration.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMAttrImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMAttrMapImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMCDATASectionImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMCharacterDataImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMCommentImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMDocumentImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMDocumentTypeImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMElementImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMNodeImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMNodeListByTagNameImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMNodeListImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMProcessingInstructionImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMTextImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Dict.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/EncodingNameMapper.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/EncodingUtils.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Entity.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/EntityTable.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/IStack.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Lexer.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Node.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Out.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/OutFactory.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/OutImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/OutJavaImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/PPrint.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ParseProperty.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ParsePropertyImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Parser.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ParserImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Report.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamIn.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamInFactory.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamInImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamInJavaImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Style.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StyleProp.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TagCheck.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TagCheckImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TagTable.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Tidy.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyBeanInfo.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyMessage.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyMessageListener.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyUtils.java
trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ValidUTF8Sequence.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Anchor.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Anchor.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Anchor.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttVal.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttVal.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttVal.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttrCheck.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttrCheck.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttrCheck.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttrCheckImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttrCheckImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttrCheckImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Attribute.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Attribute.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Attribute.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttributeTable.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttributeTable.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/AttributeTable.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Clean.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Clean.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Clean.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Configuration.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Configuration.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Configuration.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMAttrImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMAttrImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMAttrImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMAttrMapImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMAttrMapImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMAttrMapImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMCDATASectionImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMCDATASectionImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMCDATASectionImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMCharacterDataImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMCharacterDataImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMCharacterDataImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMCommentImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMCommentImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMCommentImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMDocumentImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMDocumentImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMDocumentImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMDocumentTypeImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMDocumentTypeImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMDocumentTypeImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMElementImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMElementImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMElementImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMNodeImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMNodeImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMNodeImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMNodeListByTagNameImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMNodeListByTagNameImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMNodeListByTagNameImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMNodeListImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMNodeListImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMNodeListImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMProcessingInstructionImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMProcessingInstructionImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMProcessingInstructionImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMTextImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMTextImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/DOMTextImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Dict.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Dict.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Dict.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/EncodingNameMapper.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/EncodingNameMapper.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/EncodingNameMapper.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/EncodingUtils.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/EncodingUtils.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/EncodingUtils.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Entity.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Entity.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Entity.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/EntityTable.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/EntityTable.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/EntityTable.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/IStack.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/IStack.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/IStack.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Lexer.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Lexer.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Lexer.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Node.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Node.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Node.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Out.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Out.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Out.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/OutFactory.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/OutFactory.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/OutFactory.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/OutImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/OutImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/OutImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/OutJavaImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/OutJavaImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/OutJavaImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/PPrint.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/PPrint.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/PPrint.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ParseProperty.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ParseProperty.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ParseProperty.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ParsePropertyImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ParsePropertyImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ParsePropertyImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Parser.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Parser.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Parser.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ParserImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ParserImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ParserImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Report.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Report.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Report.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamIn.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamIn.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamIn.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamInFactory.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamInFactory.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamInFactory.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamInImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamInImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamInImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamInJavaImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamInJavaImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StreamInJavaImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Style.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Style.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Style.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StyleProp.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StyleProp.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/StyleProp.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TagCheck.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TagCheck.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TagCheck.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TagCheckImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TagCheckImpl.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TagCheckImpl.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TagTable.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TagTable.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TagTable.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Tidy.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Tidy.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/Tidy.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyBeanInfo.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyBeanInfo.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyBeanInfo.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyMessage.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyMessage.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyMessage.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyMessageListener.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyMessageListener.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyMessageListener.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyUtils.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyUtils.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/TidyUtils.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ValidUTF8Sequence.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ValidUTF8Sequence.java 2008-10-16 19:34:43 UTC (rev 10793)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/org/w3c/tidy/ValidUTF8Sequence.java 2008-10-16 22:06:34 UTC (rev 10794)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Java HTML Tidy - JTidy
* HTML parser and pretty printer
16 years, 11 months
JBoss Rich Faces SVN: r10793 - in branches/3.2.x: framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler and 5 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-10-16 15:34:43 -0400 (Thu, 16 Oct 2008)
New Revision: 10793
Modified:
branches/3.2.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/CallbackListener.java
branches/3.2.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/ReducedHTMLParser.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/WithDefaultsRulesWrapper.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Base64.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryDecoder.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryEncoder.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Decoder.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/DecoderException.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Encoder.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/EncoderException.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URL64Codec.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URLCodec.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/AttributesImplSerializer.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/DOMSerializer.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemContext.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemDesc.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EmptySerializer.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EncodingInfo.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Encodings.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedContentHandler.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedLexicalHandler.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Method.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/NamespaceMappings.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ObjectFactory.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertyUtils.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializationHandler.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Serializer.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerBase.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerConstants.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerFactory.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTrace.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTraceWriter.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLSAXHandler.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLStream.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToSAXHandler.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToStream.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextSAXHandler.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextStream.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToUnknownStream.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXHTMLStream.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLSAXHandler.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLStream.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TransformStateSetter.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TreeWalker.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Version.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterChain.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToASCI.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToUTF8Buffered.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/XSLOutputAttributes.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/AttList.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/BoolStack.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/DOM2Helper.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Messages.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/MsgKey.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ca.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_cs.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_de.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_en.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_es.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_fr.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_hu.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_it.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ja.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ko.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pl.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pt_BR.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ru.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_sv.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_tr.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_CN.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_TW.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/StringToIntTable.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SystemIDResolver.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/URI.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Utils.java
branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/WrappedRuntimeException.java
branches/3.2.x/framework/test/src/main/java/org/ajax4jsf/tests/org/apache/shale/test/config/ConfigParser.java
branches/3.2.x/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/ServletResponseWrapperInclude.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified: branches/3.2.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/CallbackListener.java
===================================================================
--- branches/3.2.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/CallbackListener.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/CallbackListener.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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.templatecompiler.utils;
/*
Modified: branches/3.2.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/ReducedHTMLParser.java
===================================================================
--- branches/3.2.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/ReducedHTMLParser.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/ReducedHTMLParser.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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.templatecompiler.utils;
/*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/WithDefaultsRulesWrapper.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/WithDefaultsRulesWrapper.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/WithDefaultsRulesWrapper.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/* $Id: WithDefaultsRulesWrapper.java,v 1.1.2.1 2007/01/09 18:57:42 alexsmirnov Exp $
*
* Copyright 2003-2004 The Apache Software Foundation.
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Base64.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Base64.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Base64.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryDecoder.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryDecoder.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryDecoder.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryEncoder.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryEncoder.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryEncoder.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Decoder.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Decoder.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Decoder.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/DecoderException.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/DecoderException.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/DecoderException.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Encoder.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Encoder.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Encoder.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/EncoderException.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/EncoderException.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/EncoderException.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URL64Codec.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URL64Codec.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URL64Codec.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URLCodec.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URLCodec.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URLCodec.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/AttributesImplSerializer.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/AttributesImplSerializer.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/AttributesImplSerializer.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/DOMSerializer.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/DOMSerializer.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/DOMSerializer.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemContext.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemContext.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemContext.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemDesc.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemDesc.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemDesc.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EmptySerializer.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EmptySerializer.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EmptySerializer.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EncodingInfo.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EncodingInfo.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EncodingInfo.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Encodings.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Encodings.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Encodings.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedContentHandler.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedContentHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedContentHandler.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedLexicalHandler.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedLexicalHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedLexicalHandler.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Method.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Method.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Method.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/NamespaceMappings.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/NamespaceMappings.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/NamespaceMappings.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ObjectFactory.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ObjectFactory.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ObjectFactory.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertyUtils.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertyUtils.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertyUtils.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2002-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2002-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializationHandler.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializationHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializationHandler.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Serializer.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Serializer.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Serializer.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerBase.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerBase.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerBase.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerConstants.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerConstants.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerConstants.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerFactory.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerFactory.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerFactory.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTrace.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTrace.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTrace.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTraceWriter.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTraceWriter.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTraceWriter.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLSAXHandler.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLSAXHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLSAXHandler.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLStream.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLStream.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLStream.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToSAXHandler.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToSAXHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToSAXHandler.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToStream.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToStream.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToStream.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextSAXHandler.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextSAXHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextSAXHandler.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextStream.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextStream.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextStream.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToUnknownStream.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToUnknownStream.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToUnknownStream.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXHTMLStream.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXHTMLStream.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXHTMLStream.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLSAXHandler.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLSAXHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLSAXHandler.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLStream.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLStream.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLStream.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TransformStateSetter.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TransformStateSetter.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TransformStateSetter.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TreeWalker.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TreeWalker.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TreeWalker.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2005 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Version.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Version.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Version.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2005 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterChain.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterChain.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterChain.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToASCI.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToASCI.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToASCI.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToUTF8Buffered.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToUTF8Buffered.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToUTF8Buffered.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2005 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/XSLOutputAttributes.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/XSLOutputAttributes.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/XSLOutputAttributes.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/AttList.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/AttList.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/AttList.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/BoolStack.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/BoolStack.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/BoolStack.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/DOM2Helper.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/DOM2Helper.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/DOM2Helper.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Messages.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Messages.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Messages.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/MsgKey.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/MsgKey.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/MsgKey.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ca.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ca.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ca.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_cs.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_cs.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_cs.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_de.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_de.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_de.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_en.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_en.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_en.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_es.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_es.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_es.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_fr.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_fr.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_fr.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_hu.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_hu.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_hu.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_it.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_it.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_it.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ja.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ja.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ja.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ko.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ko.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ko.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pl.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pl.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pl.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pt_BR.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pt_BR.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pt_BR.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ru.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ru.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ru.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_sv.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_sv.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_sv.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_tr.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_tr.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_tr.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_CN.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_CN.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_CN.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_TW.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_TW.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_TW.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/StringToIntTable.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/StringToIntTable.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/StringToIntTable.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SystemIDResolver.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SystemIDResolver.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SystemIDResolver.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/URI.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/URI.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/URI.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Utils.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Utils.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Utils.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/WrappedRuntimeException.java
===================================================================
--- branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/WrappedRuntimeException.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/WrappedRuntimeException.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.2.x/framework/test/src/main/java/org/ajax4jsf/tests/org/apache/shale/test/config/ConfigParser.java
===================================================================
--- branches/3.2.x/framework/test/src/main/java/org/ajax4jsf/tests/org/apache/shale/test/config/ConfigParser.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/framework/test/src/main/java/org/ajax4jsf/tests/org/apache/shale/test/config/ConfigParser.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Modified: branches/3.2.x/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/ServletResponseWrapperInclude.java
===================================================================
--- branches/3.2.x/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/ServletResponseWrapperInclude.java 2008-10-16 19:29:55 UTC (rev 10792)
+++ branches/3.2.x/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/ServletResponseWrapperInclude.java 2008-10-16 19:34:43 UTC (rev 10793)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999,2004 The Apache Software Foundation.
*
16 years, 11 months
JBoss Rich Faces SVN: r10792 - in branches/3.1.x: framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler and 5 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-10-16 15:29:55 -0400 (Thu, 16 Oct 2008)
New Revision: 10792
Modified:
branches/3.1.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/CallbackListener.java
branches/3.1.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/ReducedHTMLParser.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/WithDefaultsRulesWrapper.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Base64.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryDecoder.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryEncoder.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Decoder.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/DecoderException.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Encoder.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/EncoderException.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URL64Codec.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URLCodec.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/AttributesImplSerializer.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/DOMSerializer.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemContext.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemDesc.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EmptySerializer.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EncodingInfo.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Encodings.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedContentHandler.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedLexicalHandler.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Method.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/NamespaceMappings.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ObjectFactory.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertyUtils.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializationHandler.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Serializer.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerBase.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerConstants.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerFactory.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTrace.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTraceWriter.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLSAXHandler.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLStream.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToSAXHandler.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToStream.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextSAXHandler.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextStream.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToUnknownStream.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXHTMLStream.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLSAXHandler.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLStream.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TransformStateSetter.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TreeWalker.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Version.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterChain.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToASCI.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToUTF8Buffered.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/XSLOutputAttributes.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/AttList.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/BoolStack.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/DOM2Helper.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Messages.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/MsgKey.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ca.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_cs.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_de.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_en.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_es.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_fr.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_hu.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_it.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ja.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ko.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pl.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pt_BR.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ru.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_sv.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_tr.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_CN.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_TW.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/StringToIntTable.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SystemIDResolver.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/URI.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Utils.java
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/WrappedRuntimeException.java
branches/3.1.x/framework/test/src/main/java/org/ajax4jsf/tests/org/apache/shale/test/config/ConfigParser.java
branches/3.1.x/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/ServletResponseWrapperInclude.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified: branches/3.1.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/CallbackListener.java
===================================================================
--- branches/3.1.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/CallbackListener.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/CallbackListener.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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.templatecompiler.utils;
/*
Modified: branches/3.1.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/ReducedHTMLParser.java
===================================================================
--- branches/3.1.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/ReducedHTMLParser.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/ReducedHTMLParser.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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.templatecompiler.utils;
/*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/WithDefaultsRulesWrapper.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/WithDefaultsRulesWrapper.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/WithDefaultsRulesWrapper.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/* $Id: WithDefaultsRulesWrapper.java,v 1.1.2.1 2007/01/09 18:57:42 alexsmirnov Exp $
*
* Copyright 2003-2004 The Apache Software Foundation.
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Base64.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Base64.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Base64.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryDecoder.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryDecoder.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryDecoder.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryEncoder.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryEncoder.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryEncoder.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Decoder.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Decoder.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Decoder.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/DecoderException.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/DecoderException.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/DecoderException.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Encoder.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Encoder.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/Encoder.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/EncoderException.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/EncoderException.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/EncoderException.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URL64Codec.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URL64Codec.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URL64Codec.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URLCodec.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URLCodec.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/util/base64/URLCodec.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/AttributesImplSerializer.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/AttributesImplSerializer.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/AttributesImplSerializer.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/DOMSerializer.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/DOMSerializer.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/DOMSerializer.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemContext.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemContext.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemContext.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemDesc.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemDesc.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemDesc.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EmptySerializer.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EmptySerializer.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EmptySerializer.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EncodingInfo.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EncodingInfo.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EncodingInfo.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Encodings.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Encodings.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Encodings.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedContentHandler.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedContentHandler.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedContentHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedLexicalHandler.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedLexicalHandler.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedLexicalHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Method.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Method.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Method.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/NamespaceMappings.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/NamespaceMappings.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/NamespaceMappings.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ObjectFactory.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ObjectFactory.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ObjectFactory.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertyUtils.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertyUtils.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertyUtils.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2002-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2002-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializationHandler.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializationHandler.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializationHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Serializer.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Serializer.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Serializer.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerBase.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerBase.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerBase.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerConstants.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerConstants.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerConstants.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerFactory.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerFactory.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerFactory.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTrace.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTrace.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTrace.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTraceWriter.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTraceWriter.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTraceWriter.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLSAXHandler.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLSAXHandler.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLSAXHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLStream.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLStream.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLStream.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToSAXHandler.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToSAXHandler.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToSAXHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToStream.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToStream.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToStream.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextSAXHandler.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextSAXHandler.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextSAXHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextStream.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextStream.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextStream.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToUnknownStream.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToUnknownStream.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToUnknownStream.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXHTMLStream.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXHTMLStream.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXHTMLStream.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLSAXHandler.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLSAXHandler.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLSAXHandler.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLStream.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLStream.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLStream.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TransformStateSetter.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TransformStateSetter.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TransformStateSetter.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TreeWalker.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TreeWalker.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TreeWalker.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2005 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Version.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Version.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Version.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2005 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterChain.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterChain.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterChain.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToASCI.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToASCI.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToASCI.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToUTF8Buffered.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToUTF8Buffered.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToUTF8Buffered.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2005 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/XSLOutputAttributes.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/XSLOutputAttributes.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/XSLOutputAttributes.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/AttList.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/AttList.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/AttList.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/BoolStack.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/BoolStack.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/BoolStack.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/DOM2Helper.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/DOM2Helper.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/DOM2Helper.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Messages.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Messages.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Messages.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/MsgKey.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/MsgKey.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/MsgKey.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ca.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ca.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ca.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_cs.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_cs.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_cs.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_de.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_de.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_de.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_en.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_en.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_en.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_es.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_es.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_es.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_fr.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_fr.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_fr.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_hu.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_hu.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_hu.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_it.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_it.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_it.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ja.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ja.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ja.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ko.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ko.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ko.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pl.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pl.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pl.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pt_BR.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pt_BR.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pt_BR.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ru.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ru.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ru.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_sv.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_sv.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_sv.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_tr.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_tr.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_tr.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_CN.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_CN.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_CN.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_TW.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_TW.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_TW.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/StringToIntTable.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/StringToIntTable.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/StringToIntTable.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SystemIDResolver.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SystemIDResolver.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SystemIDResolver.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/URI.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/URI.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/URI.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Utils.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Utils.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Utils.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/WrappedRuntimeException.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/WrappedRuntimeException.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/WrappedRuntimeException.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: branches/3.1.x/framework/test/src/main/java/org/ajax4jsf/tests/org/apache/shale/test/config/ConfigParser.java
===================================================================
--- branches/3.1.x/framework/test/src/main/java/org/ajax4jsf/tests/org/apache/shale/test/config/ConfigParser.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/framework/test/src/main/java/org/ajax4jsf/tests/org/apache/shale/test/config/ConfigParser.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Modified: branches/3.1.x/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/ServletResponseWrapperInclude.java
===================================================================
--- branches/3.1.x/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/ServletResponseWrapperInclude.java 2008-10-16 19:04:29 UTC (rev 10791)
+++ branches/3.1.x/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/ServletResponseWrapperInclude.java 2008-10-16 19:29:55 UTC (rev 10792)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999,2004 The Apache Software Foundation.
*
16 years, 11 months
JBoss Rich Faces SVN: r10791 - trunk/framework/impl/src/main/java/org/ajax4jsf/javascript.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-10-16 15:04:29 -0400 (Thu, 16 Oct 2008)
New Revision: 10791
Modified:
trunk/framework/impl/src/main/java/org/ajax4jsf/javascript/JSMin.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/javascript/JSMin.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/javascript/JSMin.java 2008-10-16 18:56:47 UTC (rev 10790)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/javascript/JSMin.java 2008-10-16 19:04:29 UTC (rev 10791)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* JSMin.java 2006-02-13
*
16 years, 11 months
JBoss Rich Faces SVN: r10790 - trunk/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-10-16 14:56:47 -0400 (Thu, 16 Oct 2008)
New Revision: 10790
Modified:
trunk/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/CallbackListener.java
trunk/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/ReducedHTMLParser.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified: trunk/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/CallbackListener.java
===================================================================
--- trunk/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/CallbackListener.java 2008-10-16 18:56:04 UTC (rev 10789)
+++ trunk/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/CallbackListener.java 2008-10-16 18:56:47 UTC (rev 10790)
@@ -1,26 +1,3 @@
-/**
- * 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.templatecompiler.utils;
-
/*
* Copyright 2004-2006 The Apache Software Foundation.
*
@@ -37,6 +14,8 @@
* limitations under the License.
*/
+package org.ajax4jsf.templatecompiler.utils;
+
/**
* @author Martin Marinschek
* @version $Revision: 1.1.2.1 $ $Date: 2006/12/20 18:56:39 $ <p/> $Log:
Modified: trunk/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/ReducedHTMLParser.java
===================================================================
--- trunk/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/ReducedHTMLParser.java 2008-10-16 18:56:04 UTC (rev 10789)
+++ trunk/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/utils/ReducedHTMLParser.java 2008-10-16 18:56:47 UTC (rev 10790)
@@ -1,26 +1,3 @@
-/**
- * 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.templatecompiler.utils;
-
/*
* Copyright 2004 The Apache Software Foundation.
*
@@ -37,6 +14,8 @@
* limitations under the License.
*/
+package org.ajax4jsf.templatecompiler.utils;
+
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
16 years, 11 months
JBoss Rich Faces SVN: r10789 - trunk/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-10-16 14:56:04 -0400 (Thu, 16 Oct 2008)
New Revision: 10789
Modified:
trunk/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/WithDefaultsRulesWrapper.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/WithDefaultsRulesWrapper.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/WithDefaultsRulesWrapper.java 2008-10-16 18:41:02 UTC (rev 10788)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/renderkit/compiler/WithDefaultsRulesWrapper.java 2008-10-16 18:56:04 UTC (rev 10789)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/* $Id: WithDefaultsRulesWrapper.java,v 1.1.2.1 2007/01/09 18:57:42 alexsmirnov Exp $
*
* Copyright 2003-2004 The Apache Software Foundation.
16 years, 11 months
JBoss Rich Faces SVN: r10788 - in trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer: utils and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-10-16 14:41:02 -0400 (Thu, 16 Oct 2008)
New Revision: 10788
Modified:
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/AttributesImplSerializer.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/DOMSerializer.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemContext.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemDesc.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EmptySerializer.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EncodingInfo.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Encodings.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedContentHandler.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedLexicalHandler.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Method.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/NamespaceMappings.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ObjectFactory.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertyUtils.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializationHandler.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Serializer.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerBase.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerConstants.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerFactory.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTrace.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTraceWriter.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLSAXHandler.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLStream.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToSAXHandler.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToStream.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextSAXHandler.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextStream.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToUnknownStream.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXHTMLStream.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLSAXHandler.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLStream.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TransformStateSetter.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TreeWalker.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Version.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterChain.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToASCI.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToUTF8Buffered.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/XSLOutputAttributes.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/AttList.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/BoolStack.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/DOM2Helper.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Messages.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/MsgKey.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ca.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_cs.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_de.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_en.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_es.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_fr.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_hu.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_it.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ja.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ko.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pt_BR.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ru.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_sv.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_tr.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_CN.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_TW.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/StringToIntTable.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SystemIDResolver.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/URI.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Utils.java
trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/WrappedRuntimeException.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/AttributesImplSerializer.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/AttributesImplSerializer.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/AttributesImplSerializer.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/CharInfo.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/DOMSerializer.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/DOMSerializer.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/DOMSerializer.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemContext.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemContext.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemContext.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemDesc.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemDesc.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ElemDesc.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EmptySerializer.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EmptySerializer.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EmptySerializer.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EncodingInfo.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EncodingInfo.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/EncodingInfo.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Encodings.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Encodings.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Encodings.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedContentHandler.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedContentHandler.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedContentHandler.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedLexicalHandler.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedLexicalHandler.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ExtendedLexicalHandler.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Method.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Method.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Method.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/NamespaceMappings.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/NamespaceMappings.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/NamespaceMappings.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ObjectFactory.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ObjectFactory.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ObjectFactory.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertiesFactory.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertyUtils.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertyUtils.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/OutputPropertyUtils.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2002-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SecuritySupport12.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2002-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializationHandler.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializationHandler.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializationHandler.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Serializer.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Serializer.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Serializer.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerBase.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerBase.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerBase.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerConstants.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerConstants.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerConstants.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerFactory.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerFactory.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerFactory.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTrace.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTrace.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTrace.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTraceWriter.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTraceWriter.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/SerializerTraceWriter.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLSAXHandler.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLSAXHandler.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLSAXHandler.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLStream.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLStream.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToHTMLStream.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToSAXHandler.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToSAXHandler.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToSAXHandler.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToStream.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToStream.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToStream.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextSAXHandler.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextSAXHandler.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextSAXHandler.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextStream.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextStream.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToTextStream.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToUnknownStream.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToUnknownStream.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToUnknownStream.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXHTMLStream.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXHTMLStream.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXHTMLStream.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLSAXHandler.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLSAXHandler.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLSAXHandler.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLStream.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLStream.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/ToXMLStream.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TransformStateSetter.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TransformStateSetter.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TransformStateSetter.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TreeWalker.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TreeWalker.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/TreeWalker.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2005 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Version.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Version.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/Version.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2005 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterChain.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterChain.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterChain.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToASCI.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToASCI.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToASCI.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToUTF8Buffered.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToUTF8Buffered.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/WriterToUTF8Buffered.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2005 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/XSLOutputAttributes.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/XSLOutputAttributes.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/XSLOutputAttributes.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/AttList.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/AttList.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/AttList.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/BoolStack.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/BoolStack.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/BoolStack.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/DOM2Helper.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/DOM2Helper.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/DOM2Helper.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Messages.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Messages.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Messages.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/MsgKey.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/MsgKey.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/MsgKey.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ca.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ca.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ca.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_cs.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_cs.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_cs.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_de.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_de.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_de.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_en.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_en.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_en.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_es.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_es.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_es.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_fr.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_fr.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_fr.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_hu.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_hu.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_hu.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_it.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_it.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_it.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ja.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ja.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ja.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ko.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ko.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ko.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pl.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pl.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pt_BR.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pt_BR.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_pt_BR.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ru.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ru.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_ru.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_sv.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_sv.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_sv.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_tr.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_tr.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_tr.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_CN.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_CN.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_CN.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_TW.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_TW.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SerializerMessages_zh_TW.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/StringToIntTable.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/StringToIntTable.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/StringToIntTable.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SystemIDResolver.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SystemIDResolver.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/SystemIDResolver.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/URI.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/URI.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/URI.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Utils.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Utils.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/Utils.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2003-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/WrappedRuntimeException.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/WrappedRuntimeException.java 2008-10-16 18:37:19 UTC (rev 10787)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/xml/serializer/utils/WrappedRuntimeException.java 2008-10-16 18:41:02 UTC (rev 10788)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
16 years, 11 months
JBoss Rich Faces SVN: r10787 - trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-10-16 14:37:19 -0400 (Thu, 16 Oct 2008)
New Revision: 10787
Modified:
trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/Base64.java
trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryDecoder.java
trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryEncoder.java
trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/Decoder.java
trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/DecoderException.java
trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/Encoder.java
trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/EncoderException.java
trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/URL64Codec.java
trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/URLCodec.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/Base64.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/Base64.java 2008-10-16 18:12:35 UTC (rev 10786)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/Base64.java 2008-10-16 18:37:19 UTC (rev 10787)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryDecoder.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryDecoder.java 2008-10-16 18:12:35 UTC (rev 10786)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryDecoder.java 2008-10-16 18:37:19 UTC (rev 10787)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryEncoder.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryEncoder.java 2008-10-16 18:12:35 UTC (rev 10786)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/BinaryEncoder.java 2008-10-16 18:37:19 UTC (rev 10787)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/Decoder.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/Decoder.java 2008-10-16 18:12:35 UTC (rev 10786)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/Decoder.java 2008-10-16 18:37:19 UTC (rev 10787)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/DecoderException.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/DecoderException.java 2008-10-16 18:12:35 UTC (rev 10786)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/DecoderException.java 2008-10-16 18:37:19 UTC (rev 10787)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/Encoder.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/Encoder.java 2008-10-16 18:12:35 UTC (rev 10786)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/Encoder.java 2008-10-16 18:37:19 UTC (rev 10787)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/EncoderException.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/EncoderException.java 2008-10-16 18:12:35 UTC (rev 10786)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/EncoderException.java 2008-10-16 18:37:19 UTC (rev 10787)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/URL64Codec.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/URL64Codec.java 2008-10-16 18:12:35 UTC (rev 10786)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/URL64Codec.java 2008-10-16 18:37:19 UTC (rev 10787)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/URLCodec.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/URLCodec.java 2008-10-16 18:12:35 UTC (rev 10786)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/util/base64/URLCodec.java 2008-10-16 18:37:19 UTC (rev 10787)
@@ -1,56 +1,19 @@
-/**
- * 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
- */
-
/*
-
* Copyright 2001-2004 The Apache Software Foundation.
-
*
-
* 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.util.base64;
16 years, 11 months
JBoss Rich Faces SVN: r10786 - trunk/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-10-16 14:12:35 -0400 (Thu, 16 Oct 2008)
New Revision: 10786
Modified:
trunk/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/ServletResponseWrapperInclude.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified: trunk/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/ServletResponseWrapperInclude.java
===================================================================
--- trunk/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/ServletResponseWrapperInclude.java 2008-10-16 18:11:53 UTC (rev 10785)
+++ trunk/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/ServletResponseWrapperInclude.java 2008-10-16 18:12:35 UTC (rev 10786)
@@ -1,24 +1,3 @@
-/**
- * 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
- */
-
/*
* Copyright 1999,2004 The Apache Software Foundation.
*
16 years, 11 months