diff options
author | Niels M?ller <nisse@lysator.liu.se> | 2012-11-21 11:13:49 +0100 |
---|---|---|
committer | Niels M?ller <nisse@lysator.liu.se> | 2012-11-21 11:13:49 +0100 |
commit | 3e904e49aee4110c57b6c621b20232d705c0012e (patch) | |
tree | aab21ae4823029b160a599eeeb6bfb88d5ff9c24 /mini-gmp/README | |
parent | 600bf09c0dbf2882fb85a516882e7181c30af5ac (diff) | |
download | gmp-3e904e49aee4110c57b6c621b20232d705c0012e.tar.gz |
Added copyright headers to mini-gmp files.
Diffstat (limited to 'mini-gmp/README')
-rw-r--r-- | mini-gmp/README | 18 |
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. |