From 0c5b294e7d2c467b88a910eb0a3aae79d32f8256 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 17 Feb 2013 12:01:09 +0000 Subject: [PATCH] Update year in welcome message git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@341 64b25241-fba3-4117-9849-534c7e92360d --- src/main/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/main.cc b/src/main/main.cc index a4f7ac5ad..9bc4e859d 100644 --- a/src/main/main.cc +++ b/src/main/main.cc @@ -68,7 +68,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-2012 (see AUTHORS file for a list of contributors)\n" + "Copyright (C) 2010-2013 (see AUTHORS file for a list of contributors)\n" + "This program comes with ABSOLUTELY NO WARRANTY;\n" +