mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
Update Team list and year
This commit is contained in:
parent
63cb2a7b9a
commit
292a74f5c6
@ -52,7 +52,6 @@ void AboutDialog::CreateCreditsList()
|
||||
{
|
||||
// The Audacity Team: developers and support
|
||||
AddCredit(wxString(wxT("Gale Andrews, ")) + _("quality assurance"), roleTeamMember);
|
||||
AddCredit(wxString(wxT("Richard Ash, ")) + _("developer"), roleTeamMember);
|
||||
AddCredit(wxString(wxT("Arturo \"Buanzo\" Busleiman, ")) + _("system administration"), roleTeamMember);
|
||||
AddCredit(wxString(wxT("James Crook, ")) + _("developer"), roleTeamMember);
|
||||
AddCredit(wxString(wxT("Roger Dannenberg, ")) + _("co-founder and developer"), roleTeamMember);
|
||||
@ -67,6 +66,7 @@ void AboutDialog::CreateCreditsList()
|
||||
// Emeritus: people who were "lead developers" or made an
|
||||
// otherwise distinguished contribution, but who are no
|
||||
// longer active.
|
||||
AddCredit(wxString(wxT("Richard Ash, ")) + _("developer"), roleEmeritusTeam);
|
||||
AddCredit(wxString(wxT("Christian Brochec, ")) + _("documentation and support, French"), roleEmeritusTeam);
|
||||
AddCredit(wxString(wxT("Matt Brubeck, ")) + _("developer"), roleEmeritusTeam);
|
||||
AddCredit(wxString(wxT("Michael Chinen, ")) + _("developer"), roleEmeritusTeam);
|
||||
@ -335,7 +335,7 @@ visit our [[http://forum.audacityteam.org/|forum]].");
|
||||
GetCreditsByRole(roleThanks) +
|
||||
|
||||
wxT("<p><br>") + _("<b>Audacity<sup>®</sup></b> software is copyright")+
|
||||
wxT("© 1999-2016 Audacity Team.<br>") +
|
||||
wxT("© 1999-2017 Audacity Team.<br>") +
|
||||
_("The name <b>Audacity<sup>®</sup></b> is a registered trademark of Dominic Mazzoni.") +
|
||||
wxT("<p><br>")+_("Audacity website: [[http://www.audacityteam.org/|http://www.audacityteam.org/]]") +
|
||||
wxT("</center>"));
|
||||
|
@ -26,7 +26,7 @@ BEGIN
|
||||
VALUE "FileDescription", "Audacity®, the Free, Cross-Platform Sound Editor"
|
||||
VALUE "FileVersion", AUDACITY_FILE_VERSION
|
||||
VALUE "InternalName", "Audacity"
|
||||
VALUE "LegalCopyright", "Copyright © 2016. All rights reserved."
|
||||
VALUE "LegalCopyright", "Copyright © 2017. All rights reserved."
|
||||
VALUE "LegalTrademarks", "Audacity® is a registered trademark of Dominic Mazzoni."
|
||||
VALUE "OriginalFilename", "Audacity.exe"
|
||||
VALUE "ProductName", "Audacity®"
|
||||
|
@ -1,5 +1,5 @@
|
||||
Building Audacity(R) for Microsoft Windows(R)
|
||||
Copyright (c) 1999-2016 Audacity Team
|
||||
Copyright (c) 1999-2017 Audacity Team
|
||||
|
||||
Authors:
|
||||
Asger Ottar Alstrup
|
||||
|
Loading…
x
Reference in New Issue
Block a user