Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jan 2, 2024
1 parent 9176011 commit 8d18af1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/app/help.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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);
}

0 comments on commit 8d18af1

Please sign in to comment.