VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-12 11:16:25 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-23 22:15:59 +0200
commit0ebc26e12541e585ea42ce3d1e0faa04f7720efa (patch)
tree156e343073a092b19c45e53d7f7252dc127ef692 /src/Crypto
parent52ec6faec3d20f23656f9ce603a72c7d2546bd33 (diff)
downloadVeraCrypt-0ebc26e12541e585ea42ce3d1e0faa04f7720efa.tar.gz
VeraCrypt-0ebc26e12541e585ea42ce3d1e0faa04f7720efa.zip
Update IDRIX copyright year
Diffstat (limited to 'src/Crypto')
-rw-r--r--src/Crypto/Aes_hw_cpu.h2
-rw-r--r--src/Crypto/Rmd160.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Crypto/Aes_hw_cpu.h b/src/Crypto/Aes_hw_cpu.h
index 1265ac47..8977cbc0 100644
--- a/src/Crypto/Aes_hw_cpu.h
+++ b/src/Crypto/Aes_hw_cpu.h
@@ -4,7 +4,7 @@
by the TrueCrypt License 3.0.
Modifications and additions to the original source code (contained in this file)
- and all other portions of this file are Copyright (c) 2013-2016 IDRIX
+ and all other portions of this file are Copyright (c) 2013-2017 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.
diff --git a/src/Crypto/Rmd160.c b/src/Crypto/Rmd160.c
index 9153af49..0c6ec839 100644
--- a/src/Crypto/Rmd160.c
+++ b/src/Crypto/Rmd160.c
@@ -386,7 +386,7 @@ void RMD160Transform (unsigned __int32 *digest, const unsigned __int32 *data)
by the TrueCrypt License 3.0.
Modifications and additions to the original source code (contained in this file)
- and all other portions of this file are Copyright (c) 2013-2016 IDRIX
+ and all other portions of this file are Copyright (c) 2013-2017 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.