diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-08-17 16:51:17 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-08-17 17:06:21 +0200 |
commit | 0dc3cb7cd192e333365d1e4c4c0442c1306b0929 (patch) | |
tree | 3f0dbd61b955a176ee071d057c9c32cc8202427e /src/Common/Dlgcode.c | |
parent | d4192bf863fdd4bb67b794d5834fbaa9efba658d (diff) | |
download | VeraCrypt-0dc3cb7cd192e333365d1e4c4c0442c1306b0929.tar.gz VeraCrypt-0dc3cb7cd192e333365d1e4c4c0442c1306b0929.zip |
Add reference to VeraCrypt-DCS EFI Boot loader in Readme. Update copyrights.
Diffstat (limited to 'src/Common/Dlgcode.c')
-rw-r--r-- | src/Common/Dlgcode.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index dc59677c..c2e15390 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -1214,7 +1214,10 @@ BOOL CALLBACK AboutDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam 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" - L"Copyright \xA9 2002-2004 Mark Adler. All Rights Reserved.\r\n\r\n" + L"Copyright \xA9 2002-2004 Mark Adler. All Rights Reserved.\r\n" + L"Copyright \xA9 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov.\r\n" + L"Copyright \xA9 1990-2002 Info-ZIP. All rights reserved.\r\n" + L"Copyright \xA9 2013, Alexey Degtyarev. All rights reserved.\r\n\r\n" L"This software as a whole:\r\n" L"Copyright \xA9 2013-2016 IDRIX. All rights reserved.\r\n\r\n" |