From 651a5fecd1ec441af1b93186faa4e6730dd044c7 Mon Sep 17 00:00:00 2001 From: Gary Tully Date: Wed, 2 Jun 2010 12:13:55 +0000 Subject: [PATCH] include license text in new files, http://svn.apache.org/viewvc?rev=950515&view=rev git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@950519 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/bugs/LoadBalanceTest.java | 16 ++++++++++++++++ .../org/apache/bugs/loadbalancetest.xml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/activemq-spring/src/test/java/org/apache/bugs/LoadBalanceTest.java b/activemq-spring/src/test/java/org/apache/bugs/LoadBalanceTest.java index 37cea69780..362c3f4097 100644 --- a/activemq-spring/src/test/java/org/apache/bugs/LoadBalanceTest.java +++ b/activemq-spring/src/test/java/org/apache/bugs/LoadBalanceTest.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.bugs; import static org.junit.Assert.assertTrue; diff --git a/activemq-spring/src/test/resources/org/apache/bugs/loadbalancetest.xml b/activemq-spring/src/test/resources/org/apache/bugs/loadbalancetest.xml index 939ecd9c38..d71daff089 100644 --- a/activemq-spring/src/test/resources/org/apache/bugs/loadbalancetest.xml +++ b/activemq-spring/src/test/resources/org/apache/bugs/loadbalancetest.xml @@ -1,4 +1,20 @@ +