X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgsl-extras%2Fpoisson.c;h=7284666d7f7988d77048bd65e164394cc6996a42;hb=0ef6ac022673935ef842a1059aad45b89d59f025;hp=fffa99376fa89a8131a6a3b4ecb70c01a84ebe23;hpb=e6645d1e3d026dfdcadd1e63a6d6445823c92fa2;p=pspp diff --git a/lib/gsl-extras/poisson.c b/lib/gsl-extras/poisson.c index fffa99376f..7284666d7f 100644 --- a/lib/gsl-extras/poisson.c +++ b/lib/gsl-extras/poisson.c @@ -1,6 +1,7 @@ /* cdf/poisson.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. */ /* * Computes the cumulative distribution function for a Poisson @@ -37,7 +38,6 @@ #include #include #include "gsl-extras.h" -#include "gsl-extras.h" /* * Pr (X <= k) for a Poisson random variable X.