From 4f71ffe74a94ea89787705f1ba12a3dd810adda5 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 10 Mar 2005 04:07:30 +0000 Subject: [PATCH] Fix copyright notices. --- lib/gsl-extras/betadistinv.c | 3 ++- lib/gsl-extras/binomial.c | 3 ++- lib/gsl-extras/geometric.c | 3 ++- lib/gsl-extras/hypergeometric.c | 3 ++- lib/gsl-extras/negbinom.c | 3 ++- lib/gsl-extras/poisson.c | 4 ++-- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/lib/gsl-extras/betadistinv.c b/lib/gsl-extras/betadistinv.c index a0838d27..0b721cac 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 a85f4a3d..e053c3a6 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 4612fad4..0426ed5a 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 5e4d181c..2e9cf692 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 0fc46896..be39b98c 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 fffa9937..98f584ad 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. -- 2.30.2