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=-7.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS 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 16D97C04AA9 for ; Thu, 2 May 2019 15:41:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DA9C620449 for ; Thu, 2 May 2019 15:41:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728214AbfEBP23 (ORCPT ); Thu, 2 May 2019 11:28:29 -0400 Received: from smtp.infotech.no ([82.134.31.41]:44828 "EHLO smtp.infotech.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726889AbfEBP20 (ORCPT ); Thu, 2 May 2019 11:28:26 -0400 Received: from localhost (localhost [127.0.0.1]) by smtp.infotech.no (Postfix) with ESMTP id 31A8320423D; Thu, 2 May 2019 17:28:24 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.6 (20110518) (Debian) at infotech.no Received: from smtp.infotech.no ([127.0.0.1]) by localhost (smtp.infotech.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fB7tSKAzudgu; Thu, 2 May 2019 17:28:24 +0200 (CEST) Received: from [82.134.31.185] (unknown [82.134.31.185]) by smtp.infotech.no (Postfix) with ESMTPA id 05EAC204154; Thu, 2 May 2019 17:28:23 +0200 (CEST) Reply-To: dgilbert@interlog.com Subject: Re: [PATCH 21/24] sg: switch to SPDX tags To: Christoph Hellwig , "James E . J . Bottomley" , "Martin K . Petersen" Cc: Hannes Reinecke , Lee Duncan , Chris Leech , Willem Riede , Jens Axboe , =?UTF-8?Q?Kai_M=c3=a4kisara?= , linux-scsi@vger.kernel.org, open-iscsi@googlegroups.com, osst-users@lists.sourceforge.net, linux-kernel@vger.kernel.org References: <20190501161417.32592-1-hch@lst.de> <20190501161417.32592-22-hch@lst.de> From: Douglas Gilbert Message-ID: Date: Thu, 2 May 2019 17:28:23 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190501161417.32592-22-hch@lst.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-CA Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019-05-01 6:14 p.m., Christoph Hellwig wrote: > Use the the GPLv2+ SPDX tag instead of verbose boilerplate text. IOWs replace 3.5 lines with 1. > > Signed-off-by: Christoph Hellwig Acked-by: Douglas Gilbert > --- > drivers/scsi/sg.c | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > > diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c > index d3f15319b9b3..bcdc28e5ede7 100644 > --- a/drivers/scsi/sg.c > +++ b/drivers/scsi/sg.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0+ > /* > * History: > * Started: Aug 9 by Lawrence Foard (entropy@world.std.com), > @@ -8,12 +9,6 @@ > * Copyright (C) 1992 Lawrence Foard > * Version 2 and 3 extensions to driver: > * Copyright (C) 1998 - 2014 Douglas Gilbert > - * > - * 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; either version 2, or (at your option) > - * any later version. > - * > */ > > static int sg_version_num = 30536; /* 2 digits for each component */ >