From a0a3d638b31fd7345bab801ef45063c7f1851f2c Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Mon, 14 Apr 2008 17:33:14 +0000 Subject: [PATCH] Fixing up some missing license headers git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@647916 13f79535-47bb-0310-9956-ffa450edef68 --- .../broker/region/QueueDispatchSelector.java | 15 ++++++++++++++- .../region/policy/SimpleDispatchSelector.java | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/activemq-core/src/main/java/org/apache/activemq/broker/region/QueueDispatchSelector.java b/activemq-core/src/main/java/org/apache/activemq/broker/region/QueueDispatchSelector.java index 018eb52819..daae0c7e6f 100644 --- a/activemq-core/src/main/java/org/apache/activemq/broker/region/QueueDispatchSelector.java +++ b/activemq-core/src/main/java/org/apache/activemq/broker/region/QueueDispatchSelector.java @@ -1,5 +1,18 @@ /** - * + * 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.region; diff --git a/activemq-core/src/main/java/org/apache/activemq/broker/region/policy/SimpleDispatchSelector.java b/activemq-core/src/main/java/org/apache/activemq/broker/region/policy/SimpleDispatchSelector.java index c2f87bd837..543a664f3b 100644 --- a/activemq-core/src/main/java/org/apache/activemq/broker/region/policy/SimpleDispatchSelector.java +++ b/activemq-core/src/main/java/org/apache/activemq/broker/region/policy/SimpleDispatchSelector.java @@ -1,5 +1,18 @@ /** - * + * 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.region.policy;