diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-08-29 00:23:39 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-08-30 00:26:11 +0200 |
commit | 2216f739c4beffa5ce0371ee33c38f603ddf30b1 (patch) | |
tree | 4eca90912886c846b9b3d53d14b6d2eb3766866d /src/Common | |
parent | adc21bd1ab6d7dce07891a8748b8deedaf9491a5 (diff) | |
download | VeraCrypt-2216f739c4beffa5ce0371ee33c38f603ddf30b1.tar.gz VeraCrypt-2216f739c4beffa5ce0371ee33c38f603ddf30b1.zip |
Update copyright year to 2021
Diffstat (limited to 'src/Common')
-rw-r--r-- | src/Common/Dlgcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index e1469985..a23b01a3 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -1530,7 +1530,7 @@ BOOL CALLBACK AboutDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam L"Based on TrueCrypt 7.1a, freely available at http://www.truecrypt.org/ .\r\n\r\n" L"Portions of this software:\r\n" - L"Copyright \xA9 2013-2020 IDRIX. All rights reserved.\r\n" + L"Copyright \xA9 2013-2021 IDRIX. All rights reserved.\r\n" L"Copyright \xA9 2003-2012 TrueCrypt Developers Association. All Rights Reserved.\r\n" L"Copyright \xA9 1998-2000 Paul Le Roux. All Rights Reserved.\r\n" L"Copyright \xA9 1998-2008 Brian Gladman. All Rights Reserved.\r\n" @@ -1542,7 +1542,7 @@ BOOL CALLBACK AboutDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam L"Copyright \xA9 2013-2019 Stephan Mueller <smueller@chronox.de>\r\n\r\n" L"This software as a whole:\r\n" - L"Copyright \xA9 2013-2020 IDRIX. All rights reserved.\r\n\r\n" + L"Copyright \xA9 2013-2021 IDRIX. All rights reserved.\r\n\r\n" L"An IDRIX Release"); |