From 7305c033d93dffd1b638a0f4c86c67a9d4d44c63 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 14 Jan 2017 15:50:15 +0100 Subject: [PATCH] Update copyright year in help intro message --- src/main/main.cc | 2 +- src/utils/front-end-cal/main.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/main.cc b/src/main/main.cc index 42025e2cc..fbc6fcac3 100644 --- a/src/main/main.cc +++ b/src/main/main.cc @@ -92,7 +92,7 @@ int main(int argc, char** argv) const std::string intro_help( std::string("\nGNSS-SDR is an Open Source GNSS Software Defined Receiver\n") + - "Copyright (C) 2010-2015 (see AUTHORS file for a list of contributors)\n" + "Copyright (C) 2010-2017 (see AUTHORS file for a list of contributors)\n" + "This program comes with ABSOLUTELY NO WARRANTY;\n" + diff --git a/src/utils/front-end-cal/main.cc b/src/utils/front-end-cal/main.cc index 708a4984d..9a445ff2b 100644 --- a/src/utils/front-end-cal/main.cc +++ b/src/utils/front-end-cal/main.cc @@ -271,7 +271,7 @@ int main(int argc, char** argv) const std::string intro_help( std::string("\n RTL-SDR E4000 RF front-end center frequency and sampling rate calibration tool that uses GPS signals\n") + - "Copyright (C) 2010-2015 (see AUTHORS file for a list of contributors)\n" + "Copyright (C) 2010-2017 (see AUTHORS file for a list of contributors)\n" + "This program comes with ABSOLUTELY NO WARRANTY;\n" +