summaryrefslogtreecommitdiff
path: root/mpn
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-09 01:09:38 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-09 01:09:38 +0200
commit434a88b5a4bee1a7fab5feb12cb6a9d3e5000356 (patch)
tree12ec3a4d7f9f22df9d46401b2fbe7bad38da4f6f /mpn
parent216d9f6b0597de8b80f32ca242ee6e088af280d1 (diff)
downloadgmp-434a88b5a4bee1a7fab5feb12cb6a9d3e5000356.tar.gz
Add a copyright notice.
Diffstat (limited to 'mpn')
-rw-r--r--mpn/README22
-rw-r--r--mpn/alpha/README23
-rw-r--r--mpn/mips3/README23
-rw-r--r--mpn/x86/README22
4 files changed, 90 insertions, 0 deletions
diff --git a/mpn/README b/mpn/README
index 7453c9d03..b51265e01 100644
--- a/mpn/README
+++ b/mpn/README
@@ -1,3 +1,25 @@
+Copyright 1996, 1999 Free Software Foundation, Inc.
+
+This file is part of the GNU MP Library.
+
+The GNU MP Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 2.1 of the License, or (at your
+option) any later version.
+
+The GNU MP Library 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 Lesser General Public
+License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.
+
+
+
+
This directory contains all code for the mpn layer of GMP.
Most subdirectories contain machine-dependent code, written in assembly or C.
diff --git a/mpn/alpha/README b/mpn/alpha/README
index 4dede327f..7229d4c81 100644
--- a/mpn/alpha/README
+++ b/mpn/alpha/README
@@ -1,3 +1,26 @@
+Copyright 1996, 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
+
+This file is part of the GNU MP Library.
+
+The GNU MP Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 2.1 of the License, or (at your
+option) any later version.
+
+The GNU MP Library 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 Lesser General Public
+License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.
+
+
+
+
+
This directory contains mpn functions optimized for DEC Alpha processors.
ALPHA ASSEMBLY RULES AND REGULATIONS
diff --git a/mpn/mips3/README b/mpn/mips3/README
index e94b2c746..1d58ad600 100644
--- a/mpn/mips3/README
+++ b/mpn/mips3/README
@@ -1,3 +1,26 @@
+Copyright 1996 Free Software Foundation, Inc.
+
+This file is part of the GNU MP Library.
+
+The GNU MP Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 2.1 of the License, or (at your
+option) any later version.
+
+The GNU MP Library 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 Lesser General Public
+License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.
+
+
+
+
+
This directory contains mpn functions optimized for MIPS3. Example of
processors that implement MIPS3 are R4000, R4400, R4600, R4700, and R8000.
diff --git a/mpn/x86/README b/mpn/x86/README
index dafc9c43a..09d059ccb 100644
--- a/mpn/x86/README
+++ b/mpn/x86/README
@@ -1,3 +1,25 @@
+Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+
+This file is part of the GNU MP Library.
+
+The GNU MP Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 2.1 of the License, or (at your
+option) any later version.
+
+The GNU MP Library 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 Lesser General Public
+License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.
+
+
+
+
X86 MPN SUBROUTINES