From 39e0096affb0505ca3db3cc1b8f7765e42352d7f Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 8 Dec 2020 17:43:42 -0500 Subject: [PATCH] mo copyrights --- Dockerfile | 4 +++- depends/funcs.mk | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f2106689..3ee058477 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 MAINTAINER Duke Leto diff --git a/depends/funcs.mk b/depends/funcs.mk index 289a400cb..22c792ef0 100644 --- a/depends/funcs.mk +++ b/depends/funcs.mk @@ -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 #Set defaults for vars which may be overridden per-package $(1)_cc=$($($(1)_type)_CC)