summaryrefslogtreecommitdiff
path: root/ZKTest/src
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2014-12-10 17:17:30 +0000
committerMike Smith <mike.smith@codethink.co.uk>2014-12-10 17:17:30 +0000
commit75d83043c280bccb56a758fd4449297635885ed1 (patch)
treef173c071c19801e29548e21f0aa6dbda3c902613 /ZKTest/src
parentb8b5b99af8ab6a2d5c9593be2dfd8af4db3c0796 (diff)
downloadzookeeper-test-75d83043c280bccb56a758fd4449297635885ed1.tar.gz
cleaning up repo, added Apache licence to projects
Diffstat (limited to 'ZKTest/src')
-rw-r--r--ZKTest/src/ZKTest.cpp21
1 files changed, 18 insertions, 3 deletions
diff --git a/ZKTest/src/ZKTest.cpp b/ZKTest/src/ZKTest.cpp
index 85ae891..2c50dff 100644
--- a/ZKTest/src/ZKTest.cpp
+++ b/ZKTest/src/ZKTest.cpp
@@ -1,11 +1,26 @@
//============================================================================
// Name : ZKTest.cpp
-// Author : Michael P Smith (AKA, Krin), Under Codethink .Ltd
+// Author : Michael P Smith (AKA, Krin)
// Version : 0.0.1
-// Copyright : Your copyright notice
-// Description : a first attempt at making a zookeeper client in C
+// Copyright :
+// Copyright [2014] [Codethink Ltd.]
+//
+// Licensed 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.
+//
+// Description : a zookeeper client in C
//============================================================================
+
#include <iostream>
#include <cstring>
#include <algorithm>