From 8aeb355b1970eaa8fd2302afc52ca7af225b5e3b Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Tue, 18 Dec 2012 22:05:35 +0000 Subject: QPID-4377: Add missing license headers to JCA files git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.20@1423691 13f79535-47bb-0310-9956-ffa450edef68 --- 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 ++++++++++++++++++++ .../jca/example/conf/jboss-ejb-client.properties | 18 ++++++++++++++++++ 4 files changed, 78 insertions(+) (limited to 'qpid/java/jca') diff --git a/qpid/java/jca/example/conf/glassfish-ejb-jar.xml b/qpid/java/jca/example/conf/glassfish-ejb-jar.xml index e3ea140472..f83473f867 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..a042750791 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..81f1cc1d04 100644 --- a/qpid/java/jca/example/conf/glassfish-web.xml +++ b/qpid/java/jca/example/conf/glassfish-web.xml @@ -1,4 +1,24 @@ + diff --git a/qpid/java/jca/example/conf/jboss-ejb-client.properties b/qpid/java/jca/example/conf/jboss-ejb-client.properties index 8bf1075c14..cf0b85cfe6 100644 --- a/qpid/java/jca/example/conf/jboss-ejb-client.properties +++ b/qpid/java/jca/example/conf/jboss-ejb-client.properties @@ -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. +# endpoint.name=client-endpoint remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false -- cgit v1.2.1