From 1a058f6f969de4e66a574808bc0bb0e05c80b235 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 15 Dec 2008 11:21:43 +0000 Subject: Added missing ASF license to conf files and init script git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@726681 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/etc/qpidc.conf | 18 ++++++++++++++++++ cpp/etc/qpidd | 18 ++++++++++++++++++ cpp/etc/qpidd.conf | 18 ++++++++++++++++++ cpp/etc/sasl2/qpidd.conf | 18 ++++++++++++++++++ 4 files changed, 72 insertions(+) (limited to 'cpp') diff --git a/cpp/etc/qpidc.conf b/cpp/etc/qpidc.conf index bb68e59168..588999c074 100644 --- a/cpp/etc/qpidc.conf +++ b/cpp/etc/qpidc.conf @@ -1,3 +1,21 @@ +# +# 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. +# # Configuration file for the qpid c++ client library. Entries are of # the form: # name=value diff --git a/cpp/etc/qpidd b/cpp/etc/qpidd index 912cd64ecb..f168430069 100755 --- a/cpp/etc/qpidd +++ b/cpp/etc/qpidd @@ -1,5 +1,23 @@ #!/bin/bash # +# 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. +# +# # qpidd Startup script for the Qpid messaging daemon. # diff --git a/cpp/etc/qpidd.conf b/cpp/etc/qpidd.conf index 8007606e02..d5d9344281 100644 --- a/cpp/etc/qpidd.conf +++ b/cpp/etc/qpidd.conf @@ -1,3 +1,21 @@ +# +# 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. +# # Configuration file for qpidd. Entries are of the form: # name=value # diff --git a/cpp/etc/sasl2/qpidd.conf b/cpp/etc/sasl2/qpidd.conf index 42466b60cb..05bfbdd5a9 100644 --- a/cpp/etc/sasl2/qpidd.conf +++ b/cpp/etc/sasl2/qpidd.conf @@ -1,4 +1,22 @@ # +# 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. +# +# # This configuation allows for either SASL PLAIN or ANONYMOUS # authentication. The PLAIN authentication is done on a # username+password, which is stored in the sasldb_path -- cgit v1.2.1