pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/language/stats binomial.c binomial.h c...


From: John Darrington
Subject: [Pspp-cvs] pspp/src/language/stats binomial.c binomial.h c...
Date: Wed, 20 Dec 2006 22:19:48 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   06/12/20 22:19:48

Modified files:
        src/language/stats: binomial.c binomial.h chisquare.c 
                            chisquare.h freq.c freq.h npar-summary.c 
                            npar-summary.h npar.h 

Log message:
        Removed 'Written by John Darrington' lines which got checked in with
        recent npar tests change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/binomial.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/binomial.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/chisquare.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/chisquare.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/freq.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/freq.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/npar-summary.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/npar-summary.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/npar.h?cvsroot=pspp&r1=1.1&r2=1.2

Patches:
Index: binomial.c
===================================================================
RCS file: /sources/pspp/pspp/src/language/stats/binomial.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- binomial.c  20 Dec 2006 10:10:51 -0000      1.1
+++ binomial.c  20 Dec 2006 22:19:48 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by John Darrington <address@hidden>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as

Index: binomial.h
===================================================================
RCS file: /sources/pspp/pspp/src/language/stats/binomial.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- binomial.h  20 Dec 2006 10:10:51 -0000      1.1
+++ binomial.h  20 Dec 2006 22:19:48 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by John Darrington <address@hidden>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as

Index: chisquare.c
===================================================================
RCS file: /sources/pspp/pspp/src/language/stats/chisquare.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- chisquare.c 20 Dec 2006 10:10:51 -0000      1.1
+++ chisquare.c 20 Dec 2006 22:19:48 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by John Darrington <address@hidden>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as

Index: chisquare.h
===================================================================
RCS file: /sources/pspp/pspp/src/language/stats/chisquare.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- chisquare.h 20 Dec 2006 10:10:51 -0000      1.1
+++ chisquare.h 20 Dec 2006 22:19:48 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by John Darrington <address@hidden>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as

Index: freq.c
===================================================================
RCS file: /sources/pspp/pspp/src/language/stats/freq.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- freq.c      20 Dec 2006 10:10:51 -0000      1.1
+++ freq.c      20 Dec 2006 22:19:48 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by John Darrington <address@hidden>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as

Index: freq.h
===================================================================
RCS file: /sources/pspp/pspp/src/language/stats/freq.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- freq.h      20 Dec 2006 10:10:51 -0000      1.1
+++ freq.h      20 Dec 2006 22:19:48 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by John Darrington <address@hidden>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as

Index: npar-summary.c
===================================================================
RCS file: /sources/pspp/pspp/src/language/stats/npar-summary.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- npar-summary.c      20 Dec 2006 10:10:51 -0000      1.1
+++ npar-summary.c      20 Dec 2006 22:19:48 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by John Darrington <address@hidden>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as

Index: npar-summary.h
===================================================================
RCS file: /sources/pspp/pspp/src/language/stats/npar-summary.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- npar-summary.h      20 Dec 2006 10:10:51 -0000      1.1
+++ npar-summary.h      20 Dec 2006 22:19:48 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by John Darrington <address@hidden>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as

Index: npar.h
===================================================================
RCS file: /sources/pspp/pspp/src/language/stats/npar.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- npar.h      20 Dec 2006 10:10:51 -0000      1.1
+++ npar.h      20 Dec 2006 22:19:48 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by John Darrington <address@hidden>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as




reply via email to

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