diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-01-19 22:29:53 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-01-20 00:53:24 +0100 |
commit | bda7a1d0bd1eb042543832ae1f2683aeeafd44ad (patch) | |
tree | 3e1551eec5b186943f78511e204e5063a72c4273 /src/Common/Dlgcode.c | |
parent | 43f5fae2ee6b7bc9aaaabd637672f105e43c3688 (diff) | |
download | VeraCrypt-bda7a1d0bd1eb042543832ae1f2683aeeafd44ad.tar.gz VeraCrypt-bda7a1d0bd1eb042543832ae1f2683aeeafd44ad.zip |
Copyright: update dates to include 2016.
Diffstat (limited to 'src/Common/Dlgcode.c')
-rw-r--r-- | src/Common/Dlgcode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index c3f0224d..0d3db770 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -6,7 +6,7 @@ Encryption for the Masses 2.02a, which is Copyright (c) 1998-2000 Paul Le Roux
and which is governed by the 'License Agreement for Encryption for the Masses'
Modifications and additions to the original source code (contained in this file)
- and all other portions of this file are Copyright (c) 2013-2015 IDRIX
+ and all other portions of this file are Copyright (c) 2013-2016 IDRIX
and are governed by the Apache License 2.0 the full text of which is
contained in the file License.txt included in VeraCrypt binary and source
code distribution packages. */
@@ -1152,14 +1152,14 @@ 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-2015 IDRIX. All rights reserved.\r\n"
+ L"Copyright \xA9 2013-2016 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"
L"Copyright \xA9 2002-2004 Mark Adler. All Rights Reserved.\r\n\r\n"
L"This software as a whole:\r\n"
- L"Copyright \xA9 2013-2015 IDRIX. All rights reserved.\r\n\r\n"
+ L"Copyright \xA9 2013-2016 IDRIX. All rights reserved.\r\n\r\n"
L"An IDRIX Release");
|