From 1c792244cbb030de57fd76e98633cf26c00b4c9f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 22 Sep 2016 20:37:57 -0700 Subject: Going back to unmodified 2-Clause BSD License. * LICENSE: Reverted to Two-Clause BSD license. The copyright of the Linenoise library are included, because it uses exactly the same license. A note is added about MPI being in the public domain. * LICENSE-CYG: Revised text to clarify the situation that Cygnal is only bundled with a particular Windows build of TXR. * METALICENSE: Revised text. All references to modifications to the BSD license are removed. Gives pointers to the MPI and linenoise license files. Notes that linenoise is under the Two-Clause BSD also. Makes a note about Cygnal and points to LICENSE-CYG. * inst.nsi: Remove the text which tells the user that use of the program requires agreement with the license; refer only to redistribution. The "Agree" buttons are renamed "Acknowledge". * mpi/make-logtab, mpi/mpi.c, mpi/mpi.h, mpi/mplogic.c, mpi/mplogic.h: Remove copyright notices and "all rights reserved", since the author had placed this into the public domain, as made explicit in the README file. --- mpi/mpi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mpi/mpi.c') diff --git a/mpi/mpi.c b/mpi/mpi.c index 178b5fee..1e236e26 100644 --- a/mpi/mpi.c +++ b/mpi/mpi.c @@ -2,7 +2,8 @@ mpi.c by Michael J. Fromberger - Copyright (C) 1998 Michael J. Fromberger, All Rights Reserved + Developed 1998-2004. + Assigned to the public domain as of 2002; see README. Arbitrary precision integer arithmetic library -- cgit v1.2.3