changeset 296:3c23b8ea9099

[project @ 1994-01-17 02:49:15 by jwe]
author jwe
date Mon, 17 Jan 1994 02:54:02 +0000
parents 515d970bb456
children cd8402c9a810
files liboctave/DAE.h liboctave/DASSL.cc liboctave/LSODE.cc liboctave/Matrix-ext.cc liboctave/Matrix.h liboctave/NLEqn.cc liboctave/NLEqn.h liboctave/NLP.h liboctave/NPSOL.cc liboctave/NPSOL.h liboctave/ODE.h liboctave/QPSOL.cc liboctave/QPSOL.h liboctave/Quad.cc liboctave/Quad.h liboctave/RowVector.cc scripts/linear-algebra/pinv.m scripts/statistics/corrcoef.m scripts/statistics/cov.m scripts/statistics/gls.m scripts/statistics/kurtosis.m scripts/statistics/mahalanobis.m scripts/statistics/ols.m scripts/statistics/skewness.m src/builtins.h src/dassl.cc src/lex.l src/lsode.cc src/npsol.cc src/oct-hist.cc src/pr-output.cc src/pt-base.h src/pt-const.cc src/pt-const.h src/qpsol.cc src/quad.cc src/sighandlers.h src/tc-extras.cc src/utils.cc src/utils.h src/variables.cc src/variables.h
diffstat 42 files changed, 42 insertions(+), 42 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/DAE.h
+++ b/liboctave/DAE.h
@@ -1,7 +1,7 @@
 // DAE.h                                                -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/DASSL.cc
+++ b/liboctave/DASSL.cc
@@ -1,7 +1,7 @@
 // DAE.cc                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/LSODE.cc
+++ b/liboctave/LSODE.cc
@@ -1,7 +1,7 @@
 // ODE.cc                                                -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/Matrix-ext.cc
