diff --git a/Makefile b/Makefile index 0f98a0e..796d28b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Jahway603 & The Hush Developers +# Copyright (c) 2021-2023 Jahway603 & The Hush Developers # Released under the GPLv3 # # Hush Lightwalletd Makefile diff --git a/README.md b/README.md index c1a6f39..9ec021a 100644 --- a/README.md +++ b/README.md @@ -184,4 +184,4 @@ GPLv3 or later # Copyright -2016-2022 The Hush Developers +2016-2023 The Hush Developers diff --git a/main.go b/main.go index ef3f90d..225849e 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2022 Duke Leto and The Hush developers +// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license package main diff --git a/start-tls.sh b/start-tls.sh index f7936da..38791ad 100755 --- a/start-tls.sh +++ b/start-tls.sh @@ -1,5 +1,5 @@ -#!/bin/bash -# Copyright 2020-2022 The Hush Developers +#!/usr/bin/env bash +# Copyright 2020-2023 The Hush Developers # Released under GPLv3 # Description: This script would be used with a NGINX reverse proxy diff --git a/start.sh b/start.sh index 7ee49d6..49b3f4b 100755 --- a/start.sh +++ b/start.sh @@ -1,5 +1,5 @@ -#!/bin/bash -# Copyright 2020-2022 The Hush Developers +#!/usr/bin/env bash +# Copyright 2020-2023 The Hush Developers # Released under GPLv3 # Description: This script would be used with a NGINX reverse proxy diff --git a/util/build-debian-package-SBC.sh b/util/build-debian-package-SBC.sh index ffbd5cc..5b2afe3 100755 --- a/util/build-debian-package-SBC.sh +++ b/util/build-debian-package-SBC.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2021 The Hush developers +# Copyright (c) 2021-2023 The Hush developers # Distributed under the GPLv3 software license, see the accompanying # file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html # @@ -56,7 +56,7 @@ if [ ! -d $BUILD_PATH ]; then mkdir $BUILD_PATH fi -PACKAGE_VERSION=0.1.1 +PACKAGE_VERSION=0.1.3 DEBVERSION=$(echo $PACKAGE_VERSION) BUILD_DIR="$BUILD_PATH/$PACKAGE_NAME-$PACKAGE_VERSION-$ARCH" diff --git a/util/build-debian-package.sh b/util/build-debian-package.sh index c9d6fd0..7934dd3 100755 --- a/util/build-debian-package.sh +++ b/util/build-debian-package.sh @@ -1,5 +1,5 @@ -#!/bin/bash -# Copyright (c) 2021 The Hush developers +#!/usr/bin/env bash +# Copyright (c) 2021-2023 The Hush developers # Distributed under the GPLv3 software license, see the accompanying # file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html # @@ -46,7 +46,7 @@ if [ ! -d $BUILD_PATH ]; then mkdir $BUILD_PATH fi -PACKAGE_VERSION=0.1.1 +PACKAGE_VERSION=0.1.3 DEBVERSION=$(echo $PACKAGE_VERSION) BUILD_DIR="$BUILD_PATH/$PACKAGE_NAME-$PACKAGE_VERSION-$ARCH" diff --git a/util/build.sh b/util/build.sh index 6d0572d..2b9671a 100755 --- a/util/build.sh +++ b/util/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2021-2022 Duke Leto and The Hush Developers +# Copyright 2021-2023 Duke Leto and The Hush Developers # Distributed under the GPLv3 software license, see the accompanying # file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html # Purpose: Script to build Hush lightwalletd on x86 64-bit arch