[jboss-cvs] JBossAS SVN: r57190 - in branches/Branch_4_0/deployment/src/main/org/jboss/deployment: services spi spi/beans spi/configurations spi/factories spi/status

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 26 08:03:29 EDT 2006


Author: dimitris at jboss.org
Date: 2006-09-26 08:03:10 -0400 (Tue, 26 Sep 2006)
New Revision: 57190

Modified:
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/services/DeploymentManagerService.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/services/DeploymentManagerServiceMBean.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DConfigBeanImpl.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DConfigBeanRootImpl.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentConfigurationImpl.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentManagerImpl.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentMetaData.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentWorker.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/JBossTarget.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/JMXTarget.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/JarUtils.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/LocalhostTarget.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/SerializableTargetModuleID.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/TargetModuleIDImpl.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/AbstractJBossConfigBean.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/ConfigBeanXPaths.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossConfigBeanProxy.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossExample1ConfigBeanRoot.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossExample2ConfigBeanRoot.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossWebConfigBeanRoot.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/TestBeans.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/WarConfigBeanRoot.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/configurations/WarConfiguration.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/factories/DeploymentFactoryImpl.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/ClientConfigurationImpl.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/DeploymentStatusImpl.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/ProgressListenerImpl.java
   branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/ProgressObjectImpl.java
Log:
JBAS-3601, switch copyright to RedHat Middleware LLC

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/services/DeploymentManagerService.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/services/DeploymentManagerService.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/services/DeploymentManagerService.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/services/DeploymentManagerServiceMBean.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/services/DeploymentManagerServiceMBean.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/services/DeploymentManagerServiceMBean.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DConfigBeanImpl.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DConfigBeanImpl.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DConfigBeanImpl.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DConfigBeanRootImpl.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DConfigBeanRootImpl.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DConfigBeanRootImpl.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, 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.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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.deployment.spi;
 
 import javax.enterprise.deploy.model.DDBeanRoot;

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentConfigurationImpl.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentConfigurationImpl.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentConfigurationImpl.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentManagerImpl.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentManagerImpl.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentManagerImpl.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentMetaData.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentMetaData.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentMetaData.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentWorker.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentWorker.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/DeploymentWorker.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/JBossTarget.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/JBossTarget.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/JBossTarget.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, 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.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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.deployment.spi;
 
 import javax.enterprise.deploy.shared.ModuleType;

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/JMXTarget.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/JMXTarget.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/JMXTarget.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/JarUtils.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/JarUtils.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/JarUtils.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/LocalhostTarget.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/LocalhostTarget.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/LocalhostTarget.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/SerializableTargetModuleID.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/SerializableTargetModuleID.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/SerializableTargetModuleID.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/TargetModuleIDImpl.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/TargetModuleIDImpl.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/TargetModuleIDImpl.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/AbstractJBossConfigBean.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/AbstractJBossConfigBean.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/AbstractJBossConfigBean.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, 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.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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.deployment.spi.beans;
 
 import java.beans.PropertyChangeListener;

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/ConfigBeanXPaths.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/ConfigBeanXPaths.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/ConfigBeanXPaths.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, 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.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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.deployment.spi.beans;
 
 import java.util.ArrayList;

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossConfigBeanProxy.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossConfigBeanProxy.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossConfigBeanProxy.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossExample1ConfigBeanRoot.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossExample1ConfigBeanRoot.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossExample1ConfigBeanRoot.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossExample2ConfigBeanRoot.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossExample2ConfigBeanRoot.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossExample2ConfigBeanRoot.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossWebConfigBeanRoot.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossWebConfigBeanRoot.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/JBossWebConfigBeanRoot.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/TestBeans.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/TestBeans.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/TestBeans.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/WarConfigBeanRoot.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/WarConfigBeanRoot.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/beans/WarConfigBeanRoot.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/configurations/WarConfiguration.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/configurations/WarConfiguration.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/configurations/WarConfiguration.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/factories/DeploymentFactoryImpl.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/factories/DeploymentFactoryImpl.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/factories/DeploymentFactoryImpl.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/ClientConfigurationImpl.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/ClientConfigurationImpl.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/ClientConfigurationImpl.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, 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.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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.deployment.spi.status;
 
 import javax.enterprise.deploy.spi.exceptions.ClientExecuteException;

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/DeploymentStatusImpl.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/DeploymentStatusImpl.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/DeploymentStatusImpl.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, 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.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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.deployment.spi.status;
 
 import javax.enterprise.deploy.shared.ActionType;

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/ProgressListenerImpl.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/ProgressListenerImpl.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/ProgressListenerImpl.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, 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.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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.deployment.spi.status;
 
 import javax.enterprise.deploy.spi.status.ProgressEvent;

Modified: branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/ProgressObjectImpl.java
===================================================================
--- branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/ProgressObjectImpl.java	2006-09-26 12:01:23 UTC (rev 57189)
+++ branches/Branch_4_0/deployment/src/main/org/jboss/deployment/spi/status/ProgressObjectImpl.java	2006-09-26 12:03:10 UTC (rev 57190)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, 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.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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




More information about the jboss-cvs-commits mailing list