-
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9176011
commit 8d18af1
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
/// @brief help() and version() functions of the primesieve | ||
/// console application. | ||
/// | ||
/// Copyright (C) 2023 Kim Walisch, <[email protected]> | ||
/// Copyright (C) 2024 Kim Walisch, <[email protected]> | ||
/// | ||
/// 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 << ", <https://github.com/kimwalisch/primesieve>" << 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 <https://opensource.org/licenses/BSD-2-Clause>" << std::endl; | ||
std::exit(0); | ||
} |