+++ b/liboctave/Matrix-ext.cc
@@ -1,7 +1,7 @@
 // Extra Matrix manipulations.                           -*- C++ -*-
 /*
 
-Copyright (C) 1992 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/Matrix.h
+++ b/liboctave/Matrix.h
@@ -1,7 +1,7 @@
 // Matrix manipulations.                                 -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/NLEqn.cc
+++ b/liboctave/NLEqn.cc
@@ -1,7 +1,7 @@
 // NLEqn.cc                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/NLEqn.h
+++ b/liboctave/NLEqn.h
@@ -1,7 +1,7 @@
 // NLEqn.h                                                -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/NLP.h
+++ b/liboctave/NLP.h
@@ -1,7 +1,7 @@
 // NLP.h                                                -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/NPSOL.cc
+++ b/liboctave/NPSOL.cc
@@ -1,7 +1,7 @@
 // NPSOL.cc                                                -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/NPSOL.h
+++ b/liboctave/NPSOL.h
@@ -1,7 +1,7 @@
 // NPSOL.h                                                -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/ODE.h
+++ b/liboctave/ODE.h
@@ -1,7 +1,7 @@
 // ODE.h                                                -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/QPSOL.cc
+++ b/liboctave/QPSOL.cc
@@ -1,7 +1,7 @@
 // QPSOL.cc                                                -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/QPSOL.h
+++ b/liboctave/QPSOL.h
@@ -1,7 +1,7 @@
 // QPSOL.h                                                -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/Quad.cc
+++ b/liboctave/Quad.cc
@@ -1,7 +1,7 @@
 // Quad.cc                                                -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/Quad.h
+++ b/liboctave/Quad.h
@@ -1,7 +1,7 @@
 // Quad.h                                           -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/liboctave/RowVector.cc
+++ b/liboctave/RowVector.cc
@@ -1,7 +1,7 @@
 // RowVector manipulations.                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/scripts/linear-algebra/pinv.m
+++ b/scripts/linear-algebra/pinv.m
@@ -1,4 +1,4 @@
-# Copyright (C) 1993 John W. Eaton
+# Copyright (C) 1994 John W. Eaton
 #
 # This file is part of Octave.
 #
--- a/scripts/statistics/corrcoef.m
+++ b/scripts/statistics/corrcoef.m
@@ -1,4 +1,4 @@
-# Copyright (C) 1993 John W. Eaton
+# Copyright (C) 1994 John W. Eaton
 #
 # This file is part of Octave.
 #
--- a/scripts/statistics/cov.m
+++ b/scripts/statistics/cov.m
@@ -1,4 +1,4 @@
-# Copyright (C) 1993 John W. Eaton
+# Copyright (C) 1994 John W. Eaton
 #
 # This file is part of Octave.
 #
--- a/scripts/statistics/gls.m
+++ b/scripts/statistics/gls.m
@@ -1,4 +1,4 @@
-# Copyright (C) 1993 John W. Eaton
+# Copyright (C) 1994 John W. Eaton
 # 
 # This file is part of Octave.
 # 
--- a/scripts/statistics/kurtosis.m
+++ b/scripts/statistics/kurtosis.m
@@ -1,4 +1,4 @@
-# Copyright (C) 1993 John W. Eaton
+# Copyright (C) 1994 John W. Eaton
 #
 # This file is part of Octave.
 #
--- a/scripts/statistics/mahalanobis.m
+++ b/scripts/statistics/mahalanobis.m
@@ -1,4 +1,4 @@
-# Copyright (C) 1993 John W. Eaton
+# Copyright (C) 1994 John W. Eaton
 #
 # This file is part of Octave.
 #
--- a/scripts/statistics/ols.m
+++ b/scripts/statistics/ols.m
@@ -1,4 +1,4 @@
-# Copyright (C) 1993 John W. Eaton
+# Copyright (C) 1994 John W. Eaton
 #
 # This file is part of Octave.
 #
--- a/scripts/statistics/skewness.m
+++ b/scripts/statistics/skewness.m
@@ -1,4 +1,4 @@
-# Copyright (C) 1993 John W. Eaton
+# Copyright (C) 1994 John W. Eaton
 #
 # This file is part of Octave.
 #
--- a/src/builtins.h
+++ b/src/builtins.h
@@ -1,7 +1,7 @@
 // Builtin function support.                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/dassl.cc
+++ b/src/dassl.cc
@@ -1,7 +1,7 @@
 // f-dassl.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993 John W. Eaton
+Copyright (C) 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/lex.l
+++ b/src/lex.l
@@ -1,6 +1,6 @@
 /* lex.l                                                -*- C -*-
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/lsode.cc
+++ b/src/lsode.cc
@@ -1,7 +1,7 @@
 // f-lsode.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993 John W. Eaton
+Copyright (C) 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/npsol.cc
+++ b/src/npsol.cc
@@ -1,7 +1,7 @@
 // f-npsol.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993 John W. Eaton
+Copyright (C) 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/oct-hist.cc
+++ b/src/oct-hist.cc
@@ -1,7 +1,7 @@
 // octave-hist.cc                                        -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pr-output.cc
+++ b/src/pr-output.cc
@@ -1,7 +1,7 @@
 // pr-output.cc                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-base.h
+++ b/src/pt-base.h
@@ -1,7 +1,7 @@
 // tree-base.h                                           -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-const.cc
+++ b/src/pt-const.cc
@@ -1,7 +1,7 @@
 // The constants for the tree class.                      -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/pt-const.h
+++ b/src/pt-const.h
@@ -1,7 +1,7 @@
 // The rest of the tree classes.                          -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/qpsol.cc
+++ b/src/qpsol.cc
@@ -1,7 +1,7 @@
 // f-qpsol.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993 John W. Eaton
+Copyright (C) 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/quad.cc
+++ b/src/quad.cc
@@ -1,7 +1,7 @@
 // f-quad.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993 John W. Eaton
+Copyright (C) 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/sighandlers.h
+++ b/src/sighandlers.h
@@ -1,7 +1,7 @@
 // sighandlers.h                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/tc-extras.cc
+++ b/src/tc-extras.cc
@@ -2,7 +2,7 @@
 // See also the other tc-*.cc files.
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -1,7 +1,7 @@
 // utils.cc                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,7 +1,7 @@
 // utils.h                                               -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -1,7 +1,7 @@
 // variables.cc                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
--- a/src/variables.h
+++ b/src/variables.h
@@ -1,7 +1,7 @@
 // variables.h                                              -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 1992, 1993, 1994 John W. Eaton
 
 This file is part of Octave.