treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 364
authorThomas Gleixner <tglx@linutronix.de>
Fri, 31 May 2019 08:09:25 +0000 (01:09 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Jun 2019 15:37:09 +0000 (17:37 +0200)
Based on 1 normalized pattern(s):

  this source file is released under gpl v2 license no other versions
  see the copying file included in the main directory of this source
  distribution for the license terms and conditions

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-only

has been chosen to replace the boilerplate/reference in 28 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531081035.780831265@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
28 files changed:
sound/pci/ctxfi/ct20k1reg.h
sound/pci/ctxfi/ct20k2reg.h
sound/pci/ctxfi/ctamixer.c
sound/pci/ctxfi/ctamixer.h
sound/pci/ctxfi/ctatc.c
sound/pci/ctxfi/ctatc.h
sound/pci/ctxfi/ctdaio.c
sound/pci/ctxfi/ctdaio.h
sound/pci/ctxfi/cthardware.c
sound/pci/ctxfi/cthardware.h
sound/pci/ctxfi/cthw20k1.c
sound/pci/ctxfi/cthw20k1.h
sound/pci/ctxfi/cthw20k2.c
sound/pci/ctxfi/cthw20k2.h
sound/pci/ctxfi/ctimap.c
sound/pci/ctxfi/ctimap.h
sound/pci/ctxfi/ctmixer.c
sound/pci/ctxfi/ctmixer.h
sound/pci/ctxfi/ctpcm.c
sound/pci/ctxfi/ctpcm.h
sound/pci/ctxfi/ctresource.c
sound/pci/ctxfi/ctresource.h
sound/pci/ctxfi/ctsrc.c
sound/pci/ctxfi/ctsrc.h
sound/pci/ctxfi/cttimer.c
sound/pci/ctxfi/ctvmem.c
sound/pci/ctxfi/ctvmem.h
sound/pci/ctxfi/xfi.c

index 5851249f11d912a318af26b9fc2ac6d933efe492..d4bfee499fb1caec0179795715a42e35df4a4f08 100644 (file)
@@ -1,9 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
- *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
  */
 
 #ifndef CT20K1REG_H
index ca501ba03d64c97cf006c47f5693fb6bde3ca202..af94ea66fdda7058d8cf992c2f8c3c0db4199d21 100644 (file)
@@ -1,9 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
- *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
  */
 
 #ifndef _20K2REGISTERS_H_
index 5fcbb065d8702bd051b3a69789bcfe5b3b5d4da2..d4ff377eb3a3405fab75c044e92603d2387e1a1d 100644 (file)
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctamixer.c
  *
  * @Brief
@@ -13,7 +10,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 21 2008
- *
  */
 
 #include "ctamixer.h"
index 2de18aa6508dbd4b9a363e2f760c2fdb4cd6bf63..4fafb397abed10c442e8062fe437b0c292615e5e 100644 (file)
@@ -1,10 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctamixer.h
  *
  * @Brief
@@ -13,7 +10,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 21 2008
- *
  */
 
 #ifndef CTAMIXER_H
index e622613ea94728669b6ebd7c4a791cf4df28f2b8..055a71b0a643db77b1687114dbdf0cf617ba3633 100644 (file)
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File    ctatc.c
  *
  * @Brief
index 56413343a9e831dd1bbdfac07b9529428fbd979e..ac31b32b277b70cee32667cccb2bcf5c142c503d 100644 (file)
@@ -1,10 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctatc.h
  *
  * @Brief
@@ -12,7 +9,6 @@
  *
  * @Author     Liu Chun
  * @Date       Mar 28 2008
- *
  */
 
 #ifndef CTATC_H
index f35a7341e44634c1f4108e7c32c7cde102d8a369..27441d498968dba0760972c44c67c1f7078373d4 100644 (file)
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctdaio.c
  *
  * @Brief
@@ -13,7 +10,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 23 2008
- *
  */
 
 #include "ctdaio.h"
index a30be73b08ea6c4bb50cb5735d6fa7d0978d0a9d..431583bb0a3e1bbe906cbb55ee6110ebba473dc8 100644 (file)
@@ -1,10 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctdaio.h
  *
  * @Brief
@@ -13,7 +10,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 23 2008
- *
  */
 
 #ifndef CTDAIO_H
index a689f255270641ab21f17474e8dbfe8ced37ae19..9b7e63f4a3a7f3a044548b53b3dd2dea038c1fd0 100644 (file)
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       cthardware.c
  *
  * @Brief
@@ -12,7 +9,6 @@
  *
  * @Author     Liu Chun
  * @Date       Jun 26 2008
- *
  */
 
 #include "cthardware.h"
index 54cc9cb75f00827ac18b231e3773f36a7a951c10..9e6b83bd432d9c89383c5aaeb2e9d8b6305f53ac 100644 (file)
@@ -1,10 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       cthardware.h
  *
  * @Brief
@@ -12,7 +9,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 13 2008
- *
  */
 
 #ifndef CTHARDWARE_H
index 6a051a1c3724f3177917713cd610ab6c15f0da6f..4ff7ecd927096d36f197b353dc63b133416df37c 100644 (file)
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       cthw20k1.c
  *
  * @Brief
@@ -12,7 +9,6 @@
  *
  * @Author     Liu Chun
  * @Date       Jun 24 2008
- *
  */
 
 #include <linux/types.h>
index 02f72fb448a62ec37d31ab14e90c0ecd155d7481..b7cbe82d71bd801f3db789fa3721054889d11f55 100644 (file)
@@ -1,10 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       cthw20k1.h
  *
  * @Brief
@@ -12,7 +9,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 13 2008
- *
  */
 
 #ifndef CTHW20K1_H
index 3c966fafc754aca74eb6039a5d3a2b7f201c370f..3cd4b7dad945d56d72c27006d303e243a938c960 100644 (file)
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       cthw20k2.c
  *
  * @Brief
@@ -12,7 +9,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 14 2008
- *
  */
 
 #include <linux/types.h>
index d2b7daab68153d8ce0b0af77d2816170d5d1db9b..797b13dcd84c828cfeefb24ed78fe49dda9f5d6e 100644 (file)
@@ -1,10 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       cthw20k2.h
  *
  * @Brief
@@ -12,7 +9,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 13 2008
- *
  */
 
 #ifndef CTHW20K2_H
index 0b73368a4df6362a036bc7cad9a582f1fcbab12b..eb1825e13fc5c287d439e9349c3dcf2027471cfc 100644 (file)
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctimap.c
  *
  * @Brief
@@ -13,7 +10,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 23 2008
- *
  */
 
 #include "ctimap.h"
index 53ccf9be8b682614d77b32a3f82e7bf5f4a28996..79bc94bce4d572fe39b6038f6ba17a4493c5aa57 100644 (file)
@@ -1,10 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctimap.h
  *
  * @Brief
@@ -13,7 +10,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 23 2008
- *
  */
 
 #ifndef CTIMAP_H
index 4777d50fbbf8360f2aaac29c2315402cf82969e1..84514dc90d87adcadcee7292ff346c59738d2082 100644 (file)
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctmixer.c
  *
  * @Brief
@@ -12,7 +9,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 28 2008
- *
  */
 
 
index be881c639fee536f46c3f605984facc37d6d0ebb..770dc18a85e8582014b74088cb9afcece28e12af 100644 (file)
@@ -1,10 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctmixer.h
  *
  * @Brief
@@ -12,7 +9,6 @@
  *
  * @Author     Liu Chun
  * @Date       Mar 28 2008
- *
  */
 
 #ifndef CTMIXER_H
index b36e37ae2b519b64bdf24e0b2ff9dd8ce11375f9..89923399e64669c9ca1d444686f9f3e2f2af5bc2 100644 (file)
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctpcm.c
  *
  * @Brief
@@ -12,7 +9,6 @@
  *
  * @Author     Liu Chun
  * @Date       Apr 2 2008
- *
  */
 
 #include "ctpcm.h"
index 178da0dca647c4dda9cf35aa736045cf10b50dbe..dfa1c62f7d1e6856147247c9d456b86370417309 100644 (file)
@@ -1,10 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctpcm.h
  *
  * @Brief
@@ -12,7 +9,6 @@
  *
  * @Author     Liu Chun
  * @Date       Mar 28 2008
- *
  */
 
 #ifndef CTPCM_H
index 80c4d84f9667f25601c8f7f878cd9c5bde8db05d..0bb5696e44b3772288935c3c1e0d3b44fab242b1 100644 (file)
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctresource.c
  *
  * @Brief
@@ -12,7 +9,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 15 2008
- *
  */
 
 #include "ctresource.h"
index 736d9f7e9e165844fe75419a5e063ad02565814b..93e47488a1c1c6fa175a121bcd1addfe327f650b 100644 (file)
@@ -1,10 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctresource.h
  *
  * @Brief
@@ -13,7 +10,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 13 2008
- *
  */
 
 #ifndef CTRESOURCE_H
index a4fc10723fc6b4d044b5a72846191faebb9ae96e..37c18ce84974ab549af2a4fd60b859d09b3c3970 100644 (file)
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctsrc.c
  *
  * @Brief
@@ -13,7 +10,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 13 2008
- *
  */
 
 #include "ctsrc.h"
index 92944a012bc4b6dc8bc4d2a6a448bbc2933947c0..1204962280c8e3bde7a19f5d0bb7ed722c57c8b1 100644 (file)
@@ -1,10 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File       ctsrc.h
  *
  * @Brief
@@ -13,7 +10,6 @@
  *
  * @Author     Liu Chun
  * @Date       May 13 2008
- *
  */
 
 #ifndef CTSRC_H
index 2099e9ce441afdd2f58e96feb7895224964928cd..0bb447ccd77c3795ee3863c2407cebefb59a017b 100644 (file)
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * PCM timer handling on ctxfi
- *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
  */
 
 #include <linux/slab.h>
index 520e19bc649ffcfacea2b10703d9a08e9ae9e7e4..2e80b17a7104bf732349febfb26ad17a931a07f9 100644 (file)
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File    ctvmem.c
  *
  * @Brief
index e6da60eb19ceb76d64ce92fbcbd62f2bb144b6c3..54818a3c245d8c970ff105b0fa26329a773c4c87 100644 (file)
@@ -1,10 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /**
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
- *
  * @File    ctvmem.h
  *
  * @Brief
index b2874220be1b569b41d836907d90378a0ed03cd0..8c07c6463c246f72e4e8eaa59f7dbb910c347169 100644 (file)
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * xfi linux driver.
  *
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
- *
- * This source file is released under GPL v2 license (no other versions).
- * See the COPYING file included in the main directory of this source
- * distribution for the license terms and conditions.
  */
 
 #include <linux/init.h>