]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/SalLib.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Library / SalLib.h
index c9f2fb33acdc8f587b6ca35312632c62c09d47b5..73d095275548db50bed7aefb48b764f1ce87241a 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
   Provides library services to make SAL Calls.\r
 \r
-Copyright (c) 2007 - 2008, 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) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -19,8 +13,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 /**\r
   Makes a SAL procedure call.\r
-  \r
-  This is a wrapper function to make a SAL procedure call.  \r
+\r
+  This is a wrapper function to make a SAL procedure call.\r
   No parameter checking is performed on the 8 input parameters,\r
   but there are some common rules that the caller should follow\r
   when making a SAL call.  Any address passed to SAL as buffers\r
@@ -29,7 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   defined as reserved or some fields defined as reserved must be\r
   zero filled or the invalid argument return value may be returned\r
   or undefined result may occur during the execution of the procedure.\r
-  This function is only available on IPF.\r
+  This function is only available on Intel Itanium-based platforms.\r
 \r
   @param  Index       The SAL procedure Index number\r
   @param  Arg2        The 2nd parameter for SAL procedure calls\r