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