Author: jross
Date: Tue Dec 18 22:05:35 2012
New Revision: 1423691

URL: http://svn.apache.org/viewvc?rev=1423691&view=rev
Log:
QPID-4377: Add missing license headers to JCA files

Modified:
    qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-ejb-jar.xml
    qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-resources.xml
    qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-web.xml
    qpid/branches/0.20/qpid/java/jca/example/conf/jboss-ejb-client.properties

Modified: qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-ejb-jar.xml
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-ejb-jar.xml?rev=1423691&r1=1423690&r2=1423691&view=diff
==============================================================================
--- qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-ejb-jar.xml 
(original)
+++ qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-ejb-jar.xml Tue Dec 
18 22:05:35 2012
@@ -1,4 +1,24 @@
 <?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.
+ -
+-->
 <!DOCTYPE glassfish-ejb-jar PUBLIC "-//GlassFish.org//DTD GlassFish 
Application Server 3.1 EJB 3.1//EN" 
"http://glassfish.org/dtds/glassfish-ejb-jar_3_1-1.dtd";>
 <glassfish-ejb-jar>
    <enterprise-beans>

Modified: qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-resources.xml
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-resources.xml?rev=1423691&r1=1423690&r2=1423691&view=diff
==============================================================================
--- qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-resources.xml 
(original)
+++ qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-resources.xml Tue 
Dec 18 22:05:35 2012
@@ -1,4 +1,24 @@
 <?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.
+ -
+-->
 <!DOCTYPE resources PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 
3.1 Resource Definitions//EN" 
"http://glassfish.org/dtds/glassfish-resources_1_5.dtd";>
 <resources>
 

Modified: qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-web.xml
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-web.xml?rev=1423691&r1=1423690&r2=1423691&view=diff
==============================================================================
--- qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-web.xml (original)
+++ qpid/branches/0.20/qpid/java/jca/example/conf/glassfish-web.xml Tue Dec 18 
22:05:35 2012
@@ -1,4 +1,24 @@
 <?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.
+ -
+-->
 <!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish 
Application Server 3.1 Servlet 3.0//EN" 
"http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd";>
 <glassfish-web-app>
 

Modified: 
qpid/branches/0.20/qpid/java/jca/example/conf/jboss-ejb-client.properties
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.20/qpid/java/jca/example/conf/jboss-ejb-client.properties?rev=1423691&r1=1423690&r2=1423691&view=diff
==============================================================================
--- qpid/branches/0.20/qpid/java/jca/example/conf/jboss-ejb-client.properties 
(original)
+++ qpid/branches/0.20/qpid/java/jca/example/conf/jboss-ejb-client.properties 
Tue Dec 18 22:05:35 2012
@@ -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
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to