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.0 required=3.0 tests=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 69843C04AAF for ; Tue, 21 May 2019 13:35:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 49FE5217D9 for ; Tue, 21 May 2019 13:35:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728293AbfEUNfW (ORCPT ); Tue, 21 May 2019 09:35:22 -0400 Received: from mail-ua1-f65.google.com ([209.85.222.65]:32782 "EHLO mail-ua1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728053AbfEUNfV (ORCPT ); Tue, 21 May 2019 09:35:21 -0400 Received: by mail-ua1-f65.google.com with SMTP id 49so6632963uas.0 for ; Tue, 21 May 2019 06:35:21 -0700 (PDT) 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=7gtKK9j9YyipYlPfYZGH2qPWGce0kap4l/mtGRiRez4=; b=owK2x7tj5vgdkRWHfTJ35zHF9hHfN5yBDkWftsrHuN2tf1hef+x+e3bJd9Oa6Nmuxo ZdBVFJ2CELyiXp5R9/p+Z2F1o4sTUMCTP953ys0IAMHidIFmzh1lUWPrzRQUDg+PXR7I Q1LZsVj0LoPRbGE5U5BIBiVuOHXx15rgv03m9d7oRDLY2XMDYzh5hdI7ZfTFoTfp2lpI lrRhFluAaCDi8gBivUhOuKhw3vUFq8/Fmz0kTVNAQWVbx8dKujiCN6jKau9iBZ9TrHpI y49YmM+koCRFkKcTxXEq7apsaYHRyi0yv909qyFDOE4i/fBovxbRSb5AykNyu+7HNQve BtnA== X-Gm-Message-State: APjAAAUMolxfB9tfhMSdke2YXWhqkJIq7WDAnccdapDrgXbT175eWbN9 IRmfEBZUJNYzldB+y1hRSmDjgKOaDl/NcaCyjEeYVKqEzZo= X-Google-Smtp-Source: APXvYqx49JDja6vR6QByhBGL1OIwVpiBMTpFW2nm1SOXtoMq/yPyUv65HLLT8qSD5gO54xdfzcHa+RcvKrce62Pnzeo= X-Received: by 2002:ab0:720a:: with SMTP id u10mr34020426uao.22.1558445720854; Tue, 21 May 2019 06:35:20 -0700 (PDT) MIME-Version: 1.0 References: <20190520071851.141112241@linutronix.de> <20190520071858.207758043@linutronix.de> In-Reply-To: <20190520071858.207758043@linutronix.de> From: Richard Fontana Date: Tue, 21 May 2019 09:35:10 -0400 Message-ID: Subject: Re: [patch 05/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 55 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: Richard Fontana On Tue, May 21, 2019 at 3:44 AM 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 of 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 4 file(s). > > Signed-off-by: Thomas Gleixner > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch3&id=e088e8bfbbc9 > --- > drivers/input/tablet/wacom_serial4.c | 7 +------ > drivers/input/touchscreen/wacom_i2c.c | 7 +------ > drivers/media/usb/pulse8-cec/pulse8-cec.c | 7 +------ > drivers/media/usb/rainshadow-cec/rainshadow-cec.c | 7 +------ > 4 files changed, 4 insertions(+), 24 deletions(-) > > --- a/drivers/input/tablet/wacom_serial4.c > +++ b/drivers/input/tablet/wacom_serial4.c > @@ -1,15 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Wacom protocol 4 serial tablet driver > * > * Copyright 2014 Hans de Goede > * Copyright 2011-2012 Julian Squires > * > - * 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 of 2 of the License, or (at your > - * option) any later version. See the file COPYING in the main directory of > - * this archive for more details. > - * > * Many thanks to Bill Seremetis, without whom PenPartner support > * would not have been possible. Thanks to Patrick Mahoney. > * > --- a/drivers/input/touchscreen/wacom_i2c.c > +++ b/drivers/input/touchscreen/wacom_i2c.c > @@ -1,14 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Wacom Penabled Driver for I2C > * > * Copyright (c) 2011 - 2013 Tatsunosuke Tobita, Wacom. > * > - * > - * 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 of 2 of the License, > - * or (at your option) any later version. > */ > > #include > --- a/drivers/media/usb/pulse8-cec/pulse8-cec.c > +++ b/drivers/media/usb/pulse8-cec/pulse8-cec.c > @@ -1,13 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Pulse Eight HDMI CEC driver > * > * Copyright 2016 Hans Verkuil - * > - * 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 of 2 of the License, or (at your > - * option) any later version. See the file COPYING in the main directory of > - * this archive for more details. > */ > > /* > --- a/drivers/media/usb/rainshadow-cec/rainshadow-cec.c > +++ b/drivers/media/usb/rainshadow-cec/rainshadow-cec.c > @@ -1,13 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * RainShadow Tech HDMI CEC driver > * > * Copyright 2016 Hans Verkuil - * > - * 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 of 2 of the License, or (at your > - * option) any later version. See the file COPYING in the main directory of > - * this archive for more details. > */ > > /* > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.