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 9E286C282CE for ; Wed, 22 May 2019 13:02:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7E6C12081C for ; Wed, 22 May 2019 13:02:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729171AbfEVNCi (ORCPT ); Wed, 22 May 2019 09:02:38 -0400 Received: from mail-vs1-f65.google.com ([209.85.217.65]:43974 "EHLO mail-vs1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727975AbfEVNCi (ORCPT ); Wed, 22 May 2019 09:02:38 -0400 Received: by mail-vs1-f65.google.com with SMTP id d128so1321469vsc.10 for ; Wed, 22 May 2019 06:02:37 -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=ccJONhm7KAUgwz/SAQO6TMCjOt4ymf4uh7tAN0NYWg4=; b=fOA8JgS3K+e8pbIatFtib+3cbnB1T1axxku7eGH/fj+n9YZx8vO8dK3BOdiJwIqm1Z dsZlt+XgCysJOJ7BLwynEIZTafWtL44B8dCBxNQ+f+3W+nYVThnhB8ADhx2rTqLlkodr mAQGQMW9OeMHWNGGk5OZLoNbrJkvikfZYqULEadEl7ka1yeqYal3l15t+TYoo0926qqX 9/u/hJ+pA0iSaQHEyym/5y/WAIrmdz3CCPYrWfdSz5cp9JmLt3YTecg6V3EjRe47ck8H FsE+cALz/jUruUq9iuoQTTEvdGnfynWcCpsGTy5HPra7d7Gwoz2FYxilVAjqiii7W5Bd pA2Q== X-Gm-Message-State: APjAAAX/CKZKDA5l++Cpdu47fltteYUblGZkxtt1KGpk/nRVCtUlKFL3 l7mfUzn+nUEjAByMCLHpjvX9nI+OOa5WLg3SYv92hg== X-Google-Smtp-Source: APXvYqzyc1VKgz8U4qM54p77oxCqNhV1c54fsxVJ/Q619jl0L1WOefi5Ax1cxhWyguedTkXgtnrgNYDmoD8kPG5Vk34= X-Received: by 2002:a67:f047:: with SMTP id q7mr9906532vsm.122.1558530156851; Wed, 22 May 2019 06:02:36 -0700 (PDT) MIME-Version: 1.0 References: <20190520075121.768803433@linutronix.de> <20190520075212.143921376@linutronix.de> In-Reply-To: <20190520075212.143921376@linutronix.de> From: Richard Fontana Date: Wed, 22 May 2019 09:02:25 -0400 Message-ID: Subject: Re: [patch 17/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 92 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 This one incorporates a BSD-style disclaimer paragraph. On Wed, May 22, 2019 at 8:05 AM Thomas Gleixner wrote: > > Based on 1 normalized pattern(s): > > under the terms of the gnu general public license as published by > the free software foundation either version 2 of the license or at > your option any later version this software is provided as is and > any express or implied warranties including but not limited to the > implied warranties of merchantability and fitness for a particular > purpose are disclaimed in no event shall the author be liable for > any direct indirect incidental special exemplary or consequential > damages including but not limited to procurement of substitute goods > or services loss of use data or profits or business interruption > however caused and on any theory of liability whether in contract > strict liability or tort including negligence or otherwise arising > in any way out of the use of this software even if advised of the > possibility of such damage 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 mass 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 1 file(s). > > Signed-off-by: Thomas Gleixner > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch4&id=0403f6ca34a5 > --- > arch/mips/txx9/generic/irq_tx4927.c | 20 +------------------- > 1 file changed, 1 insertion(+), 19 deletions(-) > > --- a/arch/mips/txx9/generic/irq_tx4927.c > +++ b/arch/mips/txx9/generic/irq_tx4927.c > @@ -1,27 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Common tx4927 irq handler > * > * Author: MontaVista Software, Inc. > * source@mvista.com > - * > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2 of the License, or (at your > - * option) any later version. > - * > - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED > - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF > - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. > - * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, > - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, > - * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS > - * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND > - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR > - * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE > - * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > - * > - * 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 Mass Ave, Cambridge, MA 02139, USA. > */ > #include > #include > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.