aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@FreeBSD.org>2025-11-13 16:52:51 +0000
committerWarner Losh <imp@FreeBSD.org>2025-11-25 18:17:25 +0000
commit136ff605bfb1311ecb836e6f3a41f22476aee618 (patch)
treee57a1b3594f3af44991ce36e10aeac90cdd7cc01
parent5c2ae0a209f6964ebe2d3a4cc24987e3bd7f597d (diff)
libefivar: Replace BSD License with BSD+Patent License
-rw-r--r--lib/libefivar/uefi-dputil.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libefivar/uefi-dputil.c b/lib/libefivar/uefi-dputil.c
index 74609b47a448..3a9cf7f374b2 100644
--- a/lib/libefivar/uefi-dputil.c
+++ b/lib/libefivar/uefi-dputil.c
@@ -37,7 +37,7 @@
/*
* Taken from MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c
- * hash 2f7a96d6ec13b292d6f31295f3195913921173e1 2019-Feb-21
+ * hash 9344f0921518309295da89c221d10cbead8531aa 2019-Apr-09
*/
/** @file
@@ -51,13 +51,7 @@
on a Handle.
Copyright (c) 2006 - 2018, 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.
+ SPDX-License-Identifier: BSD-2-Clause-Patent
**/