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 E4DC7C04AB3 for ; Wed, 29 May 2019 03:23:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BDA9A20657 for ; Wed, 29 May 2019 03:23:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559100180; bh=NMcJs7H3brJc7OHFQ0lQ9rDlM1KxAVyPglPBFElaiqo=; h=References:In-Reply-To:From:Date:Subject:To:List-ID:From; b=wcrjFLwpZG+w7pleMYxgCm0p/PFSSMTmS6KXJy++c+eRm3d3VKIrnUSi1bUixyhtI B9PvwQdhF5XmSIQJKFD5O6BEK+702CgoASa2uy2u+9uWLbnRbv/yroDfeYt555/X39 B8+hqZQMAyLc0aHyy9JcgTraM2llQtW/pSlgW8tg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726626AbfE2DXA (ORCPT ); Tue, 28 May 2019 23:23:00 -0400 Received: from mail-qt1-f193.google.com ([209.85.160.193]:37622 "EHLO mail-qt1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726601AbfE2DXA (ORCPT ); Tue, 28 May 2019 23:23:00 -0400 Received: by mail-qt1-f193.google.com with SMTP id y57so875359qtk.4 for ; Tue, 28 May 2019 20:22:59 -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=p6Pla2vGV/7Rev0cml6DSPNjEw8ZZoLyi2YK5q2laKo=; b=h8hWy25FDxR8GyD3F52ivGUN/L9Z8d6QC/5EYA8+G7tvRAfiEgPKX6gycynH5nVSUq EtkgCYlumDuf2cfxY/pkbO3ozVtmSAWeCYhuYy5dThaQQ+8G52WLR/CP2+81kZ2uQjyb O5cuCUSRUSFUgUmHsaSYxuGTTlQEJlqPPgVvc= 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=p6Pla2vGV/7Rev0cml6DSPNjEw8ZZoLyi2YK5q2laKo=; b=Rb6KiH0TpwwBuwvoFt3wVzJSI+Lfu3keLPtBkVeXbUbNXM3EzAnz5NSJ5lcESfhM9O 3Ykpw8IVWclY4EGteeyXgLx9pmUh6tidOkeYuJAj0o+yJpVgaDg7eCbMzrcTsRo18KNs F77N/sCus2rJzkEPLj7mBt/ikxSa0lMBKho4O1I8jgD7UfcBMAVFZdhoc7srNFC0xayP DuxZB837zFzgNInMC2OERfV/1hEJnLmmW4Uu6vABC9D1LVHTYBclEdv19KTU7z/JHDj7 4mnATOxqZycEURUCeL7mU/arVWPEMuFEFjy9DEdxLMSelOIQrXSerpPHH5YnM2TK4gag eeNQ== X-Gm-Message-State: APjAAAXh9IVEHvdl0rwEabmRE0S7CLr9ay7XB8JxKR6TUlpEWWwE1bGu M5Azo47sHJ+LRTCXdSWOjglilVprOVsTWhQdZrrfTC4EKkLENQ== X-Google-Smtp-Source: APXvYqzK39xBGLgQdgwFu4PHfQ9ZYxC0/pnsFkmn8xAfXuz5pg9SoPWqt5h5km98FCQGuDt2ML0AxqJ8kTzf8i+COCU= X-Received: by 2002:a0c:b5dd:: with SMTP id o29mr66937549qvf.89.1559100178711; Tue, 28 May 2019 20:22:58 -0700 (PDT) MIME-Version: 1.0 References: <20190528171003.338128414@linutronix.de> <20190528171439.580924717@linutronix.de> In-Reply-To: <20190528171439.580924717@linutronix.de> From: Steve Winslow Date: Tue, 28 May 2019 23:22:46 -0400 Message-ID: Subject: Re: [Batch 10 patch 16/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 216 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:17 PM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > this file distributed under the gpl version 2 > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 1 file(s). > > Signed-off-by: Thomas Gleixner > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch10&id=dcee4098423b > --- > drivers/net/wireless/intersil/orinoco/hermes.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > --- a/drivers/net/wireless/intersil/orinoco/hermes.h > +++ b/drivers/net/wireless/intersil/orinoco/hermes.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > /* hermes.h > * > * Driver core for the "Hermes" wireless MAC controller, as used in > @@ -17,8 +18,6 @@ > * > * Portions taken from hfa384x.h. > * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. > - * > - * This file distributed under the GPL, version 2. > */ > > #ifndef _HERMES_H > > -- Steve Winslow Director of Strategic Programs The Linux Foundation swinslow@linuxfoundation.org