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=-7.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 60EE7C43219 for ; Thu, 2 May 2019 06:06:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 362572081C for ; Thu, 2 May 2019 06:06:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726547AbfEBGGm (ORCPT ); Thu, 2 May 2019 02:06:42 -0400 Received: from mx2.suse.de ([195.135.220.15]:35254 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726255AbfEBGGm (ORCPT ); Thu, 2 May 2019 02:06:42 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 16E97AF8F; Thu, 2 May 2019 06:06:41 +0000 (UTC) Subject: Re: [PATCH 24/24] osst: add a SPDX tag to osst.c To: Christoph Hellwig , "James E . J . Bottomley" , "Martin K . Petersen" Cc: Lee Duncan , Chris Leech , Willem Riede , Doug Gilbert , Jens Axboe , =?UTF-8?Q?Kai_M=c3=a4kisara?= , linux-scsi@vger.kernel.org, open-iscsi@googlegroups.com, osst-users@lists.sourceforge.net, linux-kernel@vger.kernel.org, Chriosstoph Hellwig References: <20190501161417.32592-1-hch@lst.de> <20190501161417.32592-25-hch@lst.de> From: Hannes Reinecke Message-ID: <70277444-5b5b-6e3c-5af3-c658a841b144@suse.de> Date: Thu, 2 May 2019 08:06:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190501161417.32592-25-hch@lst.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/1/19 6:14 PM, Christoph Hellwig wrote: > osst.c is the only osst file missing licensing information. Add a > GPLv2 tag for the default kernel license. > > Signed-off-by: Chriosstoph Hellwig > --- > drivers/scsi/osst.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/scsi/osst.c b/drivers/scsi/osst.c > index be3c73ebbfde..fe4f0e7d6359 100644 > --- a/drivers/scsi/osst.c > +++ b/drivers/scsi/osst.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > SCSI Tape Driver for Linux version 1.1 and newer. See the accompanying > file Documentation/scsi/st.txt for more information. > Reviewed-by: Hannes Reinecke Cheers, Hannes -- Dr. Hannes Reinecke Teamlead Storage & Networking hare@suse.de +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Mary Higgins, Sri Rasiah HRB 21284 (AG Nürnberg) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Reinecke Subject: Re: [PATCH 24/24] osst: add a SPDX tag to osst.c Date: Thu, 2 May 2019 08:06:38 +0200 Message-ID: <70277444-5b5b-6e3c-5af3-c658a841b144@suse.de> References: <20190501161417.32592-1-hch@lst.de> <20190501161417.32592-25-hch@lst.de> Reply-To: open-iscsi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Sender: open-iscsi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20190501161417.32592-25-hch-jcswGhMUV9g@public.gmane.org> Content-Language: en-US List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Christoph Hellwig , "James E . J . Bottomley" , "Martin K . Petersen" Cc: Lee Duncan , Chris Leech , Willem Riede , Doug Gilbert , Jens Axboe , =?UTF-8?Q?Kai_M=c3=a4kisara?= , 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, Chriosstoph Hellwig List-Id: linux-scsi@vger.kernel.org On 5/1/19 6:14 PM, Christoph Hellwig wrote: > osst.c is the only osst file missing licensing information. Add a > GPLv2 tag for the default kernel license. >=20 > Signed-off-by: Chriosstoph Hellwig > --- > drivers/scsi/osst.c | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/drivers/scsi/osst.c b/drivers/scsi/osst.c > index be3c73ebbfde..fe4f0e7d6359 100644 > --- a/drivers/scsi/osst.c > +++ b/drivers/scsi/osst.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > SCSI Tape Driver for Linux version 1.1 and newer. See the accompanyin= g > file Documentation/scsi/st.txt for more information. >=20 Reviewed-by: Hannes Reinecke Cheers, Hannes --=20 Dr. Hannes Reinecke Teamlead Storage & Networking hare-l3A5Bk7waGM@public.gmane.org +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 N=C3=BCrnberg GF: Felix Imend=C3=B6rffer, Mary Higgins, Sri Rasiah HRB 21284 (AG N=C3=BCrnberg) --=20 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 e= mail 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.