From df0fb9f8107f3eb68eeb74aedc4c557b4352ab40 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 11 Apr 2000 22:20:52 +0200 Subject: Add copyright. --- mp_bpl.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'mp_bpl.c') 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" -- cgit v1.2.1