[weld-commits] Weld SVN: r5569 - in cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck: spi and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Jan 22 08:16:09 EST 2010


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

Modified:
   cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/api/JSR299Configuration.java
   cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Beans.java
   cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Contexts.java
   cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/EL.java
   cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Managers.java
Log:
add license headers

Modified: cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/api/JSR299Configuration.java
===================================================================
--- cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/api/JSR299Configuration.java	2010-01-22 12:52:24 UTC (rev 5568)
+++ cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/api/JSR299Configuration.java	2010-01-22 13:16:08 UTC (rev 5569)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, 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.jsr299.tck.api;
 
 import javax.enterprise.context.spi.Context;

Modified: cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Beans.java
===================================================================
--- cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Beans.java	2010-01-22 12:52:24 UTC (rev 5568)
+++ cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Beans.java	2010-01-22 13:16:08 UTC (rev 5569)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, 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.jsr299.tck.spi;
 
 /**

Modified: cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Contexts.java
===================================================================
--- cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Contexts.java	2010-01-22 12:52:24 UTC (rev 5568)
+++ cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Contexts.java	2010-01-22 13:16:08 UTC (rev 5569)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, 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.jsr299.tck.spi;
 
 import javax.enterprise.context.spi.Context;

Modified: cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/EL.java
===================================================================
--- cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/EL.java	2010-01-22 12:52:24 UTC (rev 5568)
+++ cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/EL.java	2010-01-22 13:16:08 UTC (rev 5569)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, 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.jsr299.tck.spi;
 
 import javax.el.ELContext;

Modified: cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Managers.java
===================================================================
--- cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Managers.java	2010-01-22 12:52:24 UTC (rev 5568)
+++ cdi-tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/Managers.java	2010-01-22 13:16:08 UTC (rev 5569)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, 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.jsr299.tck.spi;
 
 import javax.enterprise.inject.spi.BeanManager;



More information about the weld-commits mailing list