[weld-commits] Weld SVN: r5578 - core/trunk/porting-package/src/main/java/org/jboss/weld/tck.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Jan 22 08:48:20 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-22 08:48:20 -0500 (Fri, 22 Jan 2010)
New Revision: 5578

Modified:
   core/trunk/porting-package/src/main/java/org/jboss/weld/tck/BeansImpl.java
   core/trunk/porting-package/src/main/java/org/jboss/weld/tck/ContextsImpl.java
   core/trunk/porting-package/src/main/java/org/jboss/weld/tck/ELImpl.java
   core/trunk/porting-package/src/main/java/org/jboss/weld/tck/ManagersImpl.java
Log:
add/fix license headers

Modified: core/trunk/porting-package/src/main/java/org/jboss/weld/tck/BeansImpl.java
===================================================================
--- core/trunk/porting-package/src/main/java/org/jboss/weld/tck/BeansImpl.java	2010-01-22 13:47:50 UTC (rev 5577)
+++ core/trunk/porting-package/src/main/java/org/jboss/weld/tck/BeansImpl.java	2010-01-22 13:48:20 UTC (rev 5578)
@@ -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.tck;
 
 import org.jboss.jsr299.tck.spi.Beans;

Modified: core/trunk/porting-package/src/main/java/org/jboss/weld/tck/ContextsImpl.java
===================================================================
--- core/trunk/porting-package/src/main/java/org/jboss/weld/tck/ContextsImpl.java	2010-01-22 13:47:50 UTC (rev 5577)
+++ core/trunk/porting-package/src/main/java/org/jboss/weld/tck/ContextsImpl.java	2010-01-22 13:48:20 UTC (rev 5578)
@@ -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.tck;
 
 import org.jboss.jsr299.tck.spi.Contexts;

Modified: core/trunk/porting-package/src/main/java/org/jboss/weld/tck/ELImpl.java
===================================================================
--- core/trunk/porting-package/src/main/java/org/jboss/weld/tck/ELImpl.java	2010-01-22 13:47:50 UTC (rev 5577)
+++ core/trunk/porting-package/src/main/java/org/jboss/weld/tck/ELImpl.java	2010-01-22 13:48:20 UTC (rev 5578)
@@ -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.tck;
 
 import javax.el.ELContext;

Modified: core/trunk/porting-package/src/main/java/org/jboss/weld/tck/ManagersImpl.java
===================================================================
--- core/trunk/porting-package/src/main/java/org/jboss/weld/tck/ManagersImpl.java	2010-01-22 13:47:50 UTC (rev 5577)
+++ core/trunk/porting-package/src/main/java/org/jboss/weld/tck/ManagersImpl.java	2010-01-22 13:48:20 UTC (rev 5578)
@@ -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.tck;
 
 import javax.enterprise.inject.UnproxyableResolutionException;



More information about the weld-commits mailing list