diff src/octave.cc @ 1009:dfe01093f657

[project @ 1995-01-04 04:05:12 by jwe]
author jwe
date Wed, 04 Jan 1995 04:05:12 +0000
parents 46a2983cb297
children d3790919922e
line wrap: on
line diff
--- a/src/octave.cc	Wed Jan 04 03:21:48 1995 +0000
+++ b/src/octave.cc	Wed Jan 04 04:05:12 1995 +0000
@@ -1,7 +1,7 @@
 // octave.cc                                            -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993, 1994 John W. Eaton
+Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton
 
 This file is part of Octave.
 
@@ -370,7 +370,7 @@
 {
   cout << "\n"
        << "  Octave, version " << version_string
-       << ".  Copyright (C) 1992, 1993, 1994 John W. Eaton.\n"
+       << ".  Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton.\n"
        << "  This is free software with ABSOLUTELY NO WARRANTY.\n"
        << "\n"
        << "  usage: " << usage_string
@@ -544,7 +544,7 @@
 
   if (! inhibit_startup_message)
     cout << "Octave, version " << version_string
-	 << ".  Copyright (C) 1992, 1993, 1994 John W. Eaton.\n"
+	 << ".  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;
 
@@ -729,7 +729,7 @@
 
   ostrstream output_buf;
   output_buf << "\n    Octave, version " << version_string
-	     << ".  Copyright (C) 1992, 1993, 1994 John W. Eaton\n"
+	     << ".  Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton\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\