summaryrefslogtreecommitdiff
path: root/mp_bpl.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-11 22:20:52 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-11 22:20:52 +0200
commitdf0fb9f8107f3eb68eeb74aedc4c557b4352ab40 (patch)
tree3567e6244d3dfad56d78630d7f8b335681728c1b /mp_bpl.c
parentdb9b455745245f71338c909772b5f8c5a4a47688 (diff)
downloadgmp-df0fb9f8107f3eb68eeb74aedc4c557b4352ab40.tar.gz
Add copyright.
Diffstat (limited to 'mp_bpl.c')
-rw-r--r--mp_bpl.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/mp_bpl.c b/mp_bpl.c
index 34734da13..3dc43b31d 100644
--- a/mp_bpl.c
+++ b/mp_bpl.c
@@ -1,3 +1,24 @@
+/*
+Copyright (C) 1996 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"