--- truecrypt/driver/ntfiledv.c 2018/04/24 16:40:11 1.1.1.3 +++ truecrypt/driver/ntfiledv.c 2018/04/24 16:44:57 1.1.1.7 @@ -1,19 +1,21 @@ -/* The source code contained in this file has been derived from the source code - of Encryption for the Masses 2.02a by Paul Le Roux. Modifications and - additions to that source code contained in this file are Copyright (c) 2004 - TrueCrypt Team and Copyright (c) 2004 TrueCrypt Foundation. Unmodified - parts are Copyright (c) 1998-99 Paul Le Roux. This is a TrueCrypt Foundation - release. Please see the file license.txt for full license details. */ +/* Legal Notice: The source code contained in this file has been derived from + the source code of Encryption for the Masses 2.02a, which is Copyright (c) + 1998-99 Paul Le Roux and which is covered by the 'License Agreement for + Encryption for the Masses'. Modifications and additions to that source code + contained in this file are Copyright (c) 2004-2006 TrueCrypt Foundation and + Copyright (c) 2004 TrueCrypt Team, and are covered by TrueCrypt License 2.0 + the full text of which is contained in the file License.txt included in + TrueCrypt binary and source code distribution archives. */ #include "TCdefs.h" -#include "crypto.h" -#include "fat.h" -#include "volumes.h" +#include "Crypto.h" +#include "Fat.h" +#include "Volumes.h" -#include "apidrvr.h" -#include "ntdriver.h" -#include "ntvol.h" -#include "ntfiledv.h" +#include "Apidrvr.h" +#include "Ntdriver.h" +#include "Ntvol.h" +#include "Ntfiledv.h" #pragma warning( disable : 4127 )