diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Common/Dlgcode.c | 2 | ||||
-rw-r--r-- | src/Main/Forms/AboutDialog.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index 8ff2d944..64c1147b 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -1468,7 +1468,7 @@ BOOL CALLBACK AboutDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam L"Copyright \xA9 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov.\r\n" 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 1999-2016 Jack Lloyd. All rights reserved.\r\n" L"Copyright \xA9 2013-2018 Stephan Mueller <smueller@chronox.de>\r\n\r\n" L"This software as a whole:\r\n" diff --git a/src/Main/Forms/AboutDialog.cpp b/src/Main/Forms/AboutDialog.cpp index 552a864a..60edc586 100644 --- a/src/Main/Forms/AboutDialog.cpp +++ b/src/Main/Forms/AboutDialog.cpp @@ -65,7 +65,7 @@ namespace VeraCrypt L"Copyright \xA9 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov.\n" 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 1999-2016 Jack Lloyd. All rights reserved.\n" L"Copyright \xA9 2013-2018 Stephan Mueller <smueller@chronox.de>\n\n" L"\nThis software as a whole:\n" |