[weld-commits] Weld SVN: r6243 - in core/branches/1.0.1-SP2: impl/src/main/java/org/jboss/weld/resolution and 19 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue May 18 12:52:03 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-18 12:52:01 -0400 (Tue, 18 May 2010)
New Revision: 6243

Modified:
   core/branches/1.0.1-SP2/impl/src/main/java/org/jboss/weld/manager/BeanManagers.java
   core/branches/1.0.1-SP2/impl/src/main/java/org/jboss/weld/resolution/InterceptorResolvableBuilder.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Consumer.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Foo.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Producer.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Test.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/contexts/conversation/ClientConversationContextTest.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/contexts/sessionInvalidation/SomeBean.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/ejb/mdb/Control.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/AbstractDAO.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/AbstractDAOImpl.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Bird.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Capercaillie.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Castle.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Feed.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/HelloAction.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/HelloBean.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/IHelloBean.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Result.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/ResultClient.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/ResultDAO.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/ResultDAOImpl.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Scottish.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/Clothes.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/Coins.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/HotAir.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/Plug.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/RunningTime.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/SerialNumber.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/TumbleDryer.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/invalidParameters/Clothes.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/invalidParameters/TumbleDryer.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/FullMarathon.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/Incremented.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/IncrementingInterceptor.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/LifecycleInterceptor.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/Marathon.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/NumberSource.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/Author.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/BlogConsumer.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/BlogFormatter.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/BlogSource.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/Consumer.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/FormattedBlog.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/MultipleBeansExtension.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/MultipleBeansTest.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/UselessBean.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/injectionPoint/Pig.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/injectionPoint/PigSty.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/jsp/JspTest.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/nonContextual/LogManager.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/nonContextual/ServletContextListenerImpl.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/nonContextual/ServletListenerTest.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/Employee.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/NewUserAction.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/SaveAction.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/User.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resolution/named/FooBean.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resolution/named/NamedBeanConsumer.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resources/ResourceTest.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resources/UTConsumer.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/serialization/LoggerConsumer.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/serialization/LoggerProducer.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/jsf/JsfApiAbstractionTest.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/util/AnnotatedTypesTest.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/util/Chair.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/util/ComfyChair.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/AbstractTestAnnotatedCallable.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/AbstractTestAnnotatedElement.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/AbstractTestAnnotatedMember.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedConstructor.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedField.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedMethod.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedParameter.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedType.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedTypeBuilder.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotationBuilder.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotationStore.java
   core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestTypeClosureBuilder.java
Log:
WELD-505

Modified: core/branches/1.0.1-SP2/impl/src/main/java/org/jboss/weld/manager/BeanManagers.java
===================================================================
--- core/branches/1.0.1-SP2/impl/src/main/java/org/jboss/weld/manager/BeanManagers.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/impl/src/main/java/org/jboss/weld/manager/BeanManagers.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.manager;
 
 import java.util.ArrayList;

