Bump (C) year: the year of Ardour

This commit is contained in:
Robin Gareus 2020-01-01 13:41:27 +01:00
parent d100c92731
commit f427e38c31
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View file

@ -579,7 +579,7 @@ About::About ()
#endif
set_translator_credits (t);
set_copyright (_("Copyright (C) 1999-2019 Paul Davis\n"));
set_copyright (_("Copyright (C) 1999-2020 Paul Davis\n"));
set_license (gpl);
set_name (X_("Ardour"));
set_website (X_("http://ardour.org/"));

View file

@ -381,7 +381,7 @@ int main (int argc, char *argv[])
}
if (no_splash) {
cerr << _("Copyright (C) 1999-2019 Paul Davis") << endl
cerr << _("Copyright (C) 1999-2020 Paul Davis") << endl
<< _("Some portions Copyright (C) Steve Harris, Ari Johnson, Brett Viren, Joel Baker, Robin Gareus") << endl
<< endl
<< string_compose (_("%1 comes with ABSOLUTELY NO WARRANTY"), PROGRAM_NAME) << endl