From 8bb58947166a23eb1bcbebf41f30ae9d93b688a2 Mon Sep 17 00:00:00 2001 From: Gary Tully Date: Wed, 6 Feb 2013 14:59:30 +0000 Subject: [PATCH] fix up missing license files - our rat check friend git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1442998 13f79535-47bb-0310-9956-ffa450edef68 --- .../org.apache.activemq.server-default.cfg | 17 +++++++++++++++++ .../org.apache.activemq.webconsole.cfg | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/activemq-karaf/src/main/resources/org.apache.activemq.server-default.cfg b/activemq-karaf/src/main/resources/org.apache.activemq.server-default.cfg index ac377d3b15..ed9715af8e 100644 --- a/activemq-karaf/src/main/resources/org.apache.activemq.server-default.cfg +++ b/activemq-karaf/src/main/resources/org.apache.activemq.server-default.cfg @@ -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. +## --------------------------------------------------------------------------- + broker-name=amq-broker data=${karaf.data}/${broker-name} config=${karaf.base}/etc/activemq.xml \ No newline at end of file diff --git a/activemq-karaf/src/main/resources/org.apache.activemq.webconsole.cfg b/activemq-karaf/src/main/resources/org.apache.activemq.webconsole.cfg index dce4cee1cc..76fc495efc 100644 --- a/activemq-karaf/src/main/resources/org.apache.activemq.webconsole.cfg +++ b/activemq-karaf/src/main/resources/org.apache.activemq.webconsole.cfg @@ -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. +## --------------------------------------------------------------------------- + webconsole.jms.url=tcp://localhost:61616 webconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-root webconsole.jmx.user=karaf