mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-05 04:11:50 +02:00
Change date
This commit is contained in:
parent
ed8c995af3
commit
43812802fb
4 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ log filter <tag>:<level>[,<tag>:<level>]* with tag = * or <log tag> and level =
|
|||
\fI/etc/default/snapclient\fR
|
||||
the daemon default configuration file
|
||||
.SH "COPYRIGHT"
|
||||
Copyright (C) 2014-2020 Johannes Pohl (snapcast@badaix.de).
|
||||
Copyright (C) 2014-2022 Johannes Pohl (snapcast@badaix.de).
|
||||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
||||
This is free software: you are free to change and redistribute it.
|
||||
There is NO WARRANTY, to the extent permitted by law.
|
||||
|
|
|
@ -204,7 +204,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-2021 BadAix (snapcast@badaix.de).\n"
|
||||
<< "Copyright (C) 2014-2022 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"
|
||||
|
|
|
@ -41,7 +41,7 @@ the snapserver configuration file
|
|||
\fI~/.config/snapcast/server.json\fR or (if $HOME is not set) \fI/var/lib/snapcast/server.json\fR
|
||||
persistent server data file
|
||||
.SH "COPYRIGHT"
|
||||
Copyright (C) 2014-2020 Johannes Pohl (snapcast@badaix.de).
|
||||
Copyright (C) 2014-2022 Johannes Pohl (snapcast@badaix.de).
|
||||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
||||
This is free software: you are free to change and redistribute it.
|
||||
There is NO WARRANTY, to the extent permitted by law.
|
||||
|
|
|
@ -159,7 +159,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-2021 BadAix (snapcast@badaix.de).\n"
|
||||
<< "Copyright (C) 2014-2022 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