diff options
Diffstat (limited to 'MdePkg/Include/Library/CacheMaintenanceLib.h')
-rw-r--r-- | MdePkg/Include/Library/CacheMaintenanceLib.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/MdePkg/Include/Library/CacheMaintenanceLib.h b/MdePkg/Include/Library/CacheMaintenanceLib.h index b2c6258a32a40..18bd6050f41df 100644 --- a/MdePkg/Include/Library/CacheMaintenanceLib.h +++ b/MdePkg/Include/Library/CacheMaintenanceLib.h @@ -1,17 +1,11 @@ /** @file Provides services to maintain instruction and data caches. - + The Cache Maintenance Library provides abstractions for basic processor cache operations. It removes the need to use assembly in C code. - -Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR> -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. + +Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> +SPDX-License-Identifier: BSD-2-Clause-Patent **/ |