[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r17 - in trunk/cdk: generator/src/main/resources/META-INF/templates and 1 other directories.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Mon Mar 5 11:23:36 EST 2007


Author: ishabalov
Date: 2007-03-05 11:23:35 -0500 (Mon, 05 Mar 2007)
New Revision: 17

Modified:
   trunk/cdk/compiler/src/main/resources/META-INF/templates/templatecompiler/ComponentTemplate.vm
   trunk/cdk/generator/src/main/resources/META-INF/templates/component.vm
   trunk/cdk/generator/src/main/resources/META-INF/templates12/component.vm
Log:
Removed leftovers of cddl from code


Modified: trunk/cdk/compiler/src/main/resources/META-INF/templates/templatecompiler/ComponentTemplate.vm
===================================================================
--- trunk/cdk/compiler/src/main/resources/META-INF/templates/templatecompiler/ComponentTemplate.vm	2007-03-05 13:03:10 UTC (rev 16)
+++ trunk/cdk/compiler/src/main/resources/META-INF/templates/templatecompiler/ComponentTemplate.vm	2007-03-05 16:23:35 UTC (rev 17)
@@ -1,17 +1,24 @@
 /**
- * Licensed under the Common Development and Distribution License,
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *   http://www.sun.com/cddl/
- *   
- * 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.
+ * License Agreement.
+ *
+ * Ajax4jsf 1.1 - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
  */
- 
+
 #if($component.packageName)
 package $component.packageName;
 #end

Modified: trunk/cdk/generator/src/main/resources/META-INF/templates/component.vm
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/templates/component.vm	2007-03-05 13:03:10 UTC (rev 16)
+++ trunk/cdk/generator/src/main/resources/META-INF/templates/component.vm	2007-03-05 16:23:35 UTC (rev 17)
@@ -1,16 +1,24 @@
 /**
- * Licensed under the Common Development and Distribution License,
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *   http://www.sun.com/cddl/
- *   
- * 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.
+ * License Agreement.
+ *
+ * Ajax4jsf 1.1 - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * 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 $package;
 
 #foreach($import in $imports)

Modified: trunk/cdk/generator/src/main/resources/META-INF/templates12/component.vm
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/templates12/component.vm	2007-03-05 13:03:10 UTC (rev 16)
+++ trunk/cdk/generator/src/main/resources/META-INF/templates12/component.vm	2007-03-05 16:23:35 UTC (rev 17)
@@ -1,16 +1,24 @@
 /**
- * Licensed under the Common Development and Distribution License,
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *   http://www.sun.com/cddl/
- *   
- * 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.
+ * License Agreement.
+ *
+ * Ajax4jsf 1.1 - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * 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 $package;
 
 #foreach($import in $imports)




More information about the ajax4jsf-svn-commits mailing list