[PATCH v3 03/20] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
From: Jarkko Sakkinen <hidden>
Date: 2018-09-19 13:55:27
Also in:
linux-integrity, lkml
From: Jarkko Sakkinen <hidden>
Date: 2018-09-19 13:55:27
Also in:
linux-integrity, lkml
On Tue, Sep 18, 2018 at 12:34:42PM +0300, Tomas Winkler wrote:
+// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (C) 2004 IBM Corporation + * Copyright (C) 2014 Intel Corporation + * + * Authors: + * Leendert van Doorn [off-list ref] + * Dave Safford [off-list ref] + * Reiner Sailer [off-list ref] + * Kylene Hall [off-list ref]
+ * + * Device driver for TCG/TCPA TPM (trusted platform module). + * Specifications at www.trustedcomputinggroup.org + *
This paragraph is not needed. No need to carry it to a new file.
+ * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + * + */
Cut this out as SPDX takes already care of this. /Jarkko