Modified: core/branches/1.0.1-SP2/impl/src/main/java/org/jboss/weld/resolution/InterceptorResolvableBuilder.java
===================================================================
--- core/branches/1.0.1-SP2/impl/src/main/java/org/jboss/weld/resolution/InterceptorResolvableBuilder.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/impl/src/main/java/org/jboss/weld/resolution/InterceptorResolvableBuilder.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.resolution;
 
 import static org.jboss.weld.logging.messages.BeanManagerMessage.DUPLICATE_INTERCEPTOR_BINDING;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Consumer.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Consumer.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Consumer.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.alternatives;
 
 import javax.inject.Inject;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Foo.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Foo.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Foo.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.alternatives;
 
 public class Foo

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Producer.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Producer.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Producer.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.alternatives;
 
 import javax.enterprise.inject.Produces;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Test.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Test.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/alternatives/Test.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.alternatives;
 
 import java.lang.annotation.ElementType;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/contexts/conversation/ClientConversationContextTest.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/contexts/conversation/ClientConversationContextTest.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/contexts/conversation/ClientConversationContextTest.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.contexts.conversation;
 
 /*

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/contexts/sessionInvalidation/SomeBean.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/contexts/sessionInvalidation/SomeBean.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/contexts/sessionInvalidation/SomeBean.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.contexts.sessionInvalidation;
 
 import java.io.Serializable;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/ejb/mdb/Control.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/ejb/mdb/Control.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/ejb/mdb/Control.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.ejb.mdb;
 
 import javax.enterprise.context.ApplicationScoped;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/AbstractDAO.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/AbstractDAO.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/AbstractDAO.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 public interface AbstractDAO<E>

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/AbstractDAOImpl.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/AbstractDAOImpl.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/AbstractDAOImpl.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Bird.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Bird.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Bird.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 import javax.ejb.Remote;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Capercaillie.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Capercaillie.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Capercaillie.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 import javax.ejb.Stateful;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Castle.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Castle.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Castle.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 import javax.ejb.Stateless;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Feed.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Feed.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Feed.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 public class Feed

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/HelloAction.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/HelloAction.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/HelloAction.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 import javax.inject.Inject;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/HelloBean.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/HelloBean.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/HelloBean.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 import javax.annotation.Resource;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/IHelloBean.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/IHelloBean.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/IHelloBean.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 import javax.ejb.Local;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Result.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Result.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Result.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 public class Result

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/ResultClient.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/ResultClient.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/ResultClient.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 import javax.inject.Inject;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/ResultDAO.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/ResultDAO.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/ResultDAO.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 import javax.ejb.Local;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/ResultDAOImpl.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/ResultDAOImpl.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/ResultDAOImpl.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 import javax.ejb.Stateless;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Scottish.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Scottish.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/enterprise/Scottish.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.enterprise;
 
 import javax.ejb.Local;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/Clothes.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/Clothes.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/Clothes.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.annotatedType;
 
 import javax.enterprise.inject.spi.InjectionPoint;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/Coins.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/Coins.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/Coins.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.annotatedType;
 
 public class Coins

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/HotAir.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/HotAir.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/HotAir.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.annotatedType;
 
 public class HotAir

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/Plug.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/Plug.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/Plug.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.annotatedType;
 
 @Special

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/RunningTime.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/RunningTime.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/RunningTime.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.annotatedType;
 
 @Special

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/SerialNumber.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/SerialNumber.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/SerialNumber.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.annotatedType;
 
 public class SerialNumber

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/TumbleDryer.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/TumbleDryer.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/TumbleDryer.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.annotatedType;
 
 import javax.inject.Inject;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/invalidParameters/Clothes.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/invalidParameters/Clothes.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/invalidParameters/Clothes.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.annotatedType.invalidParameters;
 
 import javax.enterprise.inject.spi.InjectionPoint;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/invalidParameters/TumbleDryer.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/invalidParameters/TumbleDryer.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/annotatedType/invalidParameters/TumbleDryer.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.annotatedType.invalidParameters;
 
 import javax.inject.Inject;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/FullMarathon.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/FullMarathon.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/FullMarathon.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.interceptors;
 
 import java.lang.annotation.ElementType;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/Incremented.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/Incremented.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/Incremented.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.interceptors;
 
 import java.lang.annotation.ElementType;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/IncrementingInterceptor.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/IncrementingInterceptor.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/IncrementingInterceptor.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.interceptors;
 
 import javax.interceptor.InvocationContext;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/LifecycleInterceptor.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/LifecycleInterceptor.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/LifecycleInterceptor.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.interceptors;
 
 import javax.interceptor.InvocationContext;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/Marathon.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/Marathon.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/Marathon.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.interceptors;
 
 @FullMarathon

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/NumberSource.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/NumberSource.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/interceptors/NumberSource.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.interceptors;
 
 /**

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/Author.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/Author.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/Author.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.multipleBeans;
 
 import java.lang.annotation.ElementType;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/BlogConsumer.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/BlogConsumer.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/BlogConsumer.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.multipleBeans;
 
 import javax.inject.Inject;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/BlogFormatter.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/BlogFormatter.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/BlogFormatter.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.multipleBeans;
 
 import javax.enterprise.inject.Produces;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/BlogSource.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/BlogSource.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/BlogSource.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.multipleBeans;
 
 import javax.enterprise.inject.Produces;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/Consumer.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/Consumer.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/Consumer.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.multipleBeans;
 
 import java.lang.annotation.ElementType;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/FormattedBlog.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/FormattedBlog.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/FormattedBlog.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.multipleBeans;
 
 import java.lang.annotation.ElementType;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/MultipleBeansExtension.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/MultipleBeansExtension.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/MultipleBeansExtension.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.multipleBeans;
 
 import java.lang.reflect.Field;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/MultipleBeansTest.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/MultipleBeansTest.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/MultipleBeansTest.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.multipleBeans;
 
 

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/UselessBean.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/UselessBean.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/UselessBean.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.extensions.multipleBeans;
 
 /**

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/injectionPoint/Pig.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/injectionPoint/Pig.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/injectionPoint/Pig.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.injectionPoint;
 
 import javax.enterprise.inject.spi.InjectionPoint;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/injectionPoint/PigSty.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/injectionPoint/PigSty.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/injectionPoint/PigSty.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.injectionPoint;
 
 import javax.enterprise.inject.Instance;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/jsp/JspTest.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/jsp/JspTest.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/jsp/JspTest.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.jsp;
 
 /*

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/nonContextual/LogManager.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/nonContextual/LogManager.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/nonContextual/LogManager.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.nonContextual;
 
 import java.util.logging.Logger;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/nonContextual/ServletContextListenerImpl.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/nonContextual/ServletContextListenerImpl.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/nonContextual/ServletContextListenerImpl.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.nonContextual;
 
 import java.util.logging.Logger;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/nonContextual/ServletListenerTest.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/nonContextual/ServletListenerTest.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/nonContextual/ServletListenerTest.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.nonContextual;
 
 import org.jboss.testharness.impl.packaging.Artifact;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/Employee.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/Employee.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/Employee.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.producer.field.named;
 
 import java.io.Serializable;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/NewUserAction.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/NewUserAction.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/NewUserAction.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.producer.field.named;
 
 import javax.enterprise.context.RequestScoped;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/SaveAction.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/SaveAction.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/SaveAction.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.producer.field.named;
 
 import java.io.Serializable;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/User.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/User.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/producer/field/named/User.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.producer.field.named;
 
 public class User

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resolution/named/FooBean.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resolution/named/FooBean.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resolution/named/FooBean.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.resolution.named;
 
 import javax.inject.Named;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resolution/named/NamedBeanConsumer.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resolution/named/NamedBeanConsumer.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resolution/named/NamedBeanConsumer.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.resolution.named;
 
 import javax.inject.Inject;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resources/ResourceTest.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resources/ResourceTest.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resources/ResourceTest.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.resources;
 
 import org.jboss.testharness.impl.packaging.Artifact;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resources/UTConsumer.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resources/UTConsumer.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/resources/UTConsumer.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.resources;
 
 import javax.annotation.Resource;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/serialization/LoggerConsumer.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/serialization/LoggerConsumer.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/serialization/LoggerConsumer.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.serialization;
 
 import java.io.Serializable;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/serialization/LoggerProducer.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/serialization/LoggerProducer.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/serialization/LoggerProducer.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.serialization;
 
 import java.util.logging.Logger;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/jsf/JsfApiAbstractionTest.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/jsf/JsfApiAbstractionTest.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/jsf/JsfApiAbstractionTest.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.unit.jsf;
 
 import javax.faces.component.behavior.Behavior;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/util/AnnotatedTypesTest.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/util/AnnotatedTypesTest.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/util/AnnotatedTypesTest.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.unit.util;
 
 import java.util.Iterator;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/util/Chair.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/util/Chair.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/util/Chair.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.unit.util;
 
 import javax.enterprise.inject.Default;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/util/ComfyChair.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/util/ComfyChair.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/unit/util/ComfyChair.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.unit.util;
 
 public @interface ComfyChair

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/AbstractTestAnnotatedCallable.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/AbstractTestAnnotatedCallable.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/AbstractTestAnnotatedCallable.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.util.annotated;
 
 import java.lang.reflect.Member;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/AbstractTestAnnotatedElement.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/AbstractTestAnnotatedElement.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/AbstractTestAnnotatedElement.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.util.annotated;
 
 import java.lang.annotation.Annotation;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/AbstractTestAnnotatedMember.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/AbstractTestAnnotatedMember.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/AbstractTestAnnotatedMember.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.util.annotated;
 
 import java.lang.reflect.Member;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedConstructor.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedConstructor.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedConstructor.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.util.annotated;
 
 import java.lang.reflect.Constructor;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedField.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedField.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedField.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.util.annotated;
 
 import java.lang.reflect.Field;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedMethod.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedMethod.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedMethod.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.util.annotated;
 
 import java.lang.reflect.Method;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedParameter.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedParameter.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedParameter.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.util.annotated;
 
 import javax.enterprise.inject.spi.AnnotatedCallable;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedType.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedType.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedType.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.util.annotated;
 
 import java.lang.reflect.Constructor;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedTypeBuilder.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedTypeBuilder.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotatedTypeBuilder.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.util.annotated;
 
 import java.lang.annotation.Annotation;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotationBuilder.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotationBuilder.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotationBuilder.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.util.annotated;
 
 import java.lang.annotation.Annotation;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotationStore.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotationStore.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestAnnotationStore.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.util.annotated;
 
 import java.lang.annotation.Annotation;

Modified: core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestTypeClosureBuilder.java
===================================================================
--- core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestTypeClosureBuilder.java	2010-05-18 16:41:47 UTC (rev 6242)
+++ core/branches/1.0.1-SP2/tests/src/test/java/org/jboss/weld/tests/util/annotated/TestTypeClosureBuilder.java	2010-05-18 16:52:01 UTC (rev 6243)
@@ -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.tests.util.annotated;
 
 import java.lang.reflect.Type;



More information about the weld-commits mailing list