From b49f871575aa743f4b9d81816d95035b4aa1d9d2 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Tue, 1 Jun 2010 09:31:16 +0000 Subject: [PATCH] * ./unicorn: - Change: In CgtMain, add a more complete credits cartouche. --- unicorn/src/CgtMain.cpp | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/unicorn/src/CgtMain.cpp b/unicorn/src/CgtMain.cpp index f12cd00c..39c07165 100644 --- a/unicorn/src/CgtMain.cpp +++ b/unicorn/src/CgtMain.cpp @@ -280,10 +280,17 @@ int main ( int argc, char *argv[] ) unicorn->getBanner().setPurpose ( "Coriolis Graphical Tool" ); cmess1 << unicorn->getBanner() << endl; - cout << " The Knik router makes use of FLUTE software" << endl; - cout << " Author .................... Chris C. N. CHU" << endl; - cout << " Prof. Ident. ........ Iowa State University" << endl; - cout << " URL .... http://home.eng.iastate.edu/~cnchu" << endl; + cmess1 << " Tool Credits" << endl; + cmess1 << " Hurricane .................... Remy Escassut & Christian Masson" << endl; + cmess1 << " Knik - Global Router ............................ Damien Dupuis" << endl; + cmess1 << " Kite - Detailed Router ....................... Jean-Paul Chaput" << endl; + cmess1 << " Software Engineering ..................... Christophe Alexandre" << endl; + cmess1 << endl; + + cout << " The Knik router makes use of FLUTE software" << endl; + cout << " Author ........................................ Chris C. N. CHU" << endl; + cout << " Prof. Ident. ............................ Iowa State University" << endl; + cout << " URL ........................ http://home.eng.iastate.edu/~cnchu" << endl; cmess2 << af->getPrint() << endl; //unicorn->registerTool ( Knik::GraphicKnikEngine::grab() );