]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/Sec/WinNtThunk.c
UefiCpuPkg: Remove double \r
[mirror_edk2.git] / Nt32Pkg / Sec / WinNtThunk.c
index 9ab380c205c1c935571b1a9ec4e831c638605313..c65b9062921c467fe7b0cfece79089464db04507 100644 (file)
@@ -1,13 +1,7 @@
 /**@file\r
 \r
 Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
-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
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 Module Name:\r
 \r
@@ -42,7 +36,7 @@ Abstract:
 //  point could be modified dynamically. The SEC does not do that, so we must\r
 //  disable the warning so we can compile the SEC. The previous method was to\r
 //  asign each element in code. The disadvantage to that approach is it's harder\r
-//  to tell if all the elements have been initailized properly.\r
+//  to tell if all the elements have been initialized properly.\r
 //\r
 #pragma warning(disable : 4232)\r
 #pragma warning(disable : 4996)\r