]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/Sec/SecMain.h
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / Sec / SecMain.h
index 3d2dd2c53eff29a6e08df7c5affc37e67bc11fb2..09d4e367f6da1692d0c3cc853ebc1edef4b051bd 100644 (file)
@@ -1,13 +1,7 @@
 /**@file\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this 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
+Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
@@ -19,9 +13,7 @@ Abstract:
 **/\r
 \r
 #include <stdio.h>\r
-#include <Base.h>\r
 #include <PiPei.h>\r
-#include <PiDxe.h>\r
 #include <WinNtPeim.h>\r
 #include <Guid/StatusCodeDataTypeDebug.h>\r
 #include <Library/BaseLib.h>\r
@@ -526,9 +518,9 @@ Returns:
 ;\r
 \r
 UINTN\r
-CountSeperatorsInString (\r
+CountSeparatorsInString (\r
   IN  CONST CHAR16   *String,\r
-  IN  CHAR16   Seperator\r
+  IN  CHAR16   Separator\r
   )\r
 /*++\r
 \r
@@ -539,7 +531,7 @@ Routine Description:
 Arguments:\r
 \r
   String    - TODO: add argument description\r
-  Seperator - TODO: add argument description\r
+  Separator - TODO: add argument description\r
 \r
 Returns:\r
 \r