From c3276d03dfd61c8d119af56b8df59153da6a1689 Mon Sep 17 00:00:00 2001 From: windinthew Date: Fri, 3 Jan 2014 12:57:19 +0000 Subject: [PATCH] Update to 2014. --- src/AboutDialog.cpp | 2 +- win/audacity.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 843a7c4da..fe2606aa7 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -271,7 +271,7 @@ visit our forum."); GetCreditsByRole(roleThanks) + wxT("


") + _("Audacity® software is copyright")+ - wxT("© 1999-2013 Audacity Team.
") + + wxT("© 1999-2014 Audacity Team.
") + _("The name Audacity® is a registered trademark of Dominic Mazzoni.") + wxT(""); diff --git a/win/audacity.rc b/win/audacity.rc index 59fa414ea..166adf843 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 © 2013. All rights reserved." + VALUE "LegalCopyright", "Copyright © 2014. All rights reserved." VALUE "LegalTrademarks", "Audacity® is a registered trademark of Dominic Mazzoni." VALUE "OriginalFilename", "Audacity.exe" VALUE "ProductName", "Audacity®"