[Avida-cvs] [avida-svn] r436 - development/source/main

brysonda@myxo.css.msu.edu brysonda at myxo.css.msu.edu
Fri Jan 13 12:24:42 PST 2006


Author: brysonda
Date: 2006-01-13 15:24:42 -0500 (Fri, 13 Jan 2006)
New Revision: 436

Modified:
   development/source/main/avida.cc
Log:
Fix copyright displayed by primitive.

Modified: development/source/main/avida.cc
===================================================================
--- development/source/main/avida.cc	2006-01-10 21:06:02 UTC (rev 435)
+++ development/source/main/avida.cc	2006-01-13 20:24:42 UTC (rev 436)
@@ -62,8 +62,8 @@
   // output copyright message
   cout << getAvidaVersion() << endl;
   cout << "----------------------------------------------------------------------" << endl;
-  cout << "Copyright (C) 1999-2005 Michigan State University." << endl;
-  cout << "Copyright (C) 1993-2004 California Institute of Technology." << endl << endl;
+  cout << "Copyright (C) 1999-2006 Michigan State University." << endl;
+  cout << "Copyright (C) 1993-2005 California Institute of Technology." << endl << endl;
   
   cout << "Avida comes with ABSOLUTELY NO WARRANTY." << endl;
   cout << "This is free software, and you are welcome to redistribute it" << endl;




More information about the Avida-cvs mailing list