diff --git a/COPYING b/LICENSE similarity index 100% rename from COPYING rename to LICENSE diff --git a/Makefile b/Makefile index 5d4d5de..b1454d5 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ CMP = lualatex-dev exts := md bib ins dtx html texsamples := $(basename $(wildcard $(PWD)/samples/*.tex)) -findopts := $(foreach ext,$(exts),-or -iname "COPYING" -or -iname "*.$(ext)") +findopts := $(foreach ext,$(exts),-or -iname "LICENSE" -or -iname "*.$(ext)") # Look into this later