summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-10-27 09:46:31 +0000
committerGordon Sim <gsim@apache.org>2010-10-27 09:46:31 +0000
commitc771ea97d2ba53f058f57ba1cbfea643e3fee276 (patch)
tree565c99842a3b042964f605fc31fb075f55441674 /qpid/cpp
parentc4bafa4c2a626c0c7a952f6b19fc2a7f15c23793 (diff)
downloadqpid-python-c771ea97d2ba53f058f57ba1cbfea643e3fee276.tar.gz
Added another missing license
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1027880 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rwxr-xr-xqpid/cpp/src/tests/sasl_test_setup.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/sasl_test_setup.sh b/qpid/cpp/src/tests/sasl_test_setup.sh
index 69748beece..6395ba6ec3 100755
--- a/qpid/cpp/src/tests/sasl_test_setup.sh
+++ b/qpid/cpp/src/tests/sasl_test_setup.sh
@@ -1,5 +1,24 @@
#! /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.
+#
+
SASL_PW=/usr/sbin/saslpasswd2
test -x $SASL_PW || { echo Skipping SASL test, saslpasswd2 not found; exit 0; }