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=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,T_DKIMWL_WL_HIGH, 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 00F19C04AB6 for ; Wed, 29 May 2019 02:20:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BEF2F21019 for ; Wed, 29 May 2019 02:20:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559096432; bh=ociqBiLm97JPMOV9ake99Z2I9RIZqzrcAyMFxEeXTPA=; h=References:In-Reply-To:From:Date:Subject:To:List-ID:From; b=0DcBwNNt3lqUd1Alai/kHlimmRLOi5+kHIIJiyORIai7ywdRryUENiMKNgSOU6xPJ 5hWrlMaT/c5YdjEVRUFCsYrpnotG7hz2V62xtdVR2k7q7ckaG6sU2WlyY3WhpwzYpl ZdAJIaRrz2gKdIo7nZjnu0ZiCH69lNolXgOSoHHg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726062AbfE2CUc (ORCPT ); Tue, 28 May 2019 22:20:32 -0400 Received: from mail-qt1-f196.google.com ([209.85.160.196]:38728 "EHLO mail-qt1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725828AbfE2CUc (ORCPT ); Tue, 28 May 2019 22:20:32 -0400 Received: by mail-qt1-f196.google.com with SMTP id l3so738205qtj.5 for ; Tue, 28 May 2019 19:20:31 -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; bh=Byf8sPuNQ+3WzlAYDMci+60C/nS+kdhd5hAC44Asq+k=; b=MeZWdDFc5g+uIT7+QugQs4DyCnoaj5W5sJzIMzcEL8WFcY4iSeThPmeGlQn5nHkjvT /EhjTIFeatsknGmlt8QiahtRIPYzOWhL/63t9+EOkvPs9j6kzY71SPlD8l9YT3TQpzMi I1mBtJIIF0PkM22xgOuD8O+urUF1c9MXMWJY4= 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; bh=Byf8sPuNQ+3WzlAYDMci+60C/nS+kdhd5hAC44Asq+k=; b=f7Dtu0DibcoeEfaCexQUC9d00JvRFA0pkCWHVwd6h9E31eAtlBOgd4m0NRbPv9OXeP eJRzI8JDfpRJRAAFK6Ou9BLduQtvtd5rtSZ/EGEmi46EDrTd8P3vp4ApeAEXIXVLU2Ab BbRMU71/Pmse04nHsxlNq250U7sQB3BwTGnqHKzN5UR4ntOZiVNsE6v+9RpA03sadmdc tqATbUOhzWtrT26qK6AgaY96+d1t/lqlTINQdEweIe1X7bSyUkic7e6HkrXY3JVJW/7B VJpvZ0oDdSSaA45VE6XgxRA+Ws5C44AQ0iod3jisq9pmh4xp0zq9pfEn+ObqZEIIYtDv JfXA== X-Gm-Message-State: APjAAAXJUy5UdEKcyZkchL6kCNuqdJSx9dRpcueS5TkVU5CoD3An5/ex sZqSbcAzUdyrBC3EHgezVOLA7EbUeJj9hkRolNnXihGJCMJxJw== X-Google-Smtp-Source: APXvYqzaaGAeGWdgbcNcYqp65ecvjcbIPoqPBRdibhlf4/h0gJVujVESQ6Z1AaPYmy/xrxt/4Hfy36Ak8UB5yl1b5MI= X-Received: by 2002:ac8:431e:: with SMTP id z30mr7904745qtm.291.1559096430873; Tue, 28 May 2019 19:20:30 -0700 (PDT) MIME-Version: 1.0 References: <20190528165704.089944150@linutronix.de> <20190528170026.251475812@linutronix.de> In-Reply-To: <20190528170026.251475812@linutronix.de> From: Steve Winslow Date: Tue, 28 May 2019 22:20:18 -0400 Message-ID: Subject: Re: [Batch 9 patch 04/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 179 To: 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: Steve Winslow On Tue, May 28, 2019 at 1:16 PM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > 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 of the license 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 59 temple place suite > 330 boston ma 02111 1307 usa > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 3 file(s). > > Signed-off-by: Thomas Gleixner > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch9&id=d277b1980d89 > --- > drivers/clocksource/em_sti.c | 14 +------------- > drivers/gpio/gpio-em.c | 14 +------------- > include/linux/sm501.h | 14 +------------- > 3 files changed, 3 insertions(+), 39 deletions(-) > > --- a/drivers/clocksource/em_sti.c > +++ b/drivers/clocksource/em_sti.c > @@ -1,20 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-only > /* > * Emma Mobile Timer Support - STI > * > * Copyright (C) 2012 Magnus Damm > - * > - * 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 of the License > - * > - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > */ > > #include > --- a/drivers/gpio/gpio-em.c > +++ b/drivers/gpio/gpio-em.c > @@ -1,20 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-only > /* > * Emma Mobile GPIO Support - GIO > * > * Copyright (C) 2012 Magnus Damm > - * > - * 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 of the License > - * > - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > */ > > #include > --- a/include/linux/sm501.h > +++ b/include/linux/sm501.h > @@ -1,21 +1,9 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > /* include/linux/sm501.h > * > * Copyright (c) 2006 Simtec Electronics > * Ben Dooks > * Vincent Sanders > - * > - * 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 of the License > - * > - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > */ > > extern int sm501_unit_power(struct device *dev, > > -- Steve Winslow Director of Strategic Programs The Linux Foundation swinslow@linuxfoundation.org