All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: "James E . J . Bottomley" <jejb@linux.ibm.com>,
	"Martin K . Petersen" <martin.petersen@oracle.com>
Cc: "Hannes Reinecke" <hare@suse.de>, "Lee Duncan" <lduncan@suse.com>,
	"Chris Leech" <cleech@redhat.com>,
	"Willem Riede" <osst@riede.org>,
	"Doug Gilbert" <dgilbert@interlog.com>,
	"Jens Axboe" <axboe@kernel.dk>,
	"Kai Mäkisara" <Kai.Makisara@kolumbus.fi>,
	linux-scsi@vger.kernel.org, open-iscsi@googlegroups.com,
	osst-users@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [PATCH 10/24] scsi_transport_srp: switch to SPDX tags
Date: Wed,  1 May 2019 12:14:03 -0400	[thread overview]
Message-ID: <20190501161417.32592-11-hch@lst.de> (raw)
In-Reply-To: <20190501161417.32592-1-hch@lst.de>

Use the the GPLv2+ SPDX tag instead of verbose boilerplate text.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 drivers/scsi/scsi_transport_srp.c | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/drivers/scsi/scsi_transport_srp.c b/drivers/scsi/scsi_transport_srp.c
index 4e46fdb2d7c9..280d9029759a 100644
--- a/drivers/scsi/scsi_transport_srp.c
+++ b/drivers/scsi/scsi_transport_srp.c
@@ -1,22 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * SCSI RDMA (SRP) transport class
  *
  * Copyright (C) 2007 FUJITA Tomonori <tomof@acm.org>
- *
- * 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, 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., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA
  */
 #include <linux/init.h>
 #include <linux/module.h>
-- 
2.20.1


WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
To: "James E . J . Bottomley"
	<jejb-tEXmvtCZX7AybS5Ee8rs3A@public.gmane.org>,
	"Martin K . Petersen"
	<martin.petersen-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
Cc: "Hannes Reinecke" <hare-l3A5Bk7waGM@public.gmane.org>,
	"Lee Duncan" <lduncan-IBi9RG/b67k@public.gmane.org>,
	"Chris Leech" <cleech-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	"Willem Riede" <osst-BKTAy3DeTVvYtjvyW6yDsg@public.gmane.org>,
	"Doug Gilbert" <dgilbert-qazKcTl6WRFWk0Htik3J/w@public.gmane.org>,
	"Jens Axboe" <axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org>,
	"Kai Mäkisara"
	<Kai.Makisara-9Aww8k/80nUxHbG02/KK1g@public.gmane.org>,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	open-iscsi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
	osst-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 10/24] scsi_transport_srp: switch to SPDX tags
Date: Wed,  1 May 2019 12:14:03 -0400	[thread overview]
Message-ID: <20190501161417.32592-11-hch@lst.de> (raw)
In-Reply-To: <20190501161417.32592-1-hch-jcswGhMUV9g@public.gmane.org>

Use the the GPLv2+ SPDX tag instead of verbose boilerplate text.

Signed-off-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
---
 drivers/scsi/scsi_transport_srp.c | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/drivers/scsi/scsi_transport_srp.c b/drivers/scsi/scsi_transport_srp.c
index 4e46fdb2d7c9..280d9029759a 100644
--- a/drivers/scsi/scsi_transport_srp.c
+++ b/drivers/scsi/scsi_transport_srp.c
@@ -1,22 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * SCSI RDMA (SRP) transport class
  *
  * Copyright (C) 2007 FUJITA Tomonori <tomof-HInyCGIudOg@public.gmane.org>
- *
- * 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, 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., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA
  */
 #include <linux/init.h>
 #include <linux/module.h>
-- 
2.20.1

