pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp acinclude.m4 doc/pspp.man src/data/any-rea...


From: Ben Pfaff
Subject: [Pspp-cvs] pspp acinclude.m4 doc/pspp.man src/data/any-rea...
Date: Fri, 15 Dec 2006 00:16:05 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/12/15 00:16:03

Modified files:
        .              : acinclude.m4 
        doc            : pspp.man 
        src/data       : any-reader.c any-reader.h any-writer.c 
                         any-writer.h case-sink.c case-sink.h 
                         case-source.c case-source.h case.c case.h 
                         casefile-private.h casefile.c casefile.h 
                         data-in.c data-in.h data-out.c data-out.h 
                         dictionary.c dictionary.h fastfile.c fastfile.h 
                         file-handle-def.c file-handle-def.h file-name.c 
                         file-name.h format.c format.def format.h 
                         identifier.h make-file.c make-file.h 
                         missing-values.c missing-values.h 
                         por-file-reader.c por-file-reader.h 
                         por-file-writer.c por-file-writer.h procedure.c 
                         procedure.h scratch-handle.c scratch-handle.h 
                         scratch-reader.c scratch-reader.h 
                         scratch-writer.c scratch-writer.h settings.c 
                         settings.h storage-stream.c storage-stream.h 
                         sys-file-private.h sys-file-reader.c 
                         sys-file-reader.h sys-file-writer.c 
                         sys-file-writer.h transformations.c 
                         transformations.h value-labels.c value-labels.h 
                         value.c value.h vardict.h variable.c variable.h 
                         vector.c vector.h 
        src/language   : command.c command.def command.h prompt.c 
                         prompt.h syntax-file.c syntax-file.h 
        src/language/control: control-stack.h do-if.c loop.c repeat.c 
                              repeat.h temporary.c 
        src/language/data-io: data-list.c data-reader.c data-reader.h 
                              data-writer.c data-writer.h file-handle.h 
                              file-handle.q get.c inpt-pgm.c inpt-pgm.h 
                              list.q matrix-data.c placement-parser.c 
                              placement-parser.h print-space.c print.c 
        src/language/dictionary: apply-dictionary.c formats.c 
                                 missing-values.c modify-variables.c 
                                 numeric.c rename-variables.c 
                                 split-file.c split-file.h 
                                 sys-file-info.c value-labels.c 
                                 variable-label.c vector.c weight.c 
        src/language/expressions: evaluate.c operations.def optimize.c 
                                  parse.c private.h public.h 
        src/language/lexer: format-parser.c format-parser.h lexer.c 
                            lexer.h q2c.c range-parser.c range-parser.h 
                            variable-parser.c variable-parser.h 
        src/language/stats: aggregate.c autorecode.c correlations.q 
                            crosstabs.q descriptives.c flip.c 
                            frequencies.q means.q sort-cases.c 
                            sort-criteria.c sort-criteria.h 
        src/language/tests: casefile-test.c float-format.c 
                            moments-test.c pool-test.c 
        src/language/utilities: date.c include.c set.q title.c 
        src/language/xforms: compute.c count.c recode.c sample.c 
                             select-if.c 
        src/libpspp    : alloc.c alloc.h array.c bit-vector.h compiler.h 
                         copyleft.h float-format.c float-format.h getl.c 
                         getl.h hash.c hash.h integer-format.c 
                         integer-format.h legacy-encoding.c 
                         legacy-encoding.h ll.c ll.h llx.c llx.h magic.c 
                         magic.h message.c message.h misc.c misc.h 
                         msg-locator.c msg-locator.h pool.c pool.h 
                         start-date.c start-date.h str.c str.h 
                         verbose-msg.c verbose-msg.h version.h 
        src/math       : moments.c moments.h random.c random.h sort.c 
                         sort.h 
        src/output     : afm.c afm.h ascii.c html.c htmlP.h manager.c 
                         manager.h output.c output.h postscript.c 
                         table.c table.h 
        src/ui/terminal: command-line.c command-line.h main.c msg-ui.c 
                         msg-ui.h read-line.c read-line.h 
        tests/formats  : inexactify.c 
        tests/libpspp  : ll-test.c llx-test.c 

