Set cmake defaults, replace TUK with RPTU.

This commit is contained in:
Lukas Steiner
2023-05-23 16:47:03 +02:00
parent 93aecc3555
commit 4212e55f6c
3 changed files with 11 additions and 6 deletions

View File

@@ -127,10 +127,10 @@ void DRAMSys::logo()
#define BOLDTXT(s) std::string(("\033[1;37m"+std::string((s))+"\033[0m"))
cout << std::endl
<< BLACKTXT("■ ■ ")<< DGREENTXT("")
<< BOLDTXT("DRAMSys4.0, Copyright (c) 2020")
<< BOLDTXT("DRAMSys5.0, Copyright (c) 2023")
<< std::endl
<< BLACKTXT("") << DGREENTXT("") << GREENTXT("")
<< "Technische Universitaet Kaiserslautern,"
<< "RPTU Kaiserslautern-Landau,"
<< std::endl
<< DGREENTXT("") << GREENTXT("") << LGREENTXT("" )
<< "Fraunhofer IESE"