You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2011/09/07 16:43:33 UTC

svn commit: r1166203 - in /aries/trunk/ejb: openejb-extender-itest/src/test/java/beans/integration/ openejb-extender-itest/src/test/java/beans/integration/impl/ openejb-extender-itest/src/test/java/beans/jpa/ openejb-extender-itest/src/test/java/org/ap...

Author: timothyjward
Date: Wed Sep  7 14:43:32 2011
New Revision: 1166203

URL: http://svn.apache.org/viewvc?rev=1166203&view=rev
Log:
ARIES-718: Fix copyright headers

Modified:
    aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/Tx.java
    aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/impl/JPASingleton.java
    aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/impl/TxSingleton.java
    aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/jpa/Laptop.java
    aries/trunk/ejb/openejb-extender-itest/src/test/java/org/apache/aries/ejb/openejb/extender/itest/AbstractOpenEJBTest.java
    aries/trunk/ejb/openejb-extender/src/main/java/org/apache/aries/ejb/openejb/extender/AriesPersistenceContextIntegration.java

Modified: aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/Tx.java
URL: http://svn.apache.org/viewvc/aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/Tx.java?rev=1166203&r1=1166202&r2=1166203&view=diff
==============================================================================
--- aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/Tx.java (original)
+++ aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/Tx.java Wed Sep  7 14:43:32 2011
@@ -1,3 +1,19 @@
+/**
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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 beans.integration;
 
 import javax.ejb.Local;

Modified: aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/impl/JPASingleton.java
URL: http://svn.apache.org/viewvc/aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/impl/JPASingleton.java?rev=1166203&r1=1166202&r2=1166203&view=diff
==============================================================================
--- aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/impl/JPASingleton.java (original)
+++ aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/impl/JPASingleton.java Wed Sep  7 14:43:32 2011
@@ -1,3 +1,19 @@
+/**
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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 beans.integration.impl;
 
 import javax.ejb.Singleton;

Modified: aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/impl/TxSingleton.java
URL: http://svn.apache.org/viewvc/aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/impl/TxSingleton.java?rev=1166203&r1=1166202&r2=1166203&view=diff
==============================================================================
--- aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/impl/TxSingleton.java (original)
+++ aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/integration/impl/TxSingleton.java Wed Sep  7 14:43:32 2011
@@ -1,3 +1,19 @@
+/**
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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 beans.integration.impl;
 
 import javax.ejb.Singleton;

Modified: aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/jpa/Laptop.java
URL: http://svn.apache.org/viewvc/aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/jpa/Laptop.java?rev=1166203&r1=1166202&r2=1166203&view=diff
==============================================================================
--- aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/jpa/Laptop.java (original)
+++ aries/trunk/ejb/openejb-extender-itest/src/test/java/beans/jpa/Laptop.java Wed Sep  7 14:43:32 2011
@@ -1,3 +1,19 @@
+/**
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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 beans.jpa;
 
 import javax.persistence.Entity;

Modified: aries/trunk/ejb/openejb-extender-itest/src/test/java/org/apache/aries/ejb/openejb/extender/itest/AbstractOpenEJBTest.java
URL: http://svn.apache.org/viewvc/aries/trunk/ejb/openejb-extender-itest/src/test/java/org/apache/aries/ejb/openejb/extender/itest/AbstractOpenEJBTest.java?rev=1166203&r1=1166202&r2=1166203&view=diff
==============================================================================
--- aries/trunk/ejb/openejb-extender-itest/src/test/java/org/apache/aries/ejb/openejb/extender/itest/AbstractOpenEJBTest.java (original)
+++ aries/trunk/ejb/openejb-extender-itest/src/test/java/org/apache/aries/ejb/openejb/extender/itest/AbstractOpenEJBTest.java Wed Sep  7 14:43:32 2011
@@ -1,3 +1,19 @@
+/**
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.apache.aries.ejb.openejb.extender.itest;
 
 import static org.apache.aries.itest.ExtraOptions.mavenBundle;

Modified: aries/trunk/ejb/openejb-extender/src/main/java/org/apache/aries/ejb/openejb/extender/AriesPersistenceContextIntegration.java
URL: http://svn.apache.org/viewvc/aries/trunk/ejb/openejb-extender/src/main/java/org/apache/aries/ejb/openejb/extender/AriesPersistenceContextIntegration.java?rev=1166203&r1=1166202&r2=1166203&view=diff
==============================================================================
--- aries/trunk/ejb/openejb-extender/src/main/java/org/apache/aries/ejb/openejb/extender/AriesPersistenceContextIntegration.java (original)
+++ aries/trunk/ejb/openejb-extender/src/main/java/org/apache/aries/ejb/openejb/extender/AriesPersistenceContextIntegration.java Wed Sep  7 14:43:32 2011
@@ -1,3 +1,19 @@
+/**
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.apache.aries.ejb.openejb.extender;
 
 import java.util.Map;