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 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 087E0C072A4 for ; Wed, 22 May 2019 05:13:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D1FB620863 for ; Wed, 22 May 2019 05:13:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558502011; bh=4wZbDty09KikCEI62AiVAqJBWJsoCbRNQKaRUSWGaXU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=Up2hPB2Q4qU2ydCdE/9JWYGtFCZmoWgswj9U4IoZpc4SFaQ4+lwgoWWenX0Q3CTHX Nofrt5I6qaddCU7aw9kXew6FNQvLODtuRfRgpzMDAl/04r/aPBtr7RsjCb01V5ajaG LyQB0XVvgaSutM/w+S3vM5rY88MKgeUHtX+qwuoU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725819AbfEVFNb (ORCPT ); Wed, 22 May 2019 01:13:31 -0400 Received: from mail-lf1-f66.google.com ([209.85.167.66]:34578 "EHLO mail-lf1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725808AbfEVFNb (ORCPT ); Wed, 22 May 2019 01:13:31 -0400 Received: by mail-lf1-f66.google.com with SMTP id v18so659211lfi.1 for ; Tue, 21 May 2019 22:13:30 -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=JkdpwEmVH6NcfcFOMunKP9ePkoEdKiMQXbpN2wDJfj4=; b=Q7e70sRfxCxuhsftHfMk9klq8b3m4hHqP0DzmSo1q0LeO6+ikl83xRcW7NDhwZ7zI/ +efPa2wYpLUAq4O28sX7dew43kkTaKKRImLa4GlFhjkGH7tqNjYSxy52MXBFCyjad63l Pb4N2cHBoj9NphJEBVG+od8cU8cwdxjSIMWbs= 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=JkdpwEmVH6NcfcFOMunKP9ePkoEdKiMQXbpN2wDJfj4=; b=Ib3vT4YCkWOxMwynH1E1G4M2iGOrNgCtZlrZm/cfj4yFdF3YKd7A9gJPLKhGcewpRY VsF1ToGd9kYtozjrDahwOmrCdI4lLQxqWnAn4eZeg52TrWLKcXZ+uyKPzah2cuvdyrws fr8zcmVLpEhyOclfWw3IJ0Q6fbsgbDm1MBLiAnY0RX7UAeQqcERbgTP2rdm2XTAjribG 1E+rizSdGCYPSdbO3673eIA86ZwCmOyuGBk1AYWf0C8lF8qjrJhmi8oRqgQtnN2xUg6Z 8BqZH/O1eWIbRXXyDxZpjtUzvGDsU2rJNpD++zZ+T9azPRlexXQFLLIDXytVdDww8kxu zBZg== X-Gm-Message-State: APjAAAWsEtIMtfCHut2PcHLtqkysGTa6XotxayqNqd6cooN3k26iCbg8 CiC5vTUdoAHP9LSRnCyC7vtrW481RNtt5BQjxZvBqw== X-Google-Smtp-Source: APXvYqzcGzUia/PqLqFw7D/ZiDYME88nHzm9VTdpY8rmWtASdD7Vv6NCPmXDnUynXs1yPmwfQ8ksRXAy3a40u8mVWho= X-Received: by 2002:a19:2d1a:: with SMTP id k26mr140941lfj.104.1558502009478; Tue, 21 May 2019 22:13:29 -0700 (PDT) MIME-Version: 1.0 References: <20190520071851.141112241@linutronix.de> <20190520071859.384981802@linutronix.de> In-Reply-To: <20190520071859.384981802@linutronix.de> From: Kate Stewart Date: Wed, 22 May 2019 00:13:16 -0500 Message-ID: Subject: Re: [patch 18/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 68 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 Tue, May 21, 2019 at 2:45 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 vs published by > the free software foundation either version 2 of the license or at > your option any later version this program is distributed in the > hope that it will be useful but without any warranty without even > the implied warranty of merchantability or fitness for a particular > purpose see the gnu general public license for more details you > should have received a copy of the gnu general public license along > with this program if not write to the free software foundation inc > 675 mvss ave cambridge ma 02139 usa > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 2 file(s). > > Signed-off-by: Thomas Gleixner > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch3&id=27ffcfd30a08 > --- > drivers/media/i2c/saa6752hs.c | 14 +------------- > drivers/media/i2c/tea6415c.c | 14 +------------- > 2 files changed, 2 insertions(+), 26 deletions(-) > > --- a/drivers/media/i2c/saa6752hs.c > +++ b/drivers/media/i2c/saa6752hs.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > saa6752hs - i2c-driver for the saa6752hs by Philips > > @@ -7,19 +8,6 @@ > > Copyright (C) 2008 Hans Verkuil > > - This program is free software; you can redistribute it and/or modify > - it under the terms of the GNU General Public License vs published by > - the Free Software Foundation; either version 2 of the License, or > - (at your option) any later version. > - > - This program is distributed in the hope that it will be useful, > - but WITHOUT ANY WARRANTY; without even the implied warranty of > - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > - GNU General Public License for more details. > - > - You should have received a copy of the GNU General Public License > - along with this program; if not, write to the Free Software > - Foundation, Inc., 675 Mvss Ave, Cambridge, MA 02139, USA. > */ > > #include > --- a/drivers/media/i2c/tea6415c.c > +++ b/drivers/media/i2c/tea6415c.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > tea6415c - i2c-driver for the tea6415c by SGS Thomson > > @@ -12,19 +13,6 @@ > For detailed information download the specifications directly > from SGS Thomson at http://www.st.com > > - This program is free software; you can redistribute it and/or modify > - it under the terms of the GNU General Public License vs published by > - the Free Software Foundation; either version 2 of the License, or > - (at your option) any later version. > - > - This program is distributed in the hope that it will be useful, > - but WITHOUT ANY WARRANTY; without even the implied warranty of > - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > - GNU General Public License for more details. > - > - You should have received a copy of the GNU General Public License > - along with this program; if not, write to the Free Software > - Foundation, Inc., 675 Mvss Ave, Cambridge, MA 02139, USA. > */ > > > >