Mercurial > hg > octave-lyh
changeset 268:69ed7cc2c05a
[project @ 1994-01-05 07:20:02 by jwe]
author | jwe |
---|---|
date | Wed, 05 Jan 1994 07:20:02 +0000 |
parents | 12010b8263ca |
children | 0febc87abbd4 |
files | src/octave.cc |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/octave.cc +++ b/src/octave.cc @@ -1,7 +1,7 @@ // octave.cc -*- C++ -*- /* -Copyright (C) 1992, 1993 John W. Eaton +Copyright (C) 1992, 1993, 1994 John W. Eaton This file is part of Octave. @@ -308,7 +308,7 @@ { cout << "\n" << " Octave, version " << version_string - << ". Copyright (C) 1992, 1993, John W. Eaton.\n" + << ". Copyright (C) 1992, 1993, 1994 John W. Eaton.\n" << " This is free software with ABSOLUTELY NO WARRANTY.\n" << "\n" << " usage: " << usage_string @@ -497,7 +497,7 @@ if (! inhibit_startup_message) { cout << "Octave, version " << version_string - << ". Copyright (C) 1992, 1993, John W. Eaton.\n" + << ". Copyright (C) 1992, 1993, 1994 John W. Eaton.\n" << "This is free software with ABSOLUTELY NO WARRANTY.\n" << "For details, type `warranty'.\n" << "\n";