diff options
author | Robert Gemmell <robbie@apache.org> | 2010-08-27 13:27:18 +0000 |
---|---|---|
committer | Robert Gemmell <robbie@apache.org> | 2010-08-27 13:27:18 +0000 |
commit | 258487cbb061cd599787fb2c4c237b05208df0fe (patch) | |
tree | 65000514fb41416e928f4d800cbb62168bdae3c5 | |
parent | 8d1d70465fb15a0b91ba9919737da2f1127d29b0 (diff) | |
download | qpid-python-258487cbb061cd599787fb2c4c237b05208df0fe.tar.gz |
QPID-2822: add ASF licence to SCD log message property files
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@990147 13f79535-47bb-0310-9956-ffa450edef68
2 files changed, 40 insertions, 2 deletions
diff --git a/java/broker/src/main/java/org/apache/qpid/server/virtualhost/plugin/logging/SlowConsumerDetection_logmessages.properties b/java/broker/src/main/java/org/apache/qpid/server/virtualhost/plugin/logging/SlowConsumerDetection_logmessages.properties index 2714935a71..03c56910c2 100644 --- a/java/broker/src/main/java/org/apache/qpid/server/virtualhost/plugin/logging/SlowConsumerDetection_logmessages.properties +++ b/java/broker/src/main/java/org/apache/qpid/server/virtualhost/plugin/logging/SlowConsumerDetection_logmessages.properties @@ -1,4 +1,23 @@ -#SlowConsumerDetection.logMessages +# +# 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. +# +# Default File used for all non-defined locales. + RUNNING = SCD-1001 : Running COMPLETE = SCD-1002 : Complete CHECKING_QUEUE = SCD-1003 : Checking Status of Queue {0}
\ No newline at end of file diff --git a/java/broker/src/main/java/org/apache/qpid/server/virtualhost/plugin/logging/TopicDeletePolicy_logmessages.properties b/java/broker/src/main/java/org/apache/qpid/server/virtualhost/plugin/logging/TopicDeletePolicy_logmessages.properties index d0f5965c39..ed4fb1d45a 100644 --- a/java/broker/src/main/java/org/apache/qpid/server/virtualhost/plugin/logging/TopicDeletePolicy_logmessages.properties +++ b/java/broker/src/main/java/org/apache/qpid/server/virtualhost/plugin/logging/TopicDeletePolicy_logmessages.properties @@ -1,3 +1,22 @@ -#TopicDeletePolicy.logMessages +# +# 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. +# +# Default File used for all non-defined locales. + DELETING_QUEUE = TDP-1001 : Deleting Queue DISCONNECTING = TDP-1002 : Disconnecting Session
\ No newline at end of file |