From 593124d52003c92f39ce0100491fdf87b10dd685 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 10 May 2020 19:44:08 +0200 Subject: treewide: Convert more license headers to SPDX style Change-Id: Ia3de79c7d71049da00ed108829eac6cb49ff3ed6 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/41205 Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- src/drivers/crb/tpm.c | 6 ++---- src/drivers/crb/tpm.h | 9 ++------- 2 files changed, 4 insertions(+), 11 deletions(-) (limited to 'src/drivers/crb') diff --git a/src/drivers/crb/tpm.c b/src/drivers/crb/tpm.c index 964ccf9f95..6436725d69 100644 --- a/src/drivers/crb/tpm.c +++ b/src/drivers/crb/tpm.c @@ -1,7 +1,5 @@ -/*. - * 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 */ +/* * This is a driver for a CRB Interface. * * The general flow looks like this: diff --git a/src/drivers/crb/tpm.h b/src/drivers/crb/tpm.h index 9bbed198f0..449d02fb6b 100644 --- a/src/drivers/crb/tpm.h +++ b/src/drivers/crb/tpm.h @@ -1,10 +1,5 @@ -/* - * Copyright 2016 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. - * - * This is a driver for a Command Response Buffer Interface - */ +/* SPDX-License-Identifier: BSD-3-Clause */ +/* This is a driver for a Command Response Buffer Interface */ /* CRB driver */ /* address of locality 0 (CRB) */ -- cgit v1.2.3