mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
Happy new year.
git-svn-id: svn://localhost/ardour2/branches/3.0@8899 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4145bfc33c
commit
22870bdc49
2 changed files with 2 additions and 2 deletions
|
|
@ -564,7 +564,7 @@ About::About ()
|
|||
}
|
||||
|
||||
set_translator_credits (t);
|
||||
set_copyright (_("Copyright (C) 1999-2010 Paul Davis\n"));
|
||||
set_copyright (_("Copyright (C) 1999-2011 Paul Davis\n"));
|
||||
set_license (gpl);
|
||||
set_name (X_("Ardour"));
|
||||
set_website (X_("http://ardour.org/"));
|
||||
|
|
|
|||
|
|
@ -597,7 +597,7 @@ int main (int argc, char *argv[])
|
|||
}
|
||||
|
||||
if (no_splash) {
|
||||
cerr << _("Copyright (C) 1999-2010 Paul Davis") << endl
|
||||
cerr << _("Copyright (C) 1999-2011 Paul Davis") << endl
|
||||
<< _("Some portions Copyright (C) Steve Harris, Ari Johnson, Brett Viren, Joel Baker") << endl
|
||||
<< endl
|
||||
<< string_compose (_("%1 comes with ABSOLUTELY NO WARRANTY"), PROGRAM_NAME) << endl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue