mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 23:56:43 +02:00
Update date
This commit is contained in:
parent
8e95b19415
commit
208066e5bb
2 changed files with 2 additions and 2 deletions
|
@ -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 <http://gnu.org/licenses/gpl.html>.\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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue