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:45:01 UTC

svn commit: r1173493 - in /openejb/branches/openejb-3.0.x/examples: component-interfaces/src/main/resources/META-INF/ custom-injection/src/main/resources/META-INF/ helloworld-weblogic/src/main/resources/META-INF/ injection-of-datasource/src/main/resour...

Author: xuhaihong
Date: Wed Sep 21 04:45:00 2011
New Revision: 1173493

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

Modified:
    openejb/branches/openejb-3.0.x/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0.x/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0.x/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0.x/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0.x/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0.x/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0.x/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0.x/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0.x/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0.x/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0.x/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0.x/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml

Modified: openejb/branches/openejb-3.0.x/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml?rev=1173493&r1=1173492&r2=1173493&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml Wed Sep 21 04:45:00 2011
@@ -1 +1,19 @@
+<?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.
+-->
 <ejb-jar/>
\ No newline at end of file

Modified: openejb/branches/openejb-3.0.x/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml?rev=1173493&r1=1173492&r2=1173493&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml Wed Sep 21 04:45:00 2011
@@ -1 +1,19 @@
+<?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.
+-->
 <ejb-jar/>
\ No newline at end of file

Modified: openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml?rev=1173493&r1=1173492&r2=1173493&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml Wed Sep 21 04:45:00 2011
@@ -1 +1,19 @@
+<?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.
+-->
 <ejb-jar/>
\ No newline at end of file

Modified: openejb/branches/openejb-3.0.x/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml?rev=1173493&r1=1173492&r2=1173493&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml Wed Sep 21 04:45:00 2011
@@ -1 +1,19 @@
+<?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.
+-->
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0.x/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml?rev=1173493&r1=1173492&r2=1173493&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml Wed Sep 21 04:45:00 2011
@@ -1 +1,19 @@
+<?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.
+-->
 <ejb-jar/>
\ No newline at end of file

Modified: openejb/branches/openejb-3.0.x/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml?rev=1173493&r1=1173492&r2=1173493&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml Wed Sep 21 04:45:00 2011
@@ -1 +1,19 @@
+<?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.
+-->
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0.x/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml?rev=1173493&r1=1173492&r2=1173493&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml Wed Sep 21 04:45:00 2011
@@ -1 +1,19 @@
+<?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.
+-->
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0.x/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml?rev=1173493&r1=1173492&r2=1173493&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml Wed Sep 21 04:45:00 2011
@@ -1 +1,19 @@
+<?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.
+-->
 <ejb-jar/>
\ No newline at end of file

Modified: openejb/branches/openejb-3.0.x/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml?rev=1173493&r1=1173492&r2=1173493&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml Wed Sep 21 04:45:00 2011
@@ -1 +1,19 @@
+<?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.
+-->
 <ejb-jar/>
\ No newline at end of file

Modified: openejb/branches/openejb-3.0.x/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml?rev=1173493&r1=1173492&r2=1173493&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml Wed Sep 21 04:45:00 2011
@@ -1 +1,19 @@
+<?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.
+-->
 <ejb-jar/>
\ No newline at end of file

Modified: openejb/branches/openejb-3.0.x/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml?rev=1173493&r1=1173492&r2=1173493&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml Wed Sep 21 04:45:00 2011
@@ -1 +1,19 @@
+<?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.
+-->
 <ejb-jar/>
\ No newline at end of file

Modified: openejb/branches/openejb-3.0.x/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml?rev=1173493&r1=1173492&r2=1173493&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml Wed Sep 21 04:45:00 2011
@@ -1 +1,19 @@
+<?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.
+-->
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0.x/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml?rev=1173493&r1=1173492&r2=1173493&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml Wed Sep 21 04:45:00 2011
@@ -1 +1,19 @@
+<?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.
+-->
 <ejb-jar/>