From ab769257e07a61d91902294344c84849dc2963e6 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 9 Jul 2021 15:09:19 -0400 Subject: [PATCH] Add copyright --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autogen.sh b/autogen.sh index 3e26a1830..6932fae53 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,7 @@ #!/bin/sh +# Copyright (c) 2016-2021 The Hush developers +# Distributed under the GPLv3 software license, see the accompanying +# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html set -e srcdir="$(dirname $0)" cd "$srcdir"