Skip to content
Snippets Groups Projects
Verified Commit 3dc9087f authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Dynare++: update copyright years

parent b1b8dc90
No related branches found
No related tags found
No related merge requests found
/* /*
* Copyright © 2004-2011 Ondra Kamenik * Copyright © 2004-2011 Ondra Kamenik
* Copyright © 2019 Dynare Team * Copyright © 2019-2020 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *
...@@ -203,8 +203,8 @@ Journal::printHeader() ...@@ -203,8 +203,8 @@ Journal::printHeader()
*this << "Dynare++ v. " << VERSION << '\n' *this << "Dynare++ v. " << VERSION << '\n'
<< '\n' << '\n'
<< u8"Copyright © 2004-2011 Ondra Kamenik\n" << u8"Copyright © 2004-2011 Ondra Kamenik\n"
<< u8"Copyright © 2019 Dynare Team\n" << u8"Copyright © 2019-2020 Dynare Team\n"
<< "Dynare++ comes with ABSOLUTELY NO WARRANTY and is distributed under the GNU GPL," << "Dynare++ comes with ABSOLUTELY NO WARRANTY and is distributed under the GNU GPL,\n"
<< "version 3 or later (see https://www.gnu.org/licenses/gpl.html)\n" << "version 3 or later (see https://www.gnu.org/licenses/gpl.html)\n"
<< "\n\n" << "\n\n"
<< "System info: "; << "System info: ";
... ...
......
/* /*
* Copyright © 2004-2011 Ondra Kamenik * Copyright © 2004-2011 Ondra Kamenik
* Copyright © 2019 Dynare Team * Copyright © 2019-2020 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *
...@@ -47,7 +47,7 @@ main(int argc, char **argv) ...@@ -47,7 +47,7 @@ main(int argc, char **argv)
std::cout << "Dynare++ v. " << VERSION << '\n' std::cout << "Dynare++ v. " << VERSION << '\n'
<< '\n' << '\n'
<< u8"Copyright © 2004-2011 Ondra Kamenik\n" << u8"Copyright © 2004-2011 Ondra Kamenik\n"
<< u8"Copyright © 2019 Dynare Team\n" << u8"Copyright © 2019-2020 Dynare Team\n"
<< "Dynare++ comes with ABSOLUTELY NO WARRANTY and is distributed under the GNU GPL,\n" << "Dynare++ comes with ABSOLUTELY NO WARRANTY and is distributed under the GNU GPL,\n"
<< "version 3 or later (see https://www.gnu.org/licenses/gpl.html)\n"; << "version 3 or later (see https://www.gnu.org/licenses/gpl.html)\n";
return EXIT_SUCCESS; return EXIT_SUCCESS;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment