We're behind the times

This commit is contained in:
Robin Gareus 2024-04-13 00:54:15 +02:00
parent 44610c7877
commit ab1299da87
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -367,7 +367,7 @@ int main (int argc, char *argv[])
}
if (no_splash) {
cout << _("Copyright (C) 1999-2023 Paul Davis") << endl
cout << _("Copyright (C) 1999-2024 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