From 8e1a0d0e1354a5b7b95311b314e709412098647e Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 6 Jan 2025 16:10:00 +0100 Subject: [PATCH] libos+LICENSE: Update copyright year Happy new year! --- LICENSE | 2 +- libos/src/ArgumentParser.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)