URI: 
       tdocumentation updates and licensing notice - gitzone - git-based zone management tool for static and dynamic domains
  HTML git clone https://git.parazyd.org/gitzone
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit b1c355782f747c9c5487d364be4c2bcb9933220c
   DIR parent cd77db4ec44ed67f4f724d1aacafdc6c4875e4a7
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Mon, 10 Jun 2019 09:29:50 +0200
       
       documentation updates and licensing notice
       
       Diffstat:
         R COPYING -> LICENSE.txt              |       0 
         M README.org                          |      19 +++++++++++++++++++
         M bin/gitzone                         |       2 +-
         M bin/gitzone-install                 |       6 +++---
         M bin/gitzone-shell                   |       2 +-
       
       5 files changed, 24 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/COPYING b/LICENSE.txt
   DIR diff --git a/README.org b/README.org
       t@@ -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).
   DIR diff --git a/bin/gitzone b/bin/gitzone
       t@@ -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
   DIR diff --git a/bin/gitzone-install b/bin/gitzone-install
       t@@ -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
       t@@ -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
       t@@ -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"
   DIR diff --git a/bin/gitzone-shell b/bin/gitzone-shell
       t@@ -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