From: Greg Kroah-Hartman Date: Tue, 2 Apr 2019 10:31:54 +0000 (+0200) Subject: staging: comedi: quatec_daqp_cs: add proper SPDX identifier to driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7beaea29453bcd59ac8034f0d8fe9656f4f6fa14;p=linux.git staging: comedi: quatec_daqp_cs: add proper SPDX identifier to driver By default all files without license information are under the default license of the kernel, which is GPL version 2. Because of this, add the GPL-2.0 identifier to the quatec_daqp_cs driver which did not have any license identifiers in it at all. Cc: Ian Abbott Cc: H Hartley Sweeten Cc: Brent Baccala Cc: David A. Schleef Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/quatech_daqp_cs.c b/drivers/staging/comedi/drivers/quatech_daqp_cs.c index 257b0daff01f2..6daaacf7a26a7 100644 --- a/drivers/staging/comedi/drivers/quatech_daqp_cs.c +++ b/drivers/staging/comedi/drivers/quatech_daqp_cs.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * quatech_daqp_cs.c * Quatech DAQP PCMCIA data capture cards COMEDI client driver