libos+LICENSE: Update copyright year
Some checks failed
Build and test / build (push) Failing after 1m37s

Happy new year!
This commit is contained in:
apio 2025-01-06 16:10:00 +01:00
parent 773cd576d1
commit 8e1a0d0e13
Signed by: apio
GPG Key ID: B8A7D06E42258954
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
BSD 2-Clause License BSD 2-Clause License
Copyright (c) 2022-2024, apio. Copyright (c) 2022-2025, apio.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

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