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 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 BFCF6C282CE for ; Wed, 22 May 2019 13:11:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8B0C62089E for ; Wed, 22 May 2019 13:11:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729188AbfEVNLS (ORCPT ); Wed, 22 May 2019 09:11:18 -0400 Received: from mail-vk1-f193.google.com ([209.85.221.193]:39383 "EHLO mail-vk1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729145AbfEVNLS (ORCPT ); Wed, 22 May 2019 09:11:18 -0400 Received: by mail-vk1-f193.google.com with SMTP id t18so488441vkb.6 for ; Wed, 22 May 2019 06:11:16 -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=YSU0hKgG0TqUtemB41XS/e/V0Q3b9XRJvTE4o5uEnII=; b=IEW2IXaeY9kU4Fvf3+oPFkxkC4UUCteckrEKItkAxs6AYqPnKfzb/GTruzv85kAL41 sXGFYxzfGP879VigzSwPSEp4KbyzAgDgGDW+rkmo7n8mNaGrzBytSE3f/fJzXCfVOY92 uj0n9K3eejXElmFcmmuYJAqOa8rw+LcXWCKGYUZUHlC91eeMdSQDNUilKsXx3BQX0Zez W1ncAgsmxt/cic1Nse3UOiJuX3fYSmgtq5pCn44FtFeAFodMDbynOvy9HCoSH+kMv1dl XDz/40LoXDo/Xt8f3OOgS01R9wUx9/Az/26lXwO0pGlVIxAJNryI4ltAVSdxLGaDRpLz ivtg== X-Gm-Message-State: APjAAAUZPpCR4/Aldz/7BLOessNxTnhd9QGwpzO18CwW6KS3vhYRc5Tc kJRppD0v+xyf444qoCcDjLoNEJCh/+1rrN8OLXed1Q== X-Google-Smtp-Source: APXvYqyy2SwhnUNCxGZvcnxcnCg0WVC2MHouojqeSrVi2PUPtOEbjG09s3zfFen3zFXQQkIwE4aNDh6hzK52LDkxD00= X-Received: by 2002:a1f:a945:: with SMTP id s66mr15098751vke.15.1558530675845; Wed, 22 May 2019 06:11:15 -0700 (PDT) MIME-Version: 1.0 References: <20190520075121.768803433@linutronix.de> <20190520075211.680158465@linutronix.de> In-Reply-To: <20190520075211.680158465@linutronix.de> From: Richard Fontana Date: Wed, 22 May 2019 09:11:04 -0400 Message-ID: Subject: Re: [patch 12/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 87 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 has a fairly detailed nonstandard disclaimer paragraph, which doesn't seem to be taken from any widely-used license. On Wed, May 22, 2019 at 8:05 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 2 of the license or at > your option any later version see the copying file in the top level > directory or visit http www gnu org licenses gpl 2 0 html 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 this program is provided as > is and with all faults and without warranty of any kind you are > solely responsible for determining the appropriateness of using and > distributing the program and assume all risks associated with your > exercise of rights with respect to the program including but not > limited to infringement of third party rights the risks and costs of > program errors damage to or loss of data programs or equipment and > unavailability or interruption of operations under no circumstances > will the contributor of this program be liable for any damages of > any kind arising from your use or distribution of this program > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 6 file(s). > > Signed-off-by: Thomas Gleixner > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch4&id=62aaf1489146 > --- > drivers/scsi/ufs/Kconfig | 24 +----------------------- > drivers/scsi/ufs/ufs.h | 25 +------------------------ > drivers/scsi/ufs/ufshcd-pci.c | 25 +------------------------ > drivers/scsi/ufs/ufshcd-pltfrm.c | 25 +------------------------ > drivers/scsi/ufs/ufshcd.h | 25 +------------------------ > drivers/scsi/ufs/ufshci.h | 25 +------------------------ > 6 files changed, 6 insertions(+), 143 deletions(-) > > --- a/drivers/scsi/ufs/Kconfig > +++ b/drivers/scsi/ufs/Kconfig > @@ -1,3 +1,4 @@ > +# SPDX-License-Identifier: GPL-2.0-or-later > # > # Kernel configuration file for the UFS Host Controller > # > @@ -8,29 +9,6 @@ > # Santosh Yaraganavi > # Vinayak Holikatti > # > -# 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, or (at your option) any later version. > -# See the COPYING file in the top-level directory or visit > -# > -# > -# 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. > -# > -# This program is provided "AS IS" and "WITH ALL FAULTS" and > -# without warranty of any kind. You are solely responsible for > -# determining the appropriateness of using and distributing > -# the program and assume all risks associated with your exercise > -# of rights with respect to the program, including but not limited > -# to infringement of third party rights, the risks and costs of > -# program errors, damage to or loss of data, programs or equipment, > -# and unavailability or interruption of operations. Under no > -# circumstances will the contributor of this Program be liable for > -# any damages of any kind arising from your use or distribution of > -# this program. > > config SCSI_UFSHCD > tristate "Universal Flash Storage Controller Driver Core" > --- a/drivers/scsi/ufs/ufs.h > +++ b/drivers/scsi/ufs/ufs.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Universal Flash Storage Host controller driver > * > @@ -7,30 +8,6 @@ > * Authors: > * Santosh Yaraganavi > * Vinayak Holikatti > - * > - * 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, or (at your option) any later version. > - * See the COPYING file in the top-level directory or visit > - * > - * > - * 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. > - * > - * This program is provided "AS IS" and "WITH ALL FAULTS" and > - * without warranty of any kind. You are solely responsible for > - * determining the appropriateness of using and distributing > - * the program and assume all risks associated with your exercise > - * of rights with respect to the program, including but not limited > - * to infringement of third party rights, the risks and costs of > - * program errors, damage to or loss of data, programs or equipment, > - * and unavailability or interruption of operations. Under no > - * circumstances will the contributor of this Program be liable for > - * any damages of any kind arising from your use or distribution of > - * this program. > */ > > #ifndef _UFS_H > --- a/drivers/scsi/ufs/ufshcd-pci.c > +++ b/drivers/scsi/ufs/ufshcd-pci.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Universal Flash Storage Host controller PCI glue driver > * > @@ -7,30 +8,6 @@ > * Authors: > * Santosh Yaraganavi > * Vinayak Holikatti > - * > - * 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, or (at your option) any later version. > - * See the COPYING file in the top-level directory or visit > - * > - * > - * 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. > - * > - * This program is provided "AS IS" and "WITH ALL FAULTS" and > - * without warranty of any kind. You are solely responsible for > - * determining the appropriateness of using and distributing > - * the program and assume all risks associated with your exercise > - * of rights with respect to the program, including but not limited > - * to infringement of third party rights, the risks and costs of > - * program errors, damage to or loss of data, programs or equipment, > - * and unavailability or interruption of operations. Under no > - * circumstances will the contributor of this Program be liable for > - * any damages of any kind arising from your use or distribution of > - * this program. > */ > > #include "ufshcd.h" > --- a/drivers/scsi/ufs/ufshcd-pltfrm.c > +++ b/drivers/scsi/ufs/ufshcd-pltfrm.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Universal Flash Storage Host controller Platform bus based glue driver > * > @@ -7,30 +8,6 @@ > * Authors: > * Santosh Yaraganavi > * Vinayak Holikatti > - * > - * 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, or (at your option) any later version. > - * See the COPYING file in the top-level directory or visit > - * > - * > - * 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. > - * > - * This program is provided "AS IS" and "WITH ALL FAULTS" and > - * without warranty of any kind. You are solely responsible for > - * determining the appropriateness of using and distributing > - * the program and assume all risks associated with your exercise > - * of rights with respect to the program, including but not limited > - * to infringement of third party rights, the risks and costs of > - * program errors, damage to or loss of data, programs or equipment, > - * and unavailability or interruption of operations. Under no > - * circumstances will the contributor of this Program be liable for > - * any damages of any kind arising from your use or distribution of > - * this program. > */ > > #include > --- a/drivers/scsi/ufs/ufshcd.h > +++ b/drivers/scsi/ufs/ufshcd.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Universal Flash Storage Host controller driver > * > @@ -8,30 +9,6 @@ > * Authors: > * Santosh Yaraganavi > * Vinayak Holikatti > - * > - * 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, or (at your option) any later version. > - * See the COPYING file in the top-level directory or visit > - * > - * > - * 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. > - * > - * This program is provided "AS IS" and "WITH ALL FAULTS" and > - * without warranty of any kind. You are solely responsible for > - * determining the appropriateness of using and distributing > - * the program and assume all risks associated with your exercise > - * of rights with respect to the program, including but not limited > - * to infringement of third party rights, the risks and costs of > - * program errors, damage to or loss of data, programs or equipment, > - * and unavailability or interruption of operations. Under no > - * circumstances will the contributor of this Program be liable for > - * any damages of any kind arising from your use or distribution of > - * this program. > */ > > #ifndef _UFSHCD_H > --- a/drivers/scsi/ufs/ufshci.h > +++ b/drivers/scsi/ufs/ufshci.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Universal Flash Storage Host controller driver > * > @@ -7,30 +8,6 @@ > * Authors: > * Santosh Yaraganavi > * Vinayak Holikatti > - * > - * 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, or (at your option) any later version. > - * See the COPYING file in the top-level directory or visit > - * > - * > - * 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. > - * > - * This program is provided "AS IS" and "WITH ALL FAULTS" and > - * without warranty of any kind. You are solely responsible for > - * determining the appropriateness of using and distributing > - * the program and assume all risks associated with your exercise > - * of rights with respect to the program, including but not limited > - * to infringement of third party rights, the risks and costs of > - * program errors, damage to or loss of data, programs or equipment, > - * and unavailability or interruption of operations. Under no > - * circumstances will the contributor of this Program be liable for > - * any damages of any kind arising from your use or distribution of > - * this program. > */ > > #ifndef _UFSHCI_H > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.