Log message:
        Remove "Written by Ben Pfaff <address@hidden>" lines everywhere.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/acinclude.m4?cvsroot=pspp&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/pspp.man?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/any-reader.c?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/any-reader.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/any-writer.c?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/any-writer.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/case-sink.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/case-sink.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/case-source.c?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/case-source.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/case.c?cvsroot=pspp&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/case.h?cvsroot=pspp&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/casefile-private.h?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/casefile.c?cvsroot=pspp&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/casefile.h?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/data-in.c?cvsroot=pspp&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/data-in.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/data-out.c?cvsroot=pspp&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/data-out.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/dictionary.c?cvsroot=pspp&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/dictionary.h?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/fastfile.c?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/fastfile.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/file-handle-def.c?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/file-handle-def.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/file-name.c?cvsroot=pspp&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/file-name.h?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/format.c?cvsroot=pspp&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/format.def?cvsroot=pspp&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/format.h?cvsroot=pspp&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/identifier.h?cvsroot=pspp&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/make-file.c?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/make-file.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/missing-values.c?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/missing-values.h?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/por-file-reader.c?cvsroot=pspp&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/por-file-reader.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/por-file-writer.c?cvsroot=pspp&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/por-file-writer.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/procedure.c?cvsroot=pspp&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/procedure.h?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/scratch-handle.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/scratch-handle.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/scratch-reader.c?cvsroot=pspp&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/scratch-reader.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/scratch-writer.c?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/scratch-writer.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/settings.c?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/settings.h?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/storage-stream.c?cvsroot=pspp&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/storage-stream.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/sys-file-private.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/sys-file-reader.c?cvsroot=pspp&r1=1.29&r2=1.30
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/sys-file-reader.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/sys-file-writer.c?cvsroot=pspp&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/sys-file-writer.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/transformations.c?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/transformations.h?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/value-labels.c?cvsroot=pspp&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/value-labels.h?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/value.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/value.h?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/vardict.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/variable.c?cvsroot=pspp&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/variable.h?cvsroot=pspp&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/vector.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/vector.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/command.c?cvsroot=pspp&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/command.def?cvsroot=pspp&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/command.h?cvsroot=pspp&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/prompt.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/prompt.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/syntax-file.c?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/syntax-file.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/control/control-stack.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/control/do-if.c?cvsroot=pspp&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/control/loop.c?cvsroot=pspp&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/control/repeat.c?cvsroot=pspp&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/control/repeat.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/control/temporary.c?cvsroot=pspp&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/data-list.c?cvsroot=pspp&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/data-reader.c?cvsroot=pspp&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/data-reader.h?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/data-writer.c?cvsroot=pspp&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/data-writer.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/file-handle.h?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/file-handle.q?cvsroot=pspp&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/get.c?cvsroot=pspp&r1=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/inpt-pgm.c?cvsroot=pspp&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/inpt-pgm.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/list.q?cvsroot=pspp&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/matrix-data.c?cvsroot=pspp&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/placement-parser.c?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/placement-parser.h?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/print-space.c?cvsroot=pspp&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/print.c?cvsroot=pspp&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/apply-dictionary.c?cvsroot=pspp&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/formats.c?cvsroot=pspp&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/missing-values.c?cvsroot=pspp&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/modify-variables.c?cvsroot=pspp&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/numeric.c?cvsroot=pspp&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/rename-variables.c?cvsroot=pspp&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/split-file.c?cvsroot=pspp&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/split-file.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/sys-file-info.c?cvsroot=pspp&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/value-labels.c?cvsroot=pspp&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/variable-label.c?cvsroot=pspp&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/vector.c?cvsroot=pspp&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/dictionary/weight.c?cvsroot=pspp&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/expressions/evaluate.c?cvsroot=pspp&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/expressions/operations.def?cvsroot=pspp&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/expressions/optimize.c?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/expressions/parse.c?cvsroot=pspp&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/expressions/private.h?cvsroot=pspp&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/expressions/public.h?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/lexer/format-parser.c?cvsroot=pspp&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/lexer/format-parser.h?cvsroot=pspp&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/lexer/lexer.c?cvsroot=pspp&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/lexer/lexer.h?cvsroot=pspp&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/lexer/q2c.c?cvsroot=pspp&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/lexer/range-parser.c?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/lexer/range-parser.h?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/lexer/variable-parser.c?cvsroot=pspp&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/lexer/variable-parser.h?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/aggregate.c?cvsroot=pspp&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/autorecode.c?cvsroot=pspp&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/correlations.q?cvsroot=pspp&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/crosstabs.q?cvsroot=pspp&r1=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/descriptives.c?cvsroot=pspp&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/flip.c?cvsroot=pspp&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/frequencies.q?cvsroot=pspp&r1=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/means.q?cvsroot=pspp&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/sort-cases.c?cvsroot=pspp&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/sort-criteria.c?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/sort-criteria.h?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/tests/casefile-test.c?cvsroot=pspp&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/tests/float-format.c?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/tests/moments-test.c?cvsroot=pspp&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/tests/pool-test.c?cvsroot=pspp&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/utilities/date.c?cvsroot=pspp&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/utilities/include.c?cvsroot=pspp&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/utilities/set.q?cvsroot=pspp&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/utilities/title.c?cvsroot=pspp&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/xforms/compute.c?cvsroot=pspp&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/xforms/count.c?cvsroot=pspp&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/xforms/recode.c?cvsroot=pspp&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/xforms/sample.c?cvsroot=pspp&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/xforms/select-if.c?cvsroot=pspp&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/alloc.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/alloc.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/array.c?cvsroot=pspp&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/bit-vector.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/compiler.h?cvsroot=pspp&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/copyleft.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/float-format.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/float-format.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/getl.c?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/getl.h?cvsroot=pspp&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/hash.c?cvsroot=pspp&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/hash.h?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/integer-format.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/integer-format.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/legacy-encoding.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/legacy-encoding.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/ll.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/ll.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/llx.c?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/llx.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/magic.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/magic.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/message.c?cvsroot=pspp&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/message.h?cvsroot=pspp&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/misc.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/misc.h?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/msg-locator.c?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/msg-locator.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/pool.c?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/pool.h?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/start-date.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/start-date.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/str.c?cvsroot=pspp&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/str.h?cvsroot=pspp&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/verbose-msg.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/verbose-msg.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/version.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/math/moments.c?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/math/moments.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/math/random.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/math/random.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/math/sort.c?cvsroot=pspp&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/pspp/src/math/sort.h?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/afm.c?cvsroot=pspp&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/afm.h?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/ascii.c?cvsroot=pspp&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/html.c?cvsroot=pspp&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/htmlP.h?cvsroot=pspp&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/manager.c?cvsroot=pspp&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/manager.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/output.c?cvsroot=pspp&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/output.h?cvsroot=pspp&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/postscript.c?cvsroot=pspp&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/table.c?cvsroot=pspp&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/table.h?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/command-line.c?cvsroot=pspp&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/command-line.h?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/main.c?cvsroot=pspp&r1=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/msg-ui.c?cvsroot=pspp&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/msg-ui.h?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/read-line.c?cvsroot=pspp&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/read-line.h?cvsroot=pspp&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/formats/inexactify.c?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/libpspp/ll-test.c?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/libpspp/llx-test.c?cvsroot=pspp&r1=1.2&r2=1.3

Patches:
Index: acinclude.m4
===================================================================
RCS file: /cvsroot/pspp/pspp/acinclude.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- acinclude.m4        16 Apr 2006 02:15:06 -0000      1.8
+++ acinclude.m4        15 Dec 2006 00:16:01 -0000      1.9
@@ -81,7 +81,7 @@
 
 dnl Check for readline and history libraries.
 
-dnl Modified for PSPP by Ben Pfaff, based on readline.m4 serial 3 from
+dnl Modified for PSPP, based on readline.m4 serial 3 from
 dnl gnulib, which was written by Simon Josefsson, with help from Bruno
 dnl Haible and Oskar Liljeblad.
 

Index: doc/pspp.man
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/pspp.man,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- doc/pspp.man        29 Apr 2005 01:02:12 -0000      1.2
+++ doc/pspp.man        15 Dec 2006 00:16:01 -0000      1.3
@@ -1,6 +1,5 @@
 .\" PSPP - computes sample statistics.
 .\" Copyright (C) 1997, 1998 Free Software Foundation, Inc.
