summaryrefslogtreecommitdiff
path: root/mpz/bin_ui.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-04-10 23:43:31 +0200
committertege <tege@gmplib.org>2000-04-10 23:43:31 +0200
commitf6e9c236b1a16f6a2f00a02932682a631a8495f1 (patch)
tree623a09232b24cbe1d33a1af389a994eff8feb41a /mpz/bin_ui.c
parent0b5ec603ec60bbc5866c2649b35ed38ccdba2591 (diff)
downloadgmp-f6e9c236b1a16f6a2f00a02932682a631a8495f1.tar.gz
Add copyright notice.
Diffstat (limited to 'mpz/bin_ui.c')
-rw-r--r--mpz/bin_ui.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/mpz/bin_ui.c b/mpz/bin_ui.c
index 82f35a8be..7deba3743 100644
--- a/mpz/bin_ui.c
+++ b/mpz/bin_ui.c
@@ -1,3 +1,24 @@
+/* mpz_bin_uiui - compute n over k.
+
+Copyright (C) 1998, 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 "gmp.h"
#include "gmp-impl.h"
#include "longlong.h"