-- 
You received this message because you are subscribed to the Google Groups "open-iscsi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-iscsi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to open-iscsi-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
Visit this group at https://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/d/optout.

  parent reply	other threads:[~2019-05-01 16:16 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-01 16:13 switch core SCSI code to SPDX tags Christoph Hellwig
2019-05-01 16:13 ` Christoph Hellwig
2019-05-01 16:13 ` [PATCH 01/24] scsi: add SPDX tags to scsi midlayer files missing licensing information Christoph Hellwig
2019-05-01 16:13   ` Christoph Hellwig
2019-05-02  5:58   ` Hannes Reinecke
2019-05-02  5:58     ` Hannes Reinecke
2019-05-01 16:13 ` [PATCH 02/24] scsi: switch the remaining scsi midlayer files to use SPDX tags Christoph Hellwig
2019-05-02  5:59   ` Hannes Reinecke
2019-05-02  5:59     ` Hannes Reinecke
2019-05-01 16:13 ` [PATCH 03/24] scsi_netlink: remove duplicate GPL boilerplate text Christoph Hellwig
2019-05-02  5:59   ` Hannes Reinecke
2019-05-02  5:59     ` Hannes Reinecke
2019-05-01 16:13 ` [PATCH 04/24] scsi_transport.h: switch to SPDX tags Christoph Hellwig
2019-05-01 16:13   ` Christoph Hellwig
2019-05-02  5:59   ` Hannes Reinecke
2019-05-02  5:59     ` Hannes Reinecke
2019-05-01 16:13 ` [PATCH 05/24] scsi_transport_fc: remove duplicate GPL boilerplate text Christoph Hellwig
2019-05-01 16:13   ` Christoph Hellwig
2019-05-02  6:00   ` Hannes Reinecke
2019-05-02  6:00     ` Hannes Reinecke
2019-05-01 16:13 ` [PATCH 06/24] scsi_transport_fc: switch to SPDX tags Christoph Hellwig
2019-05-01 16:13   ` Christoph Hellwig
2019-05-02  6:00   ` Hannes Reinecke
2019-05-02  6:00     ` Hannes Reinecke
2019-05-01 16:14 ` [PATCH 07/24] scsi_transport_iscsi: " Christoph Hellwig
2019-05-01 16:14   ` Christoph Hellwig
2019-05-02  6:01   ` Hannes Reinecke
2019-05-02  6:01     ` Hannes Reinecke
2019-05-01 16:14 ` [PATCH 08/24] scsi_transport_sas: " Christoph Hellwig
2019-05-02  6:01   ` Hannes Reinecke
2019-05-01 16:14 ` [PATCH 09/24] scsi_transport_spi: " Christoph Hellwig
2019-05-01 16:14   ` Christoph Hellwig
2019-05-02  6:01   ` Hannes Reinecke
2019-05-01 16:14 ` Christoph Hellwig [this message]
2019-05-01 16:14   ` [PATCH 10/24] scsi_transport_srp: " Christoph Hellwig
2019-05-02  6:02   ` Hannes Reinecke
2019-05-02 15:02   ` Bart Van Assche
2019-05-01 16:14 ` [PATCH 11/24] libfc: remove duplicate GPL boilerplate text Christoph Hellwig
2019-05-02  6:02   ` Hannes Reinecke
2019-05-01 16:14 ` [PATCH 12/24] libfc: switch to SPDX tags Christoph Hellwig
2019-05-02  6:03   ` Hannes Reinecke
2019-05-14  1:15   ` Martin K. Petersen
2019-05-14  1:15     ` Martin K. Petersen
2019-05-01 16:14 ` [PATCH 13/24] libfcoe: " Christoph Hellwig
2019-05-01 16:14   ` Christoph Hellwig
2019-05-02  6:03   ` Hannes Reinecke
2019-05-02  6:03     ` Hannes Reinecke
2019-05-01 16:14 ` [PATCH 14/24] libiscsi: " Christoph Hellwig
2019-05-01 16:14   ` Christoph Hellwig
2019-05-02  6:03   ` Hannes Reinecke
2019-05-01 16:14 ` [PATCH 15/24] libsas: add a SPDX tag to sas_task.c Christoph Hellwig
2019-05-02  6:04   ` Hannes Reinecke
2019-05-02  6:04     ` Hannes Reinecke
2019-05-01 16:14 ` [PATCH 16/24] libsas: switch sas_ata.[ch] to SPDX tags Christoph Hellwig
2019-05-02  6:04   ` Hannes Reinecke
2019-05-02  6:04     ` Hannes Reinecke
2019-05-01 16:14 ` [PATCH 17/24] libsas: switch remaining files " Christoph Hellwig
2019-05-01 16:14   ` Christoph Hellwig
2019-05-02  6:04   ` Hannes Reinecke
2019-05-05 21:20   ` John Garry
2019-05-01 16:14 ` [PATCH 18/24] sd: add a SPDX tag to sd.c Christoph Hellwig
2019-05-01 16:14   ` Christoph Hellwig
2019-05-02  6:05   ` Hannes Reinecke
2019-05-02  6:05     ` Hannes Reinecke
2019-05-01 16:14 ` [PATCH 19/24] sd: switch remaining files to SPDX tags Christoph Hellwig
2019-05-01 16:14   ` Christoph Hellwig
2019-05-02  6:05   ` Hannes Reinecke
2019-05-02  6:05     ` Hannes Reinecke
2019-05-01 16:14 ` [PATCH 20/24] ses: switch " Christoph Hellwig
2019-05-01 16:14   ` Christoph Hellwig
2019-05-02  6:05   ` Hannes Reinecke
2019-05-02  6:05     ` Hannes Reinecke
2019-05-01 16:14 ` [PATCH 21/24] sg: " Christoph Hellwig
2019-05-01 16:14   ` Christoph Hellwig
2019-05-02  6:05   ` Hannes Reinecke
2019-05-02 15:28   ` Douglas Gilbert
2019-05-02 15:28     ` Douglas Gilbert
2019-05-05 20:04   ` Douglas Gilbert
2019-05-05 20:04     ` Douglas Gilbert
2019-05-01 16:14 ` [PATCH 22/24] sr: add a SPDX tag to sr.c Christoph Hellwig
2019-05-01 16:14   ` Christoph Hellwig
2019-05-02  6:06   ` Hannes Reinecke
2019-05-02  6:06     ` Hannes Reinecke
2019-05-01 16:14 ` [PATCH 23/24] st: add a SPDX tag to st.c Christoph Hellwig
2019-05-01 16:14   ` Christoph Hellwig
2019-05-02  6:06   ` Hannes Reinecke
2019-05-01 16:14 ` [PATCH 24/24] osst: add a SPDX tag to osst.c Christoph Hellwig
2019-05-02  6:06   ` Hannes Reinecke
2019-05-02  6:06     ` Hannes Reinecke
2019-05-02 12:53     ` Christoph Hellwig
2019-05-02 12:53       ` Christoph Hellwig
2019-05-02 14:19       ` Hannes Reinecke
     [not found]         ` <10a8c8f5-879c-685f-f43c-d5af678b2187-l3A5Bk7waGM@public.gmane.org>
2019-05-02 19:55           ` Willem Riede
2019-05-03  8:05             ` Hannes Reinecke
     [not found]               ` <c9a58611-13e2-8e13-b573-b504032c017c-l3A5Bk7waGM@public.gmane.org>
2019-05-03 16:09                 ` Willem Riede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190501161417.32592-11-hch@lst.de \
    --to=hch@lst.de \
    --cc=Kai.Makisara@kolumbus.fi \
    --cc=axboe@kernel.dk \
    --cc=cleech@redhat.com \
    --cc=dgilbert@interlog.com \
    --cc=hare@suse.de \
    --cc=jejb@linux.ibm.com \
    --cc=lduncan@suse.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=open-iscsi@googlegroups.com \
    --cc=osst-users@lists.sourceforge.net \
    --cc=osst@riede.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.