diff --git a/client/snapclient.cpp b/client/snapclient.cpp index f05b328d..6e4c735a 100644 --- a/client/snapclient.cpp +++ b/client/snapclient.cpp @@ -206,7 +206,7 @@ int main(int argc, char** argv) if (versionSwitch->is_set()) { cout << "snapclient v" << version::code << (!version::rev().empty() ? (" (rev " + version::rev(8) + ")") : ("")) << "\n" - << "Copyright (C) 2014-2022 BadAix (snapcast@badaix.de).\n" + << "Copyright (C) 2014-2024 BadAix (snapcast@badaix.de).\n" << "License GPLv3+: GNU GPL version 3 or later .\n" << "This is free software: you are free to change and redistribute it.\n" << "There is NO WARRANTY, to the extent permitted by law.\n\n" diff --git a/server/snapserver.cpp b/server/snapserver.cpp index 875584e0..a331bb22 100644 --- a/server/snapserver.cpp +++ b/server/snapserver.cpp @@ -160,7 +160,7 @@ int main(int argc, char* argv[]) if (versionSwitch->is_set()) { cout << "snapserver v" << version::code << (!version::rev().empty() ? (" (rev " + version::rev(8) + ")") : ("")) << "\n" - << "Copyright (C) 2014-2022 BadAix (snapcast@badaix.de).\n" + << "Copyright (C) 2014-2024 BadAix (snapcast@badaix.de).\n" << "License GPLv3+: GNU GPL version 3 or later .\n" << "This is free software: you are free to change and redistribute it.\n" << "There is NO WARRANTY, to the extent permitted by law.\n\n"