From 5d0d5b1bab7e2a6ffb260094e302a1a31bd9f842 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 25 Apr 2024 19:06:17 -0400 Subject: [PATCH] doc/COPYING,spline3.cabal: use AGPL-3+, ship COPYING --- doc/COPYING | 15 +++++++++++++++ spline3.cabal | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 doc/COPYING diff --git a/doc/COPYING b/doc/COPYING new file mode 100644 index 0000000..0ea6556 --- /dev/null +++ b/doc/COPYING @@ -0,0 +1,15 @@ +spline3: parallel implementation of the Sorokina/Zeilfelder spline scheme +Copyright (C) 2024 Michael Orlitzky + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . diff --git a/spline3.cabal b/spline3.cabal index 69365e7..99eef77 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -5,7 +5,7 @@ author: Michael Orlitzky maintainer: Michael Orlitzky homepage: https://michael.orlitzky.com/code/spline3.xhtml category: Math -license: AGPL-3.0-only +license: AGPL-3.0-or-later license-file: doc/LICENSE bug-reports: mailto:michael@orlitzky.com synopsis: @@ -24,6 +24,7 @@ extra-source-files: data/mri.bin data/mri.info data/announcement.txt + doc/COPYING doc/README -- Don't ship the references for copyright reasons. --doc/references/*.pdf -- 2.43.2