From 6d2cef1fd8e0e80acdc383779c6cce61eb8e38dc Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Sun, 3 Mar 2019 22:49:56 +0100
Subject: Fix formatting of credits in About dialog and documentation
---
doc/chm/VeraCrypt User Guide.chm | Bin 1955375 -> 1955377 bytes
doc/html/Legal Information.html | 4 ++--
src/Common/Dlgcode.c | 2 +-
src/Main/Forms/AboutDialog.cpp | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 6548cb5a..cfb7aa9e 100644
Binary files a/doc/chm/VeraCrypt User Guide.chm and b/doc/chm/VeraCrypt User Guide.chm differ
diff --git a/doc/html/Legal Information.html b/doc/html/Legal Information.html
index 07d8745e..6ad99425 100644
--- a/doc/html/Legal Information.html
+++ b/doc/html/Legal Information.html
@@ -56,8 +56,8 @@ Copyright © 1998-2008 Brian Gladman, Worcester, UK. All rights reserved.
Copyright © 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov
Copyright © 1999-2017 Dieter Baron and Thomas Klausner.
Copyright © 2013, Alexey Degtyarev. All rights reserved.
-Copyright © 1999-2016 Jack Lloyd. All rights reserved.
-
Copyright © 2013-2018 Stephan Mueller <smueller@chronox.de>
+
Copyright © 1999-2016 Jack Lloyd. All rights reserved.
+Copyright © 2013-2018 Stephan Mueller <smueller@chronox.de>
For more information, please see the legal notices attached to parts of the source code.
Trademark Information
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 \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 \n\n"
L"\nThis software as a whole:\n"
--
cgit v1.2.3