libos: Change the year in the default ArgumentParser copyright message
Some checks failed
Build and test / build (push) Failing after 12m48s
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:
parent
6293aeea58
commit
e0ed4be0db
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user