From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com ([134.134.136.100]:32947 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727657AbeISTiN (ORCPT ); Wed, 19 Sep 2018 15:38:13 -0400 Date: Wed, 19 Sep 2018 17:00:02 +0300 From: Jarkko Sakkinen To: Tomas Winkler Cc: Jason Gunthorpe , Alexander Usyskin , Tadeusz Struk , linux-integrity@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 03/20] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c Message-ID: <20180919140002.GF26571@linux.intel.com> References: <20180918093459.19165-1-tomas.winkler@intel.com> <20180918093459.19165-4-tomas.winkler@intel.com> <20180919135517.GC26571@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180919135517.GC26571@linux.intel.com> Sender: linux-integrity-owner@vger.kernel.org List-ID: On Wed, Sep 19, 2018 at 04:55:17PM +0300, Jarkko Sakkinen wrote: > 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 > > + * Dave Safford > > + * Reiner Sailer > > + * Kylene Hall > > > + * > > + * 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 Forgot to add this: Tested-by: Jarkko Sakkinen /Jarkko