[weld-commits] Weld SVN: r5581 - in cdi-tck/branches/1.0/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 10:23:33 EST 2010
Author: pete.muir at jboss.org
Date: 2010-01-22 10:23:33 -0500 (Fri, 22 Jan 2010)
New Revision: 5581
Modified:
cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/api/JSR299Configuration.java
cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/Beans.java
cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/Contexts.java
cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/EL.java
cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/Managers.java
Log:
add/fix license headers
Modified: cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/api/JSR299Configuration.java
===================================================================
--- cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/api/JSR299Configuration.java 2010-01-22 15:12:17 UTC (rev 5580)
+++ cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/api/JSR299Configuration.java 2010-01-22 15:23:33 UTC (rev 5581)
@@ -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/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/Beans.java
===================================================================
--- cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/Beans.java 2010-01-22 15:12:17 UTC (rev 5580)
+++ cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/Beans.java 2010-01-22 15:23:33 UTC (rev 5581)
@@ -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/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/Contexts.java
===================================================================
--- cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/Contexts.java 2010-01-22 15:12:17 UTC (rev 5580)
+++ cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/Contexts.java 2010-01-22 15:23:33 UTC (rev 5581)
@@ -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/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/EL.java
===================================================================
--- cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/EL.java 2010-01-22 15:12:17 UTC (rev 5580)
+++ cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/EL.java 2010-01-22 15:23:33 UTC (rev 5581)
@@ -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/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/Managers.java
===================================================================
--- cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/Managers.java 2010-01-22 15:12:17 UTC (rev 5580)
+++ cdi-tck/branches/1.0/api/src/main/java/org/jboss/jsr299/tck/spi/Managers.java 2010-01-22 15:23:33 UTC (rev 5581)
@@ -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