[weld-commits] Weld SVN: r5574 - in api/trunk/weld-spi/src: main/java/org/jboss/weld/bootstrap/api/helpers and 20 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Jan 22 08:41:51 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-22 08:41:46 -0500 (Fri, 22 Jan 2010)
New Revision: 5574

Modified:
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Bootstrap.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Environment.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Environments.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Lifecycle.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Service.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/ServiceRegistry.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Singleton.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/SingletonProvider.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ForwardingBootstrap.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ForwardingLifecycle.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ForwardingServiceRegistry.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/IsolatedStaticSingletonProvider.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ServiceRegistries.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/SimpleServiceRegistry.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/TCCLSingletonProvider.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/BeanDeploymentArchive.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/Deployment.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/helpers/ForwardingBeanDeploymentArchive.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/BeanStore.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/ContextualInstance.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/helpers/AbstractMapBackedBeanStore.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/helpers/ConcurrentHashMapBeanStore.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/helpers/ForwardingBeanStore.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/api/SessionObjectReference.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/BusinessInterfaceDescriptor.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/EjbDescriptor.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/EjbServices.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/InterceptorBindings.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/helpers/ForwadingBusinessInterfaceDescriptor.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/helpers/ForwardingEjbDescriptor.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/helpers/ForwardingEjbServices.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/EjbInjectionServices.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/InjectionContext.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/InjectionServices.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/JpaInjectionServices.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/ResourceInjectionServices.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/AbstractResourceServices.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/ForwardingJpaInjectionServices.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/ForwardingResourceInjectionServices.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/manager/api/ExecutorServices.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/manager/api/WeldManager.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/ResourceLoader.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/ResourceLoadingException.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/ScheduledExecutorServiceFactory.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/helpers/ForwardingResourceLoader.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/security/spi/SecurityServices.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/ContextualStore.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/helpers/SerializableContextual.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/helpers/SerializableContextualInstance.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/ServletListener.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/ServletServices.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/helpers/AbstractServletListener.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/helpers/ForwardingServletListener.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/transaction/spi/TransactionServices.java
   api/trunk/weld-spi/src/main/java/org/jboss/weld/validation/spi/ValidationServices.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/BootstrapTest.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockBootstrap.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockDeployment.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockEjbInjectionServices.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockEjbServices.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockJpaServices.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockResourceLoader.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockResourceServices.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockScheduledExecutorServiceFactory.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockSecurityServices.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockService.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockServletServices.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockTransactionServices.java
   api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockValidationServices.java
Log:
add/fix license headers

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Bootstrap.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Bootstrap.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Bootstrap.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Environment.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Environment.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Environment.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Environments.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Environments.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Environments.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Lifecycle.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Lifecycle.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Lifecycle.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.bootstrap.api;
 
 import javax.enterprise.context.spi.Context;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Service.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Service.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Service.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/ServiceRegistry.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/ServiceRegistry.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/ServiceRegistry.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.bootstrap.api;
 
 import java.util.Collection;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Singleton.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Singleton.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Singleton.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,15 +1,15 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- * 
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
  * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
  *
  * Use is subject to license terms.
  *
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
  * 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
@@ -21,7 +21,6 @@
  * limitations under the License.
  */
 
