pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp lib/gsl-extras/betadistinv.c lib/gsl-extra...


From: Jason H Stover
Subject: [Pspp-cvs] pspp lib/gsl-extras/betadistinv.c lib/gsl-extra...
Date: Tue, 04 Dec 2007 04:22:25 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     Jason H Stover <jstover>        07/12/04 04:22:25

Modified files:
        lib/gsl-extras : betadistinv.c binomial.c geometric.c 
                         hypergeometric.c negbinom.c poisson.c 
        src/math/linreg: linreg.c predict.c 

Log message:
        Removed 'Written by' line

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/lib/gsl-extras/betadistinv.c?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/lib/gsl-extras/binomial.c?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/lib/gsl-extras/geometric.c?cvsroot=pspp&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pspp/lib/gsl-extras/hypergeometric.c?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/lib/gsl-extras/negbinom.c?cvsroot=pspp&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pspp/lib/gsl-extras/poisson.c?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/src/math/linreg/linreg.c?cvsroot=pspp&r1=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/pspp/src/math/linreg/predict.c?cvsroot=pspp&r1=1.14&r2=1.15

Patches:
Index: lib/gsl-extras/betadistinv.c
===================================================================
RCS file: /sources/pspp/pspp/lib/gsl-extras/betadistinv.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- lib/gsl-extras/betadistinv.c        8 Jun 2007 04:53:44 -0000       1.6
+++ lib/gsl-extras/betadistinv.c        4 Dec 2007 04:22:24 -0000       1.7
@@ -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

Index: lib/gsl-extras/binomial.c
===================================================================
RCS file: /sources/pspp/pspp/lib/gsl-extras/binomial.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- lib/gsl-extras/binomial.c   8 Jun 2007 04:53:44 -0000       1.5
+++ lib/gsl-extras/binomial.c   4 Dec 2007 04:22:25 -0000       1.6
@@ -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

Index: lib/gsl-extras/geometric.c
===================================================================
RCS file: /sources/pspp/pspp/lib/gsl-extras/geometric.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- lib/gsl-extras/geometric.c  7 May 2006 02:18:31 -0000       1.4
+++ lib/gsl-extras/geometric.c  4 Dec 2007 04:22:25 -0000       1.5
@@ -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

Index: lib/gsl-extras/hypergeometric.c
===================================================================
RCS file: /sources/pspp/pspp/lib/gsl-extras/hypergeometric.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- lib/gsl-extras/hypergeometric.c     8 Jun 2007 04:53:45 -0000       1.5
+++ lib/gsl-extras/hypergeometric.c     4 Dec 2007 04:22:25 -0000       1.6
@@ -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

Index: lib/gsl-extras/negbinom.c
===================================================================
RCS file: /sources/pspp/pspp/lib/gsl-extras/negbinom.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- lib/gsl-extras/negbinom.c   7 May 2006 02:18:31 -0000       1.4
+++ lib/gsl-extras/negbinom.c   4 Dec 2007 04:22:25 -0000       1.5
@@ -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

Index: lib/gsl-extras/poisson.c
===================================================================
RCS file: /sources/pspp/pspp/lib/gsl-extras/poisson.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- lib/gsl-extras/poisson.c    8 Jun 2007 04:53:45 -0000       1.5
+++ lib/gsl-extras/poisson.c    4 Dec 2007 04:22:25 -0000       1.6
@@ -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

Index: src/math/linreg/linreg.c
===================================================================
RCS file: /sources/pspp/pspp/src/math/linreg/linreg.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- src/math/linreg/linreg.c    21 Sep 2007 20:48:14 -0000      1.25
+++ src/math/linreg/linreg.c    4 Dec 2007 04:22:25 -0000       1.26
@@ -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

Index: src/math/linreg/predict.c
===================================================================
RCS file: /sources/pspp/pspp/src/math/linreg/predict.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- src/math/linreg/predict.c   7 Jul 2007 06:14:24 -0000       1.14
+++ src/math/linreg/predict.c   4 Dec 2007 04:22:25 -0000       1.15
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]