diff --git a/zcutil/build-debian-package.sh b/zcutil/build-debian-package.sh index e4dccda83..a5c7a3f07 100755 --- a/zcutil/build-debian-package.sh +++ b/zcutil/build-debian-package.sh @@ -1,5 +1,4 @@ #!/bin/bash -# Released under the GPLv3 # Copyright (c) 2019-2020 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 diff --git a/zcutil/build-win.sh b/zcutil/build-win.sh index ccf6657e8..a954b0467 100755 --- a/zcutil/build-win.sh +++ b/zcutil/build-win.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (c) 2019-2020 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 export HOST=x86_64-w64-mingw32 CXX=x86_64-w64-mingw32-g++-posix CC=x86_64-w64-mingw32-gcc-posix