From aa651ca79f66fb9120b70a30b4057bebec190eda Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 16 Dec 2013 11:22:47 +0000 Subject: QPID-5255: apply JCAMissingLicense.patch from QPID-4961 to trunk, for later merge to 0.26 branch merged from trunk r1551162 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.26@1551185 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/jca/README-GERONIMO.txt | 18 ++++++++++++++++++ qpid/java/jca/README-JBOSS-EAP6.txt | 18 ++++++++++++++++++ qpid/java/jca/README-JBOSS.txt | 18 ++++++++++++++++++ qpid/java/jca/README.txt | 18 ++++++++++++++++++ qpid/java/jca/example/README-EXAMPLE.txt | 18 ++++++++++++++++++ qpid/java/jca/example/README-GERONIMO.txt | 18 ++++++++++++++++++ qpid/java/jca/example/README-GLASSFISH.txt | 18 ++++++++++++++++++ qpid/java/jca/example/README-JBOSS.txt | 18 ++++++++++++++++++ qpid/java/jca/example/README-JBOSS7.txt | 18 ++++++++++++++++++ qpid/java/jca/example/conf/glassfish-ejb-jar.xml | 20 ++++++++++++++++++++ qpid/java/jca/example/conf/glassfish-resources.xml | 20 ++++++++++++++++++++ qpid/java/jca/example/conf/glassfish-web.xml | 20 ++++++++++++++++++++ 12 files changed, 222 insertions(+) diff --git a/qpid/java/jca/README-GERONIMO.txt b/qpid/java/jca/README-GERONIMO.txt index 3b72a7e094..504d33eab8 100644 --- a/qpid/java/jca/README-GERONIMO.txt +++ b/qpid/java/jca/README-GERONIMO.txt @@ -1,3 +1,21 @@ +# +# 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. +# Qpid JCA Resource Adapter Apache Geronimo 2.x Installation and Configuration Instructions diff --git a/qpid/java/jca/README-JBOSS-EAP6.txt b/qpid/java/jca/README-JBOSS-EAP6.txt index 219bfb6468..cd5f42d9aa 100644 --- a/qpid/java/jca/README-JBOSS-EAP6.txt +++ b/qpid/java/jca/README-JBOSS-EAP6.txt @@ -1,3 +1,21 @@ +# +# 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. +# Qpid JCA Resource Adapter JBoss EAP 6.x Installation and Configuration Instructions diff --git a/qpid/java/jca/README-JBOSS.txt b/qpid/java/jca/README-JBOSS.txt index 717565b938..80d6573b33 100644 --- a/qpid/java/jca/README-JBOSS.txt +++ b/qpid/java/jca/README-JBOSS.txt @@ -1,3 +1,21 @@ +# +# 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. +# Qpid JCA Resource Adapter JBoss EAP 5.x Installation and Configuration Instructions diff --git a/qpid/java/jca/README.txt b/qpid/java/jca/README.txt index d4c14112a4..86f548ce39 100644 --- a/qpid/java/jca/README.txt +++ b/qpid/java/jca/README.txt @@ -1,3 +1,21 @@ +# +# 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. +# Qpid JCA Resource Adapter Installation/Configuration Instructions Overview diff --git a/qpid/java/jca/example/README-EXAMPLE.txt b/qpid/java/jca/example/README-EXAMPLE.txt index fd0af585ef..7ff331116c 100644 --- a/qpid/java/jca/example/README-EXAMPLE.txt +++ b/qpid/java/jca/example/README-EXAMPLE.txt @@ -1,3 +1,21 @@ +# +# 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. +# Qpid JCA Example Overview diff --git a/qpid/java/jca/example/README-GERONIMO.txt b/qpid/java/jca/example/README-GERONIMO.txt index d58d034c79..51cf2c4e9c 100644 --- a/qpid/java/jca/example/README-GERONIMO.txt +++ b/qpid/java/jca/example/README-GERONIMO.txt @@ -1,3 +1,21 @@ +# +# 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. +# Qpid JCA Example - Apache Geronimo 2.x Overview diff --git a/qpid/java/jca/example/README-GLASSFISH.txt b/qpid/java/jca/example/README-GLASSFISH.txt index 1b73ba68fd..ccbc257c04 100644 --- a/qpid/java/jca/example/README-GLASSFISH.txt +++ b/qpid/java/jca/example/README-GLASSFISH.txt @@ -1,3 +1,21 @@ +# +# 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. +# Qpid JCA Example - Glassfish 3.x Overview diff --git a/qpid/java/jca/example/README-JBOSS.txt b/qpid/java/jca/example/README-JBOSS.txt index e23b3ba308..ffc750a078 100644 --- a/qpid/java/jca/example/README-JBOSS.txt +++ b/qpid/java/jca/example/README-JBOSS.txt @@ -1,3 +1,21 @@ +# +# 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. +# Qpid JCA Example - JBoss EAP 5.x, JBoss 5.x, 6.x Overview diff --git a/qpid/java/jca/example/README-JBOSS7.txt b/qpid/java/jca/example/README-JBOSS7.txt index 5234a0b293..ae12078cd0 100644 --- a/qpid/java/jca/example/README-JBOSS7.txt +++ b/qpid/java/jca/example/README-JBOSS7.txt @@ -1,3 +1,21 @@ +# +# 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. +# Qpid JCA Example - JBoss AS 7 Overview diff --git a/qpid/java/jca/example/conf/glassfish-ejb-jar.xml b/qpid/java/jca/example/conf/glassfish-ejb-jar.xml index e3ea140472..3416e2b4ae 100644 --- a/qpid/java/jca/example/conf/glassfish-ejb-jar.xml +++ b/qpid/java/jca/example/conf/glassfish-ejb-jar.xml @@ -1,4 +1,24 @@ + diff --git a/qpid/java/jca/example/conf/glassfish-resources.xml b/qpid/java/jca/example/conf/glassfish-resources.xml index 9eab4302d5..ce1fc5b764 100644 --- a/qpid/java/jca/example/conf/glassfish-resources.xml +++ b/qpid/java/jca/example/conf/glassfish-resources.xml @@ -1,4 +1,24 @@ + diff --git a/qpid/java/jca/example/conf/glassfish-web.xml b/qpid/java/jca/example/conf/glassfish-web.xml index 950ee73d51..3aa49c01b1 100644 --- a/qpid/java/jca/example/conf/glassfish-web.xml +++ b/qpid/java/jca/example/conf/glassfish-web.xml @@ -1,4 +1,24 @@ + -- cgit v1.2.1