summaryrefslogtreecommitdiff
path: root/mini-gmp/README
diff options
context:
space:
mode:
authorNiels M?ller <nisse@lysator.liu.se>2012-11-21 11:13:49 +0100
committerNiels M?ller <nisse@lysator.liu.se>2012-11-21 11:13:49 +0100
commit3e904e49aee4110c57b6c621b20232d705c0012e (patch)
treeaab21ae4823029b160a599eeeb6bfb88d5ff9c24 /mini-gmp/README
parent600bf09c0dbf2882fb85a516882e7181c30af5ac (diff)
downloadgmp-3e904e49aee4110c57b6c621b20232d705c0012e.tar.gz
Added copyright headers to mini-gmp files.
Diffstat (limited to 'mini-gmp/README')
-rw-r--r--mini-gmp/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/mini-gmp/README b/mini-gmp/README
index 5b891aa4d..472324c51 100644
--- a/mini-gmp/README
+++ b/mini-gmp/README
@@ -1,3 +1,21 @@
+Copyright 2011, 2012 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 3 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. If not, see http://www.gnu.org/licenses/.
+
+
This is "mini-gmp", a small implementation of a subset of GMP's mpn
and mpz interfaces.