diff options
-rw-r--r-- | LICENCE | 4 | ||||
-rw-r--r-- | src/utils.cpp | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -3,8 +3,8 @@ LICENSING Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) -Copyright (C) 2016 -Matthias P. Braendli, http://mpb.li +Copyright (C) 2017 +Matthias P. Braendli, http://www.opendigitalradio.org This file is part of ODR-DabMux. ODR-DabMux is a fork of CRC-DabMux, which was developed by the Communications Research Center Canada. diff --git a/src/utils.cpp b/src/utils.cpp index a2db735..cfbe13b 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -5,6 +5,8 @@ Copyright (C) 2017 Matthias P. Braendli, matthias.braendli@mpb.li + + http://www.opendigitalradio.org */ /* This file is part of ODR-DabMux. @@ -95,10 +97,12 @@ void header_message() fprintf(stderr, "Her Majesty the Queen in Right of Canada\n"); fprintf(stderr, - "(Communications Research Centre Canada) All rights reserved.\n\n"); + "(Communications Research Centre Canada)\n\n"); fprintf(stderr, "Copyright (C) 2017 Matthias P. Braendli\n"); fprintf(stderr, + "LICENCE: GPLv3+\n\n"); + fprintf(stderr, "http://opendigitalradio.org\n\n"); std::cerr << "Input URLs supported:" << std::endl << |