mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 15:38:19 +01:00
Ardour is now as old as Kurt Cobain, Jimi Hendrix, Janis Joplin, Jim Morrison, Amy Winehouse,...
This commit is contained in:
parent
730e4425dc
commit
1423f13f49
2 changed files with 2 additions and 2 deletions
|
|
@ -644,7 +644,7 @@ About::About ()
|
|||
#endif
|
||||
|
||||
set_translator_credits (t);
|
||||
set_copyright (_("Copyright (C) 1999-2025 Paul Davis\n"));
|
||||
set_copyright (_("Copyright (C) 1999-2026 Paul Davis\n"));
|
||||
set_license (gpl);
|
||||
set_name (X_("Ardour"));
|
||||
set_website (X_("https://ardour.org/"));
|
||||
|
|
|
|||
|
|
@ -363,7 +363,7 @@ int main (int argc, char *argv[])
|
|||
}
|
||||
|
||||
if (no_splash) {
|
||||
cout << _("Copyright (C) 1999-2025 Paul Davis") << endl
|
||||
cout << _("Copyright (C) 1999-2026 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue