From 71daaa827d369fd15e6ce9126f3fc13d2b75e3e4 Mon Sep 17 00:00:00 2001 From: anonimal Date: Wed, 20 Feb 2019 02:42:47 +0000 Subject: [PATCH] Makefile: add copyright --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 4e093a59..7eff3b9e 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ +# Copyright (c) 2014-2019 Zano Project +# Copyright (c) 2014 The Cryptonote developers +# Distributed under the MIT/X11 software license, see the accompanying +# file COPYING or http://www.opensource.org/licenses/mit-license.php. + # Define CMake generator system := $(shell uname) ifneq (, $(findstring MINGW, $(system)))