1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-04-29 10:11:26 +00:00

Update copyright year in intro text

This commit is contained in:
Carles Fernandez
2022-06-11 14:29:25 +02:00
parent 98b7b73248
commit 5a32c6cf5e

View File

@@ -67,7 +67,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-2019 (see AUTHORS file for a list of contributors)\n" +
"Copyright (C) 2010-2022 (see AUTHORS file for a list of contributors)\n" +
"This program comes with ABSOLUTELY NO WARRANTY;\n" +
"See COPYING file to see a copy of the General Public License\n \n");