-.\" Written by Ben Pfaff <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: src/data/any-reader.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/any-reader.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/data/any-reader.c       8 Jul 2006 03:05:51 -0000       1.6
+++ src/data/any-reader.c       15 Dec 2006 00:16:01 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/any-reader.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/any-reader.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/any-reader.h       4 Mar 2006 01:11:57 -0000       1.1
+++ src/data/any-reader.h       15 Dec 2006 00:16:01 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/any-writer.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/any-writer.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/data/any-writer.c       8 Jul 2006 03:05:51 -0000       1.6
+++ src/data/any-writer.c       15 Dec 2006 00:16:01 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/any-writer.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/any-writer.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/any-writer.h       4 Mar 2006 01:11:57 -0000       1.1
+++ src/data/any-writer.h       15 Dec 2006 00:16:01 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/case-sink.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/case-sink.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/case-sink.c        27 Apr 2006 02:42:01 -0000      1.1
+++ src/data/case-sink.c        15 Dec 2006 00:16:01 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/case-sink.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/case-sink.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/case-sink.h        27 Apr 2006 02:42:01 -0000      1.1
+++ src/data/case-sink.h        15 Dec 2006 00:16:01 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/case-source.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/case-source.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/data/case-source.c      14 Oct 2006 00:25:20 -0000      1.2
+++ src/data/case-source.c      15 Dec 2006 00:16:01 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/case-source.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/case-source.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/data/case-source.h      14 Oct 2006 00:25:20 -0000      1.2
+++ src/data/case-source.h      15 Dec 2006 00:16:01 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/case.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/case.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- src/data/case.c     10 Dec 2006 03:42:50 -0000      1.8
+++ src/data/case.c     15 Dec 2006 00:16:01 -0000      1.9
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/case.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/case.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- src/data/case.h     10 Dec 2006 03:42:50 -0000      1.7
+++ src/data/case.h     15 Dec 2006 00:16:01 -0000      1.8
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/casefile-private.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/casefile-private.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/data/casefile-private.h 5 Nov 2006 00:35:43 -0000       1.3
+++ src/data/casefile-private.h 15 Dec 2006 00:16:01 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/casefile.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/casefile.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- src/data/casefile.c 5 Nov 2006 00:35:43 -0000       1.18
+++ src/data/casefile.c 15 Dec 2006 00:16:01 -0000      1.19
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/casefile.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/casefile.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/data/casefile.h 5 Nov 2006 00:35:43 -0000       1.6
+++ src/data/casefile.h 15 Dec 2006 00:16:01 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/data-in.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/data-in.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- src/data/data-in.c  10 Dec 2006 03:42:50 -0000      1.18
+++ src/data/data-in.c  15 Dec 2006 00:16:02 -0000      1.19
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/data-in.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/data-in.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/data/data-in.h  22 Nov 2006 04:24:02 -0000      1.2
+++ src/data/data-in.h  15 Dec 2006 00:16:02 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/data-out.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/data-out.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- src/data/data-out.c 10 Dec 2006 03:42:50 -0000      1.14
+++ src/data/data-out.c 15 Dec 2006 00:16:02 -0000      1.15
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/data-out.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/data-out.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/data-out.h 5 Nov 2006 05:20:53 -0000       1.1
+++ src/data/data-out.h 15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/dictionary.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/dictionary.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- src/data/dictionary.c       11 Dec 2006 15:39:23 -0000      1.22
+++ src/data/dictionary.c       15 Dec 2006 00:16:02 -0000      1.23
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/dictionary.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/dictionary.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/data/dictionary.h       11 Dec 2006 15:39:23 -0000      1.6
+++ src/data/dictionary.h       15 Dec 2006 00:16:02 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/fastfile.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/fastfile.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/data/fastfile.c 25 Sep 2006 09:35:15 -0000      1.2
+++ src/data/fastfile.c 15 Dec 2006 00:16:02 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/fastfile.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/fastfile.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/fastfile.h 17 Jul 2006 10:45:43 -0000      1.1
+++ src/data/fastfile.h 15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/file-handle-def.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/file-handle-def.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/data/file-handle-def.c  8 Jul 2006 03:05:51 -0000       1.6
+++ src/data/file-handle-def.c  15 Dec 2006 00:16:02 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/file-handle-def.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/file-handle-def.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/data/file-handle-def.h  17 Apr 2006 01:54:15 -0000      1.2
+++ src/data/file-handle-def.h  15 Dec 2006 00:16:02 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2005, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/file-name.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/file-name.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- src/data/file-name.c        10 Dec 2006 04:08:47 -0000      1.8
+++ src/data/file-name.c        15 Dec 2006 00:16:02 -0000      1.9
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/file-name.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/file-name.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/data/file-name.h        10 Dec 2006 04:08:47 -0000      1.6
+++ src/data/file-name.h        15 Dec 2006 00:16:02 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/format.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/format.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- src/data/format.c   10 Dec 2006 04:04:38 -0000      1.18
+++ src/data/format.c   15 Dec 2006 00:16:02 -0000      1.19
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/format.def
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/format.def,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- src/data/format.def 3 Nov 2006 04:53:51 -0000       1.4
+++ src/data/format.def 15 Dec 2006 00:16:02 -0000      1.5
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/format.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/format.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- src/data/format.h   10 Dec 2006 04:03:34 -0000      1.12
+++ src/data/format.h   15 Dec 2006 00:16:02 -0000      1.13
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/identifier.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/identifier.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- src/data/identifier.h       3 Dec 2006 22:16:45 -0000       1.4
+++ src/data/identifier.h       15 Dec 2006 00:16:02 -0000      1.5
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/make-file.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/make-file.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/data/make-file.c        17 Apr 2006 01:54:15 -0000      1.6
+++ src/data/make-file.c        15 Dec 2006 00:16:02 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/make-file.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/make-file.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/data/make-file.h        17 Apr 2006 01:54:15 -0000      1.2
+++ src/data/make-file.h        15 Dec 2006 00:16:02 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/missing-values.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/missing-values.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/data/missing-values.c   10 Dec 2006 03:42:50 -0000      1.6
+++ src/data/missing-values.c   15 Dec 2006 00:16:02 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2005 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/missing-values.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/missing-values.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/data/missing-values.h   10 Dec 2006 03:42:50 -0000      1.3
+++ src/data/missing-values.h   15 Dec 2006 00:16:02 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2005 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/por-file-reader.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/por-file-reader.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- src/data/por-file-reader.c  10 Dec 2006 03:42:50 -0000      1.14
+++ src/data/por-file-reader.c  15 Dec 2006 00:16:02 -0000      1.15
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <address@hidden>.
    Code for parsing floating-point numbers adapted from GNU C
    library.
 

