[jboss-cvs] JBossAS SVN: r103657 - trunk/ejb3/src/main/java/org/jboss/as/ejb3/metadata/processor.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 7 16:06:50 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-04-07 16:06:49 -0400 (Wed, 07 Apr 2010)
New Revision: 103657

Modified:
   trunk/ejb3/src/main/java/org/jboss/as/ejb3/metadata/processor/DefaultJMSResourceAdapterMetadataProcessor.java
   trunk/ejb3/src/main/java/org/jboss/as/ejb3/metadata/processor/DefaultJMSResourceAdapterMetadataProcessorFactory.java
Log:
Just LGPL headers... ejb3 is not my area but since I looked at some of my files.. I also found those and fixed them

Modified: trunk/ejb3/src/main/java/org/jboss/as/ejb3/metadata/processor/DefaultJMSResourceAdapterMetadataProcessor.java
===================================================================
--- trunk/ejb3/src/main/java/org/jboss/as/ejb3/metadata/processor/DefaultJMSResourceAdapterMetadataProcessor.java	2010-04-07 20:02:31 UTC (rev 103656)
+++ trunk/ejb3/src/main/java/org/jboss/as/ejb3/metadata/processor/DefaultJMSResourceAdapterMetadataProcessor.java	2010-04-07 20:06:49 UTC (rev 103657)
@@ -1,6 +1,25 @@
-/**
- * 
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright (c) 2010, JBoss Inc., and individual contributors as indicated
+ * 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.jboss.as.ejb3.metadata.processor;
 
 import org.jboss.logging.Logger;

Modified: trunk/ejb3/src/main/java/org/jboss/as/ejb3/metadata/processor/DefaultJMSResourceAdapterMetadataProcessorFactory.java
===================================================================
--- trunk/ejb3/src/main/java/org/jboss/as/ejb3/metadata/processor/DefaultJMSResourceAdapterMetadataProcessorFactory.java	2010-04-07 20:02:31 UTC (rev 103656)
+++ trunk/ejb3/src/main/java/org/jboss/as/ejb3/metadata/processor/DefaultJMSResourceAdapterMetadataProcessorFactory.java	2010-04-07 20:06:49 UTC (rev 103657)
@@ -1,5 +1,23 @@
-/**
- * 
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright (c) 2010, JBoss Inc., and individual contributors as indicated
+ * 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.jboss.as.ejb3.metadata.processor;
 




More information about the jboss-cvs-commits mailing list