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=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 C9429C04AAC for ; Tue, 21 May 2019 00:47:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8E90521479 for ; Tue, 21 May 2019 00:47:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558399660; bh=CWT8V2k5p+TB8OJk76oUkh6HP+6yG/kFsMgriQyw+nM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=ay5JWtFMsMAi5c0lCsYfa/eivxgrRBqgu1eEwmV3jMkCAf0AUH51miJlNB66zqmqK wvDy+Z1WV2RKZoM666sHqaJITV4O+VQSGTXoMnJTejvMND/2WlsVCEDjACWzIeEQOj 6EKKR4DgDUx58jlUGNFxwEzcxJltikB5p2vFAnb0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726879AbfEUArk (ORCPT ); Mon, 20 May 2019 20:47:40 -0400 Received: from mail-lj1-f195.google.com ([209.85.208.195]:35280 "EHLO mail-lj1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726677AbfEUArk (ORCPT ); Mon, 20 May 2019 20:47:40 -0400 Received: by mail-lj1-f195.google.com with SMTP id h11so12857382ljb.2 for ; Mon, 20 May 2019 17:47:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=1+50TeRTIJx7ElimfkCZg5bBczRjsjjreQljfOmX+EE=; b=JoRyR/QcVv02vuXtSadIC1lLec1eeyLLyBCiGldf7f+yE4Lqk/QtmG3ub2x5ln04Jy IHeYsbQDwx5Bx8dl8wXPBjyTpn+YW887IIzmFydo6Qz9ebzm2gUL0XdIauexGp/z0OmO WbLSly5+ZWrfKQx79+6ubY6vBx9JJilV2vFZw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=1+50TeRTIJx7ElimfkCZg5bBczRjsjjreQljfOmX+EE=; b=BucvoJn3CqP07xvqXUYJZN4w10HtCQVouwDVDO59os8qX9a9QoVQUzhyGoXj5VVVFy ggAvAaqzYKygGUHPctTAIhtpwhX3/rH/vcKW2AZukNpicI8z2AmpbR57CH5/6MC70+7a lgWV6p3tPt27LHoOxn26CzmiE0Rop86/LT3k9ERsc0PbhoZrMbvI0YGtlzliwzCoGo7K 4h3Ksa3lskLPrgmyOLTI8U6cpWt7gh5eDQLDxIQhKFia0ilJTIciMANwDJ1fhR5wMq5s t53aMmVJQLKkyfLcHffgI7UtVFCf678eH6pMcoRmddtLn8GhPLVQ+bE1bqKoF02ZdByp +z0A== X-Gm-Message-State: APjAAAXMUe0IgVNjWvEPdx7j12LuCfgPr8OVVbuLO4xL0HEwo3oBqHKJ vpIE1TyHygyI9u8NwGrRzlCbE7xlpjhP5dJna1my7g== X-Google-Smtp-Source: APXvYqxVsO9O3LYgJWcv+xAVVUVuJuVTqWCVEW4xauSfJuNLHnwJ5hP6Hz+8m1t97gWwc3rgfQufFUj0VqgqWs/OTdQ= X-Received: by 2002:a2e:a294:: with SMTP id k20mr2459192lja.118.1558399657081; Mon, 20 May 2019 17:47:37 -0700 (PDT) MIME-Version: 1.0 References: <20190520170750.949430150@linutronix.de> <20190520170858.370933192@linutronix.de> In-Reply-To: <20190520170858.370933192@linutronix.de> From: Kate Stewart Date: Mon, 20 May 2019 19:47:24 -0500 Message-ID: Subject: Re: [patch 20/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45 To: Thomas Gleixner Cc: linux-spdx@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org Reviewed-by: Kate Stewart On Mon, May 20, 2019 at 12:10 PM Thomas Gleixner wrote: > > Based on 1 normalized pattern(s): > > 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 > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 11 file(s). > > Signed-off-by: Thomas Gleixner > Cc: linux-spdx@vger.kernel.org > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch2&id=1e1d6a5564f4 > --- > arch/mips/cavium-octeon/crypto/octeon-sha512.c | 6 +----- > crypto/sha512_generic.c | 7 +------ > drivers/ata/ahci_da850.c | 6 +----- > drivers/ata/ahci_dm816.c | 6 +----- > drivers/ata/ahci_platform.c | 6 +----- > drivers/ata/ahci_qoriq.c | 6 +----- > drivers/ata/libahci_platform.c | 6 +----- > drivers/md/md-cluster.c | 7 +------ > drivers/scsi/scsi_debug.c | 7 +------ > drivers/scsi/sg.c | 7 +------ > include/linux/ahci_platform.h | 6 +----- > 11 files changed, 11 insertions(+), 59 deletions(-) > > --- a/arch/mips/cavium-octeon/crypto/octeon-sha512.c > +++ b/arch/mips/cavium-octeon/crypto/octeon-sha512.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Cryptographic API. > * > @@ -10,11 +11,6 @@ > * Copyright (c) Jean-Luc Cooke > * Copyright (c) Andrew McDonald > * Copyright (c) 2003 Kyle McMartin > - * > - * 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. > */ > > #include > --- a/crypto/sha512_generic.c > +++ b/crypto/sha512_generic.c > @@ -1,14 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SHA-512 code by Jean-Luc Cooke > * > * Copyright (c) Jean-Luc Cooke > * Copyright (c) Andrew McDonald > * Copyright (c) 2003 Kyle McMartin > - * > - * 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. > - * > */ > #include > #include > --- a/drivers/ata/ahci_da850.c > +++ b/drivers/ata/ahci_da850.c > @@ -1,10 +1,6 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * DaVinci DA850 AHCI SATA platform driver > - * > - * 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. > */ > > #include > --- a/drivers/ata/ahci_dm816.c > +++ b/drivers/ata/ahci_dm816.c > @@ -1,12 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * DaVinci DM816 AHCI SATA platform driver > * > * Copyright (C) 2017 BayLibre SAS > - * > - * 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. > */ > > #include > --- a/drivers/ata/ahci_platform.c > +++ b/drivers/ata/ahci_platform.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * AHCI SATA platform driver > * > @@ -5,11 +6,6 @@ > * Jeff Garzik > * Copyright 2010 MontaVista Software, LLC. > * Anton Vorontsov > - * > - * 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. > */ > > #include > --- a/drivers/ata/ahci_qoriq.c > +++ b/drivers/ata/ahci_qoriq.c > @@ -1,13 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Freescale QorIQ AHCI SATA platform driver > * > * Copyright 2015 Freescale, Inc. > * Tang Yuantian > - * > - * 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. > */ > > #include > --- a/drivers/ata/libahci_platform.c > +++ b/drivers/ata/libahci_platform.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * AHCI SATA platform library > * > @@ -5,11 +6,6 @@ > * Jeff Garzik > * Copyright 2010 MontaVista Software, LLC. > * Anton Vorontsov > - * > - * 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. > */ > > #include > --- a/drivers/md/md-cluster.c > +++ b/drivers/md/md-cluster.c > @@ -1,11 +1,6 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright (C) 2015, SUSE > - * > - * 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. > - * > */ > > > --- a/drivers/scsi/scsi_debug.c > +++ b/drivers/scsi/scsi_debug.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * vvvvvvvvvvvvvvvvvvvvvvv Original vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv > * Copyright (C) 1992 Eric Youngdale > @@ -8,13 +9,7 @@ > * > * Copyright (C) 2001 - 2018 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. > - * > * For documentation see http://sg.danny.cz/sg/sdebug26.html > - * > */ > > > --- a/drivers/scsi/sg.c > +++ b/drivers/scsi/sg.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * 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 */ > --- a/include/linux/ahci_platform.h > +++ b/include/linux/ahci_platform.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * AHCI SATA platform driver > * > @@ -5,11 +6,6 @@ > * Jeff Garzik > * Copyright 2010 MontaVista Software, LLC. > * Anton Vorontsov > - * > - * 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. > */ > > #ifndef _AHCI_PLATFORM_H > > > >