X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgsl-extras%2Fbinomial.c;h=7736320d8bb106779354abddc229291f46c7223e;hb=d97e6b19cfddfc6fa7cd6df7112b0d2a311d8ede;hp=a85f4a3d7e61cb87dcf5958f8d0379c238453344;hpb=e6645d1e3d026dfdcadd1e63a6d6445823c92fa2;p=pspp diff --git a/lib/gsl-extras/binomial.c b/lib/gsl-extras/binomial.c index a85f4a3d7e..7736320d8b 100644 --- a/lib/gsl-extras/binomial.c +++ b/lib/gsl-extras/binomial.c @@ -1,6 +1,7 @@ /* cdf/binomial.c * - * Copyright (C) 2004 Jason H. Stover. + * Copyright (C) 2004 Free Software Foundation, Inc. + * Written by Jason H. Stover. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* @@ -32,7 +33,6 @@ * Applications," volume 1. Wiley, 1968. Exercise 45, page 173, * chapter 6. */ -#include #include #include #include