libos+LICENSE: Update copyright year
Some checks failed
Build and test / build (push) Failing after 1m37s
Some checks failed
Build and test / build (push) Failing after 1m37s
Happy new year!
This commit is contained in:
parent
773cd576d1
commit
8e1a0d0e13
2
LICENSE
2
LICENSE
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user