Re: [PATCH v2 1/2] scsi: ufs: Add SPDX GPL-2.0 to replace GPL v2 boilerplate

From: Bean Huo
Date: Fri Jun 05 2020 - 15:24:59 EST


On Fri, 2020-06-05 at 12:18 -0700, Eric Biggers wrote:
> > +/* SPDX-License-Identifier: GPL-2.0 */
> > /*
> > * Universal Flash Storage Host controller driver
> > - *
> > - * This code is based on drivers/scsi/ufs/ufs.h
> > * Copyright (C) 2011-2013 Samsung India Software Operations
> > *
> > * Authors:
> > * Santosh Yaraganavi <santosh.sy@xxxxxxxxxxx>
> > * Vinayak Holikatti <h.vinayak@xxxxxxxxxxx>
> > - *
> > - * 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 actually says GPL v2 or later. Not GPL v2 only.
>
> - Eric

thanks, that shuold be "SPDX-License-Identifier: GPL-2.0-or-later".

ok, let me update it.

Bean