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 5851249..d4bfee4 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 ca501ba..af94ea6 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 5fcbb06..d4ff377 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 2de18aa..4fafb39 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 e622613..055a71b 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 5641334..ac31b32 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 f35a734..27441d4 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 a30be73..431583b 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 a689f25..9b7e63f 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 54cc9cb..9e6b83b 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 6a051a1..4ff7ecd 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 02f72fb..b7cbe82 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 3c966fa..3cd4b7d 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 d2b7daa..797b13d 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 0b73368..eb1825e 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 53ccf9b..79bc94b 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 4777d50..84514dc 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 be881c6..770dc18 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 b36e37a..8992339 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 178da0d..dfa1c62 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 80c4d84..0bb5696 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 736d9f7..93e4748 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 a4fc107..37c18ce 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 92944a0..1204962 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 2099e9c..0bb447c 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 520e19b..2e80b17 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 e6da60e..54818a3 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 b287422..8c07c64 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>