From 75d83043c280bccb56a758fd4449297635885ed1 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 10 Dec 2014 17:17:30 +0000 Subject: cleaning up repo, added Apache licence to projects --- ZKTest/Debug/ZKTest | Bin 192386 -> 0 bytes ZKTest/Debug/src/ZKTest.o | Bin 371168 -> 0 bytes ZKTest/Release/ZKTest | Bin 34784 -> 0 bytes ZKTest/Release/src/ZKTest.o | Bin 35264 -> 0 bytes ZKTest/src/ZKTest.cpp | 21 ++++++++++++++++++--- zkServerFileSetup/.gitignore | 3 +-- zkServerFileSetup/src/zkServerFileSetup.cpp | 20 +++++++++++++++++--- 7 files changed, 36 insertions(+), 8 deletions(-) delete mode 100755 ZKTest/Debug/ZKTest delete mode 100644 ZKTest/Debug/src/ZKTest.o delete mode 100755 ZKTest/Release/ZKTest delete mode 100644 ZKTest/Release/src/ZKTest.o diff --git a/ZKTest/Debug/ZKTest b/ZKTest/Debug/ZKTest deleted file mode 100755 index 7b30d4a..0000000 Binary files a/ZKTest/Debug/ZKTest and /dev/null differ diff --git a/ZKTest/Debug/src/ZKTest.o b/ZKTest/Debug/src/ZKTest.o deleted file mode 100644 index acfb4d5..0000000 Binary files a/ZKTest/Debug/src/ZKTest.o and /dev/null differ diff --git a/ZKTest/Release/ZKTest b/ZKTest/Release/ZKTest deleted file mode 100755 index 3d568f6..0000000 Binary files a/ZKTest/Release/ZKTest and /dev/null differ diff --git a/ZKTest/Release/src/ZKTest.o b/ZKTest/Release/src/ZKTest.o deleted file mode 100644 index 1e683ae..0000000 Binary files a/ZKTest/Release/src/ZKTest.o and /dev/null differ 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 #include #include diff --git a/zkServerFileSetup/.gitignore b/zkServerFileSetup/.gitignore index ac01e66..8b13789 100644 --- a/zkServerFileSetup/.gitignore +++ b/zkServerFileSetup/.gitignore @@ -1,2 +1 @@ -/Debug/ -/Release/ + 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 -- cgit v1.2.1