From 292a74f5c6a3d73238c81a169851243e748a2404 Mon Sep 17 00:00:00 2001 From: windinthew Date: Tue, 17 Jan 2017 03:25:15 +0000 Subject: [PATCH] Update Team list and year --- src/AboutDialog.cpp | 4 ++-- win/audacity.rc | 2 +- win/compile.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 723f56500..239f4e2dc 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -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("


") + _("Audacity® software is copyright")+ - wxT("© 1999-2016 Audacity Team.
") + + wxT("© 1999-2017 Audacity Team.
") + _("The name Audacity® is a registered trademark of Dominic Mazzoni.") + wxT("


")+_("Audacity website: [[http://www.audacityteam.org/|http://www.audacityteam.org/]]") + wxT("")); diff --git a/win/audacity.rc b/win/audacity.rc index 5311b0565..477c1b330 100644 --- a/win/audacity.rc +++ b/win/audacity.rc @@ -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®" diff --git a/win/compile.txt b/win/compile.txt index 23a8192f7..4352a7ce0 100644 --- a/win/compile.txt +++ b/win/compile.txt @@ -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