Update year in welcome message

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@341 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez 2013-02-17 12:01:09 +00:00
parent 2b5d6e45f5
commit 0c5b294e7d
1 changed files with 1 additions and 1 deletions

View File

@ -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"
+