]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/ZeroDebugData/ZeroDebugData.c
Removed one useless makefile, and corrected some BSD licenses
[mirror_edk2.git] / Tools / Source / TianoTools / ZeroDebugData / ZeroDebugData.c
index 2f2003956adaf87d4bbf90fbeb87649dd5630dfb..caf129b429c205f14b56c8386c0fa9c22e3f1432 100644 (file)
@@ -1,19 +1,21 @@
 /*++\r
 \r
-Copyright (c)  2001 - 2002 Intel Corporation. All rights reserved\r
-This software and associated documentation (if any) is furnished\r
-under a license and may only be used or copied in accordance\r
-with the terms of the license. Except as permitted by such\r
-license, no part of this software or documentation may be\r
-reproduced, stored in a retrieval system, or transmitted in any\r
-form or by any means without the express written consent of\r
-Intel Corporation.\r
+Copyright (c)  2004-2006 Intel Corporation. All rights reserved\r
+This program and the accompanying materials are licensed and made available\r
+under the terms and conditions of the BSD License which accompanies this\r
+distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 \r
 Module Name:\r
+\r
   ZeroDebugData.c\r
 \r
 Abstract:\r
+\r
   Zero the Debug Data Fields of Portable Executable (PE) format file.\r
 \r
 --*/\r
@@ -21,7 +23,6 @@ Abstract:
 #include <stdio.h>\r
 #include <string.h>\r
 #include <stdlib.h>\r
-#include <malloc.h>\r
 \r
 void\r
 PrintUsage (\r