copyright

This commit is contained in:
Duke Leto
2020-12-08 07:35:35 -05:00
parent 011bbba0ad
commit 076ee2ad16
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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