aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2023-01-30 10:40:43 +0100
committerRobert Alessi <alessi@robertalessi.net>2023-01-30 10:53:30 +0100
commit9e6fb0eba8b80ae71cc99f63cf0972d8087f0888 (patch)
tree97478c0292cb4aa846ad0032322a5fe6b03a5f69
parentadc5f5015dcde68a169af273f9574f3879da7fbd (diff)
downloadicite-9e6fb0eba8b80ae71cc99f63cf0972d8087f0888.tar.gz
COPYING -> LICENSE
-rw-r--r--LICENSE (renamed from COPYING)0
-rw-r--r--Makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/COPYING b/LICENSE
index 01c5dc1..01c5dc1 100644
--- a/COPYING
+++ b/LICENSE
diff --git a/Makefile b/Makefile
index 5d4d5de..b1454d5 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CMP = lualatex-dev
9 9
10exts := md bib ins dtx html 10exts := md bib ins dtx html
11texsamples := $(basename $(wildcard $(PWD)/samples/*.tex)) 11texsamples := $(basename $(wildcard $(PWD)/samples/*.tex))
12findopts := $(foreach ext,$(exts),-or -iname "COPYING" -or -iname "*.$(ext)") 12findopts := $(foreach ext,$(exts),-or -iname "LICENSE" -or -iname "*.$(ext)")
13 13
14 14
15# Look into this later 15# Look into this later