From e093a8c1d8fef0cfc818fd7ad408564bbe7d281a Mon Sep 17 00:00:00 2001 From: "Christopher L. Shannon" Date: Wed, 24 Oct 2018 09:01:39 -0400 Subject: [PATCH] NO-JIRA - add missing license headers --- activemq-http/src/test/resources/jetty.xml | 16 ++++++++++++++++ .../broker/KahaDBXARecoveryBrokerTest.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/activemq-http/src/test/resources/jetty.xml b/activemq-http/src/test/resources/jetty.xml index e6764fd93f..5e9080ffdc 100644 --- a/activemq-http/src/test/resources/jetty.xml +++ b/activemq-http/src/test/resources/jetty.xml @@ -1,4 +1,20 @@ + 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 2c4588ed53..6e010b8d11 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;