diff --git a/client/browseAvahi.h b/client/browseAvahi.h index cd334d0d..033ff86d 100644 --- a/client/browseAvahi.h +++ b/client/browseAvahi.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/clientConnection.cpp b/client/clientConnection.cpp index 4cd6a767..1f890fba 100644 --- a/client/clientConnection.cpp +++ b/client/clientConnection.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/clientConnection.h b/client/clientConnection.h index bb1b0181..b96b16ac 100644 --- a/client/clientConnection.h +++ b/client/clientConnection.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/controller.cpp b/client/controller.cpp index 20e7c33a..ee263e52 100644 --- a/client/controller.cpp +++ b/client/controller.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/controller.h b/client/controller.h index 69bee807..a36d2b47 100644 --- a/client/controller.h +++ b/client/controller.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/debian/copyright b/client/debian/copyright index 6d7b0ed8..cb8faedc 100644 --- a/client/debian/copyright +++ b/client/debian/copyright @@ -28,7 +28,7 @@ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". The Debian packaging is: - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 Johannes Pohl and is licensed under the GPL version 3, see above. diff --git a/client/decoder/decoder.h b/client/decoder/decoder.h index a2184a8f..170780ba 100644 --- a/client/decoder/decoder.h +++ b/client/decoder/decoder.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/decoder/flacDecoder.cpp b/client/decoder/flacDecoder.cpp index c267b3b4..20dceb65 100644 --- a/client/decoder/flacDecoder.cpp +++ b/client/decoder/flacDecoder.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/decoder/flacDecoder.h b/client/decoder/flacDecoder.h index fef88bac..37bcbb3d 100644 --- a/client/decoder/flacDecoder.h +++ b/client/decoder/flacDecoder.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/decoder/oggDecoder.cpp b/client/decoder/oggDecoder.cpp index 7a7e9090..b59f31da 100644 --- a/client/decoder/oggDecoder.cpp +++ b/client/decoder/oggDecoder.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/decoder/oggDecoder.h b/client/decoder/oggDecoder.h index 3c8c371b..24dd1c2a 100644 --- a/client/decoder/oggDecoder.h +++ b/client/decoder/oggDecoder.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/decoder/pcmDecoder.cpp b/client/decoder/pcmDecoder.cpp index 190b012f..7a179399 100644 --- a/client/decoder/pcmDecoder.cpp +++ b/client/decoder/pcmDecoder.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/decoder/pcmDecoder.h b/client/decoder/pcmDecoder.h index cc423881..f14cd53c 100644 --- a/client/decoder/pcmDecoder.h +++ b/client/decoder/pcmDecoder.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/doubleBuffer.h b/client/doubleBuffer.h index edaf722f..6ead3c3a 100644 --- a/client/doubleBuffer.h +++ b/client/doubleBuffer.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/player/alsaPlayer.cpp b/client/player/alsaPlayer.cpp index a7f67a9e..1ebf57d4 100644 --- a/client/player/alsaPlayer.cpp +++ b/client/player/alsaPlayer.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/player/alsaPlayer.h b/client/player/alsaPlayer.h index bb8fa981..996530d6 100644 --- a/client/player/alsaPlayer.h +++ b/client/player/alsaPlayer.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/player/openslPlayer.cpp b/client/player/openslPlayer.cpp index f1bb51db..fa55fda7 100644 --- a/client/player/openslPlayer.cpp +++ b/client/player/openslPlayer.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/player/openslPlayer.h b/client/player/openslPlayer.h index 7c1a2173..8483f7dc 100644 --- a/client/player/openslPlayer.h +++ b/client/player/openslPlayer.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/player/pcmDevice.h b/client/player/pcmDevice.h index 745c3ca3..aa37fb3e 100644 --- a/client/player/pcmDevice.h +++ b/client/player/pcmDevice.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/player/player.cpp b/client/player/player.cpp index 0973e34b..f15a698f 100644 --- a/client/player/player.cpp +++ b/client/player/player.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/player/player.h b/client/player/player.h index 2f1488a5..fc7ba8b7 100644 --- a/client/player/player.h +++ b/client/player/player.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/snapClient.cpp b/client/snapClient.cpp index 025a1e47..ab691e23 100644 --- a/client/snapClient.cpp +++ b/client/snapClient.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 @@ -104,7 +104,7 @@ int main (int argc, char **argv) if (versionSwitch.isSet()) { cout << "snapclient v" << VERSION << "\n" - << "Copyright (C) 2014, 2015 BadAix (snapcast@badaix.de).\n" + << "Copyright (C) 2014-2016 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/client/stream.cpp b/client/stream.cpp index e8d8e3c4..900c3547 100644 --- a/client/stream.cpp +++ b/client/stream.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/stream.h b/client/stream.h index 088d9c93..077010aa 100644 --- a/client/stream.h +++ b/client/stream.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/timeProvider.cpp b/client/timeProvider.cpp index d6e9a469..a1f1b524 100644 --- a/client/timeProvider.cpp +++ b/client/timeProvider.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/client/timeProvider.h b/client/timeProvider.h index 1a633f73..bfa331f6 100644 --- a/client/timeProvider.h +++ b/client/timeProvider.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/common/avahiService.h b/common/avahiService.h index af03aeba..302ff6eb 100644 --- a/common/avahiService.h +++ b/common/avahiService.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/common/daemon.h b/common/daemon.h index a37195f0..f01ba07e 100644 --- a/common/daemon.h +++ b/common/daemon.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/common/log.cpp b/common/log.cpp index 97f3e204..a5b24c4f 100644 --- a/common/log.cpp +++ b/common/log.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/common/log.h b/common/log.h index eaa15f6c..d5555b71 100644 --- a/common/log.h +++ b/common/log.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/common/queue.h b/common/queue.h index 3869a3dd..82e9ce50 100644 --- a/common/queue.h +++ b/common/queue.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/common/signalHandler.h b/common/signalHandler.h index 8e8c79d7..47924979 100644 --- a/common/signalHandler.h +++ b/common/signalHandler.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/common/snapException.h b/common/snapException.h index b3a886d8..bdb36455 100644 --- a/common/snapException.h +++ b/common/snapException.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/common/timeDefs.h b/common/timeDefs.h index 9b81878e..64866b98 100644 --- a/common/timeDefs.h +++ b/common/timeDefs.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/common/utils.h b/common/utils.h index 96f1f63b..fc9fb5c7 100644 --- a/common/utils.h +++ b/common/utils.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/ack.h b/message/ack.h index 14a2adf4..e2563928 100644 --- a/message/ack.h +++ b/message/ack.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/command.h b/message/command.h index 0f2beda8..65abff4b 100644 --- a/message/command.h +++ b/message/command.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/header.h b/message/header.h index ab25a4f4..3577adfd 100644 --- a/message/header.h +++ b/message/header.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/hello.h b/message/hello.h index 7821c6a0..e23b6960 100644 --- a/message/hello.h +++ b/message/hello.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/mapMessage.h b/message/mapMessage.h index 2f6df408..a9ce390d 100644 --- a/message/mapMessage.h +++ b/message/mapMessage.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/message.h b/message/message.h index 5eec0046..c8630738 100644 --- a/message/message.h +++ b/message/message.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/pcmChunk.cpp b/message/pcmChunk.cpp index 373fc2d1..d622ee74 100644 --- a/message/pcmChunk.cpp +++ b/message/pcmChunk.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/pcmChunk.h b/message/pcmChunk.h index 667b7f18..3d8694d3 100644 --- a/message/pcmChunk.h +++ b/message/pcmChunk.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/request.h b/message/request.h index 04e7a7c4..49d2e003 100644 --- a/message/request.h +++ b/message/request.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/sampleFormat.cpp b/message/sampleFormat.cpp index 1b6e71d2..00d1f62a 100644 --- a/message/sampleFormat.cpp +++ b/message/sampleFormat.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/sampleFormat.h b/message/sampleFormat.h index 13ec3f77..1aa68b2a 100644 --- a/message/sampleFormat.h +++ b/message/sampleFormat.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/serverSettings.h b/message/serverSettings.h index 02b30efe..9e02fa07 100644 --- a/message/serverSettings.h +++ b/message/serverSettings.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/stringMessage.h b/message/stringMessage.h index b18a5f4d..ad3206a6 100644 --- a/message/stringMessage.h +++ b/message/stringMessage.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/time.h b/message/time.h index 4d9e2705..59358e4c 100644 --- a/message/time.h +++ b/message/time.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/message/wireChunk.h b/message/wireChunk.h index 85d6ccaa..2e0757c0 100644 --- a/message/wireChunk.h +++ b/message/wireChunk.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/config.cpp b/server/config.cpp index 66c460f7..3ee70511 100644 --- a/server/config.cpp +++ b/server/config.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/config.h b/server/config.h index 604b66d8..ac12e24b 100644 --- a/server/config.h +++ b/server/config.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/controlServer.cpp b/server/controlServer.cpp index d240bf12..afb1f46d 100644 --- a/server/controlServer.cpp +++ b/server/controlServer.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/controlServer.h b/server/controlServer.h index 1b895c29..804406a8 100644 --- a/server/controlServer.h +++ b/server/controlServer.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/controlSession.cpp b/server/controlSession.cpp index f472d062..d1107b73 100644 --- a/server/controlSession.cpp +++ b/server/controlSession.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/controlSession.h b/server/controlSession.h index 9d35f4c1..197bcd85 100644 --- a/server/controlSession.h +++ b/server/controlSession.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/debian/copyright b/server/debian/copyright index 6d7b0ed8..cb8faedc 100644 --- a/server/debian/copyright +++ b/server/debian/copyright @@ -28,7 +28,7 @@ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". The Debian packaging is: - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 Johannes Pohl and is licensed under the GPL version 3, see above. diff --git a/server/encoder/encoder.h b/server/encoder/encoder.h index cb9c2379..3136bdb8 100644 --- a/server/encoder/encoder.h +++ b/server/encoder/encoder.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/encoder/encoderFactory.cpp b/server/encoder/encoderFactory.cpp index a1fb34f0..1dfb5f75 100644 --- a/server/encoder/encoderFactory.cpp +++ b/server/encoder/encoderFactory.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/encoder/flacEncoder.cpp b/server/encoder/flacEncoder.cpp index af45f0bb..2623c06c 100644 --- a/server/encoder/flacEncoder.cpp +++ b/server/encoder/flacEncoder.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/encoder/flacEncoder.h b/server/encoder/flacEncoder.h index d646b36a..bc0f71b0 100644 --- a/server/encoder/flacEncoder.h +++ b/server/encoder/flacEncoder.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/encoder/oggEncoder.cpp b/server/encoder/oggEncoder.cpp index 2caa5da1..8c341e77 100644 --- a/server/encoder/oggEncoder.cpp +++ b/server/encoder/oggEncoder.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/encoder/oggEncoder.h b/server/encoder/oggEncoder.h index 59882275..f40215cb 100644 --- a/server/encoder/oggEncoder.h +++ b/server/encoder/oggEncoder.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/encoder/pcmEncoder.cpp b/server/encoder/pcmEncoder.cpp index 8ba552da..5cea0b14 100644 --- a/server/encoder/pcmEncoder.cpp +++ b/server/encoder/pcmEncoder.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/encoder/pcmEncoder.h b/server/encoder/pcmEncoder.h index 45447404..4b7b32f0 100644 --- a/server/encoder/pcmEncoder.h +++ b/server/encoder/pcmEncoder.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/json/jsonrpc.cpp b/server/json/jsonrpc.cpp index fc107e84..c46894f2 100644 --- a/server/json/jsonrpc.cpp +++ b/server/json/jsonrpc.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/json/jsonrpc.h b/server/json/jsonrpc.h index 996dddd3..a096d752 100644 --- a/server/json/jsonrpc.h +++ b/server/json/jsonrpc.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/json/jsonrpcException.h b/server/json/jsonrpcException.h index 85c73531..1c0bdcbe 100644 --- a/server/json/jsonrpcException.h +++ b/server/json/jsonrpcException.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/pcmreader/pcmReader.cpp b/server/pcmreader/pcmReader.cpp index bd9b2a9c..7b8914bd 100644 --- a/server/pcmreader/pcmReader.cpp +++ b/server/pcmreader/pcmReader.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/pcmreader/pcmReader.h b/server/pcmreader/pcmReader.h index 6cec5866..c5d41718 100644 --- a/server/pcmreader/pcmReader.h +++ b/server/pcmreader/pcmReader.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/pcmreader/pcmReaderFactory.cpp b/server/pcmreader/pcmReaderFactory.cpp index de806cf0..f1581e54 100644 --- a/server/pcmreader/pcmReaderFactory.cpp +++ b/server/pcmreader/pcmReaderFactory.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/pcmreader/pipeReader.cpp b/server/pcmreader/pipeReader.cpp index 7125e114..084d949b 100644 --- a/server/pcmreader/pipeReader.cpp +++ b/server/pcmreader/pipeReader.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/pcmreader/pipeReader.h b/server/pcmreader/pipeReader.h index 339dbc00..13e5c5ab 100644 --- a/server/pcmreader/pipeReader.h +++ b/server/pcmreader/pipeReader.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/publishAvahi.h b/server/publishAvahi.h index d8b2a84c..2e131f14 100644 --- a/server/publishAvahi.h +++ b/server/publishAvahi.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/snapServer.cpp b/server/snapServer.cpp index 85b2b390..c8f7ffef 100644 --- a/server/snapServer.cpp +++ b/server/snapServer.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 @@ -86,7 +86,7 @@ int main(int argc, char* argv[]) if (versionSwitch.isSet()) { cout << "snapserver v" << VERSION << "\n" - << "Copyright (C) 2014, 2015 BadAix (snapcast@badaix.de).\n" + << "Copyright (C) 2014-2016 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/streamServer.cpp b/server/streamServer.cpp index 84ece8f7..935fee9d 100644 --- a/server/streamServer.cpp +++ b/server/streamServer.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/streamServer.h b/server/streamServer.h index defde9b0..558fb59c 100644 --- a/server/streamServer.h +++ b/server/streamServer.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/streamSession.cpp b/server/streamSession.cpp index 00c3e422..31135769 100644 --- a/server/streamSession.cpp +++ b/server/streamSession.cpp @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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 diff --git a/server/streamSession.h b/server/streamSession.h index 3ee1e5f7..8e521b03 100644 --- a/server/streamSession.h +++ b/server/streamSession.h @@ -1,6 +1,6 @@ /*** This file is part of snapcast - Copyright (C) 2015 Johannes Pohl + Copyright (C) 2014-2016 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