summaryrefslogtreecommitdiff
path: root/zkServerFileSetup/src/zkServerFileSetup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zkServerFileSetup/src/zkServerFileSetup.cpp')
-rw-r--r--zkServerFileSetup/src/zkServerFileSetup.cpp20
1 files changed, 17 insertions, 3 deletions
diff --git a/zkServerFileSetup/src/zkServerFileSetup.cpp b/zkServerFileSetup/src/zkServerFileSetup.cpp
index 03f48f0..2e088fa 100644
--- a/zkServerFileSetup/src/zkServerFileSetup.cpp
+++ b/zkServerFileSetup/src/zkServerFileSetup.cpp
@@ -8,10 +8,24 @@
//============================================================================
// 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 : Setup program for files of zookeeper server.
//============================================================================
#include <iostream>