diff --git a/LICENSE b/LICENSE index 90054330..34683a6d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2022-2024, apio. +Copyright (c) 2022-2025, apio. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/libos/src/ArgumentParser.cpp b/libos/src/ArgumentParser.cpp index fa6e1284..6d0f5045 100644 --- a/libos/src/ArgumentParser.cpp +++ b/libos/src/ArgumentParser.cpp @@ -90,7 +90,7 @@ namespace os } // 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 "; void ArgumentParser::add_program_info(ProgramInfo info)