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)