diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-02-12 19:01:10 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-02-12 19:06:22 +0100 |
commit | 1b76823ea5ea22ae9281dac52d458fde0384a8d2 (patch) | |
tree | 5ca7bcb41aad91f01c7fe20743335f2154fe0ad9 /src/Common | |
parent | 86f0fde6e7914f055c5872bf7f2f565cc09977fc (diff) | |
download | VeraCrypt-1b76823ea5ea22ae9281dac52d458fde0384a8d2.tar.gz VeraCrypt-1b76823ea5ea22ae9281dac52d458fde0384a8d2.zip |
Add copyright and license information of JitterEntropy library by Stephan Mueller
Diffstat (limited to 'src/Common')
-rw-r--r-- | src/Common/Dlgcode.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index 12ca8543..3d8ee6fc 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -1453,7 +1453,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-2018 IDRIX. All rights reserved.\r\n" + L"Copyright \xA9 2013-2019 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" @@ -1462,9 +1462,10 @@ BOOL CALLBACK AboutDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam L"Copyright \xA9 1999-2017 Dieter Baron and Thomas Klausner.\r\n" L"Copyright \xA9 2013, Alexey Degtyarev. All rights reserved.\r\n" L"Copyright \xA9 1999-2016 Jack Lloyd. All rights reserved.\r\n\r\n" + L"Copyright \xA9 2013-2018 Stephan Mueller <smueller@chronox.de>\r\n\r\n" L"This software as a whole:\r\n" - L"Copyright \xA9 2013-2018 IDRIX. All rights reserved.\r\n\r\n" + L"Copyright \xA9 2013-2019 IDRIX. All rights reserved.\r\n\r\n" L"An IDRIX Release"); |