On Tue, Jun 11, 2019 at 3:23 PM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote: > > All files in this driver directory contain the following notice: > > See LICENSE.qla2xxx for copyright and licensing details. > > LICENSE.qla2xxx can be found in Documentation/scsi/. The file contains: > > - A copyright notice > > This copyright notice is redundant as all files contain the same > copyright notice already > > - A license notice > > You may modify and redistribute the device driver code under the > GNU General Public License (a copy of which is attached hereto as > Exhibit A) published by the Free Software Foundation (version 2). > > This can be replaced with the corresponding SPDX license identifier > (GPL-2.0-only) in the source files which reference this license > file. > > - The full GPLv2 license text > > A redundant copy of LICENSES/preferred/GPL-2.0 > > Remove the notices and add the SPDX license identifier GPL-2.0-only to the > source files. > > Finally remove the now redundant LICENSE.qla2xxx file. > > Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Reviewed-by: Richard Fontana <rfontana@xxxxxxxxxx>