From 9e6fb0eba8b80ae71cc99f63cf0972d8087f0888 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 30 Jan 2023 10:40:43 +0100 Subject: COPYING -> LICENSE --- COPYING | 17 ----------------- LICENSE | 17 +++++++++++++++++ Makefile | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 COPYING create mode 100644 LICENSE diff --git a/COPYING b/COPYING deleted file mode 100644 index 01c5dc1..0000000 --- a/COPYING +++ /dev/null @@ -1,17 +0,0 @@ -icite -- Index locorum citatorum --------------------------------- - -Copyright (c) 2019, 2020, 2021, 2023 Robert Alessi - - -Permission to use, copy, modify, and distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..01c5dc1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,17 @@ +icite -- Index locorum citatorum +-------------------------------- + +Copyright (c) 2019, 2020, 2021, 2023 Robert Alessi + + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 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 -- cgit v1.2.3