Author: gsim
Date: Mon Dec 15 03:21:43 2008
New Revision: 726681

URL: http://svn.apache.org/viewvc?rev=726681&view=rev
Log:
Added missing ASF license to conf files and init script


Modified:
    qpid/trunk/qpid/cpp/etc/qpidc.conf
    qpid/trunk/qpid/cpp/etc/qpidd
    qpid/trunk/qpid/cpp/etc/qpidd.conf
    qpid/trunk/qpid/cpp/etc/sasl2/qpidd.conf

Modified: qpid/trunk/qpid/cpp/etc/qpidc.conf
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/etc/qpidc.conf?rev=726681&r1=726680&r2=726681&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/etc/qpidc.conf (original)
+++ qpid/trunk/qpid/cpp/etc/qpidc.conf Mon Dec 15 03:21:43 2008
@@ -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

Modified: qpid/trunk/qpid/cpp/etc/qpidd
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/etc/qpidd?rev=726681&r1=726680&r2=726681&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/etc/qpidd (original)
+++ qpid/trunk/qpid/cpp/etc/qpidd Mon Dec 15 03:21:43 2008
@@ -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.
 #
 

Modified: qpid/trunk/qpid/cpp/etc/qpidd.conf
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/etc/qpidd.conf?rev=726681&r1=726680&r2=726681&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/etc/qpidd.conf (original)
+++ qpid/trunk/qpid/cpp/etc/qpidd.conf Mon Dec 15 03:21:43 2008
@@ -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 
 #

Modified: qpid/trunk/qpid/cpp/etc/sasl2/qpidd.conf
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/etc/sasl2/qpidd.conf?rev=726681&r1=726680&r2=726681&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/etc/sasl2/qpidd.conf (original)
+++ qpid/trunk/qpid/cpp/etc/sasl2/qpidd.conf Mon Dec 15 03:21:43 2008
@@ -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


Reply via email to