diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-08-05 23:04:01 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-08-06 00:04:25 +0200 |
commit | 041024fbb96c4b56a948e26fe75d3115e13edf31 (patch) | |
tree | dab147a3e4ea8e89e0a5acab8cc6866046fad8d2 /src/Boot/Windows/Decompressor.c | |
parent | a23943694b715ecd4f5e7f6eb9c86b7f9a422851 (diff) | |
download | VeraCrypt-041024fbb96c4b56a948e26fe75d3115e13edf31.tar.gz VeraCrypt-041024fbb96c4b56a948e26fe75d3115e13edf31.zip |
Update license information to reflect the use of a dual license Apache 2.0 and TrueCrypt 3.0.
Diffstat (limited to 'src/Boot/Windows/Decompressor.c')
-rw-r--r-- | src/Boot/Windows/Decompressor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Boot/Windows/Decompressor.c b/src/Boot/Windows/Decompressor.c index a84f2efd..475a501d 100644 --- a/src/Boot/Windows/Decompressor.c +++ b/src/Boot/Windows/Decompressor.c @@ -19,14 +19,15 @@ misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Mark Adler madler@alumni.caltech.edu */ /* Adapted for TrueCrypt */ +/* Adapted for VeraCrypt */ #define local static /* for local function definitions */ #define NIL ((unsigned char *)0) /* for no output option */ /* * Maximums for allocations and loops. It is not useful to change these -- |