diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-07 16:54:24 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-07 16:54:24 +0200 |
commit | e6f8d2c621727a7ee7dbafa6f9f06f6905e6cdb7 (patch) | |
tree | bbc1d9f5482f367498e98cac2229f4143720da37 | |
parent | 17623dd6b6d800e15b3a27de4d14fd1a3a160b1b (diff) | |
download | dabmux-e6f8d2c621727a7ee7dbafa6f9f06f6905e6cdb7.tar.gz dabmux-e6f8d2c621727a7ee7dbafa6f9f06f6905e6cdb7.tar.bz2 dabmux-e6f8d2c621727a7ee7dbafa6f9f06f6905e6cdb7.zip |
Minor comments and copyright changes
-rw-r--r-- | src/DabMux.cpp | 2 | ||||
-rw-r--r-- | src/RemoteControl.cpp | 4 | ||||
-rw-r--r-- | src/RemoteControl.h | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/src/DabMux.cpp b/src/DabMux.cpp index aefa701..6dd30bf 100644 --- a/src/DabMux.cpp +++ b/src/DabMux.cpp @@ -7,7 +7,7 @@ Matthias P. Braendli, matthias.braendli@mpb.li http://www.opendigitalradio.org - */ + */ /* This file is part of ODR-DabMux. diff --git a/src/RemoteControl.cpp b/src/RemoteControl.cpp index 12ab84e..ac9f087 100644 --- a/src/RemoteControl.cpp +++ b/src/RemoteControl.cpp @@ -3,8 +3,10 @@ Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2014 + Copyright (C) 2016 Matthias P. Braendli, matthias.braendli@mpb.li + + http://www.opendigitalradio.org */ /* This file is part of ODR-DabMux. diff --git a/src/RemoteControl.h b/src/RemoteControl.h index c682826..5b735a8 100644 --- a/src/RemoteControl.h +++ b/src/RemoteControl.h @@ -6,8 +6,9 @@ Copyright (C) 2016 Matthias P. Braendli, matthias.braendli@mpb.li + http://www.opendigitalradio.org + This module adds remote-control capability to some of the dabmux modules. - see testremotecontrol/test.cpp for an example of how to use this. */ /* This file is part of ODR-DabMux. |