On 12/1/23 11:51, Qian Yun wrote:
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository#determining-the-location-of-your-license
==== QUOTE
Most people place their license text in a file named LICENSE.txt
(or LICENSE.md or LICENSE.rst) in the root of the repository;
==== END QUOTE
So please do the rename, this way the old license file is
not touched -- everybody is happy.
Well, maybe not quite everybody.
I rather propose to commit the attached patch.
Ralf
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/9003faa1-9b7d-4ba1-97ba-e693d0714ab6%40hemmecke.org.
From cbf818c0e89b8de0e277b43396b33ee94426111e Mon Sep 17 00:00:00 2001
From: Ralf Hemmecke <r...@hemmecke.org>
Date: Fri, 1 Dec 2023 12:58:50 +0100
Subject: move license/LICENSE.AXIOM to LICENSE and add 2 copyright lines
---
license/LICENSE.AXIOM | 30 ------------------------------
src/algebra/pleqn.spad | 2 +-
src/doc/book.tex | 2 +-
src/doc/sphinx/source/index.rst | 2 +-
4 files changed, 3 insertions(+), 33 deletions(-)
delete mode 100644 license/LICENSE.AXIOM
diff --git a/license/LICENSE.AXIOM b/license/LICENSE.AXIOM
deleted file mode 100644
index e92691e6..00000000
--- a/license/LICENSE.AXIOM
+++ /dev/null
@@ -1,30 +0,0 @@
-Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- - Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- - Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
- - Neither the name of The Numerical ALgorithms Group Ltd. nor the
- names of its contributors may be used to endorse or promote products
- derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
-IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
-OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/src/algebra/pleqn.spad b/src/algebra/pleqn.spad
index 8f625599..3a65bac4 100644
--- a/src/algebra/pleqn.spad
+++ b/src/algebra/pleqn.spad
@@ -619,4 +619,4 @@ ParametricLinearEquations(R, Var, Expon, GR):
newmat(i, j) := redPol$rp (p, psb)
newmat
--- See LICENSE.AXIOM for Copyright information
+-- See LICENSE for Copyright information
diff --git a/src/doc/book.tex b/src/doc/book.tex
index 053c83e9..8058531e 100644
--- a/src/doc/book.tex
+++ b/src/doc/book.tex
@@ -19,7 +19,7 @@ It counts as the official version for the \Language{} project.
The original sources (including the text and scripts) for this book
where released in 2002 under the modified BSD license that is found in
the file
-\href{https://github.com/fricas/fricas/blob/master/license/LICENSE.AXIOM}{license/LICENSE.AXIOM}
+\href{https://github.com/fricas/fricas/blob/master/LICENSE}{LICENSE}
in the source code repository of \Language{}.
\InputIfFileExists{info.tex}{}{}
diff --git a/src/doc/sphinx/source/index.rst b/src/doc/sphinx/source/index.rst
index 0ae36c99..a29f59af 100644
--- a/src/doc/sphinx/source/index.rst
+++ b/src/doc/sphinx/source/index.rst
@@ -5,7 +5,7 @@
It is freely available under a
`modified BSD license
-<https://github.com/fricas/fricas/blob/master/license/LICENSE.AXIOM>`_.
+<https://github.com/fricas/fricas/blob/master/LICENSE>`_.
|FriCAS| is a fork (2007) of the `Axiom <http://axiom-developer.org/>`_
computer algebra system.
--
2.34.1