summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/Dependency/dependency.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Core/Pei/Dependency/dependency.h')
-rw-r--r--MdeModulePkg/Core/Pei/Dependency/dependency.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/MdeModulePkg/Core/Pei/Dependency/dependency.h b/MdeModulePkg/Core/Pei/Dependency/dependency.h
index c1644a4a94..c15fd0d816 100644
--- a/MdeModulePkg/Core/Pei/Dependency/dependency.h
+++ b/MdeModulePkg/Core/Pei/Dependency/dependency.h
@@ -1,6 +1,8 @@
/** @file
-
-Copyright (c) 2006, Intel Corporation
+ This module contains data specific to dependency expressions
+ and local function prototypes.
+
+Copyright (c) 2006 - 2008, 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
@@ -9,15 +11,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:
-
- dependency.h
-
-Abstract:
-
- This module contains data specific to dependency expressions
- and local function prototypes.
-
**/
#ifndef _PEI_DEPENDENCY_H_