Index: src/data/por-file-reader.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/por-file-reader.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/por-file-reader.h  4 Mar 2006 01:11:57 -0000       1.1
+++ src/data/por-file-reader.h  15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/por-file-writer.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/por-file-writer.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- src/data/por-file-writer.c  10 Dec 2006 03:42:50 -0000      1.7
+++ src/data/por-file-writer.c  15 Dec 2006 00:16:02 -0000      1.8
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/por-file-writer.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/por-file-writer.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/por-file-writer.h  4 Mar 2006 01:11:57 -0000       1.1
+++ src/data/por-file-writer.h  15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/procedure.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/procedure.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- src/data/procedure.c        10 Dec 2006 03:42:50 -0000      1.17
+++ src/data/procedure.c        15 Dec 2006 00:16:02 -0000      1.18
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/procedure.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/procedure.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/data/procedure.h        26 Oct 2006 06:16:36 -0000      1.6
+++ src/data/procedure.h        15 Dec 2006 00:16:02 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/scratch-handle.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/scratch-handle.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/scratch-handle.c   4 Mar 2006 01:11:57 -0000       1.1
+++ src/data/scratch-handle.c   15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/scratch-handle.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/scratch-handle.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/scratch-handle.h   4 Mar 2006 01:11:57 -0000       1.1
+++ src/data/scratch-handle.h   15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/scratch-reader.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/scratch-reader.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- src/data/scratch-reader.c   5 Nov 2006 00:35:43 -0000       1.4
+++ src/data/scratch-reader.c   15 Dec 2006 00:16:02 -0000      1.5
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/scratch-reader.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/scratch-reader.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/scratch-reader.h   4 Mar 2006 01:11:57 -0000       1.1
+++ src/data/scratch-reader.h   15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/scratch-writer.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/scratch-writer.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/data/scratch-writer.c   17 Jul 2006 10:45:43 -0000      1.3
+++ src/data/scratch-writer.c   15 Dec 2006 00:16:02 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/scratch-writer.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/scratch-writer.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/scratch-writer.h   4 Mar 2006 01:11:57 -0000       1.1
+++ src/data/scratch-writer.h   15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/settings.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/settings.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- src/data/settings.c 4 Nov 2006 19:49:45 -0000       1.5
+++ src/data/settings.c 15 Dec 2006 00:16:02 -0000      1.6
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/settings.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/settings.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/data/settings.h 4 Nov 2006 19:49:45 -0000       1.3
+++ src/data/settings.h 15 Dec 2006 00:16:02 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/storage-stream.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/storage-stream.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- src/data/storage-stream.c   5 Nov 2006 00:35:43 -0000       1.7
+++ src/data/storage-stream.c   15 Dec 2006 00:16:02 -0000      1.8
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/storage-stream.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/storage-stream.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/data/storage-stream.h   2 May 2006 22:52:33 -0000       1.2
+++ src/data/storage-stream.h   15 Dec 2006 00:16:02 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/sys-file-private.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/sys-file-private.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/sys-file-private.h 10 Dec 2006 03:42:50 -0000      1.1
+++ src/data/sys-file-private.h 15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/sys-file-reader.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/sys-file-reader.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- src/data/sys-file-reader.c  11 Dec 2006 15:39:23 -0000      1.29
+++ src/data/sys-file-reader.c  15 Dec 2006 00:16:02 -0000      1.30
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/sys-file-reader.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/sys-file-reader.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/data/sys-file-reader.h  11 Dec 2006 15:39:23 -0000      1.2
+++ src/data/sys-file-reader.h  15 Dec 2006 00:16:02 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/sys-file-writer.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/sys-file-writer.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- src/data/sys-file-writer.c  11 Dec 2006 15:39:23 -0000      1.19
+++ src/data/sys-file-writer.c  15 Dec 2006 00:16:02 -0000      1.20
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/sys-file-writer.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/sys-file-writer.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/sys-file-writer.h  4 Mar 2006 01:11:57 -0000       1.1
+++ src/data/sys-file-writer.h  15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/transformations.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/transformations.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/data/transformations.c  7 May 2006 05:50:07 -0000       1.3
+++ src/data/transformations.c  15 Dec 2006 00:16:02 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/transformations.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/transformations.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/data/transformations.h  26 Oct 2006 06:16:36 -0000      1.3
+++ src/data/transformations.h  15 Dec 2006 00:16:02 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/value-labels.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/value-labels.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- src/data/value-labels.c     11 Dec 2006 15:56:13 -0000      1.13
+++ src/data/value-labels.c     15 Dec 2006 00:16:02 -0000      1.14
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/value-labels.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/value-labels.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- src/data/value-labels.h     10 Dec 2006 03:42:50 -0000      1.5
+++ src/data/value-labels.h     15 Dec 2006 00:16:02 -0000      1.6
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/value.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/value.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/value.c    10 Dec 2006 03:42:50 -0000      1.1
+++ src/data/value.c    15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/value.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/value.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- src/data/value.h    10 Dec 2006 03:42:50 -0000      1.5
+++ src/data/value.h    15 Dec 2006 00:16:02 -0000      1.6
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/vardict.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/vardict.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/vardict.h  10 Dec 2006 03:42:50 -0000      1.1
+++ src/data/vardict.h  15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/variable.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/variable.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- src/data/variable.c 14 Dec 2006 05:26:28 -0000      1.17
+++ src/data/variable.c 15 Dec 2006 00:16:02 -0000      1.18
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/variable.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/variable.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- src/data/variable.h 10 Dec 2006 03:42:51 -0000      1.16
+++ src/data/variable.h 15 Dec 2006 00:16:02 -0000      1.17
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/vector.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/vector.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/vector.c   10 Dec 2006 03:42:51 -0000      1.1
+++ src/data/vector.c   15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006  Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/data/vector.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/vector.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/data/vector.h   10 Dec 2006 03:42:51 -0000      1.1
+++ src/data/vector.h   15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006  Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/command.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/command.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- src/language/command.c      29 Nov 2006 11:50:31 -0000      1.20
+++ src/language/command.c      15 Dec 2006 00:16:02 -0000      1.21
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/command.def
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/command.def,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- src/language/command.def    22 Nov 2006 14:27:16 -0000      1.10
+++ src/language/command.def    15 Dec 2006 00:16:02 -0000      1.11
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/command.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/command.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- src/language/command.h      11 Nov 2006 23:10:00 -0000      1.7
+++ src/language/command.h      15 Dec 2006 00:16:02 -0000      1.8
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/prompt.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/prompt.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/language/prompt.c       29 Nov 2006 12:19:07 -0000      1.1
+++ src/language/prompt.c       15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/prompt.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/prompt.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/language/prompt.h       29 Nov 2006 12:19:07 -0000      1.1
+++ src/language/prompt.h       15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/syntax-file.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/syntax-file.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/language/syntax-file.c  3 Dec 2006 22:16:45 -0000       1.2
+++ src/language/syntax-file.c  15 Dec 2006 00:16:02 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/syntax-file.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/syntax-file.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/language/syntax-file.h  3 Dec 2006 22:16:45 -0000       1.2
+++ src/language/syntax-file.h  15 Dec 2006 00:16:02 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/control/control-stack.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/control/control-stack.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/language/control/control-stack.h        22 Oct 2006 11:07:52 -0000      
1.2
+++ src/language/control/control-stack.h        15 Dec 2006 00:16:02 -0000      
1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/control/do-if.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/control/do-if.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- src/language/control/do-if.c        10 Dec 2006 03:42:51 -0000      1.11
+++ src/language/control/do-if.c        15 Dec 2006 00:16:02 -0000      1.12
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/control/loop.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/control/loop.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- src/language/control/loop.c 10 Dec 2006 03:42:51 -0000      1.12
+++ src/language/control/loop.c 15 Dec 2006 00:16:02 -0000      1.13
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/control/repeat.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/control/repeat.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- src/language/control/repeat.c       10 Dec 2006 04:12:40 -0000      1.22
+++ src/language/control/repeat.c       15 Dec 2006 00:16:02 -0000      1.23
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/control/repeat.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/control/repeat.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/language/control/repeat.h       4 Mar 2006 01:11:57 -0000       1.1
+++ src/language/control/repeat.h       15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/control/temporary.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/control/temporary.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- src/language/control/temporary.c    11 Nov 2006 23:10:00 -0000      1.7
+++ src/language/control/temporary.c    15 Dec 2006 00:16:02 -0000      1.8
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/data-list.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/data-list.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- src/language/data-io/data-list.c    10 Dec 2006 03:42:51 -0000      1.28
+++ src/language/data-io/data-list.c    15 Dec 2006 00:16:02 -0000      1.29
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/data-reader.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/data-reader.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- src/language/data-io/data-reader.c  3 Dec 2006 22:16:45 -0000       1.19
+++ src/language/data-io/data-reader.c  15 Dec 2006 00:16:02 -0000      1.20
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-2004, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/data-reader.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/data-reader.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/language/data-io/data-reader.h  11 Nov 2006 23:10:00 -0000      1.3
+++ src/language/data-io/data-reader.h  15 Dec 2006 00:16:02 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/data-writer.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/data-writer.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- src/language/data-io/data-writer.c  29 Oct 2006 00:01:53 -0000      1.7
+++ src/language/data-io/data-writer.c  15 Dec 2006 00:16:02 -0000      1.8
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-2004, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/data-writer.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/data-writer.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/language/data-io/data-writer.h  14 Oct 2006 00:25:20 -0000      1.2
+++ src/language/data-io/data-writer.h  15 Dec 2006 00:16:02 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/file-handle.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/file-handle.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/language/data-io/file-handle.h  11 Nov 2006 23:10:00 -0000      1.3
+++ src/language/data-io/file-handle.h  15 Dec 2006 00:16:02 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/file-handle.q
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/file-handle.q,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- src/language/data-io/file-handle.q  29 Nov 2006 11:50:31 -0000      1.10
+++ src/language/data-io/file-handle.q  15 Dec 2006 00:16:02 -0000      1.11
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/get.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/get.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- src/language/data-io/get.c  10 Dec 2006 03:42:51 -0000      1.25
+++ src/language/data-io/get.c  15 Dec 2006 00:16:02 -0000      1.26
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/inpt-pgm.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/inpt-pgm.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- src/language/data-io/inpt-pgm.c     10 Dec 2006 03:42:51 -0000      1.20
+++ src/language/data-io/inpt-pgm.c     15 Dec 2006 00:16:02 -0000      1.21
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/inpt-pgm.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/inpt-pgm.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/language/data-io/inpt-pgm.h     26 Apr 2006 20:54:08 -0000      1.1
+++ src/language/data-io/inpt-pgm.h     15 Dec 2006 00:16:02 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/list.q
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/list.q,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- src/language/data-io/list.q 10 Dec 2006 03:42:51 -0000      1.23
+++ src/language/data-io/list.q 15 Dec 2006 00:16:02 -0000      1.24
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/matrix-data.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/matrix-data.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- src/language/data-io/matrix-data.c  10 Dec 2006 03:42:51 -0000      1.21
+++ src/language/data-io/matrix-data.c  15 Dec 2006 00:16:02 -0000      1.22
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/placement-parser.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/placement-parser.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/language/data-io/placement-parser.c     11 Nov 2006 23:10:00 -0000      
1.3
+++ src/language/data-io/placement-parser.c     15 Dec 2006 00:16:02 -0000      
1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/placement-parser.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/placement-parser.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/language/data-io/placement-parser.h     11 Nov 2006 23:10:00 -0000      
1.3
+++ src/language/data-io/placement-parser.h     15 Dec 2006 00:16:02 -0000      
1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/print-space.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/print-space.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- src/language/data-io/print-space.c  10 Dec 2006 03:42:51 -0000      1.8
+++ src/language/data-io/print-space.c  15 Dec 2006 00:16:02 -0000      1.9
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/data-io/print.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/print.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- src/language/data-io/print.c        10 Dec 2006 03:42:51 -0000      1.22
+++ src/language/data-io/print.c        15 Dec 2006 00:16:02 -0000      1.23
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/dictionary/apply-dictionary.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/apply-dictionary.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- src/language/dictionary/apply-dictionary.c  10 Dec 2006 03:42:51 -0000      
1.12
+++ src/language/dictionary/apply-dictionary.c  15 Dec 2006 00:16:02 -0000      
1.13
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/dictionary/formats.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/formats.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- src/language/dictionary/formats.c   10 Dec 2006 03:42:51 -0000      1.15
+++ src/language/dictionary/formats.c   15 Dec 2006 00:16:02 -0000      1.16
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/dictionary/missing-values.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/missing-values.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- src/language/dictionary/missing-values.c    10 Dec 2006 03:42:51 -0000      
1.14
+++ src/language/dictionary/missing-values.c    15 Dec 2006 00:16:02 -0000      
1.15
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/dictionary/modify-variables.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/modify-variables.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- src/language/dictionary/modify-variables.c  10 Dec 2006 03:42:51 -0000      
1.14
+++ src/language/dictionary/modify-variables.c  15 Dec 2006 00:16:02 -0000      
1.15
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/dictionary/numeric.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/numeric.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- src/language/dictionary/numeric.c   10 Dec 2006 03:42:51 -0000      1.18
+++ src/language/dictionary/numeric.c   15 Dec 2006 00:16:02 -0000      1.19
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/dictionary/rename-variables.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/rename-variables.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- src/language/dictionary/rename-variables.c  11 Nov 2006 23:10:00 -0000      
1.8
+++ src/language/dictionary/rename-variables.c  15 Dec 2006 00:16:02 -0000      
1.9
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/dictionary/split-file.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/split-file.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- src/language/dictionary/split-file.c        10 Dec 2006 03:42:51 -0000      
1.13
+++ src/language/dictionary/split-file.c        15 Dec 2006 00:16:02 -0000      
1.14
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/dictionary/split-file.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/split-file.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/language/dictionary/split-file.h        26 Oct 2006 06:16:36 -0000      
1.2
+++ src/language/dictionary/split-file.h        15 Dec 2006 00:16:02 -0000      
1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/dictionary/sys-file-info.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/sys-file-info.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- src/language/dictionary/sys-file-info.c     11 Dec 2006 15:39:23 -0000      
1.19
+++ src/language/dictionary/sys-file-info.c     15 Dec 2006 00:16:02 -0000      
1.20
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/dictionary/value-labels.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/value-labels.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- src/language/dictionary/value-labels.c      10 Dec 2006 03:42:51 -0000      
1.14
+++ src/language/dictionary/value-labels.c      15 Dec 2006 00:16:02 -0000      
1.15
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/dictionary/variable-label.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/variable-label.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- src/language/dictionary/variable-label.c    10 Dec 2006 03:42:51 -0000      
1.13
+++ src/language/dictionary/variable-label.c    15 Dec 2006 00:16:02 -0000      
1.14
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/dictionary/vector.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/vector.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- src/language/dictionary/vector.c    10 Dec 2006 03:42:51 -0000      1.11
+++ src/language/dictionary/vector.c    15 Dec 2006 00:16:02 -0000      1.12
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/dictionary/weight.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/dictionary/weight.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- src/language/dictionary/weight.c    5 Dec 2006 15:10:21 -0000       1.9
+++ src/language/dictionary/weight.c    15 Dec 2006 00:16:02 -0000      1.10
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/expressions/evaluate.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/expressions/evaluate.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- src/language/expressions/evaluate.c 10 Dec 2006 03:42:51 -0000      1.13
+++ src/language/expressions/evaluate.c 15 Dec 2006 00:16:02 -0000      1.14
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/expressions/operations.def
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/expressions/operations.def,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- src/language/expressions/operations.def     14 Dec 2006 03:36:00 -0000      
1.13
+++ src/language/expressions/operations.def     15 Dec 2006 00:16:02 -0000      
1.14
@@ -2,7 +2,6 @@
 //
 // PSPP - computes sample statistics.
 // Copyright (C) 2005, 2006 Free Software Foundation, Inc.
