Skip to content
Snippets Groups Projects
Commit 35becbde authored by toole1's avatar toole1
Browse files

jack

git-svn-id: https://subversion.cs.illinois.edu/svn/cs225@3372 6fbd10e7-183d-0410-a318-cb416676e4f2
parent ab733ccb
No related branches found
No related tags found
No related merge requests found
...@@ -301,7 +301,6 @@ void monad::printHelp() ...@@ -301,7 +301,6 @@ void monad::printHelp()
<< "; The 'testutil' library in this directory is also available" << endl << "; The 'testutil' library in this directory is also available" << endl
<< "EasyBMP" << endl << "EasyBMP" << endl
<< endl; << endl;
} }
......
...@@ -22,14 +22,16 @@ const char * unit_test::pass_string = "~~PASSED~~"; ...@@ -22,14 +22,16 @@ const char * unit_test::pass_string = "~~PASSED~~";
void printInfo() void printInfo()
{ {
cout << version::official_name << endl cout << endl
<< version::official_name << endl
<< "Version " << version::version_name << endl << "Version " << version::version_name << endl
<< "Released " << version::date << endl << "Released " << version::date << endl
<< "Developed by Jack Toole Spring/Fall 2011" << endl << "Developed by Jack Toole Spring/Fall 2011" << endl
<< "Copyright 2011 Jack Toole" << endl << "Copyright 2011 Jack Toole" << endl
<< "Full rights granted to Jack Toole. Rights to use and modify granted to" << endl << "Full rights granted to Jack Toole. Rights to use and modify granted to" << endl
<< "University of Illinois Urbana-Champaign Computer Science Data Structures" << endl << "University of Illinois Urbana-Champaign Computer Science Data Structures" << endl
<< "instructors and course staff" << endl; << "instructors and course staff" << endl
<< endl;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment