From 041bc818209a872ed0840a3961fe20fda93f9986 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sat, 28 Jan 2023 11:13:38 +0100 Subject: COPYING -> LICENSE. added sr.ht repo --- COPYING | 17 ----------------- LICENSE | 17 +++++++++++++++++ Makefile | 2 +- README.md | 4 ++++ about.html | 2 ++ 5 files changed, 24 insertions(+), 18 deletions(-) delete mode 100644 COPYING create mode 100644 LICENSE diff --git a/COPYING b/COPYING deleted file mode 100644 index cfcd8aa..0000000 --- a/COPYING +++ /dev/null @@ -1,17 +0,0 @@ -ekdosis -- Typesetting TEI xml-Compliant Critical Editions ----------------------------------------------------------- - -Copyright (c) 2020, 2021, 2022, 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..cfcd8aa --- /dev/null +++ b/LICENSE @@ -0,0 +1,17 @@ +ekdosis -- Typesetting TEI xml-Compliant Critical Editions +---------------------------------------------------------- + +Copyright (c) 2020, 2021, 2022, 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 a38fa34..69dd727 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ HOMEDIR := $$HOME SAMPLES := samples exts := md html ins dtx el -files := AUTHORS.md COPYING +files := AUTHORS.md LICENSE findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") findfiles := $(foreach file,$(files), -or -iname "$(file)") diff --git a/README.md b/README.md index d2281e6..328ea42 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,10 @@ Use this command to download the repository git clone http://git.robertalessi.net/ekdosis +or + + git clone https://git.sr.ht/~ralessi/ekdosis + A new directory named ekdosis will have been created, containing `ekdosis`. diff --git a/about.html b/about.html index 8011a6f..6b945d4 100644 --- a/about.html +++ b/about.html @@ -78,6 +78,8 @@ version control system. You will need to install git (most Unix/Linux distributions package it in their repositories).

Use this command to download the repository

git clone http://git.robertalessi.net/ekdosis
+

or

+
git clone https://git.sr.ht/~ralessi/ekdosis

A new directory named ekdosis will have been created, containing ekdosis.

Git Hosting

-- cgit v1.2.3