diff --git a/client/snapclient.1 b/client/snapclient.1 index 50ffb255..d972b0b5 100644 --- a/client/snapclient.1 +++ b/client/snapclient.1 @@ -1,5 +1,5 @@ .\"groff -Tascii -man snapclient.1 -.TH SNAPCLIENT 1 "June 2020" +.TH SNAPCLIENT 1 "January 2025" .SH NAME snapclient - Snapcast client .SH SYNOPSIS @@ -47,14 +47,11 @@ latency of the PCM device resample audio stream to :: .TP \fB--player arg (=alsa)\fR -alsa|file[:|?] +alsa|pulse|file[:|?] .TP \fB--mixer arg (=software)\fR software|hardware|script|none|?[:] .TP -\fB-e, --mstderr\fR -send metadata to stderr -.TP \fB-d, --daemon [=arg(=-3)]\fR daemonize, optional process priority [-20..19] .TP @@ -71,7 +68,7 @@ log filter :[,:]* with tag = * or and level = \fI/etc/default/snapclient\fR the daemon default configuration file .SH "COPYRIGHT" -Copyright (C) 2014-2024 Johannes Pohl (snapcast@badaix.de). +Copyright (C) 2014-2025 Johannes Pohl (snapcast@badaix.de). License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. diff --git a/client/snapclient.cpp b/client/snapclient.cpp index 6e4c735a..f9c44564 100644 --- a/client/snapclient.cpp +++ b/client/snapclient.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2014-2024 Johannes Pohl + Copyright (C) 2014-2025 Johannes Pohl This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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-2024 BadAix (snapcast@badaix.de).\n" + << "Copyright (C) 2014-2025 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.1 b/server/snapserver.1 index d8cb3865..45549aae 100644 --- a/server/snapserver.1 +++ b/server/snapserver.1 @@ -1,4 +1,4 @@ -.TH SNAPSERVER 1 "June 2020" +.TH SNAPSERVER 1 "January 2025" .SH NAME snapserver - Snapcast server .SH SYNOPSIS @@ -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-2024 Johannes Pohl (snapcast@badaix.de). +Copyright (C) 2014-2025 Johannes Pohl (snapcast@badaix.de). License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. diff --git a/server/snapserver.cpp b/server/snapserver.cpp index b0a1e202..ce73c02b 100644 --- a/server/snapserver.cpp +++ b/server/snapserver.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2014-2024 Johannes Pohl + Copyright (C) 2014-2025 Johannes Pohl This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -183,7 +183,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-2024 BadAix (snapcast@badaix.de).\n" + << "Copyright (C) 2014-2025 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"