From fa8f567f3243e3d547a9e8388064a091ee294f98 Mon Sep 17 00:00:00 2001 From: Jacob Garber Date: Mon, 18 May 2020 13:18:19 -0600 Subject: security/tpm: Use SPDX identifiers Also adjust a few comments to follow the style guide. Change-Id: I22001320f2ce1f0db348e0f7fabc5a65b50ba53e Signed-off-by: Jacob Garber Reviewed-on: https://review.coreboot.org/c/coreboot/+/41600 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/security/tpm/tss_errors.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/security/tpm/tss_errors.h') diff --git a/src/security/tpm/tss_errors.h b/src/security/tpm/tss_errors.h index ed6fc3d77c..7c4e569397 100644 --- a/src/security/tpm/tss_errors.h +++ b/src/security/tpm/tss_errors.h @@ -1,9 +1,7 @@ -/* Copyright (c) 2010 The Chromium OS Authors. All rights reserved. - * Use of this source code is governed by a BSD-style license that can be - * found in the LICENSE file. - */ +/* SPDX-License-Identifier: BSD-3-Clause */ -/* TPM error codes. +/* + * TPM error codes. * * Copy-pasted and lightly edited from TCG TPM Main Part 2 TPM Structures * Version 1.2 Level 2 Revision 103 26 October 2006 Draft. -- cgit v1.2.3