Author: abelevich
Date: 2010-05-13 12:30:13 -0400 (Thu, 13 May 2010)
New Revision: 17024
Modified:
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/BehaviorStateHelper.java
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/component/UIHashParameter.java
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/component/behavior/ClientBehavior.java
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/component/behavior/ComponentControlBehavior.java
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/renderkit/ComponentControlBehaviorRenderer.java
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/tag/BehaviorRule.java
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/tag/BehaviorTagHandlerDelegate.java
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/tag/CustomBehaviorHandler.java
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/taglib/ComponentControlHandler.java
Log:
add/update license headers
Modified:
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/BehaviorStateHelper.java
===================================================================
---
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/BehaviorStateHelper.java 2010-05-13
16:26:10 UTC (rev 17023)
+++
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/BehaviorStateHelper.java 2010-05-13
16:30:13 UTC (rev 17024)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright ${year}, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
package org.richfaces;
import javax.el.ValueExpression;
Modified:
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/component/UIHashParameter.java
===================================================================
---
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/component/UIHashParameter.java 2010-05-13
16:26:10 UTC (rev 17023)
+++
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/component/UIHashParameter.java 2010-05-13
16:30:13 UTC (rev 17024)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright ${year}, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
package org.richfaces.component;
import java.util.HashMap;
Modified:
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/component/behavior/ClientBehavior.java
===================================================================
---
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/component/behavior/ClientBehavior.java 2010-05-13
16:26:10 UTC (rev 17023)
+++
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/component/behavior/ClientBehavior.java 2010-05-13
16:30:13 UTC (rev 17024)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright ${year}, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
package org.richfaces.component.behavior;
import java.io.Serializable;
Modified:
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/component/behavior/ComponentControlBehavior.java
===================================================================
---
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/component/behavior/ComponentControlBehavior.java 2010-05-13
16:26:10 UTC (rev 17023)
+++
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/component/behavior/ComponentControlBehavior.java 2010-05-13
16:30:13 UTC (rev 17024)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright ${year}, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
package org.richfaces.component.behavior;
import java.util.ArrayList;
Modified:
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/renderkit/ComponentControlBehaviorRenderer.java
===================================================================
---
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/renderkit/ComponentControlBehaviorRenderer.java 2010-05-13
16:26:10 UTC (rev 17023)
+++
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/renderkit/ComponentControlBehaviorRenderer.java 2010-05-13
16:30:13 UTC (rev 17024)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright ${year}, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
package org.richfaces.renderkit;
import java.util.ArrayList;
Modified:
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/tag/BehaviorRule.java
===================================================================
---
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/tag/BehaviorRule.java 2010-05-13
16:26:10 UTC (rev 17023)
+++
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/tag/BehaviorRule.java 2010-05-13
16:30:13 UTC (rev 17024)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright ${year}, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
package org.richfaces.tag;
import javax.faces.view.facelets.FaceletContext;
Modified:
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/tag/BehaviorTagHandlerDelegate.java
===================================================================
---
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/tag/BehaviorTagHandlerDelegate.java 2010-05-13
16:26:10 UTC (rev 17023)
+++
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/tag/BehaviorTagHandlerDelegate.java 2010-05-13
16:30:13 UTC (rev 17024)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright ${year}, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
package org.richfaces.tag;
import java.io.IOException;
Modified:
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/tag/CustomBehaviorHandler.java
===================================================================
---
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/tag/CustomBehaviorHandler.java 2010-05-13
16:26:10 UTC (rev 17023)
+++
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/tag/CustomBehaviorHandler.java 2010-05-13
16:30:13 UTC (rev 17024)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright ${year}, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
package org.richfaces.tag;
import javax.faces.view.facelets.BehaviorConfig;
Modified:
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/taglib/ComponentControlHandler.java
===================================================================
---
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/taglib/ComponentControlHandler.java 2010-05-13
16:26:10 UTC (rev 17023)
+++
root/ui-sandbox/componentcontrol/trunk/src/main/java/org/richfaces/taglib/ComponentControlHandler.java 2010-05-13
16:30:13 UTC (rev 17024)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright ${year}, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+
package org.richfaces.taglib;
import java.io.IOException;