changeset 1009:dfe01093f657

[project @ 1995-01-04 04:05:12 by jwe]
author jwe
date Wed, 04 Jan 1995 04:05:12 +0000
parents 744d2f9745c8
children bef46882918c
files liboctave/idx-vector.cc liboctave/idx-vector.h liboctave/statdefs.h src/Array-tc.cc src/DLList-fi.cc src/Map-tc.cc src/Map.cc src/Map.h src/SLList-expr.cc src/SLList-i.cc src/SLList-misc.cc src/SLList-pc.cc src/SLList-plot.cc src/SLList-tc.cc src/SLStack-sym.cc src/SLStack-tm.cc src/SLStack-tok.cc src/SLStack-ue.cc src/SLStack-ui.cc src/SLStack.cc src/SLStack.h src/Stack.cc src/Stack.h src/arith-ops.cc src/arith-ops.h src/balance.cc src/builtins.h src/chol.cc src/colloc.cc src/dassl.cc src/data.cc src/defun-dld.h src/defun-int.h src/defun.h src/det.cc src/dirfns.cc src/dirfns.h src/dynamic-ld.cc src/dynamic-ld.h src/eig.cc src/error.cc src/error.h src/expm.cc src/fft.cc src/fft2.cc src/file-io.cc src/file-io.h src/find.cc src/fsolve.cc src/fsqp.cc src/givens.cc src/gripes.cc src/gripes.h src/help.cc src/help.h src/hess.cc src/ifft.cc src/ifft2.cc src/input.cc src/input.h src/inv.cc src/lex.h src/lex.l src/load-save.cc src/load-save.h src/log.cc src/lpsolve.cc src/lsode.cc src/lu.cc src/mappers.h src/minmax.cc src/npsol.cc src/oct-hist.cc src/oct-hist.h src/oct-map.h src/oct-obj.cc src/oct-obj.h src/octave.cc src/pager.cc src/pager.h src/parse.h src/parse.y src/pinv.cc src/pr-output.cc src/pr-output.h src/procstream.cc src/procstream.h src/pt-base.cc src/pt-base.h src/pt-cmd.cc src/pt-cmd.h src/pt-const.cc src/pt-const.h src/pt-exp-base.cc src/pt-exp-base.h src/pt-misc.cc src/pt-misc.h src/pt-plot.cc src/pt-plot.h src/qpsol.cc src/qr.cc src/quad.cc src/qzval.cc src/rand.cc src/schur.cc src/sighandlers.cc src/sighandlers.h src/sort.cc src/strfns.cc src/svd.cc src/syl.cc src/symtab.cc src/symtab.h src/sysdep.cc src/sysdep.h src/systime.h src/tc-inlines.h src/tc-rep-ass.cc src/tc-rep-idx.cc src/tc-rep.cc src/tc-rep.h src/timefns.cc src/token.cc src/token.h src/toplev.h src/unwind-prot.cc src/unwind-prot.h src/user-prefs.cc src/user-prefs.h src/utils.cc src/utils.h src/variables.cc src/variables.h src/xdiv.cc src/xdiv.h src/xpow.cc src/xpow.h
diffstat 137 files changed, 140 insertions(+), 140 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/idx-vector.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/liboctave/idx-vector.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // idx-vector.cc                                       -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/idx-vector.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/liboctave/idx-vector.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // idx-vector.h                                        -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/statdefs.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/liboctave/statdefs.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // statdefs.h                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/Array-tc.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/Array-tc.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // Array-tc.cc                                            -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/DLList-fi.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/DLList-fi.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // DLList-fi.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/Map-tc.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/Map-tc.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // Map-tc.cc                                            -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/Map.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/Map.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // Map.cc                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/Map.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/Map.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // Map.h                                                 -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/SLList-expr.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/SLList-expr.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // SLList-expr.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/SLList-i.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/SLList-i.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // SLStack-i.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/SLList-misc.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/SLList-misc.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // SLList-misc.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/SLList-pc.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/SLList-pc.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // SLStack-pc.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/SLList-plot.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/SLList-plot.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // SLList-plot.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/SLList-tc.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/SLList-tc.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // SLList-tc.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/SLStack-sym.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/SLStack-sym.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // SLStack-sym.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/SLStack-tm.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/SLStack-tm.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // SLStack-tm.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/SLStack-tok.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/SLStack-tok.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // SLStack-tok.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/SLStack-ue.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/SLStack-ue.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // SLStack-up.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/SLStack-ui.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/SLStack-ui.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // SLStack-ui.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/SLStack.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/SLStack.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // SLStack.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/SLStack.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/SLStack.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // SLStack.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/Stack.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/Stack.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // Stack.cc                                             -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/Stack.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/Stack.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // Stack.h                                                -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/arith-ops.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/arith-ops.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // arith-ops.cc                                         -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/arith-ops.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/arith-ops.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // arith-ops.h                                        -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/balance.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/balance.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-balance.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/builtins.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/builtins.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // builtins.h                                          -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/chol.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/chol.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-chol.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/colloc.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/colloc.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-colloc.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/dassl.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/dassl.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-dassl.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/data.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/data.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // data.cc                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/defun-dld.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/defun-dld.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // defun-dld.h                                           -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/defun-int.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/defun-int.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // defun-int.h                                          -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/defun.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/defun.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // defun.h                                                 -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/det.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/det.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-det.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/dirfns.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/dirfns.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // dirfns.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/dirfns.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/dirfns.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // dirfns.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/dynamic-ld.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/dynamic-ld.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // dynamic-ld.cc                                         -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/dynamic-ld.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/dynamic-ld.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // dynamic-ld.h                                        -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/eig.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/eig.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-eig.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/error.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/error.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // error.cc                                             -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/error.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/error.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // error.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/expm.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/expm.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-expm.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/fft.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/fft.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-fft.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/fft2.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/fft2.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-fft2.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1994 John W. Eaton
+Copyright (C) 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/file-io.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/file-io.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // file-io.cc                                             -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/file-io.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/file-io.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // file-io.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/find.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/find.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-find.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1994 John W. Eaton
+Copyright (C) 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/fsolve.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/fsolve.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-fsolve.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/fsqp.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/fsqp.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-fsqp.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/givens.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/givens.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-givens.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/gripes.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/gripes.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // gripes.cc                                             -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/gripes.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/gripes.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // gripes.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/help.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/help.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // help.cc                                             -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/help.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/help.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // help.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/hess.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/hess.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-hess.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/ifft.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/ifft.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-ifft.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/ifft2.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/ifft2.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-ifft2.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1994 John W. Eaton
+Copyright (C) 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/input.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/input.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // input.cc                                             -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/input.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/input.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // input.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/inv.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/inv.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-inv.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/lex.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/lex.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // lex.h                                                 -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/lex.l	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/lex.l	Wed Jan 04 04:05:12 1995 +0000
@@ -1,6 +1,6 @@
 /* lex.l                                                -*- C++ -*-
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/load-save.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/load-save.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // load-save.cc                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/load-save.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/load-save.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // load-save.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/log.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/log.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-log.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1994 John W. Eaton
+Copyright (C) 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/lpsolve.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/lpsolve.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-lpsolve.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/lsode.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/lsode.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-lsode.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/lu.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/lu.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-lu.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/mappers.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/mappers.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // mappers.h                                           -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/minmax.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/minmax.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-minmax.cc						 -*- C++ -*-
 /*
 
-Copyright (C) 1994 John W. Eaton
+Copyright (C) 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/npsol.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/npsol.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-npsol.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/oct-hist.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/oct-hist.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // octave-hist.cc                                        -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/oct-hist.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/oct-hist.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // octave-hist.h                                        -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/oct-map.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/oct-map.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // oct-map.h                                            -*- C -*-
 /*
 
-Copyright (C) 1994 John W. Eaton
+Copyright (C) 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/oct-obj.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/oct-obj.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // oct-obj.cc                                            -*- C++ -*-
 /*
 
-Copyright (C) 1994 John W. Eaton
+Copyright (C) 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/oct-obj.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/oct-obj.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // oct-obj.h                                            -*- C -*-
 /*
 
-Copyright (C) 1994 John W. Eaton
+Copyright (C) 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/octave.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/octave.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // octave.cc                                            -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
@@ -370,7 +370,7 @@
 {
   cout << "\n"
        << "  Octave, version " << version_string
-       << ".  Copyright (C) 1992, 1993, 1994 John W. Eaton.\n"
+       << ".  Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton.\n"
        << "  This is free software with ABSOLUTELY NO WARRANTY.\n"
        << "\n"
        << "  usage: " << usage_string
@@ -544,7 +544,7 @@
 
   if (! inhibit_startup_message)
     cout << "Octave, version " << version_string
-	 << ".  Copyright (C) 1992, 1993, 1994 John W. Eaton.\n"
+	 << ".  Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton.\n"
 	 << "This is free software with ABSOLUTELY NO WARRANTY.\n"
 	 << "For details, type `warranty'.\n" << endl;
 
@@ -729,7 +729,7 @@
 
   ostrstream output_buf;
   output_buf << "\n    Octave, version " << version_string
-	     << ".  Copyright (C) 1992, 1993, 1994 John W. Eaton\n"
+	     << ".  Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton\n"
 	     << "\n\
     This program is free software; you can redistribute it and/or modify\n\
     it under the terms of the GNU General Public License as published by\n\
--- a/src/pager.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pager.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // pager.cc                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pager.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pager.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // pager.h                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/parse.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/parse.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // parse.h                                                 -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/parse.y	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/parse.y	Wed Jan 04 04:05:12 1995 +0000
@@ -1,6 +1,6 @@
 /* parse.y						-*- text -*-
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pinv.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pinv.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-pinv.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1994 John W. Eaton
+Copyright (C) 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pr-output.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pr-output.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // pr-output.cc                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pr-output.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pr-output.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // pr-output.h                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/procstream.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/procstream.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // procstream.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/procstream.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/procstream.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // procstream.h                                         -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-base.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pt-base.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tree-base.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-base.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pt-base.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tree-base.h                                           -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-cmd.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pt-cmd.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tree-cmd.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-cmd.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pt-cmd.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tree-cmd.h                                          -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-const.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pt-const.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tree-const.cc                                         -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-const.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pt-const.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tree-const.h                                        -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-exp-base.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pt-exp-base.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tree-expr.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-exp-base.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pt-exp-base.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tree-expr.h                                      -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-misc.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pt-misc.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tree-misc.cc                                          -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-misc.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pt-misc.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tree-misc.h                                      -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-plot.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pt-plot.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tree-plot.cc                                         -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-plot.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/pt-plot.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tree-plot.h                                         -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/qpsol.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/qpsol.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-qpsol.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/qr.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/qr.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-qr.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/quad.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/quad.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-quad.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/qzval.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/qzval.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-qzval.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/rand.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/rand.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-rand.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/schur.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/schur.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-schur.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/sighandlers.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/sighandlers.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // sighandlers.cc                                         -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/sighandlers.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/sighandlers.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // sighandlers.h                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/sort.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/sort.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-sort.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1994 John W. Eaton
+Copyright (C) 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/strfns.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/strfns.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // strfns.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/svd.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/svd.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-svd.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/syl.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/syl.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // f-syl.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/symtab.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/symtab.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // symtab.cc                                            -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/symtab.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/symtab.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // symtab.h                                             -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/sysdep.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/sysdep.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // sysdep.cc                                              -*- C++ -*-
 /*
 
-Copyright (C) 1993, 1994 John W. Eaton
+Copyright (C) 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/sysdep.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/sysdep.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // sysdep.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/systime.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/systime.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // systime.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/tc-inlines.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/tc-inlines.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tc-inlines.h                                          -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/tc-rep-ass.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/tc-rep-ass.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tc-rep-ass.cc                                            -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/tc-rep-idx.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/tc-rep-idx.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tc-rep-idx.cc                                        -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/tc-rep.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/tc-rep.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tc-rep.cc                                            -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/tc-rep.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/tc-rep.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // tc-rep.h                                             -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/timefns.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/timefns.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // timefns.cc                                            -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/token.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/token.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // token.cc                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/token.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/token.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // token.h                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/toplev.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/toplev.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // octave.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/unwind-prot.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/unwind-prot.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // unwind-prot.cc                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/unwind-prot.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/unwind-prot.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // unwind-prot.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/user-prefs.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/user-prefs.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // user-prefs.cc                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/user-prefs.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/user-prefs.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // user-prefs.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/utils.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/utils.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // utils.cc                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/utils.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/utils.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // utils.h                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/variables.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/variables.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // variables.cc                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/variables.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/variables.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // variables.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/xdiv.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/xdiv.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // xdiv.cc                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/xdiv.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/xdiv.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // xdiv.h                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/xpow.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/xpow.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // xpow.cc                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/xpow.h	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/xpow.h	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // xpow.h                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.