diff --git a/COPYING b/COPYING index 163b7b56d..b3da4da7a 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2010 - 2023, Kim Walisch. +Copyright (c) 2010 - 2024, Kim Walisch. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/app/help.cpp b/src/app/help.cpp index c2ec65800..056302d8f 100644 --- a/src/app/help.cpp +++ b/src/app/help.cpp @@ -3,7 +3,7 @@ /// @brief help() and version() functions of the primesieve /// console application. /// -/// Copyright (C) 2023 Kim Walisch, +/// Copyright (C) 2024 Kim Walisch, /// /// This file is distributed under the BSD License. See the COPYING /// file in the top level directory. @@ -57,7 +57,7 @@ void version() { std::cout << "primesieve " << primesieve::primesieve_version(); std::cout << ", " << std::endl; - std::cout << "Copyright (C) 2010 - 2023 Kim Walisch" << std::endl; + std::cout << "Copyright (C) 2010 - 2024 Kim Walisch" << std::endl; std::cout << "BSD 2-Clause License " << std::endl; std::exit(0); }