From 9e6fb0eba8b80ae71cc99f63cf0972d8087f0888 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 30 Jan 2023 10:40:43 +0100 Subject: [PATCH] COPYING -> LICENSE --- COPYING => LICENSE | 0 Makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename COPYING => LICENSE (100%) 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