From: Ben Pfaff Date: Thu, 10 Mar 2005 04:07:30 +0000 (+0000) Subject: Fix copyright notices. X-Git-Tag: sav-api~2383 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=4f71ffe74a94ea89787705f1ba12a3dd810adda5;p=pspp Fix copyright notices. --- diff --git a/lib/gsl-extras/betadistinv.c b/lib/gsl-extras/betadistinv.c index a0838d27eb..0b721cac75 100644 --- a/lib/gsl-extras/betadistinv.c +++ b/lib/gsl-extras/betadistinv.c @@ -1,6 +1,7 @@ /* cdf/betadistinv.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 diff --git a/lib/gsl-extras/binomial.c b/lib/gsl-extras/binomial.c index a85f4a3d7e..e053c3a67e 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 diff --git a/lib/gsl-extras/geometric.c b/lib/gsl-extras/geometric.c index 4612fad424..0426ed5a0b 100644 --- a/lib/gsl-extras/geometric.c +++ b/lib/gsl-extras/geometric.c @@ -1,6 +1,7 @@ /* cdf/geometric.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 diff --git a/lib/gsl-extras/hypergeometric.c b/lib/gsl-extras/hypergeometric.c index 5e4d181ce2..2e9cf69267 100644 --- a/lib/gsl-extras/hypergeometric.c +++ b/lib/gsl-extras/hypergeometric.c @@ -1,6 +1,7 @@ /* cdf/hypergeometric.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 diff --git a/lib/gsl-extras/negbinom.c b/lib/gsl-extras/negbinom.c index 0fc4689629..be39b98c3b 100644 --- a/lib/gsl-extras/negbinom.c +++ b/lib/gsl-extras/negbinom.c @@ -1,6 +1,7 @@ /* cdf/negbinom.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 diff --git a/lib/gsl-extras/poisson.c b/lib/gsl-extras/poisson.c index fffa99376f..98f584ad5e 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 @@ -37,7 +38,6 @@ #include #include #include "gsl-extras.h" -#include "gsl-extras.h" /* * Pr (X <= k) for a Poisson random variable X.