summaryrefslogtreecommitdiffstats
path: root/mpi
diff options
context:
space:
mode:
Diffstat (limited to 'mpi')
-rwxr-xr-xmpi/make-logtab3
-rw-r--r--mpi/mpi.c3
-rw-r--r--mpi/mpi.h3
-rw-r--r--mpi/mplogic.c3
-rw-r--r--mpi/mplogic.h3
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 $
#
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 <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/mpi.h b/mpi/mpi.h
index aac49019..70f0e7d9 100644
--- a/mpi/mpi.h
+++ b/mpi/mpi.h
@@ -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