diff --git a/main.cpp b/main.cpp index f6e2d0b..aa1d1d2 100644 --- a/main.cpp +++ b/main.cpp @@ -86,7 +86,7 @@ bool execute_command(const string &input) PROFILER_RECORD; if (input == "exit") { - cout << "Thank you for visiting the Secutech customer portal. Please visit us again soon!" << endl; + cout << "Thank you for visiting Open Pit Mining Ltd. Please visit us again soon!" << endl; return false; } if (input == "login") @@ -131,7 +131,9 @@ void load_key() int main(int argc, char **argv) { PROFILER_RECORD; load_key(); - cout << "Welcome to the Secutech login portal." << endl; + cout << "Welcome to Open Pit Mining Ltd." << endl; + cout << " - removing forests since 1978 -" << endl; + cout << endl; cout << "How can we help you today? (type 'help' for help)" << endl; string input; do diff --git a/meson.build b/meson.build index 7917ea0..7a96fdd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ -project('secutech', 'cpp') -executable('secutech', +project('open_pit', 'cpp') +executable('open_pit', 'main.cpp', 'aes.cpp', 'profiler.cpp',