summaryrefslogtreecommitdiff
path: root/mpn/README
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/README
parent216d9f6b0597de8b80f32ca242ee6e088af280d1 (diff)
downloadgmp-434a88b5a4bee1a7fab5feb12cb6a9d3e5000356.tar.gz
Add a copyright notice.
Diffstat (limited to 'mpn/README')
-rw-r--r--mpn/README22
1 files changed, 22 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.