summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-08-26 17:30:00 +0000
committerGordon Sim <gsim@apache.org>2008-08-26 17:30:00 +0000
commit2486ee3848b613606a7dcdec8a6a399eafcc64b9 (patch)
treea8bf63d742b636fabbccecd20a4f5babdbc6be90 /cpp/src
parent7caacf27a24d9a9cbbc36e77474d23e90ea11a4c (diff)
downloadqpid-python-2486ee3848b613606a7dcdec8a6a399eafcc64b9.tar.gz
Add license
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@689144 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/echotest.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/cpp/src/tests/echotest.cpp b/cpp/src/tests/echotest.cpp
index 36019d1a67..e3157303bd 100644
--- a/cpp/src/tests/echotest.cpp
+++ b/cpp/src/tests/echotest.cpp
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+ */
+
#include <qpid/client/Connection.h>
#include <qpid/client/SubscriptionManager.h>
#include <qpid/client/Session.h>