You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2006/12/08 03:40:48 UTC

svn commit: r483792 - in /incubator/openejb/branches/v2_2/openejb2/itests/openejb-itests-core/src/main/resources/META-INF: ejb-jar.xml openejb-jar.xml

Author: dblevins
Date: Thu Dec  7 18:40:47 2006
New Revision: 483792

URL: http://svn.apache.org/viewvc?view=rev&rev=483792
Log:
Added license headers

Modified:
    incubator/openejb/branches/v2_2/openejb2/itests/openejb-itests-core/src/main/resources/META-INF/ejb-jar.xml
    incubator/openejb/branches/v2_2/openejb2/itests/openejb-itests-core/src/main/resources/META-INF/openejb-jar.xml

Modified: incubator/openejb/branches/v2_2/openejb2/itests/openejb-itests-core/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/branches/v2_2/openejb2/itests/openejb-itests-core/src/main/resources/META-INF/ejb-jar.xml?view=diff&rev=483792&r1=483791&r2=483792
==============================================================================
--- incubator/openejb/branches/v2_2/openejb2/itests/openejb-itests-core/src/main/resources/META-INF/ejb-jar.xml (original)
+++ incubator/openejb/branches/v2_2/openejb2/itests/openejb-itests-core/src/main/resources/META-INF/ejb-jar.xml Thu Dec  7 18:40:47 2006
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="US-ASCII"?>
+<!--
+    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.
+-->
 
 <ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/openejb/branches/v2_2/openejb2/itests/openejb-itests-core/src/main/resources/META-INF/openejb-jar.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/branches/v2_2/openejb2/itests/openejb-itests-core/src/main/resources/META-INF/openejb-jar.xml?view=diff&rev=483792&r1=483791&r2=483792
==============================================================================
--- incubator/openejb/branches/v2_2/openejb2/itests/openejb-itests-core/src/main/resources/META-INF/openejb-jar.xml (original)
+++ incubator/openejb/branches/v2_2/openejb2/itests/openejb-itests-core/src/main/resources/META-INF/openejb-jar.xml Thu Dec  7 18:40:47 2006
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+    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.
+-->
 
 <openejb-jar xmlns="http://openejb.apache.org/xml/ns/openejb-jar-2.2"
   xmlns:pkgen="http://openejb.apache.org/xml/ns/pkgen-2.1"