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/Main/Forms/AboutDialog.cpp | |
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/Main/Forms/AboutDialog.cpp')
-rw-r--r-- | src/Main/Forms/AboutDialog.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Main/Forms/AboutDialog.cpp b/src/Main/Forms/AboutDialog.cpp index 76e7bc16..552a864a 100644 --- a/src/Main/Forms/AboutDialog.cpp +++ b/src/Main/Forms/AboutDialog.cpp @@ -57,7 +57,7 @@ namespace VeraCrypt L"Paulo Barreto, Brian Gladman, Wei Dai, Peter Gutmann, and many others.\n\n" L"Portions of this software:\n" - L"Copyright \xA9 2013-2018 IDRIX. All rights reserved.\n" + L"Copyright \xA9 2013-2019 IDRIX. All rights reserved.\n" L"Copyright \xA9 2003-2012 TrueCrypt Developers Association. All Rights Reserved.\n" L"Copyright \xA9 1998-2000 Paul Le Roux. All Rights Reserved.\n" L"Copyright \xA9 1998-2008 Brian Gladman. All Rights Reserved.\n" @@ -66,9 +66,10 @@ namespace VeraCrypt L"Copyright \xA9 1999-2017 Dieter Baron and Thomas Klausner.\n" L"Copyright \xA9 2013, Alexey Degtyarev. All rights reserved.\n" L"Copyright \xA9 1999-2016 Jack Lloyd. All rights reserved.\n\n" + L"Copyright \xA9 2013-2018 Stephan Mueller <smueller@chronox.de>\n\n" L"\nThis software as a whole:\n" - L"Copyright \xA9 2013-2018 IDRIX. All rights reserved.\n\n" + L"Copyright \xA9 2013-2019 IDRIX. All rights reserved.\n\n" L"This software uses wxWidgets library, which is copyright \xA9 1998-2011 Julian Smart, Robert Roebling et al.\n\n" |