diff options
author | Linus Nordberg <linus@nordberg.se> | 2000-04-13 01:04:51 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2000-04-13 01:04:51 +0200 |
commit | 4750559c9b83063ddc73c566fc2be89774277d8e (patch) | |
tree | 0c1ca0c09a1edcd78c9a20b89bab68f0a1a51805 /tests | |
parent | 9907e79e7f3774861efed2b9fe6c58d0ed7053f1 (diff) | |
download | gmp-4750559c9b83063ddc73c566fc2be89774277d8e.tar.gz |
Add copyright notice.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rand/t-rand.c | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/tests/rand/t-rand.c b/tests/rand/t-rand.c index 1c475634d..79a6e9ef7 100644 --- a/tests/rand/t-rand.c +++ b/tests/rand/t-rand.c @@ -1,4 +1,25 @@ -/* t-rand -- */ +/* t-rand -- Test random number generators. */ + +/* +Copyright (C) 2000 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 Library General Public License as published by +the Free Software Foundation; either version 2 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 Library General Public +License for more details. + +You should have received a copy of the GNU Library 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. +*/ #include <stdlib.h> #include <stdio.h> |