diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-05-10 19:44:08 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-11 19:37:19 +0000 |
commit | 593124d52003c92f39ce0100491fdf87b10dd685 (patch) | |
tree | f575a24817ecc6a739348dc14746814a686b32b0 /src/drivers/crb | |
parent | 878a7a7922624948e57d6501c925be7387b1acfd (diff) |
treewide: Convert more license headers to SPDX style
Change-Id: Ia3de79c7d71049da00ed108829eac6cb49ff3ed6
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41205
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/crb')
-rw-r--r-- | src/drivers/crb/tpm.c | 6 | ||||
-rw-r--r-- | src/drivers/crb/tpm.h | 9 |
2 files changed, 4 insertions, 11 deletions
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) */ |