diff options
author | B. Stack <bgstack15@gmail.com> | 2023-01-25 08:44:49 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-01-25 08:44:49 -0500 |
commit | 167a691c5f052be982999d67ef9ce71bd9b2af80 (patch) | |
tree | 1b73f1a2e5996ecc825997f337402de4cecc989b | |
parent | add argon2 when upstream did (diff) | |
download | FreeFileSync-167a691c5f052be982999d67ef9ce71bd9b2af80.tar.gz FreeFileSync-167a691c5f052be982999d67ef9ce71bd9b2af80.tar.bz2 FreeFileSync-167a691c5f052be982999d67ef9ce71bd9b2af80.zip |
argon2 copyright notice updated
-rw-r--r-- | zen/argon2.cpp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/zen/argon2.cpp b/zen/argon2.cpp index 5b67782d..d78dc26c 100644 --- a/zen/argon2.cpp +++ b/zen/argon2.cpp @@ -1,4 +1,12 @@ -/* PuTTY is copyright 1997-2022 Simon Tatham. +// ***************************************************************************** +// * This file is part of the FreeFileSync project. It is distributed under * +// * GNU General Public License: https://www.gnu.org/licenses/gpl-3.0 * +// * Copyright (C) Zenju (zenju AT freefilesync DOT org) - All Rights Reserved * +// ***************************************************************************** + +/* The code in this file, except for zen::zargon2() is from: + + PuTTY is copyright 1997-2022 Simon Tatham. Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, |