From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 630AFC072B5 for ; Fri, 24 May 2019 17:09:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 30ABD2175B for ; Fri, 24 May 2019 17:09:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558717768; bh=oZqAr96ZtyCEpy9487eZG8PNwjgKs7ucAwSM+5arYCI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=WEWE8k/RMPWAlUlImZrpkJGcBG+MerHR8pyVQMxBWU3LxSrrqW4P+EEVcHNzYGeNY 3kQjGTmSu63o3gP7Eu6LMXQIFCsuu82EUb3hvWRz2ClQHVWjvJJLVE5ITmQVRdU/dX iMCSv/mlgqlWnrZcv+nEDNnqn8NsJDOgNeZxf6RM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726184AbfEXRJ1 (ORCPT ); Fri, 24 May 2019 13:09:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:45788 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725777AbfEXRJ1 (ORCPT ); Fri, 24 May 2019 13:09:27 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AFF7520863; Fri, 24 May 2019 17:09:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558717767; bh=oZqAr96ZtyCEpy9487eZG8PNwjgKs7ucAwSM+5arYCI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OZKRtq99JXNHp3hP5UzXCwJX8VNankjow+CdAdacXdurHMWdJ43k693e7ivGZUbAb 2iArc97NaXVEG7BpAd7KaqALkcL4xasBgbYTz9f3817fmAP1oT1z2wxf3jpgb88ldr PKH3DJN2lv97r5/AAe3Socvm0OogJDUVXkK5aLsc= Date: Fri, 24 May 2019 19:09:24 +0200 From: Greg KH To: Allison Randal Cc: linux-spdx@vger.kernel.org Subject: Re: [Batch 6 - patch 10/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 135 Message-ID: <20190524170924.GA6463@kroah.com> References: <20190524100345.776412942@linutronix.de> <20190524100843.782742400@linutronix.de> <2abd94bc-7cbe-ea9f-efa4-73e11eedf823@lohutok.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2abd94bc-7cbe-ea9f-efa4-73e11eedf823@lohutok.net> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Fri, May 24, 2019 at 12:55:29PM -0400, Allison Randal wrote: > On 5/24/19 6:03 AM, Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > > > Based on 1 normalized pattern(s): > > > > this source code 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 either version 2 of the > > license or at your option any later version > > > > extracted by the scancode license scanner the SPDX license identifier > > > > GPL-2.0-or-later > > > > has been chosen to replace the boilerplate/reference in 1 file(s). > > > > Signed-off-by: Thomas Gleixner > > Reviewed-by: Allison Randal For me, this is the simplest/easiest format to show you are reviewing/acking the patch. But I don't know the tool that Thomas has been using to collect these before he sends them on to me, so I'll defer to him as to his favorite placement. thanks, greg k-h