Repository: activemq Updated Branches: refs/heads/master 8e5d53966 -> e093a8c1d
NO-JIRA - add missing license headers Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/e093a8c1 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/e093a8c1 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/e093a8c1 Branch: refs/heads/master Commit: e093a8c1d8fef0cfc818fd7ad408564bbe7d281a Parents: 8e5d539 Author: Christopher L. Shannon <[email protected]> Authored: Wed Oct 24 09:01:39 2018 -0400 Committer: Christopher L. Shannon <[email protected]> Committed: Wed Oct 24 09:01:39 2018 -0400 ---------------------------------------------------------------------- activemq-http/src/test/resources/jetty.xml | 16 ++++++++++++++++ .../activemq/broker/KahaDBXARecoveryBrokerTest.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/e093a8c1/activemq-http/src/test/resources/jetty.xml ---------------------------------------------------------------------- diff --git a/activemq-http/src/test/resources/jetty.xml b/activemq-http/src/test/resources/jetty.xml index e6764fd..5e9080f 100644 --- a/activemq-http/src/test/resources/jetty.xml +++ b/activemq-http/src/test/resources/jetty.xml @@ -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. +--> <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd"> <Configure id="server" class="org.eclipse.jetty.server.Server"> http://git-wip-us.apache.org/repos/asf/activemq/blob/e093a8c1/activemq-unit-tests/src/test/java/org/apache/activemq/broker/KahaDBXARecoveryBrokerTest.java ---------------------------------------------------------------------- diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/broker/KahaDBXARecoveryBrokerTest.java b/activemq-unit-tests/src/test/java/org/apache/activemq/broker/KahaDBXARecoveryBrokerTest.java index 2c4588e..6e010b8 100644 --- a/activemq-unit-tests/src/test/java/org/apache/activemq/broker/KahaDBXARecoveryBrokerTest.java +++ b/activemq-unit-tests/src/test/java/org/apache/activemq/broker/KahaDBXARecoveryBrokerTest.java @@ -1,3 +1,19 @@ +/** + * 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. + */ package org.apache.activemq.broker; import junit.framework.Test;
