From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 26 Apr 2018 19:04:28 +0200 From: Greg Kroah-Hartman To: Thomas Gleixner Cc: LKML , Philippe Ombredanne , Kate Stewart , Jonathan Corbet , Hans Verkuil , Mauro Carvalho Chehab , Christoph Hellwig Subject: Re: [patch V3 7/7] scripts: Add SPDX checker script Message-ID: <20180426170428.GA18248@kroah.com> References: <20180425203020.594959448@linutronix.de> <20180425203703.650160358@linutronix.de> <20180426070246.GL14025@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.5 (2018-04-13) X-Mailing-List: linux-kernel@vger.kernel.org List-ID: On Thu, Apr 26, 2018 at 03:54:27PM +0200, Thomas Gleixner wrote: > +#!/usr/bin/env python > +# SPDX-License-Identifier: GPL2.0 You didn't run the tool on itself :) Other than that, looks good, if you fix the above line feel free to add: Reviewed-by: Greg Kroah-Hartman