libos: Change the year in the default ArgumentParser copyright message
Some checks failed
Build and test / build (push) Failing after 12m48s

Almost four months into 2024, I finally remembered that I had to change this.
This commit is contained in:
apio 2024-04-20 17:24:26 +02:00
parent 6293aeea58
commit e0ed4be0db
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -90,7 +90,7 @@ namespace os
}
// Change this every year!
constexpr auto copyright_text = "Copyright (C) 2023, the Luna authors.";
constexpr auto copyright_text = "Copyright (C) 2024, the Luna authors.";
constexpr auto license_text = "Licensed under the BSD-2 license <https://opensource.org/license/bsd-2-clause/>";
void ArgumentParser::add_program_info(ProgramInfo info)