diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-09-22 20:37:57 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-09-22 20:37:57 -0700 |
commit | e9db3a4cf7a6a292e74a8d77868eb356107591ca (patch) | |
tree | c1a3772cbc15bf7438f3e69fde9b24f832de4e28 /mpi | |
parent | df256d21a107b9bc30f571e0b7220186ff999e62 (diff) | |
download | txr-e9db3a4cf7a6a292e74a8d77868eb356107591ca.tar.gz txr-e9db3a4cf7a6a292e74a8d77868eb356107591ca.tar.bz2 txr-e9db3a4cf7a6a292e74a8d77868eb356107591ca.zip |
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.
Diffstat (limited to 'mpi')
-rwxr-xr-x | mpi/make-logtab | 3 | ||||
-rw-r--r-- | mpi/mpi.c | 3 | ||||
-rw-r--r-- | mpi/mpi.h | 3 | ||||
-rw-r--r-- | mpi/mplogic.c | 3 | ||||
-rw-r--r-- | mpi/mplogic.h | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/mpi/make-logtab b/mpi/make-logtab index bb4eea39..ea0e91a1 100755 --- a/mpi/make-logtab +++ b/mpi/make-logtab @@ -7,7 +7,8 @@ # estimating the output sizes of various bases. # # by Michael J. Fromberger <sting@linguist.dartmouth.edu> -# Copyright (C) 1999 Michael J. Fromberger, All Rights Reserved +# Developed 1999-2006. +# Assigned to the public domain as of 2002; see README. # # $Id: make-logtab,v 1.2 2006/07/07 19:35:02 sting Exp $ # @@ -2,7 +2,8 @@ mpi.c by Michael J. Fromberger <http://www.dartmouth.edu/~sting/> - 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 @@ -2,7 +2,8 @@ mpi.h by Michael J. Fromberger <http://www.dartmouth.edu/~sting/> - 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 diff --git a/mpi/mplogic.c b/mpi/mplogic.c index 63baeef9..94992eba 100644 --- a/mpi/mplogic.c +++ b/mpi/mplogic.c @@ -2,7 +2,8 @@ mplogic.c by Michael J. Fromberger <http://www.dartmouth.edu/~sting/> - Copyright (C) 1998 Michael J. Fromberger, All Rights Reserved + Developed 1998-2004. + Assigned to the public domain as of 2002; see README. Bitwise logical operations on MPI values diff --git a/mpi/mplogic.h b/mpi/mplogic.h index 8400da3d..a481ac11 100644 --- a/mpi/mplogic.h +++ b/mpi/mplogic.h @@ -2,7 +2,8 @@ mplogic.h by Michael J. Fromberger <http://www.dartmouth.edu/~sting/> - Copyright (C) 1998 Michael J. Fromberger, All Rights Reserved + Developed 1998-2004. + Assigned to the public domain as of 2002; see README. Bitwise logical operations on MPI values |