diff options
Diffstat (limited to 'MdeModulePkg/Library/FileExplorerLib/FormGuid.h')
-rw-r--r-- | MdeModulePkg/Library/FileExplorerLib/FormGuid.h | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/MdeModulePkg/Library/FileExplorerLib/FormGuid.h b/MdeModulePkg/Library/FileExplorerLib/FormGuid.h index d8420123c3..6c23c6c5e4 100644 --- a/MdeModulePkg/Library/FileExplorerLib/FormGuid.h +++ b/MdeModulePkg/Library/FileExplorerLib/FormGuid.h @@ -1,16 +1,18 @@ /** @file - Formset guids, form id and VarStore data structure for Boot Maintenance Manager. +Formset guids, form id and VarStore data structure for File explorer library. - Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR> - This software and associated documentation (if any) is furnished - under a license and may only be used or copied in accordance - with the terms of the license. Except as permitted by such - license, no part of this software or documentation may be - reproduced, stored in a retrieval system, or transmitted in any - form or by any means without the express written consent of - Intel Corporation. +Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR> +This program and the accompanying materials are licensed and made available under +the terms and conditions of the BSD License that accompanies this distribution. +The full text of the license may be found at +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. **/ + + #ifndef _FILE_EXPLORER_FORM_GUID_H_ #define _FILE_EXPLORER_FORM_GUID_H_ |