summaryrefslogtreecommitdiff
path: root/src/security/tpm/tss/tcg-2.0/tss.c
diff options
context:
space:
mode:
authorJacob Garber <jgarber1@ualberta.ca>2020-05-18 13:18:19 -0600
committerAngel Pons <th3fanbus@gmail.com>2020-05-25 22:18:13 +0000
commitfa8f567f3243e3d547a9e8388064a091ee294f98 (patch)
treeb394079a9e8ffc17c4bc15fbd64a7d96199932fb /src/security/tpm/tss/tcg-2.0/tss.c
parente6fcfc2a48fdb96637ee50b9afed98e38ce01a0a (diff)
downloadcoreboot-fa8f567f3243e3d547a9e8388064a091ee294f98.tar.xz
security/tpm: Use SPDX identifiers
Also adjust a few comments to follow the style guide. Change-Id: I22001320f2ce1f0db348e0f7fabc5a65b50ba53e Signed-off-by: Jacob Garber <jgarber1@ualberta.ca> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41600 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/security/tpm/tss/tcg-2.0/tss.c')
-rw-r--r--src/security/tpm/tss/tcg-2.0/tss.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/security/tpm/tss/tcg-2.0/tss.c b/src/security/tpm/tss/tcg-2.0/tss.c
index 49a6cea083..79d8eb91b4 100644
--- a/src/security/tpm/tss/tcg-2.0/tss.c
+++ b/src/security/tpm/tss/tcg-2.0/tss.c
@@ -1,9 +1,4 @@
-/*
- * Copyright 2016 The Chromium OS Authors. All rights reserved.
- * Copyright 2017-2019 Eltan B.V.
- * 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 */
#include <console/console.h>
#include <endian.h>