changeset 1110:456368d90bc7

[project @ 1995-02-15 03:51:08 by jwe]
author jwe
date Wed, 15 Feb 1995 03:51:08 +0000
parents b14b97addb75
children 2a36b558ab55
files src/octave.cc
diffstat 1 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/src/octave.cc	Wed Feb 15 00:39:47 1995 +0000
+++ b/src/octave.cc	Wed Feb 15 03:51:08 1995 +0000
@@ -374,7 +374,7 @@
 verbose_usage (void)
 {
   cout << "\n"
-       << OCTAVE_STARTUP_MESSAGE
+       << OCTAVE_NAME_VERSION_AND_COPYRIGHT
        << "\n\n"
        << "  usage: " << usage_string
        << "\n\n"
@@ -728,20 +728,20 @@
   Octave_object retval;
 
   ostrstream output_buf;
-  output_buf << "\n    " OCTAVE_NAME_VERSION_AND_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\
-    (at your option) any later version.\n\
+  output_buf << "\n" OCTAVE_NAME_VERSION_AND_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\
+(at your option) any later version.\n\
 \n\
-    This program is distributed in the hope that it will be useful,\n\
-    but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
-    GNU General Public License for more details.\n\
+This program is distributed in the hope that it will be useful,\n\
+but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
+GNU General Public License for more details.\n\
 \n\
-    You should have received a copy of the GNU General Public License\n\
-    along with this program. If not, write to the Free Software\n\
-    Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.\n\
+You should have received a copy of the GNU General Public License\n\
+along with this program. If not, write to the Free Software\n\
+Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.\n\
 \n";
 
   output_buf << ends;