You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by xu...@apache.org on 2011/09/21 06:55:38 UTC

svn commit: r1173496 - in /openejb/branches/openejb-3.0.x/examples: testing-security/src/test/resources/META-INF/ejb-jar.xml testing-transactions/src/test/resources/META-INF/ejb-jar.xml

Author: xuhaihong
Date: Wed Sep 21 04:55:38 2011
New Revision: 1173496

URL: http://svn.apache.org/viewvc?rev=1173496&view=rev
Log:
Add Apache License headers

Modified:
    openejb/branches/openejb-3.0.x/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0.x/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml

Modified: openejb/branches/openejb-3.0.x/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml?rev=1173496&r1=1173495&r2=1173496&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml Wed Sep 21 04:55:38 2011
@@ -1,2 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+-->
 <!-- this is here so the ejbs in the test code are discovered and deployed -->
 <ejb-jar/>
\ No newline at end of file

Modified: openejb/branches/openejb-3.0.x/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml?rev=1173496&r1=1173495&r2=1173496&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml Wed Sep 21 04:55:38 2011
@@ -1,2 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+-->
 <!-- this is here so the ejbs in the test code are discovered and deployed -->
 <ejb-jar/>
\ No newline at end of file