mo copyrights

This commit is contained in:
Duke Leto
2020-12-08 17:43:42 -05:00
parent 928bfb7177
commit 39e0096aff
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
# Copyright (c) 2019-2020 Hush developers # Copyright (c) 2016-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
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Duke Leto <duke@leto.net> MAINTAINER Duke Leto <duke@leto.net>

View File

@@ -1,3 +1,6 @@
# Copyright (c) 2016-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
define int_vars define int_vars
#Set defaults for vars which may be overridden per-package #Set defaults for vars which may be overridden per-package
$(1)_cc=$($($(1)_type)_CC) $(1)_cc=$($($(1)_type)_CC)