Update copyright notices and contact/pricing info.

Close #499
This commit is contained in:
2024-11-30 10:12:08 -06:00
committed by Celtic Minstrel
parent 3b12d37555
commit d870180591
6 changed files with 42 additions and 60 deletions

View File

@@ -392,7 +392,7 @@ void draw_startup_stats() {
}
std::ostringstream sout;
sout << "Copyright 1997, All Rights Reserved, v" << oboeVersionString();
sout << "Created 1997, Free Open Source, v" << oboeVersionString();
#if defined(GIT_REVISION) && defined(GIT_TAG_REVISION)
if(strcmp(GIT_REVISION, GIT_TAG_REVISION) != 0) {
sout << " [" << GIT_REVISION << "]";