From 2d48c62d6a4e5d9387e2935dd53ff07357639f0e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 22 Apr 2017 05:26:02 +0200 Subject: 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. --- LICENCE | 4 ++-- src/utils.cpp | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/LICENCE b/LICENCE index d4fa339..9b313b8 100644 --- a/LICENCE +++ b/LICENCE @@ -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,9 +97,11 @@ 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"); -- cgit v1.2.3