commit b1c355782f747c9c5487d364be4c2bcb9933220c
parent cd77db4ec44ed67f4f724d1aacafdc6c4875e4a7
Author: Jaromil <jaromil@dyne.org>
Date: Mon, 10 Jun 2019 09:29:50 +0200
documentation updates and licensing notice
Diffstat:
5 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/COPYING b/LICENSE.txt
diff --git a/README.org b/README.org
@@ -249,3 +249,22 @@ There are a few keywords you can use in the zone files:
- example-common:
: ;INCLUDED_BY example.net example.org
: ...
+
+* Acknowledgements
+
+Gitzone is copyright (C) 2013-2019 by Dyne.org foundation, Amsterdam
+
+Designed and written by tg(x)
+
+Maintained and documented by Denis Roio and Ivan J.
+
+With contributions by Zephaniah Loss-Cutler-Hull
+
+Gitzone is Licensed under the terms of the Affero GNU Public License
+as published by the Free Software Foundation; either version 3 of the
+License, or (at your option) any later version.
+
+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](LICENSE.txt).
diff --git a/bin/gitzone b/bin/gitzone
@@ -2,7 +2,7 @@
# gitzone - git-based zone file management tool for BIND
#
-# Copyright (C) 2011,2013 Dyne.org Foundation
+# Copyright (C) 2011 - 2013 Dyne.org Foundation
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
diff --git a/bin/gitzone-install b/bin/gitzone-install
@@ -2,7 +2,7 @@
#
# gitzone - git-based zone file management tool for BIND
#
-# Copyright (C) 2013,2019 Dyne.org Foundation
+# Copyright (C) 2013 - 2019 Dyne.org Foundation
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
@@ -24,7 +24,7 @@
if [ -z "$1" ]; then
echo "usage: gitzone-install username [ id_rsa.pub ]";
- exit 0
+ exit 1
fi
if ! [ "$(id -u)" = 0 ]; then
@@ -105,7 +105,7 @@ EOF
key="$2" # add ssh key
if [ -z "$key" ]; then
- exit 0
+ exit 1
fi
if ! [ -r "$key" ]; then
echo "error: key not found $key"
diff --git a/bin/gitzone-shell b/bin/gitzone-shell
@@ -2,7 +2,7 @@
#
# gitzone-shell - restrictive shell for gitzone
#
-# Copyright (C) 2011,2019 Dyne.org Foundation
+# Copyright (C) 2011 - 2019 Dyne.org Foundation
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free