From 2216f739c4beffa5ce0371ee33c38f603ddf30b1 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 29 Aug 2021 00:23:39 +0200 Subject: Update copyright year to 2021 --- src/Build/build_cmake_deb.sh | 2 +- src/Build/build_cmake_opensuse.sh | 2 +- src/Build/build_cmake_rpm_gtk2.sh | 2 +- src/Build/build_cmake_rpm_gtk3.sh | 2 +- src/Build/build_veracrypt_freebsd.sh | 2 +- src/Build/build_veracrypt_linux.sh | 2 +- src/Build/build_veracrypt_linux_no_sse2.sh | 2 +- src/Common/Dlgcode.c | 4 ++-- src/Main/Forms/AboutDialog.cpp | 4 ++-- src/Readme.txt | 4 ++-- 10 files changed, 13 insertions(+), 13 deletions(-) (limited to 'src') diff --git a/src/Build/build_cmake_deb.sh b/src/Build/build_cmake_deb.sh index 11b72296..7a0eefc6 100755 --- a/src/Build/build_cmake_deb.sh +++ b/src/Build/build_cmake_deb.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2013-2020 IDRIX +# Copyright (c) 2013-2021 IDRIX # 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. diff --git a/src/Build/build_cmake_opensuse.sh b/src/Build/build_cmake_opensuse.sh index d1a6fd0f..9f642e46 100644 --- a/src/Build/build_cmake_opensuse.sh +++ b/src/Build/build_cmake_opensuse.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2013-2020 IDRIX +# Copyright (c) 2013-2021 IDRIX # 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. diff --git a/src/Build/build_cmake_rpm_gtk2.sh b/src/Build/build_cmake_rpm_gtk2.sh index e7c953fc..7e2599d3 100644 --- a/src/Build/build_cmake_rpm_gtk2.sh +++ b/src/Build/build_cmake_rpm_gtk2.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2013-2020 IDRIX +# Copyright (c) 2013-2021 IDRIX # 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. diff --git a/src/Build/build_cmake_rpm_gtk3.sh b/src/Build/build_cmake_rpm_gtk3.sh index 8b47b3db..20f62604 100644 --- a/src/Build/build_cmake_rpm_gtk3.sh +++ b/src/Build/build_cmake_rpm_gtk3.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2013-2020 IDRIX +# Copyright (c) 2013-2021 IDRIX # 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. diff --git a/src/Build/build_veracrypt_freebsd.sh b/src/Build/build_veracrypt_freebsd.sh index 359c797f..c5c07719 100755 --- a/src/Build/build_veracrypt_freebsd.sh +++ b/src/Build/build_veracrypt_freebsd.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2013-2020 IDRIX +# Copyright (c) 2013-2021 IDRIX # 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. diff --git a/src/Build/build_veracrypt_linux.sh b/src/Build/build_veracrypt_linux.sh index 08ef99ad..5d289255 100755 --- a/src/Build/build_veracrypt_linux.sh +++ b/src/Build/build_veracrypt_linux.sh @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 IDRIX +# Copyright (c) 2013-2021 IDRIX # 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. diff --git a/src/Build/build_veracrypt_linux_no_sse2.sh b/src/Build/build_veracrypt_linux_no_sse2.sh index e7629ef1..e439582c 100755 --- a/src/Build/build_veracrypt_linux_no_sse2.sh +++ b/src/Build/build_veracrypt_linux_no_sse2.sh @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 IDRIX +# Copyright (c) 2013-2021 IDRIX # 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. diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index e1469985..a23b01a3 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -1530,7 +1530,7 @@ 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-2020 IDRIX. All rights reserved.\r\n" + L"Copyright \xA9 2013-2021 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" @@ -1542,7 +1542,7 @@ BOOL CALLBACK AboutDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam L"Copyright \xA9 2013-2019 Stephan Mueller \r\n\r\n" L"This software as a whole:\r\n" - L"Copyright \xA9 2013-2020 IDRIX. All rights reserved.\r\n\r\n" + L"Copyright \xA9 2013-2021 IDRIX. All rights reserved.\r\n\r\n" L"An IDRIX Release"); diff --git a/src/Main/Forms/AboutDialog.cpp b/src/Main/Forms/AboutDialog.cpp index 300db727..18c3cb5e 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-2020 IDRIX. All rights reserved.\n" + L"Copyright \xA9 2013-2021 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" @@ -69,7 +69,7 @@ namespace VeraCrypt L"Copyright \xA9 2013-2019 Stephan Mueller \n\n" L"\nThis software as a whole:\n" - L"Copyright \xA9 2013-2020 IDRIX. All rights reserved.\n\n" + L"Copyright \xA9 2013-2021 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" diff --git a/src/Readme.txt b/src/Readme.txt index d4dc8f16..096e2315 100644 --- a/src/Readme.txt +++ b/src/Readme.txt @@ -241,10 +241,10 @@ Copyright Information --------------------- This software as a whole: -Copyright (c) 2013-2020 IDRIX. All rights reserved. +Copyright (c) 2013-2021 IDRIX. All rights reserved. Portions of this software: -Copyright (c) 2013-2020 IDRIX. All rights reserved. +Copyright (c) 2013-2021 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. -- cgit v1.2.3