diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-14 23:42:52 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-12-09 22:55:34 +0100 |
commit | 8ba7e406e1d71460865c0eb493956520e2f35ae1 (patch) | |
tree | d5b5f88e29bec516b91b3aa32ea9e3ad287fe63e /src | |
parent | fc2acbcf9f64a722ccd160388f5a9a1dcdc4f4f3 (diff) | |
download | dabmod-8ba7e406e1d71460865c0eb493956520e2f35ae1.tar.gz dabmod-8ba7e406e1d71460865c0eb493956520e2f35ae1.tar.bz2 dabmod-8ba7e406e1d71460865c0eb493956520e2f35ae1.zip |
Update -V output
Diffstat (limited to 'src')
-rw-r--r-- | src/DabMod.cpp | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/DabMod.cpp b/src/DabMod.cpp index b0a7a2c..df7e2a1 100644 --- a/src/DabMod.cpp +++ b/src/DabMod.cpp @@ -138,8 +138,13 @@ void printVersion(FILE *out = stderr) { fprintf(out, "Welcome to %s %s, compiled at %s, %s\n\n", PACKAGE, VERSION, __DATE__, __TIME__); - 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" + 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" + " and\n" + " Copyright (C) 2014 Matthias P. Braendli, matthias.braendli@mpb.li\n" + "\n" + " http://opendigitalradio.org\n" "\n" " This program is available free of charge and is licensed to you on a\n" " non-exclusive basis; you may not redistribute it.\n" @@ -152,8 +157,10 @@ 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" +#if USE_KISS_FFT "ODR-DabMod makes use of the following open source packages:\n" " Kiss FFT v1.2.9 (Revised BSD) - http://kissfft.sourceforge.net/\n" +#endif ); } |