mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
2014 copyright > 2015.
This commit is contained in:
parent
3fcaddf69f
commit
42d1c05e5b
@ -1,5 +1,5 @@
|
||||
Building Audacity(R) for Apple Mac OS X (R) using gcc
|
||||
Copyright (c) 2014 Audacity Team
|
||||
Copyright (c) 2015 Audacity Team
|
||||
|
||||
Authors:
|
||||
Dominic Mazzoni
|
||||
@ -9,7 +9,7 @@ Authors:
|
||||
Benjamin Drung
|
||||
|
||||
========================================================================
|
||||
This document is for Audacity version 2.0.6.
|
||||
This document is for Audacity version 2.1.0-alpha.
|
||||
|
||||
If the advice here is inaccurate or incomplete,
|
||||
email audacity-devel@lists.sourceforge.net.
|
||||
|
@ -280,7 +280,7 @@ visit our <a href=\"http://forum.audacityteam.org/\">forum</a>.");
|
||||
GetCreditsByRole(roleThanks) +
|
||||
|
||||
wxT("<p><br>") + _("<b>Audacity®</b> software is copyright")+
|
||||
wxT("© 1999-2014 Audacity Team.<br>") +
|
||||
wxT("© 1999-2015 Audacity Team.<br>") +
|
||||
_("The name <b>Audacity®</b> is a registered trademark of Dominic Mazzoni.") +
|
||||
wxT("</center></font></body></html>");
|
||||
|
||||
|
@ -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 © 2014. All rights reserved."
|
||||
VALUE "LegalCopyright", "Copyright © 2015. 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-2014 Audacity Team
|
||||
Copyright (c) 1999-2015 Audacity Team
|
||||
|
||||
Authors:
|
||||
Asger Ottar Alstrup
|
||||
|
Loading…
x
Reference in New Issue
Block a user