From 2da08e801be698df268f35ac6e21cc8a345ba1fb Mon Sep 17 00:00:00 2001 From: Jason Stover Date: Tue, 4 Dec 2007 04:22:24 +0000 Subject: [PATCH] Removed 'Written by' line --- lib/gsl-extras/betadistinv.c | 2 +- lib/gsl-extras/binomial.c | 2 +- lib/gsl-extras/geometric.c | 2 +- lib/gsl-extras/hypergeometric.c | 2 +- lib/gsl-extras/negbinom.c | 2 +- lib/gsl-extras/poisson.c | 2 +- src/math/linreg/linreg.c | 2 +- src/math/linreg/predict.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/gsl-extras/betadistinv.c b/lib/gsl-extras/betadistinv.c index ac07e93d..b6192bfd 100644 --- a/lib/gsl-extras/betadistinv.c +++ b/lib/gsl-extras/betadistinv.c @@ -1,7 +1,7 @@ /* cdf/betadistinv.c * * 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 56c41de9..847247d4 100644 --- a/lib/gsl-extras/binomial.c +++ b/lib/gsl-extras/binomial.c @@ -1,7 +1,7 @@ /* cdf/binomial.c * * 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 71b74811..de0f0006 100644 --- a/lib/gsl-extras/geometric.c +++ b/lib/gsl-extras/geometric.c @@ -1,7 +1,7 @@ /* cdf/geometric.c * * 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 265eae29..67b757b2 100644 --- a/lib/gsl-extras/hypergeometric.c +++ b/lib/gsl-extras/hypergeometric.c @@ -1,7 +1,7 @@ /* cdf/hypergeometric.c * * 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 ae64baf6..b991f739 100644 --- a/lib/gsl-extras/negbinom.c +++ b/lib/gsl-extras/negbinom.c @@ -1,7 +1,7 @@ /* cdf/negbinom.c * * 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 7db5df10..3ce2bf5a 100644 --- a/lib/gsl-extras/poisson.c +++ b/lib/gsl-extras/poisson.c @@ -1,7 +1,7 @@ /* cdf/poisson.c * * 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/src/math/linreg/linreg.c b/src/math/linreg/linreg.c index 4fc3b20a..6bd450a1 100644 --- a/src/math/linreg/linreg.c +++ b/src/math/linreg/linreg.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2005 Free Software Foundation, Inc. Written by Jason H. Stover. + Copyright (C) 2005 Free Software Foundation, Inc. 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/src/math/linreg/predict.c b/src/math/linreg/predict.c index 876b2d86..8e628a4d 100644 --- a/src/math/linreg/predict.c +++ b/src/math/linreg/predict.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2005 Free Software Foundation, Inc. Written by Jason H. Stover. + Copyright (C) 2005 Free Software Foundation, Inc. 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 -- 2.30.2