mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Update AboutBox and README
- James, Roger, Steve and Greg move to emeritus - Trademark text updated. - Dev team description changed.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[](https://www.audacityteam.org)
|
||||
=========================
|
||||
|
||||
[**Audacity**](https://www.audacityteam.org) is an easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. Developed by a group of volunteers as open source.
|
||||
[**Audacity**](https://www.audacityteam.org) is an easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. Audacity is open source software licensed under GPL, version 2 or later.
|
||||
|
||||
- **Recording** from any real, or virtual audio device that is available to the host system.
|
||||
- **Export / Import** a wide range of audio formats, extendible with FFmpeg.
|
||||
|
@@ -11,7 +11,7 @@ https://forum.audacityteam.org/viewforum.php?f=25 .
|
||||
Audacity is copyright (c) 1999-2021 by Audacity Team. This copyright
|
||||
notice applies to all documents in the Audacity source code archive,
|
||||
except as otherwise noted (mostly in the lib-src subdirectories).
|
||||
"Audacity" is a registered trademark of Dominic Mazzoni.
|
||||
"Audacity" is a registered trademark.
|
||||
|
||||
The Audacity documentation is licensed under the Creative Commons
|
||||
Attribution 3.0 license: https://creativecommons.org/licenses/by/3.0/legalcode .
|
||||
|
@@ -128,11 +128,7 @@ void AboutDialog::CreateCreditsList()
|
||||
XO("%s, graphics");
|
||||
|
||||
// The Audacity Team: developers and support
|
||||
AddCredit(wxT("James Crook"), developerFormat, roleTeamMember);
|
||||
AddCredit(wxT("Roger Dannenberg"), coFounderFormat, roleTeamMember);
|
||||
AddCredit(wxT("Steve Daulton"), roleTeamMember);
|
||||
AddCredit(wxT("Anton Gerasimov"), developerFormat, roleTeamMember);
|
||||
AddCredit(wxT("Greg Kozikowski"), documentationAndSupportFormat, roleTeamMember);
|
||||
AddCredit(wxT("Paul Licameli"), developerFormat, roleTeamMember);
|
||||
AddCredit(wxT("Vitaly Sverchinsky"), developerFormat, roleTeamMember);
|
||||
AddCredit(wxT("Dmitry Vedenko"), developerFormat, roleTeamMember);
|
||||
@@ -149,11 +145,15 @@ void AboutDialog::CreateCreditsList()
|
||||
AddCredit(wxT("Matt Brubeck"), developerFormat, roleEmeritusTeam);
|
||||
AddCredit(wxT("Arturo \"Buanzo\" Busleiman"), sysAdminFormat, roleEmeritusTeam);
|
||||
AddCredit(wxT("Michael Chinen"), developerFormat, roleEmeritusTeam);
|
||||
AddCredit(wxT("James Crook"), developerFormat, roleEmeritusTeam);
|
||||
AddCredit(wxT("Roger Dannenberg"), coFounderFormat, roleEmeritusTeam);
|
||||
AddCredit(wxT("Steve Daulton"), roleEmeritusTeam);
|
||||
AddCredit(wxT("Al Dimond"), developerFormat, roleEmeritusTeam);
|
||||
AddCredit(wxT("Benjamin Drung"), developerFormat, roleEmeritusTeam);
|
||||
AddCredit(wxT("Joshua Haberman"), developerFormat, roleEmeritusTeam);
|
||||
AddCredit(wxT("Ruslan Ijbulatov"), developerFormat, roleEmeritusTeam);
|
||||
AddCredit(wxT("Vaughan Johnson"), developerFormat, roleEmeritusTeam);
|
||||
AddCredit(wxT("Greg Kozikowski"), documentationAndSupportFormat, roleEmeritusTeam);
|
||||
AddCredit(wxT("Leland Lucius"), developerFormat, roleEmeritusTeam);
|
||||
AddCredit(wxT("Dominic Mazzoni"), coFounderFormat, roleEmeritusTeam);
|
||||
AddCredit(wxT("Markus Meyer"), developerFormat, roleEmeritusTeam);
|
||||
@@ -401,7 +401,7 @@ visit our %s.")
|
||||
<< wxT("Customised version of the Audacity free, open source, cross-platform software " )
|
||||
<< wxT("for recording and editing sounds.")
|
||||
<< wxT("<p><br> <b>Audacity<sup>®</sup></b> software is copyright © 1999-2021 Audacity Team.<br>")
|
||||
<< wxT(" The name <b>Audacity</b> is a registered trademark of Dominic Mazzoni.<br><br>")
|
||||
<< wxT(" The name <b>Audacity</b> is a registered trademark.<br><br>")
|
||||
|
||||
#else
|
||||
<< XO("<h3>")
|
||||
|
Reference in New Issue
Block a user