]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Arm/SwitchStack.asm
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseLib / Arm / SwitchStack.asm
index be3485d02a8293d19b7a37ba9fdc2374f3be061e..690f632e6307f1bc69792982a17e3802551ac303 100644 (file)
@@ -1,25 +1,19 @@
-;------------------------------------------------------------------------------ \r
-;\r
-; Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
-; Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\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
 ;\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 - 2018, Intel Corporation. All rights reserved.<BR>\r
+; Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;------------------------------------------------------------------------------\r
-  \r
+\r
     EXPORT InternalSwitchStackAsm\r
-            \r
+\r
     AREA   Switch_Stack, CODE, READONLY\r
-  \r
+\r
 ;/**\r
 ;  This allows the caller to switch the stack and goes to the new entry point\r
 ;\r
-; @param      EntryPoint   Pointer to the location to enter\r
+; @param      EntryPoint   The pointer to the location to enter\r
 ; @param      Context      Parameter to pass in\r
 ; @param      Context2     Parameter2 to pass in\r
 ; @param      NewStack     New Location of the stack\r