From dd4e3ac5fd35d851208cbbdeb5c094e24976aba8 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Sun, 14 Feb 2021 11:22:08 -0500 Subject: SPDX: Clarify the attribution for James's lib/ code At the time, this was explicitly contributed under the Tiano license, even though the original code[0] is LGPLv2.1. [0]: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git Signed-off-by: Peter Jones --- lib/variables.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'lib/variables.c') diff --git a/lib/variables.c b/lib/variables.c index 5d909184..444a6db8 100644 --- a/lib/variables.c +++ b/lib/variables.c @@ -1,22 +1,13 @@ +// SPDX-License-Identifier: BSD-2-Clause-Patent /* * Copyright 2012 * - * see COPYING file - * * Portions of this file are a direct cut and paste from Tianocore * (http://tianocore.sf.net) * * SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c * * Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
- * 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. * */ #include -- cgit v1.2.3