diff options
Diffstat (limited to 'EdkShellBinPkg/bin')
-rw-r--r-- | EdkShellBinPkg/bin/Shell.msa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/EdkShellBinPkg/bin/Shell.msa b/EdkShellBinPkg/bin/Shell.msa index b8f5dc5e28..00b139d3d5 100644 --- a/EdkShellBinPkg/bin/Shell.msa +++ b/EdkShellBinPkg/bin/Shell.msa @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright (c) 2006, 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
+
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+-->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MsaHeader>
<ModuleName>Shell</ModuleName>
|