forked from veracrypt/VeraCrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -679,7 +679,7 @@ warranties in respect of its properties, including, but not | |
limited to, correctness and/or fitness for purpose. | ||
____________________________________________________________ | ||
|
||
Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler | ||
Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler | ||
|
||
This software is provided 'as-is', without any express or implied | ||
warranty. In no event will the authors be held liable for any damages | ||
|
@@ -700,7 +700,7 @@ Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler | |
Jean-loup Gailly Mark Adler | ||
[email protected] [email protected] | ||
____________________________________________________________ | ||
Copyright (C) 1999-2017 Dieter Baron and Thomas Klausner | ||
Copyright (C) 1999-2023 Dieter Baron and Thomas Klausner | ||
|
||
The authors can be contacted at <[email protected]> | ||
|
||
|
@@ -770,7 +770,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | |
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN | ||
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
____________________________________________________________ | ||
Copyright (c) 2013-2018 Stephan Mueller <[email protected]> | ||
Copyright (c) 2013-2019 Stephan Mueller <[email protected]> | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -220,11 +220,11 @@ Copyright (c) 1998-2000 Paul Le Roux. All rights reserved. | |
Copyright (c) 1998-2008 Brian Gladman, Worcester, UK. All rights reserved. | ||
Copyright (c) 1995-2023 Jean-loup Gailly and Mark Adler. | ||
Copyright (c) 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov | ||
Copyright (c) 1999-2020 Dieter Baron and Thomas Klausner. | ||
Copyright (c) 1999-2023 Dieter Baron and Thomas Klausner. | ||
Copyright (c) 2013, Alexey Degtyarev. All rights reserved. | ||
Copyright (c) 1999-2016 Jack Lloyd. All rights reserved. | ||
Copyright (c) 2013-2019 Stephan Mueller <[email protected]> | ||
Copyright (c) 1999-2021 Igor Pavlov | ||
Copyright (c) 1999-2023 Igor Pavlov | ||
|
||
For more information, please see the legal notices attached to parts of the | ||
source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2160,13 +2160,13 @@ 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 1995-2017 Jean-loup Gailly and Mark Adler.\r\n" | ||
L"Copyright \xA9 1995-2023 Jean-loup Gailly and Mark Adler.\r\n" | ||
L"Copyright \xA9 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov.\r\n" | ||
L"Copyright \xA9 1999-2020 Dieter Baron and Thomas Klausner.\r\n" | ||
L"Copyright \xA9 1999-2023 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" | ||
L"Copyright \xA9 2013-2019 Stephan Mueller <[email protected]>\r\n" | ||
L"Copyright \xA9 1999-2021 Igor Pavlov\r\n\r\n" | ||
L"Copyright \xA9 1999-2023 Igor Pavlov\r\n\r\n" | ||
|
||
L"This software as a whole:\r\n" | ||
L"Copyright \xA9 2013-2023 IDRIX. All rights reserved.\r\n\r\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,20 +57,20 @@ 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-2022 IDRIX. All rights reserved.\n" | ||
L"Copyright \xA9 2013-2023 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" | ||
L"Copyright \xA9 1995-2017 Jean-loup Gailly and Mark Adler.\n" | ||
L"Copyright \xA9 1995-2023 Jean-loup Gailly and Mark Adler.\n" | ||
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 1999-2023 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" | ||
L"Copyright \xA9 2013-2019 Stephan Mueller <[email protected]>\n" | ||
L"Copyright \xA9 1999-2021 Igor Pavlov\n\n" | ||
L"Copyright \xA9 1999-2023 Igor Pavlov\n\n" | ||
|
||
L"\nThis software as a whole:\n" | ||
L"Copyright \xA9 2013-2022 IDRIX. All rights reserved.\n\n" | ||
L"Copyright \xA9 2013-2023 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" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -222,13 +222,13 @@ Copyright (c) 2013-2023 IDRIX. All rights reserved. | |
Copyright (c) 2003-2012 TrueCrypt Developers Association. All rights reserved. | ||
Copyright (c) 1998-2000 Paul Le Roux. All rights reserved. | ||
Copyright (c) 1998-2008 Brian Gladman, Worcester, UK. All rights reserved. | ||
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler. | ||
Copyright (c) 1995-2023 Jean-loup Gailly and Mark Adler. | ||
Copyright (c) 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov | ||
Copyright (c) 1999-2020 Dieter Baron and Thomas Klausner. | ||
Copyright (c) 1999-2023 Dieter Baron and Thomas Klausner. | ||
Copyright (c) 2013, Alexey Degtyarev. All rights reserved. | ||
Copyright (c) 1999-2016 Jack Lloyd. All rights reserved. | ||
Copyright (c) 2013-2019 Stephan Mueller <[email protected]> | ||
Copyright (c) 1999-2021 Igor Pavlov | ||
Copyright (c) 1999-2023 Igor Pavlov | ||
|
||
For more information, please see the legal notices attached to parts of the | ||
source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -264,7 +264,7 @@ This software is provided 'as is' with no explicit or implied warranties in resp | |
\line }{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
____________________________________________________________}{\loch | ||
\line \line }{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler}{\loch | ||
Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler}{\loch | ||
\line \line }{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
This software is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages arising from the use of this software.}{\loch | ||
\line \line }{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
|
@@ -278,7 +278,7 @@ Permission is granted to anyone to use this software for any purpose, including | |
\par \pard\plain \s0\rtlch\af8\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af3\loch\ql\nowidctlpar\hyphpar0\ltrpar\cf0\f3\fs24\lang1033\kerning1\dbch\af6\langfe2052\loch\ql\sb0\sa283{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
____________________________________________________________} | ||
\par \pard\plain \s0\rtlch\af8\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af3\loch\ql\nowidctlpar\hyphpar0\ltrpar\cf0\f3\fs24\lang1033\kerning1\dbch\af6\langfe2052\loch\ql\sb0\sa283{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
Copyright (C) 1999-2017 Dieter Baron and Thomas Klausner} | ||
Copyright (C) 1999-2023 Dieter Baron and Thomas Klausner} | ||
\par \pard\plain \s0\rtlch\af8\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af3\loch\ql\nowidctlpar\hyphpar0\ltrpar\cf0\f3\fs24\lang1033\kerning1\dbch\af6\langfe2052\loch\ql\sb0\sa283{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
The authors can be contacted at <[email protected]>} | ||
\par \pard\plain \s0\rtlch\af8\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af3\loch\ql\nowidctlpar\hyphpar0\ltrpar\cf0\f3\fs24\lang1033\kerning1\dbch\af6\langfe2052\loch\ql\sb0\sa283{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
|
@@ -319,7 +319,7 @@ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WA | |
\par \pard\plain \s0\rtlch\af8\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af3\loch\ql\nowidctlpar\hyphpar0\ltrpar\cf0\f3\fs24\lang1033\kerning1\dbch\af6\langfe2052\loch\ql\sb0\sa283{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
____________________________________________________________} | ||
\par \pard\plain \s0\rtlch\af8\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af3\loch\ql\nowidctlpar\hyphpar0\ltrpar\cf0\f3\fs24\lang1033\kerning1\dbch\af6\langfe2052\loch\ql\sb0\sa283{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
Copyright (c) 2013-2018 Stephan Mueller <[email protected]>} | ||
Copyright (c) 2013-2019 Stephan Mueller <[email protected]>} | ||
\par \pard\plain \s0\rtlch\af8\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af3\loch\ql\nowidctlpar\hyphpar0\ltrpar\cf0\f3\fs24\lang1033\kerning1\dbch\af6\langfe2052\loch\ql\sb0\sa283{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:} | ||
\par \pard\plain \s0\rtlch\af8\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af3\loch\ql\nowidctlpar\hyphpar0\ltrpar\cf0\f3\fs24\lang1033\kerning1\dbch\af6\langfe2052\loch\ql\sb0\sa283{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
|
@@ -338,7 +338,7 @@ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLU | |
____________________________________________________________} | ||
\par \pard\plain \s0\rtlch\af8\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af3\loch\ql\nowidctlpar\hyphpar0\ltrpar\cf0\f3\fs24\lang1033\kerning1\dbch\af6\langfe2052\loch\ql\sb0\sa283{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
LZMA SDK Copyright (C) 1999-20}{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
21}{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
23}{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
Igor Pavlov}{\loch | ||
\line \line }{\hich\af5\loch\scaps0\caps0\fs16\i0\b0\f5\loch | ||
Public domain} | ||
|