Mercurial > hg > octave-nkf
changeset 296:3c23b8ea9099
[project @ 1994-01-17 02:49:15 by jwe]
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.