summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENCE.txt15
-rw-r--r--Makefile1
-rw-r--r--README.txt3
-rw-r--r--mingw64-include/regex.h2
-rw-r--r--src/array/array.c1
-rw-r--r--src/array/array.h2
-rw-r--r--src/common/commonbase.c2
-rw-r--r--src/common/commonbase.h2
-rw-r--r--src/entrypoint/gateleenResclone.c1
-rw-r--r--src/gateleen_resclone/gateleen_resclone.c1
-rw-r--r--src/gateleen_resclone/gateleen_resclone.h2
-rw-r--r--src/log/log.c1
-rw-r--r--src/log/log.h2
-rw-r--r--src/mime/mime.c1
-rw-r--r--src/mime/mime.h2
-rw-r--r--src/util_string/util_string.h2
-rw-r--r--src/util_term/util_term.c1
-rw-r--r--src/util_term/util_term.h2
18 files changed, 42 insertions, 1 deletions
diff --git a/LICENCE.txt b/LICENCE.txt
new file mode 100644
index 0000000..f0308ca
--- /dev/null
+++ b/LICENCE.txt
@@ -0,0 +1,15 @@
+
+Copyright 2020, Andreas Fankhauser. All rights reserved.
+
+ THIS WORK IS PROVIDED BY THE AUTHOR(S) "AS IS" AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
+OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
+OF SUCH DAMAGE.
+
+
diff --git a/Makefile b/Makefile
index 062e8a3..32b3deb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+# By using this work you agree to the terms and conditions in 'LICENCE.txt'
CC ?=gcc
LD ?=ld
diff --git a/README.txt b/README.txt
index e70f632..95e6d74 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,7 @@
+# By using this work you agree to the terms and conditions in 'LICENCE.txt'
Gateleen Resclone
-============
+=================
Commandline utility to clone subtrees from gateleen instances.
diff --git a/mingw64-include/regex.h b/mingw64-include/regex.h
index d4c993d..21d6cc4 100644
--- a/mingw64-include/regex.h
+++ b/mingw64-include/regex.h
@@ -1,3 +1,5 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
+
#ifndef INCGUARD_4271049675ab4024740579a2e97a9704
#define INCGUARD_4271049675ab4024740579a2e97a9704
diff --git a/src/array/array.c b/src/array/array.c
index f657df5..d936851 100644
--- a/src/array/array.c
+++ b/src/array/array.c
@@ -1,3 +1,4 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
/* This */
#include "array.h"
diff --git a/src/array/array.h b/src/array/array.h
index 1fdd570..faad036 100644
--- a/src/array/array.h
+++ b/src/array/array.h
@@ -1,3 +1,5 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
+
#ifndef INCGUARD_6dff7e511be9d0848804e8d1e2dc23a4
#define INCGUARD_6dff7e511be9d0848804e8d1e2dc23a4
diff --git a/src/common/commonbase.c b/src/common/commonbase.c
index e69de29..87314a8 100644
--- a/src/common/commonbase.c
+++ b/src/common/commonbase.c
@@ -0,0 +1,2 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
+
diff --git a/src/common/commonbase.h b/src/common/commonbase.h
index 0cc509b..23f0418 100644
--- a/src/common/commonbase.h
+++ b/src/common/commonbase.h
@@ -1,3 +1,5 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
+
#ifndef INCGUARD_0835dec38b8927b0daeba484a1eb21e7
#define INCGUARD_0835dec38b8927b0daeba484a1eb21e7
diff --git a/src/entrypoint/gateleenResclone.c b/src/entrypoint/gateleenResclone.c
index ea5d920..152740c 100644
--- a/src/entrypoint/gateleenResclone.c
+++ b/src/entrypoint/gateleenResclone.c
@@ -1,3 +1,4 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
/* Project */
#include "gateleen_resclone.h"
diff --git a/src/gateleen_resclone/gateleen_resclone.c b/src/gateleen_resclone/gateleen_resclone.c
index 6f03b64..ec89699 100644
--- a/src/gateleen_resclone/gateleen_resclone.c
+++ b/src/gateleen_resclone/gateleen_resclone.c
@@ -1,3 +1,4 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
/* This Unit */
#include "gateleen_resclone.h"
diff --git a/src/gateleen_resclone/gateleen_resclone.h b/src/gateleen_resclone/gateleen_resclone.h
index 43eebcb..6f92f8b 100644
--- a/src/gateleen_resclone/gateleen_resclone.h
+++ b/src/gateleen_resclone/gateleen_resclone.h
@@ -1,3 +1,5 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
+
#ifndef INCGUARD_d16bcf26aca7174fb8aae7641c828007
#define INCGUARD_d16bcf26aca7174fb8aae7641c828007
diff --git a/src/log/log.c b/src/log/log.c
index a390421..f6660cc 100644
--- a/src/log/log.c
+++ b/src/log/log.c
@@ -1,3 +1,4 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
#include "log.h"
diff --git a/src/log/log.h b/src/log/log.h
index 82c3f34..e6520d2 100644
--- a/src/log/log.h
+++ b/src/log/log.h
@@ -1,3 +1,5 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
+
#ifndef INCGUARD_540e2cd36c1ba21909b922d45a94b7f7
#define INCGUARD_540e2cd36c1ba21909b922d45a94b7f7
diff --git a/src/mime/mime.c b/src/mime/mime.c
index e476eea..38e0668 100644
--- a/src/mime/mime.c
+++ b/src/mime/mime.c
@@ -1,3 +1,4 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
#include "mime.h"
diff --git a/src/mime/mime.h b/src/mime/mime.h
index 171290a..c3367a1 100644
--- a/src/mime/mime.h
+++ b/src/mime/mime.h
@@ -1,3 +1,5 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
+
#ifndef INCGUARD_569e6cc3cc7a72f544dd00fb071f0a17
#define INCGUARD_569e6cc3cc7a72f544dd00fb071f0a17
diff --git a/src/util_string/util_string.h b/src/util_string/util_string.h
index 45f07fd..d180dbb 100644
--- a/src/util_string/util_string.h
+++ b/src/util_string/util_string.h
@@ -1,3 +1,5 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
+
#ifndef INCGUARD_7af1eceb805a30c68adec1fd0ccc15c4
#define INCGUARD_7af1eceb805a30c68adec1fd0ccc15c4
diff --git a/src/util_term/util_term.c b/src/util_term/util_term.c
index 6ea6a12..4d01022 100644
--- a/src/util_term/util_term.c
+++ b/src/util_term/util_term.c
@@ -1,3 +1,4 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
#include "commonbase.h"
diff --git a/src/util_term/util_term.h b/src/util_term/util_term.h
index be53d7c..84894f4 100644
--- a/src/util_term/util_term.h
+++ b/src/util_term/util_term.h
@@ -1,3 +1,5 @@
+/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */
+
#ifndef INCGUARD_559e64ee2a3c96a09c7c046f15fe0b1b
#define INCGUARD_559e64ee2a3c96a09c7c046f15fe0b1b