X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=BaseTools%2FSource%2FC%2FCommon%2FMemoryFile.h;h=552417a5a60cd55103fbe0937859b03011834363;hb=e4fb8f1d313858bd5e415725e65e65679f2b05a0;hp=9148d9d06c08b0d2d5a3bf5e1cd11bbd0096e70c;hpb=30fdf1140b8d1ce93f3821d986fa165552023440;p=mirror_edk2.git diff --git a/BaseTools/Source/C/Common/MemoryFile.h b/BaseTools/Source/C/Common/MemoryFile.h index 9148d9d06c..552417a5a6 100644 --- a/BaseTools/Source/C/Common/MemoryFile.h +++ b/BaseTools/Source/C/Common/MemoryFile.h @@ -1,7 +1,8 @@ /** @file +Header file for helper functions useful for accessing files. -Copyright (c) 2004 - 2008, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -9,14 +10,6 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -Module Name: - - MemoryFile.h - -Abstract: - - Header file for helper functions useful for accessing files. - **/ #ifndef _EFI_MEMORY_FILE_H @@ -26,10 +19,6 @@ Abstract: #include #include -#ifndef _MAX_PATH -#define _MAX_PATH 500 -#endif - // // Common data structures //