# HG changeset patch # User jwe # Date 792802087 0 # Node ID 676db72ec37c2a93d673d80de767dae0e3aa0c66 # Parent 05611efd5bfe539f457a4e98269e03c07a12ad16 [project @ 1995-02-14 22:48:07 by jwe] diff -r 05611efd5bfe -r 676db72ec37c src/octave.cc --- a/src/octave.cc Tue Feb 14 22:40:14 1995 +0000 +++ b/src/octave.cc Tue Feb 14 22:48:07 1995 +0000 @@ -374,10 +374,8 @@ verbose_usage (void) { cout << "\n" - << " Octave, version " << version_string - << ". Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton.\n" - << " This is free software with ABSOLUTELY NO WARRANTY.\n" - << "\n" + << OCTAVE_STARTUP_BANNER + << "\n\n" << " usage: " << usage_string << "\n\n" << " V : enable verbose output in some cases\n" @@ -548,10 +546,7 @@ init_dynamic_linker (); if (! inhibit_startup_message) - cout << "Octave, version " << version_string - << ". 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; + cout << OCTAVE_STARTUP_MESSAGE "\n" << endl; if (read_init_files) { @@ -734,8 +729,7 @@ ostrstream output_buf; output_buf << "\n Octave, version " << version_string - << ". Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton\n" - << "\n\ + << ". " OCTAVE_COPYRIGHT "\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\ the Free Software Foundation; either version 2 of the License, or\n\