-
 package org.jboss.weld.bootstrap.api;
 
 /**

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/SingletonProvider.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/SingletonProvider.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/SingletonProvider.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,15 +1,15 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- * 
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
  * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
  *
  * Use is subject to license terms.
  *
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
  * 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

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ForwardingBootstrap.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ForwardingBootstrap.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ForwardingBootstrap.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ForwardingLifecycle.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ForwardingLifecycle.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ForwardingLifecycle.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ForwardingServiceRegistry.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ForwardingServiceRegistry.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ForwardingServiceRegistry.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.bootstrap.api.helpers;
 
 import java.util.Collection;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/IsolatedStaticSingletonProvider.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/IsolatedStaticSingletonProvider.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/IsolatedStaticSingletonProvider.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,15 +1,15 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- * 
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
  * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
  *
  * Use is subject to license terms.
  *
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
  * 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
@@ -20,7 +20,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.jboss.weld.bootstrap.api.helpers;
 
 import org.jboss.weld.bootstrap.api.Singleton;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ServiceRegistries.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ServiceRegistries.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/ServiceRegistries.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.bootstrap.api.helpers;
 
 import org.jboss.weld.bootstrap.api.Service;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/SimpleServiceRegistry.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/SimpleServiceRegistry.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/SimpleServiceRegistry.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/TCCLSingletonProvider.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/TCCLSingletonProvider.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/helpers/TCCLSingletonProvider.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,15 +1,15 @@
 /*
- *  JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- * 
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
  * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
  *
  * Use is subject to license terms.
  *
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
  * 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

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/BeanDeploymentArchive.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/BeanDeploymentArchive.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/BeanDeploymentArchive.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/Deployment.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/Deployment.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/Deployment.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/helpers/ForwardingBeanDeploymentArchive.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/helpers/ForwardingBeanDeploymentArchive.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/helpers/ForwardingBeanDeploymentArchive.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/BeanStore.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/BeanStore.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/BeanStore.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/ContextualInstance.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/ContextualInstance.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/ContextualInstance.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.context.api;
 
 import javax.enterprise.context.spi.Contextual;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/helpers/AbstractMapBackedBeanStore.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/helpers/AbstractMapBackedBeanStore.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/helpers/AbstractMapBackedBeanStore.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.context.api.helpers;
 
 import java.util.Map;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/helpers/ConcurrentHashMapBeanStore.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/helpers/ConcurrentHashMapBeanStore.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/helpers/ConcurrentHashMapBeanStore.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/helpers/ForwardingBeanStore.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/helpers/ForwardingBeanStore.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/context/api/helpers/ForwardingBeanStore.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.context.api.helpers;
 
 import java.util.Collection;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/api/SessionObjectReference.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/api/SessionObjectReference.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/api/SessionObjectReference.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/BusinessInterfaceDescriptor.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/BusinessInterfaceDescriptor.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/BusinessInterfaceDescriptor.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/EjbDescriptor.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/EjbDescriptor.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/EjbDescriptor.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/EjbServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/EjbServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/EjbServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *
@@ -9,7 +9,7 @@
  * 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,
+ * 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.

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/InterceptorBindings.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/InterceptorBindings.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/InterceptorBindings.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,15 +1,15 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual
- * contributors by the @authors tag. See the copyright.txt in the
- * distribution for a full listing of individual contributors.
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
  * 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,
+ * 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.

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/helpers/ForwadingBusinessInterfaceDescriptor.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/helpers/ForwadingBusinessInterfaceDescriptor.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/helpers/ForwadingBusinessInterfaceDescriptor.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.ejb.spi.helpers;
 
 import org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/helpers/ForwardingEjbDescriptor.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/helpers/ForwardingEjbDescriptor.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/helpers/ForwardingEjbDescriptor.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.ejb.spi.helpers;
 
 import java.lang.reflect.Method;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/helpers/ForwardingEjbServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/helpers/ForwardingEjbServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/ejb/spi/helpers/ForwardingEjbServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *
@@ -9,7 +9,7 @@
  * 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,
+ * 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.

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/EjbInjectionServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/EjbInjectionServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/EjbInjectionServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/InjectionContext.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/InjectionContext.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/InjectionContext.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/InjectionServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/InjectionServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/InjectionServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/JpaInjectionServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/JpaInjectionServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/JpaInjectionServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/ResourceInjectionServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/ResourceInjectionServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/ResourceInjectionServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/AbstractResourceServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/AbstractResourceServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/AbstractResourceServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.injection.spi.helpers;
 
 import java.beans.Introspector;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/ForwardingJpaInjectionServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/ForwardingJpaInjectionServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/ForwardingJpaInjectionServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/ForwardingResourceInjectionServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/ForwardingResourceInjectionServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/injection/spi/helpers/ForwardingResourceInjectionServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.injection.spi.helpers;
 
 import javax.enterprise.inject.spi.InjectionPoint;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/manager/api/ExecutorServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/manager/api/ExecutorServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/manager/api/ExecutorServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/manager/api/WeldManager.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/manager/api/WeldManager.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/manager/api/WeldManager.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/ResourceLoader.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/ResourceLoader.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/ResourceLoader.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/ResourceLoadingException.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/ResourceLoadingException.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/ResourceLoadingException.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.resources.spi;
 

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/ScheduledExecutorServiceFactory.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/ScheduledExecutorServiceFactory.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/ScheduledExecutorServiceFactory.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.resources.spi;
 
 import java.util.concurrent.ScheduledExecutorService;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/helpers/ForwardingResourceLoader.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/helpers/ForwardingResourceLoader.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/resources/spi/helpers/ForwardingResourceLoader.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.resources.spi.helpers;
 
 import java.net.URL;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/security/spi/SecurityServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/security/spi/SecurityServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/security/spi/SecurityServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/ContextualStore.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/ContextualStore.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/ContextualStore.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *
@@ -9,7 +9,7 @@
  * 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,
+ * 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.

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/helpers/SerializableContextual.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/helpers/SerializableContextual.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/helpers/SerializableContextual.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *
@@ -9,7 +9,7 @@
  * 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,
+ * 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.

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/helpers/SerializableContextualInstance.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/helpers/SerializableContextualInstance.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/serialization/spi/helpers/SerializableContextualInstance.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *
@@ -9,7 +9,7 @@
  * 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,
+ * 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.

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/ServletListener.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/ServletListener.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/ServletListener.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.servlet.api;
 
 import javax.servlet.ServletContextListener;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/ServletServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/ServletServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/ServletServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/helpers/AbstractServletListener.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/helpers/AbstractServletListener.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/helpers/AbstractServletListener.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.servlet.api.helpers;
 
 import javax.servlet.ServletContextEvent;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/helpers/ForwardingServletListener.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/helpers/ForwardingServletListener.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/servlet/api/helpers/ForwardingServletListener.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.servlet.api.helpers;
 
 import javax.servlet.ServletContextEvent;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/transaction/spi/TransactionServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/transaction/spi/TransactionServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/transaction/spi/TransactionServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.transaction.spi;
 
 import javax.transaction.Synchronization;

Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/validation/spi/ValidationServices.java
===================================================================
--- api/trunk/weld-spi/src/main/java/org/jboss/weld/validation/spi/ValidationServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/main/java/org/jboss/weld/validation/spi/ValidationServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/BootstrapTest.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/BootstrapTest.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/BootstrapTest.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.bootstrap.api.test;
 
 import org.jboss.weld.bootstrap.api.Bootstrap;

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockBootstrap.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockBootstrap.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockBootstrap.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.bootstrap.api.test;
 
 import java.util.Set;

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockDeployment.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockDeployment.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockDeployment.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockEjbInjectionServices.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockEjbInjectionServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockEjbInjectionServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockEjbServices.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockEjbServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockEjbServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.bootstrap.api.test;
 
 import javax.enterprise.inject.spi.InjectionPoint;

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockJpaServices.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockJpaServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockJpaServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.bootstrap.api.test;
 
 import java.util.Collection;

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockResourceLoader.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockResourceLoader.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockResourceLoader.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.bootstrap.api.test;
 
 import java.net.URL;

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockResourceServices.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockResourceServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockResourceServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.bootstrap.api.test;
 
 import javax.enterprise.inject.spi.InjectionPoint;

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockScheduledExecutorServiceFactory.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockScheduledExecutorServiceFactory.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockScheduledExecutorServiceFactory.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.bootstrap.api.test;
 
 import java.util.concurrent.ScheduledExecutorService;

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockSecurityServices.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockSecurityServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockSecurityServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockService.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockService.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockService.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockServletServices.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockServletServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockServletServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockTransactionServices.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockTransactionServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockTransactionServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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.jboss.weld.bootstrap.api.test;
 
 import javax.transaction.Synchronization;

Modified: api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockValidationServices.java
===================================================================
--- api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockValidationServices.java	2010-01-22 13:33:02 UTC (rev 5573)
+++ api/trunk/weld-spi/src/test/java/org/jboss/weld/bootstrap/api/test/MockValidationServices.java	2010-01-22 13:41:46 UTC (rev 5574)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *



More information about the weld-commits mailing list