From f03a7b0e7e5ebc87f999376b7ba3df1b10ea81b9 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 23 Jun 2020 12:48:36 -0400 Subject: [PATCH] Copyright --- src/hush-cli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hush-cli b/src/hush-cli index bf4511073..9cc47207a 100755 --- a/src/hush-cli +++ b/src/hush-cli @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright (c) 2019 Hush developers +# Copyright (c) 2019-2020 Hush developers +# Released under the GPLv3 # set working directory to the location of this script # readlink -f does not always exist