You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2007/03/08 07:16:14 UTC

svn commit: r515935 - in /activemq/branches/activemq-4.1: activemq-optional/src/test/resources/org/apache/activemq/util/test-log4j.properties activemq-xmpp/src/test/resources/example-xmpp.xml

Author: chirino
Date: Wed Mar  7 22:16:13 2007
New Revision: 515935

URL: http://svn.apache.org/viewvc?view=rev&rev=515935
Log:
Added some missing licence headers.

Modified:
    activemq/branches/activemq-4.1/activemq-optional/src/test/resources/org/apache/activemq/util/test-log4j.properties
    activemq/branches/activemq-4.1/activemq-xmpp/src/test/resources/example-xmpp.xml

Modified: activemq/branches/activemq-4.1/activemq-optional/src/test/resources/org/apache/activemq/util/test-log4j.properties
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-optional/src/test/resources/org/apache/activemq/util/test-log4j.properties?view=diff&rev=515935&r1=515934&r2=515935
==============================================================================
--- activemq/branches/activemq-4.1/activemq-optional/src/test/resources/org/apache/activemq/util/test-log4j.properties (original)
+++ activemq/branches/activemq-4.1/activemq-optional/src/test/resources/org/apache/activemq/util/test-log4j.properties Wed Mar  7 22:16:13 2007
@@ -1,3 +1,20 @@
+## ---------------------------------------------------------------------------
+## 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.
+## ---------------------------------------------------------------------------
+
 # Make level to fatal so it would not affect the test case
 log4j.rootLogger=fatal, jms
 

Modified: activemq/branches/activemq-4.1/activemq-xmpp/src/test/resources/example-xmpp.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-xmpp/src/test/resources/example-xmpp.xml?view=diff&rev=515935&r1=515934&r2=515935
==============================================================================
--- activemq/branches/activemq-4.1/activemq-xmpp/src/test/resources/example-xmpp.xml (original)
+++ activemq/branches/activemq-4.1/activemq-xmpp/src/test/resources/example-xmpp.xml Wed Mar  7 22:16:13 2007
@@ -1,4 +1,20 @@
 <?xml version='1.0'?>
+<!--
+  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.
+-->
 <stream:stream
         to='example.com'
         xmlns='jabber:client'