diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-04-22 05:26:02 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-04-22 05:26:02 +0200 |
commit | 2d48c62d6a4e5d9387e2935dd53ff07357639f0e (patch) | |
tree | 90ce2bfd9a8ff3301e6d9d5d6c557553ee129014 /src | |
parent | 2009dcd0494a671e2492aa865e690446388c7a5a (diff) | |
download | dabmux-2d48c62d6a4e5d9387e2935dd53ff07357639f0e.tar.gz dabmux-2d48c62d6a4e5d9387e2935dd53ff07357639f0e.tar.bz2 dabmux-2d48c62d6a4e5d9387e2935dd53ff07357639f0e.zip |
Replace 'all rights reserved' by a mention of the licence
The wording 'All rights reserved' no longer has any legal effect in any jurisdiction. It might
even be considered contradictory to the terms of the GPL, and is advised against. See the wikipedia
entry for 'All rights reserved' for more details.
Diffstat (limited to 'src')
-rw-r--r-- | src/utils.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
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 << |