diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-07 18:06:59 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-07 18:06:59 +0100 |
commit | 1f5df5b91e784e78c9fc017844f056a880e0a412 (patch) | |
tree | 9f882949e2ca7fe9f1e3ac5653751e909cfbe428 | |
parent | 2330cc824c22f296075dbab35e7b5bcd02cf8c77 (diff) | |
download | dabmux-1f5df5b91e784e78c9fc017844f056a880e0a412.tar.gz dabmux-1f5df5b91e784e78c9fc017844f056a880e0a412.tar.bz2 dabmux-1f5df5b91e784e78c9fc017844f056a880e0a412.zip |
Fix Log.cpp header
-rw-r--r-- | src/Log.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Log.cpp b/src/Log.cpp index e428a0b..f8f7d7f 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -6,20 +6,20 @@ Copyright (C), 2014, Matthias P. Braendli, matthias.braendli@mpb.li */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMux. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMux is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - CRC-DADMOD is distributed in the hope that it will be useful, + ODR-DabMux is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with CRC-DADMOD. If not, see <http://www.gnu.org/licenses/>. + along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. */ #include <list> |