From 6c08a8d73efb861a41bb81ee158e09efdc8d3306 Mon Sep 17 00:00:00 2001 From: Aryeh Date: Sun, 13 Feb 2022 11:47:19 +1100 Subject: [PATCH] updated makefile to include zlib license --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 18d047d..bd0d848 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,9 @@ +# Copyright (c) 2020 Jonathan Moallem (@J-Mo63) & Aryeh Zinn (@Raelr) +# +# This code is released under an unmodified zlib license. +# For conditions of distribution and use, please see: +# https://opensource.org/licenses/Zlib + # Define custom functions rwildcard = $(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2)) platformpth = $(subst /,$(PATHSEP),$1)