1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Update copyright year

This MR updates the current year stated in copyright notices to 2022.

Signed-off-by: TheEvilSkeleton <theevilskeleton@riseup.net>
Reference-to: https://github.com/tenacityteam/tenacity/pull/698
This commit is contained in:
TheEvilSkeleton 2022-01-28 05:22:18 -05:00 committed by GitHub
parent 737e151074
commit 0f38200adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ directory may be released under a different license
3RDPARTY.txt file, and for specific details, see the license 3RDPARTY.txt file, and for specific details, see the license
information inside each subdirectory of lib-src. information inside each subdirectory of lib-src.
Tenacity is based upon Audacity, Copyright (c) 1999-2021 The Audacity Team Tenacity is based upon Audacity, Copyright (c) 1999-2022 The Audacity Team
Documentation is distributed under the Creative Commons license (CC BY 3.0) [1] Documentation is distributed under the Creative Commons license (CC BY 3.0) [1]

View File

@ -1,5 +1,5 @@
; Tenacity: A Digital Audio Editor ; Tenacity: A Digital Audio Editor
; Tenacity(R) is copyright (c) 1999-2021 Tenacity Team. ; Tenacity(R) is copyright (c) 1999-2022 Tenacity Team.
; License: GPL v2. See License.txt. ; License: GPL v2. See License.txt.
; ;
; tenacity.iss ; tenacity.iss

View File

@ -52,7 +52,7 @@ BEGIN
VALUE "FileDescription", "A customised Tenacity Cross-Platform Sound Editor" VALUE "FileDescription", "A customised Tenacity Cross-Platform Sound Editor"
VALUE "FileVersion", AUDACITY_FILE_VERSION VALUE "FileVersion", AUDACITY_FILE_VERSION
VALUE "InternalName", "DarkTenacity" VALUE "InternalName", "DarkTenacity"
VALUE "LegalCopyright", "Copyright © 1999-2021 under GPLv2+" VALUE "LegalCopyright", "Copyright © 1999-2022 under GPLv2+"
VALUE "LegalTrademarks", "" VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "DarkTenacity.exe" VALUE "OriginalFilename", "DarkTenacity.exe"
VALUE "ProductName", "DarkTenacity" VALUE "ProductName", "DarkTenacity"
@ -62,7 +62,7 @@ BEGIN
VALUE "FileDescription", "Tenacity Cross-Platform Sound Editor" VALUE "FileDescription", "Tenacity Cross-Platform Sound Editor"
VALUE "FileVersion", AUDACITY_FILE_VERSION VALUE "FileVersion", AUDACITY_FILE_VERSION
VALUE "InternalName", "Tenacity" VALUE "InternalName", "Tenacity"
VALUE "LegalCopyright", "Copyright © 1999-2021 under GPLv2+" VALUE "LegalCopyright", "Copyright © 1999-2022 under GPLv2+"
VALUE "LegalTrademarks", "" VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "Tenacity.exe" VALUE "OriginalFilename", "Tenacity.exe"
VALUE "ProductName", "Tenacity" VALUE "ProductName", "Tenacity"