From 45fa35c61f280c9bed0d2cbff11f91609f66baa4 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 7 Feb 2014 09:06:43 +0100 Subject: Replace CRC-DABMOD by ODR-DabMod --- ChangeLog | 2 +- INSTALL | 4 ++-- Makefile.am | 8 ++++---- README | 18 +++++++++--------- configure.ac | 10 +++++----- doc/README-SFN | 21 +++++++++++---------- doc/example.ini | 2 +- doc/fir-filter/README | 2 +- lib/Makefile.am | 8 ++++---- src/BlockPartitioner.cpp | 8 ++++---- src/BlockPartitioner.h | 8 ++++---- src/Buffer.cpp | 8 ++++---- src/Buffer.h | 8 ++++---- src/CicEqualizer.cpp | 8 ++++---- src/CicEqualizer.h | 8 ++++---- src/ConvEncoder.cpp | 8 ++++---- src/ConvEncoder.h | 8 ++++---- src/DabMod.cpp | 12 ++++++------ src/DabModulator.cpp | 8 ++++---- src/DabModulator.h | 8 ++++---- src/DifferentialModulator.cpp | 8 ++++---- src/DifferentialModulator.h | 8 ++++---- src/Eti.cpp | 8 ++++---- src/Eti.h | 8 ++++---- src/EtiReader.cpp | 8 ++++---- src/EtiReader.h | 8 ++++---- src/FIRFilter.cpp | 8 ++++---- src/FIRFilter.h | 8 ++++---- src/FicSource.cpp | 8 ++++---- src/FicSource.h | 8 ++++---- src/Flowgraph.cpp | 8 ++++---- src/Flowgraph.h | 8 ++++---- src/FrameMultiplexer.cpp | 8 ++++---- src/FrameMultiplexer.h | 8 ++++---- src/FrequencyInterleaver.cpp | 8 ++++---- src/FrequencyInterleaver.h | 8 ++++---- src/GainControl.cpp | 8 ++++---- src/GainControl.h | 8 ++++---- src/GuardIntervalInserter.cpp | 8 ++++---- src/GuardIntervalInserter.h | 8 ++++---- src/InputFileReader.cpp | 8 ++++---- src/InputMemory.cpp | 8 ++++---- src/InputMemory.h | 8 ++++---- src/InputReader.h | 8 ++++---- src/InputZeroMQReader.cpp | 8 ++++---- src/Log.cpp | 8 ++++---- src/Log.h | 10 +++++----- src/Makefile.am | 8 ++++---- src/ModCodec.cpp | 8 ++++---- src/ModCodec.h | 8 ++++---- src/ModFormat.cpp | 8 ++++---- src/ModFormat.h | 8 ++++---- src/ModInput.cpp | 8 ++++---- src/ModInput.h | 8 ++++---- src/ModMux.cpp | 8 ++++---- src/ModMux.h | 8 ++++---- src/ModOutput.cpp | 8 ++++---- src/ModOutput.h | 8 ++++---- src/ModPlugin.cpp | 8 ++++---- src/ModPlugin.h | 8 ++++---- src/NullSymbol.cpp | 8 ++++---- src/NullSymbol.h | 8 ++++---- src/OfdmGenerator.cpp | 8 ++++---- src/OfdmGenerator.h | 8 ++++---- src/OutputFile.cpp | 8 ++++---- src/OutputFile.h | 8 ++++---- src/OutputMemory.cpp | 8 ++++---- src/OutputMemory.h | 8 ++++---- src/OutputUHD.cpp | 8 ++++---- src/OutputUHD.h | 8 ++++---- src/PcDebug.h | 8 ++++---- src/PhaseReference.cpp | 8 ++++---- src/PhaseReference.h | 8 ++++---- src/PrbsGenerator.cpp | 8 ++++---- src/PrbsGenerator.h | 8 ++++---- src/PuncturingEncoder.cpp | 8 ++++---- src/PuncturingEncoder.h | 8 ++++---- src/PuncturingRule.cpp | 8 ++++---- src/PuncturingRule.h | 8 ++++---- src/QpskSymbolMapper.cpp | 8 ++++---- src/QpskSymbolMapper.h | 8 ++++---- src/RemoteControl.cpp | 10 +++++----- src/RemoteControl.h | 8 ++++---- src/Resampler.cpp | 8 ++++---- src/Resampler.h | 8 ++++---- src/SignalMultiplexer.cpp | 8 ++++---- src/SignalMultiplexer.h | 8 ++++---- src/SubchannelSource.cpp | 8 ++++---- src/SubchannelSource.h | 8 ++++---- src/ThreadsafeQueue.h | 8 ++++---- src/TimeInterleaver.cpp | 8 ++++---- src/TimeInterleaver.h | 8 ++++---- src/TimestampDecoder.cpp | 8 ++++---- src/TimestampDecoder.h | 8 ++++---- src/crc-dwap.py | 8 ++++---- src/kiss_fftsimd.c | 8 ++++---- src/kiss_fftsimd.h | 8 ++++---- src/porting.c | 8 ++++---- src/porting.h | 8 ++++---- 99 files changed, 402 insertions(+), 401 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1fb86e0..1301bb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ This file contains information about the changes done to -the CRC-DABMOD in this repository +the ODR-DabMod in this repository 2014-01-31: Matthias P. Braendli (tag r11) diff --git a/INSTALL b/INSTALL index 6ec2e36..8b3d491 100644 --- a/INSTALL +++ b/INSTALL @@ -12,9 +12,9 @@ Simple install procedure: % cd crc-dabmod-0.3.2 # Change to the source directory % ./configure --disable-debug --with-debug-malloc=yes --enable-fft-simd # Run the configure script - % make # Build CRC-DABMOD + % make # Build ODR-DabMod [ as root ] - % make install # Install CRC-DABMOD + % make install # Install ODR-DabMod Nearly as simple install procedure using repository: ==================================================== diff --git a/Makefile.am b/Makefile.am index 9176eee..f599871 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,20 +1,20 @@ # Copyright (C) 2007, 2008, 2009, 2010 Her Majesty the Queen in Right # of Canada (Communications Research Center Canada) -# This file is part of CRC-DabMod. +# This file is part of ODR-DabMod. # -# CRC-DabMod is free software: you can redistribute it and/or modify +# ODR-DabMod 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-DabMod is distributed in the hope that it will be useful, +# ODR-DabMod 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-DabMod. If not, see . +# along with ODR-DabMod. If not, see . SUBDIRS =src lib diff --git a/README b/README index 95ae987..7434ae3 100644 --- a/README +++ b/README @@ -7,26 +7,26 @@ Center Canada) Copyright (C) 2013 Matthias P. Braendli, http://mpb.li -This file is part of CRC-DABMOD. +This file is part of ODR-DabMod. -CRC-DABMOD is free software: you can redistribute it and/or modify it +ODR-DabMod 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-DABMOD is distributed in the hope that it will be useful, but +ODR-DabMod 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-DABMOD. If not, see . +with ODR-DabMod. If not, see . OVERVIEW ======== -This is CRC-DABMOD 0.3.3-mpb +This is ODR-DabMod 0.3.3-mpb -CRC-DABMOD is a DAB (Digital Audio Broadcasting) multiplexer compliant +ODR-DabMod is a DAB (Digital Audio Broadcasting) multiplexer compliant to ETSI EN 300 401. This version has been modified, and contains additional features compared @@ -40,12 +40,12 @@ to the official one: - A Telnet remote-control that can be used to change some parameters during runtime -The src/ directory contains the source code of CRC-DABMOD. +The src/ directory contains the source code of ODR-DabMod. -The doc/ directory contains the CRC-DABMOD documentation. +The doc/ directory contains the ODR-DabMod documentation. The lib/ directory contains source code of libraries needed to build -CRC-DABMOD. +ODR-DabMod. INSTALL ======= diff --git a/configure.ac b/configure.ac index 1605906..0ec5831 100644 --- a/configure.ac +++ b/configure.ac @@ -1,23 +1,23 @@ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Her Majesty the # Queen in Right of Canada (Communications Research Center Canada) -# This file is part of CRC-DADMOD. +# This file is part of ODR-DabMod. # -# CRC-DADMOD is free software: you can redistribute it and/or modify +# ODR-DabMod 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-DabMod 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 . +# along with ODR-DabMod. If not, see . AC_PREREQ(2.59) -AC_INIT([CRC-DabMod], [0.3.3-mpb], [pascal.charest@crc.ca]) +AC_INIT([ODR-DabMod], [0.3.3-mpb], [pascal.charest@crc.ca]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall]) diff --git a/doc/README-SFN b/doc/README-SFN index d0c75f9..abfcf5d 100644 --- a/doc/README-SFN +++ b/doc/README-SFN @@ -1,10 +1,10 @@ -README About the Usage of CRC-DABMOD for +README About the Usage of ODR-DabMod for Synchronous Transmissions ======================================== Summary ------- -CRC-DABMUX and CRC-DABMOD have a basic support for timestamped transmission, +ODR-DabMux and ODR-DabMod have a basic support for timestamped transmission, when the UHD output is used. This README explains how this functionality works, and how to set it up. @@ -38,17 +38,17 @@ timestamps are composed of two parts: - A time information transmitted using the MNSC, representing the precise time when the frame must be transmitted, with one-second resolution. -When CRC-DABMUX is called with -s, the TIST is defined in each frame. The +When ODR-DabMux is called with -s, the TIST is defined in each frame. The Time is always encoded in the MNSC. When the ETI stream is sent to several modulators using non-blocking I/O, it is not possible to rely on a modulator to back-pressure the Ensemble multiplexer. -It is therefore necessary to throttle multiplexer output. CRC-DABMUX takes an +It is therefore necessary to throttle multiplexer output. ODR-DabMux takes an additional parameter -r to output one ETI frame every 24ms. The tool eti_tcp.py can be used to send the ETI stream over TCP. An example invocation is: -crc-dabmux | ./eti_tcp/eti_tcp.py 54540 +odr-dabmux | ./eti_tcp/eti_tcp.py 54540 Each modulator then receives the ETI stream through a TCP connection. Each frame contains the complete timestamp, to which an per-modulator offset is added. @@ -66,15 +66,15 @@ In both cases, the units are seconds. Example modulator invocation (for a B100 USRP supporting 2048Msps and with a fixed delay of 2.3 seconds) -nc localhost 54001 | crc-dabmod /dev/stdin -g2 \ +nc localhost 54001 | odr-dabmod /dev/stdin -g2 \ -o 2.3 -l -u "master_clock_rate=32768000,type=b100" -F 234208000 Example modulator invocation (for an USRP2 requiring resampling and with a delay specified in a separate file "moddelay") -nc localhost 54001 | crc-dabmod /dev/stdin -g2 \ +nc localhost 54001 | odr-dabmod /dev/stdin -g2 \ -O moddelay -l -r 4000000 -u "type=usrp2" -F 234208000 -CRC-DABMOD uses the UHD library to output modulated samples to the USRP device. +ODR-DabMod uses the UHD library to output modulated samples to the USRP device. When started, it defines the USRP time using the local time and the PPS signal. It is therefore important to synchronise computer time using NTP. @@ -97,7 +97,7 @@ The following hardware is required to test the SFN patch to the CRC mmbTools: - An oscilloscope to check synchronisation. When more than one USRP is plugged to one computer, the device string for the --u option for CRC-DABMOD must specify the device. (e.g. -u "type=b100", +-u option for ODR-DabMod must specify the device. (e.g. -u "type=b100", -u "type=usrp2" or -u "serial=ABC123") It is possible to use signal generators as REFCLK source and 1PPS, if there is @@ -108,4 +108,5 @@ The UHD Output module (C++) has to be modified if the USRP internal GPSDO option is used. ########### -june 2012, Matthias P. Braendli +june 2012, initial version, Matthias P. Braendli +feb 2014, renamed crc-dabXYZ to odr-dabXYZ, mpb diff --git a/doc/example.ini b/doc/example.ini index 8f61b24..97c6368 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -1,4 +1,4 @@ -; Sample configuration file for CRC-DABMOD +; Sample configuration file for ODR-DabMod [remotecontrol] ; enable the telnet remote control on localhost:2121 diff --git a/doc/fir-filter/README b/doc/fir-filter/README index cb627e8..91b3961 100644 --- a/doc/fir-filter/README +++ b/doc/fir-filter/README @@ -1,5 +1,5 @@ This tool can be used to generate FIRFilter taps for the -corresponding functionality in CRC-DabMod. +corresponding functionality in ODR-DabMod. The filter parameters are defined in the script, they can be easily adapted there. diff --git a/lib/Makefile.am b/lib/Makefile.am index 8988a80..c37fb46 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,19 +1,19 @@ # Copyright (C) 2008, 2009 Her Majesty the Queen in Right of Canada # (Communications Research Center Canada) -# This file is part of CRC-DabMod. +# This file is part of ODR-DabMod. # -# CRC-DabMod is free software: you can redistribute it and/or modify +# ODR-DabMod 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-DabMod is distributed in the hope that it will be useful, +# ODR-DabMod 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-DabMod. If not, see . +# along with ODR-DabMod. If not, see . EXTRA_DIST =kiss_fft129.tar.gz diff --git a/src/BlockPartitioner.cpp b/src/BlockPartitioner.cpp index 2ae2e7a..15fa934 100644 --- a/src/BlockPartitioner.cpp +++ b/src/BlockPartitioner.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "BlockPartitioner.h" diff --git a/src/BlockPartitioner.h b/src/BlockPartitioner.h index 021a1a6..70f5a76 100644 --- a/src/BlockPartitioner.h +++ b/src/BlockPartitioner.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef BLOCK_PARTITIONER_H diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 7fe0334..7cbbe57 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -4,20 +4,20 @@ Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "Buffer.h" diff --git a/src/Buffer.h b/src/Buffer.h index e0ab72b..b1a5d93 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -4,20 +4,20 @@ Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef BUFFER_H diff --git a/src/CicEqualizer.cpp b/src/CicEqualizer.cpp index 52da55e..d8eb2ee 100644 --- a/src/CicEqualizer.cpp +++ b/src/CicEqualizer.cpp @@ -3,20 +3,20 @@ Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "CicEqualizer.h" diff --git a/src/CicEqualizer.h b/src/CicEqualizer.h index 55e5923..bd8bbda 100644 --- a/src/CicEqualizer.h +++ b/src/CicEqualizer.h @@ -3,20 +3,20 @@ Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef CIC_EQUALIZER_H diff --git a/src/ConvEncoder.cpp b/src/ConvEncoder.cpp index 109b51a..52961fc 100644 --- a/src/ConvEncoder.cpp +++ b/src/ConvEncoder.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "ConvEncoder.h" diff --git a/src/ConvEncoder.h b/src/ConvEncoder.h index 7f79e98..7912fde 100644 --- a/src/ConvEncoder.h +++ b/src/ConvEncoder.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef CONV_ENCODER_H diff --git a/src/DabMod.cpp b/src/DabMod.cpp index 3a73f32..66665bd 100644 --- a/src/DabMod.cpp +++ b/src/DabMod.cpp @@ -7,20 +7,20 @@ 2012, Matthias P. Braendli, matthias.braendli@mpb.li */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifdef HAVE_CONFIG_H @@ -127,7 +127,7 @@ void printVersion(FILE *out = stderr) { fprintf(out, "Welcome to %s %s, compiled at %s, %s\n\n", PACKAGE, VERSION, __DATE__, __TIME__); - fprintf(out, "CRC-DABMOD is copyright (C) Her Majesty the Queen in Right of Canada,\n" + fprintf(out, "ODR-DabMod is copyright (C) Her Majesty the Queen in Right of Canada,\n" " 2009, 2010, 2011, 2012 Communications Research Centre (CRC).\n" "\n" " This program is available free of charge and is licensed to you on a\n" @@ -141,7 +141,7 @@ void printVersion(FILE *out = stderr) " In no event shall CRC be LIABLE for any LOSS, DAMAGE or COST that may be\n" " incurred in connection with the use of this software.\n" "\n" - "CRC-DABMOD makes use of the following open source packages:\n" + "ODR-DabMod makes use of the following open source packages:\n" " Kiss FFT v1.2.9 (Revised BSD) - http://kissfft.sourceforge.net/\n" ); diff --git a/src/DabModulator.cpp b/src/DabModulator.cpp index 662f98a..e41f999 100644 --- a/src/DabModulator.cpp +++ b/src/DabModulator.cpp @@ -7,20 +7,20 @@ 2012, Matthias P. Braendli, matthias.braendli@mpb.li */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include diff --git a/src/DabModulator.h b/src/DabModulator.h index bc93345..425c098 100644 --- a/src/DabModulator.h +++ b/src/DabModulator.h @@ -7,20 +7,20 @@ 2012, Matthias P. Braendli, matthias.braendli@mpb.li */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef DAB_MODULATOR_H diff --git a/src/DifferentialModulator.cpp b/src/DifferentialModulator.cpp index 51c8bca..ca499ec 100644 --- a/src/DifferentialModulator.cpp +++ b/src/DifferentialModulator.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "DifferentialModulator.h" diff --git a/src/DifferentialModulator.h b/src/DifferentialModulator.h index f2a31c4..05eeed2 100644 --- a/src/DifferentialModulator.h +++ b/src/DifferentialModulator.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef _DIFFERENTIAL_MODULATOR_H diff --git a/src/Eti.cpp b/src/Eti.cpp index 26215fc..edd5aae 100644 --- a/src/Eti.cpp +++ b/src/Eti.cpp @@ -3,20 +3,20 @@ Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifdef _WIN32 diff --git a/src/Eti.h b/src/Eti.h index 698f9cb..d015ebe 100644 --- a/src/Eti.h +++ b/src/Eti.h @@ -6,20 +6,20 @@ 2012, Matthias P. Braendli, matthias.braendli@mpb.li */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef ETI_H diff --git a/src/EtiReader.cpp b/src/EtiReader.cpp index b1fa482..b61481c 100644 --- a/src/EtiReader.cpp +++ b/src/EtiReader.cpp @@ -6,20 +6,20 @@ 2012, Matthias P. Braendli, matthias.braendli@mpb.li */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "EtiReader.h" diff --git a/src/EtiReader.h b/src/EtiReader.h index b3c1f94..be12075 100644 --- a/src/EtiReader.h +++ b/src/EtiReader.h @@ -6,20 +6,20 @@ 2012, Matthias P. Braendli, matthias.braendli@mpb.li */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef ETI_READER_H diff --git a/src/FIRFilter.cpp b/src/FIRFilter.cpp index ebf22a3..0bcd5e9 100644 --- a/src/FIRFilter.cpp +++ b/src/FIRFilter.cpp @@ -11,20 +11,20 @@ to a pipeline delay of two calls to FIRFilter::process */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "FIRFilter.h" diff --git a/src/FIRFilter.h b/src/FIRFilter.h index 8acd444..0287fcc 100644 --- a/src/FIRFilter.h +++ b/src/FIRFilter.h @@ -6,20 +6,20 @@ 2012, Matthias P. Braendli, matthias.braendli@mpb.li */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef FIRFILTER_H diff --git a/src/FicSource.cpp b/src/FicSource.cpp index d996796..6a18ca4 100644 --- a/src/FicSource.cpp +++ b/src/FicSource.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "FicSource.h" diff --git a/src/FicSource.h b/src/FicSource.h index 4528d49..307908c 100644 --- a/src/FicSource.h +++ b/src/FicSource.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef FIC_SOURCE_H diff --git a/src/Flowgraph.cpp b/src/Flowgraph.cpp index 2212485..4e44f28 100644 --- a/src/Flowgraph.cpp +++ b/src/Flowgraph.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "Flowgraph.h" diff --git a/src/Flowgraph.h b/src/Flowgraph.h index 0a36f4e..178b6a9 100644 --- a/src/Flowgraph.h +++ b/src/Flowgraph.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef FLOWGRAPH_H diff --git a/src/FrameMultiplexer.cpp b/src/FrameMultiplexer.cpp index 4eb72b2..c5e58b7 100644 --- a/src/FrameMultiplexer.cpp +++ b/src/FrameMultiplexer.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "FrameMultiplexer.h" diff --git a/src/FrameMultiplexer.h b/src/FrameMultiplexer.h index 911e807..f1bd587 100644 --- a/src/FrameMultiplexer.h +++ b/src/FrameMultiplexer.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef FRAME_MULTIPLEXER_H diff --git a/src/FrequencyInterleaver.cpp b/src/FrequencyInterleaver.cpp index 7930682..886a03c 100644 --- a/src/FrequencyInterleaver.cpp +++ b/src/FrequencyInterleaver.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "FrequencyInterleaver.h" diff --git a/src/FrequencyInterleaver.h b/src/FrequencyInterleaver.h index 9d4a8f8..0e4a287 100644 --- a/src/FrequencyInterleaver.h +++ b/src/FrequencyInterleaver.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef FREQUENCY_INTERLEAVER_H diff --git a/src/GainControl.cpp b/src/GainControl.cpp index 75d811d..5404702 100644 --- a/src/GainControl.cpp +++ b/src/GainControl.cpp @@ -4,20 +4,20 @@ Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "GainControl.h" diff --git a/src/GainControl.h b/src/GainControl.h index 2f7b9d1..4cf4ae1 100644 --- a/src/GainControl.h +++ b/src/GainControl.h @@ -4,20 +4,20 @@ Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef GAIN_CONTROL_H diff --git a/src/GuardIntervalInserter.cpp b/src/GuardIntervalInserter.cpp index 2fb4668..28e9fb0 100644 --- a/src/GuardIntervalInserter.cpp +++ b/src/GuardIntervalInserter.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "GuardIntervalInserter.h" diff --git a/src/GuardIntervalInserter.h b/src/GuardIntervalInserter.h index d2fc49c..ffa8f5e 100644 --- a/src/GuardIntervalInserter.h +++ b/src/GuardIntervalInserter.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef GUARD_INTERVAL_INSERTER_H diff --git a/src/InputFileReader.cpp b/src/InputFileReader.cpp index 2061b02..52fbb99 100644 --- a/src/InputFileReader.cpp +++ b/src/InputFileReader.cpp @@ -13,20 +13,20 @@ Supports re-sync to RAW ETI file */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifdef HAVE_CONFIG_H diff --git a/src/InputMemory.cpp b/src/InputMemory.cpp index 2ae7277..ff46b4e 100644 --- a/src/InputMemory.cpp +++ b/src/InputMemory.cpp @@ -3,20 +3,20 @@ Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "InputMemory.h" diff --git a/src/InputMemory.h b/src/InputMemory.h index 6ddff52..6d794a1 100644 --- a/src/InputMemory.h +++ b/src/InputMemory.h @@ -3,20 +3,20 @@ Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef INPUT_MEMORY_H diff --git a/src/InputReader.h b/src/InputReader.h index 015303d..7aab89d 100644 --- a/src/InputReader.h +++ b/src/InputReader.h @@ -7,20 +7,20 @@ Matthias P. Braendli, matthias.braendli@mpb.li */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef INPUTREADER_H diff --git a/src/InputZeroMQReader.cpp b/src/InputZeroMQReader.cpp index 8bea761..fe0c149 100644 --- a/src/InputZeroMQReader.cpp +++ b/src/InputZeroMQReader.cpp @@ -7,20 +7,20 @@ Matthias P. Braendli, matthias.braendli@mpb.li */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifdef HAVE_CONFIG_H diff --git a/src/Log.cpp b/src/Log.cpp index e428a0b..684eabe 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-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include diff --git a/src/Log.h b/src/Log.h index 4f911dc..96da0d1 100644 --- a/src/Log.h +++ b/src/Log.h @@ -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-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef _LOG_H @@ -40,7 +40,7 @@ #include #include -#define SYSLOG_IDENT "CRC-DABMUX" +#define SYSLOG_IDENT "ODR-DabMod" #define SYSLOG_FACILITY LOG_LOCAL0 enum log_level_t {debug = 0, info, warn, error, alert, emerg}; diff --git a/src/Makefile.am b/src/Makefile.am index d47db59..df9a511 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,20 +1,20 @@ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Her Majesty the # Queen in Right of Canada (Communications Research Center Canada) -# This file is part of CRC-DADMOD. +# This file is part of ODR-DabMod. # -# CRC-DADMOD is free software: you can redistribute it and/or modify +# ODR-DabMod 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-DabMod 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 . +# along with ODR-DabMod. If not, see . if IS_GIT_REPO GITVERSION_FLAGS = -DGITVERSION="\"-`git describe --long --tags`\"" diff --git a/src/ModCodec.cpp b/src/ModCodec.cpp index 3ec8474..ab77204 100644 --- a/src/ModCodec.cpp +++ b/src/ModCodec.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "ModCodec.h" diff --git a/src/ModCodec.h b/src/ModCodec.h index a1fc7ae..ab33fe7 100644 --- a/src/ModCodec.h +++ b/src/ModCodec.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef MOD_CODEC_H diff --git a/src/ModFormat.cpp b/src/ModFormat.cpp index ad05d4b..638afb8 100644 --- a/src/ModFormat.cpp +++ b/src/ModFormat.cpp @@ -3,20 +3,20 @@ Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "ModFormat.h" diff --git a/src/ModFormat.h b/src/ModFormat.h index f6dce37..c5eb302 100644 --- a/src/ModFormat.h +++ b/src/ModFormat.h @@ -3,20 +3,20 @@ Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef MOD_FORMAT_H diff --git a/src/ModInput.cpp b/src/ModInput.cpp index cf70b33..8e8b2f9 100644 --- a/src/ModInput.cpp +++ b/src/ModInput.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "ModInput.h" diff --git a/src/ModInput.h b/src/ModInput.h index 7743e25..3712b6b 100644 --- a/src/ModInput.h +++ b/src/ModInput.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef MOD_INPUT_H diff --git a/src/ModMux.cpp b/src/ModMux.cpp index cd188cb..59c6281 100644 --- a/src/ModMux.cpp +++ b/src/ModMux.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "ModMux.h" diff --git a/src/ModMux.h b/src/ModMux.h index e23797a..0b71603 100644 --- a/src/ModMux.h +++ b/src/ModMux.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef MOD_MUX_H diff --git a/src/ModOutput.cpp b/src/ModOutput.cpp index 3ea99fa..71aabce 100644 --- a/src/ModOutput.cpp +++ b/src/ModOutput.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "ModOutput.h" diff --git a/src/ModOutput.h b/src/ModOutput.h index e703f9c..8191312 100644 --- a/src/ModOutput.h +++ b/src/ModOutput.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef MOD_OUTPUT_H diff --git a/src/ModPlugin.cpp b/src/ModPlugin.cpp index 1215ae3..76e3d78 100644 --- a/src/ModPlugin.cpp +++ b/src/ModPlugin.cpp @@ -3,20 +3,20 @@ Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "ModPlugin.h" diff --git a/src/ModPlugin.h b/src/ModPlugin.h index af163c5..10a04e1 100644 --- a/src/ModPlugin.h +++ b/src/ModPlugin.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef MOD_PLUGIN_H diff --git a/src/NullSymbol.cpp b/src/NullSymbol.cpp index 6d408a4..d7f6ba5 100644 --- a/src/NullSymbol.cpp +++ b/src/NullSymbol.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "NullSymbol.h" diff --git a/src/NullSymbol.h b/src/NullSymbol.h index 1da7220..e8372f0 100644 --- a/src/NullSymbol.h +++ b/src/NullSymbol.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef NULL_SYMBOL_H diff --git a/src/OfdmGenerator.cpp b/src/OfdmGenerator.cpp index d87d68a..0f93977 100644 --- a/src/OfdmGenerator.cpp +++ b/src/OfdmGenerator.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "OfdmGenerator.h" diff --git a/src/OfdmGenerator.h b/src/OfdmGenerator.h index 653b91d..5be2d03 100644 --- a/src/OfdmGenerator.h +++ b/src/OfdmGenerator.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef OFDM_GENERATOR_H diff --git a/src/OutputFile.cpp b/src/OutputFile.cpp index d0d87c8..6928c25 100644 --- a/src/OutputFile.cpp +++ b/src/OutputFile.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "OutputFile.h" diff --git a/src/OutputFile.h b/src/OutputFile.h index e4cd91f..8b37f91 100644 --- a/src/OutputFile.h +++ b/src/OutputFile.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef OUTPUT_FILE_H diff --git a/src/OutputMemory.cpp b/src/OutputMemory.cpp index 2a48862..b47729c 100644 --- a/src/OutputMemory.cpp +++ b/src/OutputMemory.cpp @@ -3,20 +3,20 @@ Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "OutputMemory.h" diff --git a/src/OutputMemory.h b/src/OutputMemory.h index 8ac2343..e687bb3 100644 --- a/src/OutputMemory.h +++ b/src/OutputMemory.h @@ -3,20 +3,20 @@ Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef OUTPUT_MEMORY_H diff --git a/src/OutputUHD.cpp b/src/OutputUHD.cpp index 21e236e..18cb55e 100644 --- a/src/OutputUHD.cpp +++ b/src/OutputUHD.cpp @@ -6,20 +6,20 @@ 2012, Matthias P. Braendli, matthias.braendli@mpb.li */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #define ENABLE_UHD 1 diff --git a/src/OutputUHD.h b/src/OutputUHD.h index 6bffe04..f06b98a 100644 --- a/src/OutputUHD.h +++ b/src/OutputUHD.h @@ -15,20 +15,20 @@ DESCRIPTION: */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef OUTPUT_UHD_H diff --git a/src/PcDebug.h b/src/PcDebug.h index 6c6d30c..796f7d2 100644 --- a/src/PcDebug.h +++ b/src/PcDebug.h @@ -4,20 +4,20 @@ Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef PC_DEBUG_H diff --git a/src/PhaseReference.cpp b/src/PhaseReference.cpp index ff6a776..208a814 100644 --- a/src/PhaseReference.cpp +++ b/src/PhaseReference.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "PhaseReference.h" diff --git a/src/PhaseReference.h b/src/PhaseReference.h index 40870ed..9ba7233 100644 --- a/src/PhaseReference.h +++ b/src/PhaseReference.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef PHASE_REFERENCE_H diff --git a/src/PrbsGenerator.cpp b/src/PrbsGenerator.cpp index 8835dde..64baf89 100644 --- a/src/PrbsGenerator.cpp +++ b/src/PrbsGenerator.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "PrbsGenerator.h" diff --git a/src/PrbsGenerator.h b/src/PrbsGenerator.h index e97f973..0603df7 100644 --- a/src/PrbsGenerator.h +++ b/src/PrbsGenerator.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef PRBS_GENERATOR_H diff --git a/src/PuncturingEncoder.cpp b/src/PuncturingEncoder.cpp index e459ccd..aed82e3 100644 --- a/src/PuncturingEncoder.cpp +++ b/src/PuncturingEncoder.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "PuncturingEncoder.h" diff --git a/src/PuncturingEncoder.h b/src/PuncturingEncoder.h index c43c8ce..17dc21f 100644 --- a/src/PuncturingEncoder.h +++ b/src/PuncturingEncoder.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef PUNCTURING_ENCODER_H diff --git a/src/PuncturingRule.cpp b/src/PuncturingRule.cpp index c959c0f..77668aa 100644 --- a/src/PuncturingRule.cpp +++ b/src/PuncturingRule.cpp @@ -3,20 +3,20 @@ Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifdef HAVE_CONFIG_H diff --git a/src/PuncturingRule.h b/src/PuncturingRule.h index 7c19b0a..d600b95 100644 --- a/src/PuncturingRule.h +++ b/src/PuncturingRule.h @@ -3,20 +3,20 @@ Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef PUNCTURING_RULE_H diff --git a/src/QpskSymbolMapper.cpp b/src/QpskSymbolMapper.cpp index ec7b9e4..2a8ebe9 100644 --- a/src/QpskSymbolMapper.cpp +++ b/src/QpskSymbolMapper.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "QpskSymbolMapper.h" diff --git a/src/QpskSymbolMapper.h b/src/QpskSymbolMapper.h index 4c59151..ddba719 100644 --- a/src/QpskSymbolMapper.h +++ b/src/QpskSymbolMapper.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef QPSK_SYMBOL_MAPPER_H diff --git a/src/RemoteControl.cpp b/src/RemoteControl.cpp index 03ee993..f0318a2 100644 --- a/src/RemoteControl.cpp +++ b/src/RemoteControl.cpp @@ -6,20 +6,20 @@ Written by Matthias P. Braendli, matthias.braendli@mpb.li, 2012 */ /* - This file is part of CRC-DABMOD. + This file is part of ODR-DabMod. - CRC-DABMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DABMOD is distributed in the hope that it will be useful, + ODR-DabMod 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-DABMOD. If not, see . + along with ODR-DabMod. If not, see . */ #include #include @@ -34,7 +34,7 @@ using boost::asio::ip::tcp; void RemoteControllerTelnet::process(long) { - m_welcome = "CRC-DABMOD Remote Control CLI\nWrite 'help' for help.\n**********\n"; + m_welcome = "ODR-DabMod Remote Control CLI\nWrite 'help' for help.\n**********\n"; m_prompt = "> "; std::string in_message; diff --git a/src/RemoteControl.h b/src/RemoteControl.h index 54827ea..0881797 100644 --- a/src/RemoteControl.h +++ b/src/RemoteControl.h @@ -9,20 +9,20 @@ see testremotecontrol/test.cpp for an example of how to use this. */ /* - This file is part of CRC-DABMOD. + This file is part of ODR-DabMod. - CRC-DABMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DABMOD is distributed in the hope that it will be useful, + ODR-DabMod 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-DABMOD. If not, see . + along with ODR-DabMod. If not, see . */ #ifndef _REMOTECONTROL_H diff --git a/src/Resampler.cpp b/src/Resampler.cpp index 67bdf4f..773b9cc 100644 --- a/src/Resampler.cpp +++ b/src/Resampler.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "Resampler.h" diff --git a/src/Resampler.h b/src/Resampler.h index b4795ca..a19b14e 100644 --- a/src/Resampler.h +++ b/src/Resampler.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef RESAMPLER_H diff --git a/src/SignalMultiplexer.cpp b/src/SignalMultiplexer.cpp index 40be71e..c5be552 100644 --- a/src/SignalMultiplexer.cpp +++ b/src/SignalMultiplexer.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "SignalMultiplexer.h" diff --git a/src/SignalMultiplexer.h b/src/SignalMultiplexer.h index e5c2d77..79b9640 100644 --- a/src/SignalMultiplexer.h +++ b/src/SignalMultiplexer.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef SIGNAL_MULTIPLEXER_H diff --git a/src/SubchannelSource.cpp b/src/SubchannelSource.cpp index d65ee0c..39b1e07 100644 --- a/src/SubchannelSource.cpp +++ b/src/SubchannelSource.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "SubchannelSource.h" diff --git a/src/SubchannelSource.h b/src/SubchannelSource.h index 9d9f663..e1db026 100644 --- a/src/SubchannelSource.h +++ b/src/SubchannelSource.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef SUBCHANNEL_SOURCE_H diff --git a/src/ThreadsafeQueue.h b/src/ThreadsafeQueue.h index d89bf74..b5ee5b6 100644 --- a/src/ThreadsafeQueue.h +++ b/src/ThreadsafeQueue.h @@ -12,20 +12,20 @@ element out. */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef THREADSAFE_QUEUE_H diff --git a/src/TimeInterleaver.cpp b/src/TimeInterleaver.cpp index 92cba79..2bd4b6c 100644 --- a/src/TimeInterleaver.cpp +++ b/src/TimeInterleaver.cpp @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "TimeInterleaver.h" diff --git a/src/TimeInterleaver.h b/src/TimeInterleaver.h index 4a5a6aa..31ec006 100644 --- a/src/TimeInterleaver.h +++ b/src/TimeInterleaver.h @@ -3,20 +3,20 @@ the Queen in Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef TIME_INTERLEAVER_H diff --git a/src/TimestampDecoder.cpp b/src/TimestampDecoder.cpp index 0e7a3e8..d6c627f 100644 --- a/src/TimestampDecoder.cpp +++ b/src/TimestampDecoder.cpp @@ -6,20 +6,20 @@ 2012, Matthias P. Braendli, matthias.braendli@mpb.li */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include diff --git a/src/TimestampDecoder.h b/src/TimestampDecoder.h index dcc162e..52290ac 100644 --- a/src/TimestampDecoder.h +++ b/src/TimestampDecoder.h @@ -6,20 +6,20 @@ 2012, Matthias P. Braendli, matthias.braendli@mpb.li */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef TIMESTAMP_DECODER_H diff --git a/src/crc-dwap.py b/src/crc-dwap.py index 7fec510..0cae257 100755 --- a/src/crc-dwap.py +++ b/src/crc-dwap.py @@ -3,20 +3,20 @@ # Copyright (C) 2006, 2007, 2008, 2009,-2010 Her Majesty the Queen in # Right of Canada (Communications Research Center Canada) -# This file is part of CRC-DADMOD. +# This file is part of ODR-DabMod. # -# CRC-DADMOD is free software: you can redistribute it and/or modify +# ODR-DabMod 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-DabMod 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 . +# along with ODR-DabMod. If not, see . from wxPython.wx import * diff --git a/src/kiss_fftsimd.c b/src/kiss_fftsimd.c index 375f552..83f2e4a 100644 --- a/src/kiss_fftsimd.c +++ b/src/kiss_fftsimd.c @@ -4,20 +4,20 @@ Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "kiss_fftsimd.h" diff --git a/src/kiss_fftsimd.h b/src/kiss_fftsimd.h index a1ad1c6..6d38dc7 100644 --- a/src/kiss_fftsimd.h +++ b/src/kiss_fftsimd.h @@ -4,20 +4,20 @@ Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef KISS_FFTSIMD_H diff --git a/src/porting.c b/src/porting.c index 7342913..79523e5 100644 --- a/src/porting.c +++ b/src/porting.c @@ -3,20 +3,20 @@ Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #include "porting.h" diff --git a/src/porting.h b/src/porting.h index 79c71ef..2ac9b90 100644 --- a/src/porting.h +++ b/src/porting.h @@ -3,20 +3,20 @@ Right of Canada (Communications Research Center Canada) */ /* - This file is part of CRC-DADMOD. + This file is part of ODR-DabMod. - CRC-DADMOD is free software: you can redistribute it and/or modify + ODR-DabMod 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-DabMod 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 . + along with ODR-DabMod. If not, see . */ #ifndef PORTING_H -- cgit v1.2.3