diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-01-01 18:12:11 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-01-02 21:52:23 +0100 |
commit | ce733d547e0c88e5ec6b7be254743b891d31ab8b (patch) | |
tree | d08d152c08351a47b2c6f3ed8661b6361f9f9820 /src/Build | |
parent | 656b1c5902dbad06f9d07a25b8b6e8aa297faa57 (diff) | |
download | VeraCrypt-ce733d547e0c88e5ec6b7be254743b891d31ab8b.tar.gz VeraCrypt-ce733d547e0c88e5ec6b7be254743b891d31ab8b.zip |
Update copyright year to 2022
Diffstat (limited to 'src/Build')
-rwxr-xr-x | src/Build/build_cmake_deb.sh | 2 | ||||
-rw-r--r-- | src/Build/build_cmake_opensuse.sh | 2 | ||||
-rw-r--r-- | src/Build/build_cmake_rpm_gtk2.sh | 2 | ||||
-rw-r--r-- | src/Build/build_cmake_rpm_gtk3.sh | 2 | ||||
-rwxr-xr-x | src/Build/build_veracrypt_freebsd.sh | 2 | ||||
-rwxr-xr-x | src/Build/build_veracrypt_linux.sh | 2 | ||||
-rw-r--r-- | src/Build/build_veracrypt_linux_gtk3.sh | 2 | ||||
-rwxr-xr-x | src/Build/build_veracrypt_linux_no_sse2.sh | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/Build/build_cmake_deb.sh b/src/Build/build_cmake_deb.sh index 7a0eefc6..e02edf2f 100755 --- a/src/Build/build_cmake_deb.sh +++ b/src/Build/build_cmake_deb.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2013-2021 IDRIX +# Copyright (c) 2013-2022 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 9f642e46..81ca47cf 100644 --- a/src/Build/build_cmake_opensuse.sh +++ b/src/Build/build_cmake_opensuse.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2013-2021 IDRIX +# Copyright (c) 2013-2022 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 7e2599d3..23472356 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-2021 IDRIX +# Copyright (c) 2013-2022 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 20f62604..e13b5d06 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-2021 IDRIX +# Copyright (c) 2013-2022 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 c5c07719..33f4bf48 100755 --- a/src/Build/build_veracrypt_freebsd.sh +++ b/src/Build/build_veracrypt_freebsd.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2013-2021 IDRIX +# Copyright (c) 2013-2022 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 5d289255..7815e63f 100755 --- a/src/Build/build_veracrypt_linux.sh +++ b/src/Build/build_veracrypt_linux.sh @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2021 IDRIX +# Copyright (c) 2013-2022 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_gtk3.sh b/src/Build/build_veracrypt_linux_gtk3.sh index f8c1afed..d5a7444a 100644 --- a/src/Build/build_veracrypt_linux_gtk3.sh +++ b/src/Build/build_veracrypt_linux_gtk3.sh @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2021 IDRIX +# Copyright (c) 2013-2022 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 e439582c..2916f846 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-2021 IDRIX +# Copyright (c) 2013-2022 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. |