-// Written by Ben Pfaff <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: src/language/expressions/optimize.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/expressions/optimize.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- src/language/expressions/optimize.c 20 Oct 2006 11:32:57 -0000      1.5
+++ src/language/expressions/optimize.c 15 Dec 2006 00:16:02 -0000      1.6
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/expressions/parse.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/expressions/parse.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- src/language/expressions/parse.c    11 Dec 2006 15:56:49 -0000      1.21
+++ src/language/expressions/parse.c    15 Dec 2006 00:16:02 -0000      1.22
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/expressions/private.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/expressions/private.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- src/language/expressions/private.h  11 Dec 2006 15:56:49 -0000      1.8
+++ src/language/expressions/private.h  15 Dec 2006 00:16:02 -0000      1.9
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/expressions/public.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/expressions/public.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/language/expressions/public.h   11 Nov 2006 23:10:00 -0000      1.3
+++ src/language/expressions/public.h   15 Dec 2006 00:16:02 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/lexer/format-parser.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/lexer/format-parser.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- src/language/lexer/format-parser.c  11 Nov 2006 23:10:00 -0000      1.7
+++ src/language/lexer/format-parser.c  15 Dec 2006 00:16:02 -0000      1.8
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/lexer/format-parser.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/lexer/format-parser.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- src/language/lexer/format-parser.h  11 Nov 2006 23:10:00 -0000      1.4
+++ src/language/lexer/format-parser.h  15 Dec 2006 00:16:02 -0000      1.5
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/lexer/lexer.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/lexer/lexer.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- src/language/lexer/lexer.c  10 Dec 2006 05:30:45 -0000      1.17
+++ src/language/lexer/lexer.c  15 Dec 2006 00:16:02 -0000      1.18
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/lexer/lexer.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/lexer/lexer.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- src/language/lexer/lexer.h  5 Dec 2006 11:27:42 -0000       1.10
+++ src/language/lexer/lexer.h  15 Dec 2006 00:16:02 -0000      1.11
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/lexer/q2c.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/lexer/q2c.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- src/language/lexer/q2c.c    11 Nov 2006 23:10:00 -0000      1.18
+++ src/language/lexer/q2c.c    15 Dec 2006 00:16:02 -0000      1.19
@@ -1,6 +1,5 @@
 /* q2c - parser generator for PSPP procedures.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/lexer/range-parser.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/lexer/range-parser.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/language/lexer/range-parser.c   22 Nov 2006 04:24:02 -0000      1.6
+++ src/language/lexer/range-parser.c   15 Dec 2006 00:16:02 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2005, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/lexer/range-parser.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/lexer/range-parser.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/language/lexer/range-parser.h   22 Nov 2006 04:24:02 -0000      1.3
+++ src/language/lexer/range-parser.h   15 Dec 2006 00:16:02 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2005 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/lexer/variable-parser.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/lexer/variable-parser.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- src/language/lexer/variable-parser.c        10 Dec 2006 03:42:51 -0000      
1.13
+++ src/language/lexer/variable-parser.c        15 Dec 2006 00:16:02 -0000      
1.14
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/lexer/variable-parser.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/lexer/variable-parser.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/language/lexer/variable-parser.h        10 Dec 2006 03:42:51 -0000      
1.6
+++ src/language/lexer/variable-parser.h        15 Dec 2006 00:16:02 -0000      
1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/stats/aggregate.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/stats/aggregate.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- src/language/stats/aggregate.c      10 Dec 2006 03:42:51 -0000      1.22
+++ src/language/stats/aggregate.c      15 Dec 2006 00:16:02 -0000      1.23
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/stats/autorecode.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/stats/autorecode.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- src/language/stats/autorecode.c     10 Dec 2006 03:42:51 -0000      1.16
+++ src/language/stats/autorecode.c     15 Dec 2006 00:16:02 -0000      1.17
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/stats/correlations.q
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/stats/correlations.q,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- src/language/stats/correlations.q   11 Nov 2006 23:10:00 -0000      1.14
+++ src/language/stats/correlations.q   15 Dec 2006 00:16:02 -0000      1.15
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/stats/crosstabs.q
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/stats/crosstabs.q,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- src/language/stats/crosstabs.q      10 Dec 2006 03:42:51 -0000      1.25
+++ src/language/stats/crosstabs.q      15 Dec 2006 00:16:02 -0000      1.26
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/stats/descriptives.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/stats/descriptives.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- src/language/stats/descriptives.c   10 Dec 2006 03:42:51 -0000      1.19
+++ src/language/stats/descriptives.c   15 Dec 2006 00:16:02 -0000      1.20
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/stats/flip.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/stats/flip.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- src/language/stats/flip.c   10 Dec 2006 03:42:51 -0000      1.17
+++ src/language/stats/flip.c   15 Dec 2006 00:16:02 -0000      1.18
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/stats/frequencies.q
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/stats/frequencies.q,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- src/language/stats/frequencies.q    10 Dec 2006 03:42:51 -0000      1.25
+++ src/language/stats/frequencies.q    15 Dec 2006 00:16:02 -0000      1.26
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/stats/means.q
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/stats/means.q,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- src/language/stats/means.q  11 Nov 2006 23:10:00 -0000      1.11
+++ src/language/stats/means.q  15 Dec 2006 00:16:03 -0000      1.12
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/stats/sort-cases.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/stats/sort-cases.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- src/language/stats/sort-cases.c     11 Nov 2006 23:10:00 -0000      1.7
+++ src/language/stats/sort-cases.c     15 Dec 2006 00:16:03 -0000      1.8
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/stats/sort-criteria.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/stats/sort-criteria.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/language/stats/sort-criteria.c  10 Dec 2006 03:42:51 -0000      1.6
+++ src/language/stats/sort-criteria.c  15 Dec 2006 00:16:03 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/stats/sort-criteria.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/stats/sort-criteria.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/language/stats/sort-criteria.h  11 Nov 2006 23:10:00 -0000      1.3
+++ src/language/stats/sort-criteria.h  15 Dec 2006 00:16:03 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/tests/casefile-test.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/tests/casefile-test.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- src/language/tests/casefile-test.c  10 Dec 2006 03:42:51 -0000      1.10
+++ src/language/tests/casefile-test.c  15 Dec 2006 00:16:03 -0000      1.11
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/tests/float-format.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/tests/float-format.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/language/tests/float-format.c   11 Nov 2006 23:10:00 -0000      1.2
+++ src/language/tests/float-format.c   15 Dec 2006 00:16:03 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/tests/moments-test.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/tests/moments-test.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- src/language/tests/moments-test.c   11 Nov 2006 23:10:00 -0000      1.7
+++ src/language/tests/moments-test.c   15 Dec 2006 00:16:03 -0000      1.8
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/tests/pool-test.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/tests/pool-test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- src/language/tests/pool-test.c      11 Nov 2006 23:10:00 -0000      1.4
+++ src/language/tests/pool-test.c      15 Dec 2006 00:16:03 -0000      1.5
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/utilities/date.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/utilities/date.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- src/language/utilities/date.c       11 Nov 2006 23:10:00 -0000      1.4
+++ src/language/utilities/date.c       15 Dec 2006 00:16:03 -0000      1.5
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/utilities/include.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/utilities/include.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- src/language/utilities/include.c    10 Dec 2006 04:08:47 -0000      1.9
+++ src/language/utilities/include.c    15 Dec 2006 00:16:03 -0000      1.10
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/utilities/set.q
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/utilities/set.q,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- src/language/utilities/set.q        10 Dec 2006 03:42:51 -0000      1.24
+++ src/language/utilities/set.q        15 Dec 2006 00:16:03 -0000      1.25
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/utilities/title.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/utilities/title.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- src/language/utilities/title.c      11 Nov 2006 23:10:01 -0000      1.8
+++ src/language/utilities/title.c      15 Dec 2006 00:16:03 -0000      1.9
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/xforms/compute.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/xforms/compute.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- src/language/xforms/compute.c       10 Dec 2006 03:42:51 -0000      1.13
+++ src/language/xforms/compute.c       15 Dec 2006 00:16:03 -0000      1.14
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/xforms/count.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/xforms/count.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- src/language/xforms/count.c 10 Dec 2006 03:42:51 -0000      1.13
+++ src/language/xforms/count.c 15 Dec 2006 00:16:03 -0000      1.14
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/xforms/recode.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/xforms/recode.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- src/language/xforms/recode.c        10 Dec 2006 03:42:51 -0000      1.16
+++ src/language/xforms/recode.c        15 Dec 2006 00:16:03 -0000      1.17
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/xforms/sample.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/xforms/sample.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- src/language/xforms/sample.c        11 Nov 2006 23:10:01 -0000      1.10
+++ src/language/xforms/sample.c        15 Dec 2006 00:16:03 -0000      1.11
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/language/xforms/select-if.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/xforms/select-if.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- src/language/xforms/select-if.c     5 Dec 2006 15:10:21 -0000       1.13
+++ src/language/xforms/select-if.c     15 Dec 2006 00:16:03 -0000      1.14
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/alloc.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/alloc.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/alloc.c 4 Mar 2006 01:11:57 -0000       1.1
+++ src/libpspp/alloc.c 15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/alloc.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/alloc.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/alloc.h 4 Mar 2006 01:11:57 -0000       1.1
+++ src/libpspp/alloc.h 15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/array.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/array.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- src/libpspp/array.c 8 Dec 2006 22:24:08 -0000       1.9
+++ src/libpspp/array.c 15 Dec 2006 00:16:03 -0000      1.10
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/bit-vector.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/bit-vector.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/bit-vector.h    4 Mar 2006 01:11:57 -0000       1.1
+++ src/libpspp/bit-vector.h    15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/compiler.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/compiler.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- src/libpspp/compiler.h      19 Nov 2006 03:44:10 -0000      1.4
+++ src/libpspp/compiler.h      15 Dec 2006 00:16:03 -0000      1.5
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/copyleft.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/copyleft.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/copyleft.h      4 Mar 2006 01:11:57 -0000       1.1
+++ src/libpspp/copyleft.h      15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/float-format.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/float-format.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/float-format.c  28 Oct 2006 04:01:55 -0000      1.1
+++ src/libpspp/float-format.c  15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/float-format.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/float-format.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/float-format.h  28 Oct 2006 04:01:55 -0000      1.1
+++ src/libpspp/float-format.h  15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/getl.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/getl.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- src/libpspp/getl.c  7 Dec 2006 11:34:17 -0000       1.5
+++ src/libpspp/getl.c  15 Dec 2006 00:16:03 -0000      1.6
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/getl.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/getl.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- src/libpspp/getl.h  7 Dec 2006 11:34:17 -0000       1.4
+++ src/libpspp/getl.h  15 Dec 2006 00:16:03 -0000      1.5
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/hash.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/hash.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- src/libpspp/hash.c  29 Oct 2006 11:16:07 -0000      1.9
+++ src/libpspp/hash.c  15 Dec 2006 00:16:03 -0000      1.10
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/hash.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/hash.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/libpspp/hash.h  29 Oct 2006 11:16:07 -0000      1.6
+++ src/libpspp/hash.h  15 Dec 2006 00:16:03 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/integer-format.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/integer-format.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/integer-format.c        28 Oct 2006 04:01:55 -0000      1.1
+++ src/libpspp/integer-format.c        15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/integer-format.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/integer-format.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/integer-format.h        28 Oct 2006 04:01:55 -0000      1.1
+++ src/libpspp/integer-format.h        15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/legacy-encoding.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/legacy-encoding.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/legacy-encoding.c       28 Oct 2006 04:01:55 -0000      1.1
+++ src/libpspp/legacy-encoding.c       15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/legacy-encoding.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/legacy-encoding.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/legacy-encoding.h       28 Oct 2006 04:01:55 -0000      1.1
+++ src/libpspp/legacy-encoding.h       15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/ll.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/ll.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/ll.c    1 Jul 2006 22:34:27 -0000       1.1
+++ src/libpspp/ll.c    15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/ll.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/ll.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/ll.h    1 Jul 2006 22:34:27 -0000       1.1
+++ src/libpspp/ll.h    15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/llx.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/llx.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/libpspp/llx.c   10 Jul 2006 09:28:14 -0000      1.2
+++ src/libpspp/llx.c   15 Dec 2006 00:16:03 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/llx.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/llx.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/llx.h   1 Jul 2006 22:34:27 -0000       1.1
+++ src/libpspp/llx.h   15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/magic.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/magic.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/magic.c 4 Mar 2006 01:11:57 -0000       1.1
+++ src/libpspp/magic.c 15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/magic.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/magic.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/magic.h 4 Mar 2006 01:11:57 -0000       1.1
+++ src/libpspp/magic.h 15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/message.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/message.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- src/libpspp/message.c       5 Dec 2006 11:27:42 -0000       1.8
+++ src/libpspp/message.c       15 Dec 2006 00:16:03 -0000      1.9
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/message.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/message.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- src/libpspp/message.h       5 Dec 2006 11:27:42 -0000       1.15
+++ src/libpspp/message.h       15 Dec 2006 00:16:03 -0000      1.16
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/misc.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/misc.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/misc.c  4 Mar 2006 01:11:57 -0000       1.1
+++ src/libpspp/misc.c  15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/misc.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/misc.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/libpspp/misc.h  10 Dec 2006 03:42:51 -0000      1.3
+++ src/libpspp/misc.h  15 Dec 2006 00:16:03 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/msg-locator.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/msg-locator.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/libpspp/msg-locator.c   5 Dec 2006 11:27:42 -0000       1.2
+++ src/libpspp/msg-locator.c   15 Dec 2006 00:16:03 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/msg-locator.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/msg-locator.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/libpspp/msg-locator.h   5 Dec 2006 11:27:42 -0000       1.2
+++ src/libpspp/msg-locator.h   15 Dec 2006 00:16:03 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/pool.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/pool.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/libpspp/pool.c  14 Nov 2006 11:47:17 -0000      1.6
+++ src/libpspp/pool.c  15 Dec 2006 00:16:03 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/pool.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/pool.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/libpspp/pool.h  14 Oct 2006 00:25:21 -0000      1.6
+++ src/libpspp/pool.h  15 Dec 2006 00:16:03 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/start-date.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/start-date.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/start-date.c    4 Mar 2006 01:11:57 -0000       1.1
+++ src/libpspp/start-date.c    15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/start-date.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/start-date.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/start-date.h    4 Mar 2006 01:11:57 -0000       1.1
+++ src/libpspp/start-date.h    15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/str.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/str.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- src/libpspp/str.c   11 Dec 2006 15:39:23 -0000      1.19
+++ src/libpspp/str.c   15 Dec 2006 00:16:03 -0000      1.20
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/str.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/str.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- src/libpspp/str.h   11 Dec 2006 15:39:23 -0000      1.16
+++ src/libpspp/str.h   15 Dec 2006 00:16:03 -0000      1.17
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/verbose-msg.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/verbose-msg.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/verbose-msg.c   25 Apr 2006 18:03:03 -0000      1.1
+++ src/libpspp/verbose-msg.c   15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/verbose-msg.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/verbose-msg.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/libpspp/verbose-msg.h   25 Apr 2006 18:03:03 -0000      1.1
+++ src/libpspp/verbose-msg.h   15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/libpspp/version.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/version.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/libpspp/version.h       16 May 2006 13:51:39 -0000      1.2
+++ src/libpspp/version.h       15 Dec 2006 00:16:03 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/math/moments.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/math/moments.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/math/moments.c  15 Mar 2006 03:29:11 -0000      1.2
+++ src/math/moments.c  15 Dec 2006 00:16:03 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/math/moments.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/math/moments.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/math/moments.h  15 Mar 2006 03:29:11 -0000      1.2
+++ src/math/moments.h  15 Dec 2006 00:16:03 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/math/random.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/math/random.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/math/random.c   4 Mar 2006 01:11:57 -0000       1.1
+++ src/math/random.c   15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2005 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/math/random.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/math/random.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/math/random.h   4 Mar 2006 01:11:57 -0000       1.1
+++ src/math/random.h   15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2005 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/math/sort.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/math/sort.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- src/math/sort.c     10 Dec 2006 03:42:51 -0000      1.20
+++ src/math/sort.c     15 Dec 2006 00:16:03 -0000      1.21
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/math/sort.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/math/sort.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/math/sort.h     26 Oct 2006 06:16:36 -0000      1.3
+++ src/math/sort.h     15 Dec 2006 00:16:03 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/output/afm.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/afm.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- src/output/afm.c    8 Jul 2006 03:05:52 -0000       1.4
+++ src/output/afm.c    15 Dec 2006 00:16:03 -0000      1.5
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/output/afm.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/afm.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- src/output/afm.h    3 Apr 2006 20:07:54 -0000       1.1
+++ src/output/afm.h    15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/output/ascii.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/ascii.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- src/output/ascii.c  22 Oct 2006 11:07:52 -0000      1.11
+++ src/output/ascii.c  15 Dec 2006 00:16:03 -0000      1.12
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/output/html.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/html.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- src/output/html.c   22 Oct 2006 11:07:52 -0000      1.15
+++ src/output/html.c   15 Dec 2006 00:16:03 -0000      1.16
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/output/htmlP.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/htmlP.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- src/output/htmlP.h  22 Oct 2006 11:07:52 -0000      1.7
+++ src/output/htmlP.h  15 Dec 2006 00:16:03 -0000      1.8
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/output/manager.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/manager.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- src/output/manager.c        22 Oct 2006 11:07:52 -0000      1.10
+++ src/output/manager.c        15 Dec 2006 00:16:03 -0000      1.11
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/output/manager.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/manager.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/output/manager.h        22 Oct 2006 11:07:52 -0000      1.2
+++ src/output/manager.h        15 Dec 2006 00:16:03 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/output/output.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/output.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- src/output/output.c 10 Dec 2006 04:08:47 -0000      1.18
+++ src/output/output.c 15 Dec 2006 00:16:03 -0000      1.19
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/output/output.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/output.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- src/output/output.h 22 Oct 2006 11:07:52 -0000      1.7
+++ src/output/output.h 15 Dec 2006 00:16:03 -0000      1.8
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/output/postscript.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/postscript.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- src/output/postscript.c     10 Dec 2006 04:08:47 -0000      1.22
+++ src/output/postscript.c     15 Dec 2006 00:16:03 -0000      1.23
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/output/table.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/table.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- src/output/table.c  10 Dec 2006 03:42:51 -0000      1.18
+++ src/output/table.c  15 Dec 2006 00:16:03 -0000      1.19
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/output/table.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/table.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/output/table.h  9 Jun 2006 22:51:24 -0000       1.6
+++ src/output/table.h  15 Dec 2006 00:16:03 -0000      1.7
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/ui/terminal/command-line.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/command-line.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- src/ui/terminal/command-line.c      10 Dec 2006 19:14:37 -0000      1.11
+++ src/ui/terminal/command-line.c      15 Dec 2006 00:16:03 -0000      1.12
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/ui/terminal/command-line.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/command-line.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/ui/terminal/command-line.h      5 Dec 2006 11:27:42 -0000       1.2
+++ src/ui/terminal/command-line.h      15 Dec 2006 00:16:03 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/ui/terminal/main.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/main.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- src/ui/terminal/main.c      7 Dec 2006 11:34:17 -0000       1.25
+++ src/ui/terminal/main.c      15 Dec 2006 00:16:03 -0000      1.26
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/ui/terminal/msg-ui.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/msg-ui.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- src/ui/terminal/msg-ui.c    8 Dec 2006 22:24:08 -0000       1.9
+++ src/ui/terminal/msg-ui.c    15 Dec 2006 00:16:03 -0000      1.10
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/ui/terminal/msg-ui.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/msg-ui.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- src/ui/terminal/msg-ui.h    5 Dec 2006 11:27:42 -0000       1.3
+++ src/ui/terminal/msg-ui.h    15 Dec 2006 00:16:03 -0000      1.4
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/ui/terminal/read-line.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/read-line.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- src/ui/terminal/read-line.c 3 Dec 2006 22:16:46 -0000       1.11
+++ src/ui/terminal/read-line.c 15 Dec 2006 00:16:03 -0000      1.12
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: src/ui/terminal/read-line.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/read-line.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- src/ui/terminal/read-line.h 29 Nov 2006 11:50:32 -0000      1.4
+++ src/ui/terminal/read-line.h 15 Dec 2006 00:16:03 -0000      1.5
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: tests/formats/inexactify.c
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/formats/inexactify.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- tests/formats/inexactify.c  5 Nov 2006 05:20:53 -0000       1.1
+++ tests/formats/inexactify.c  15 Dec 2006 00:16:03 -0000      1.2
@@ -1,6 +1,5 @@
 /* inexactify.c - PSPP test program.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: tests/libpspp/ll-test.c
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/libpspp/ll-test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- tests/libpspp/ll-test.c     29 Oct 2006 22:04:09 -0000      1.2
+++ tests/libpspp/ll-test.c     15 Dec 2006 00:16:03 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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: tests/libpspp/llx-test.c
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/libpspp/llx-test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- tests/libpspp/llx-test.c    29 Oct 2006 22:04:09 -0000      1.2
+++ tests/libpspp/llx-test.c    15 Dec 2006 00:16:03 -0000      1.3
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <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]