Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 490

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license as version 2 as
published by the free software foundation this program is
distributed in the hope that it will be useful but without any
warranty without even the implied warranty of merchantability or
fitness for a particular purpose see the gnu general public license
for more details

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Enrico Weigelt <info@metux.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081205.608593891@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
47d7195d 81c9859b

+13 -117
+1 -9
sound/soc/intel/skylake/cnl-sst-dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * cnl-sst-dsp.c - CNL SST library generic function 3 4 * ··· 9 8 * SKL SST library generic function 10 9 * Copyright (C) 2014-15, Intel Corporation. 11 10 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as version 2, as 15 - * published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope that it will be useful, but 18 - * WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - * General Public License for more details. 21 11 * 22 12 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23 13 */
+1 -9
sound/soc/intel/skylake/cnl-sst-dsp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Cannonlake SST DSP Support 3 4 * 4 5 * Copyright (C) 2016-17, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __CNL_SST_DSP_H__
+1 -9
sound/soc/intel/skylake/cnl-sst.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * cnl-sst.c - DSP library functions for CNL platform 3 4 * ··· 11 10 * Copyright (C) 2014-15, Intel Corporation. 12 11 * 13 12 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as version 2, as 17 - * published by the Free Software Foundation. 18 - * 19 - * This program is distributed in the hope that it will be useful, but 20 - * WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 - * General Public License for more details. 23 13 * 24 14 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25 15 */
+1 -9
sound/soc/intel/skylake/skl-messages.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * skl-message.c - HDA DSP interface for FW registration, Pipe and Module 3 4 * configurations ··· 7 6 * Author:Rafal Redzimski <rafal.f.redzimski@intel.com> 8 7 * Jeeja KP <jeeja.kp@intel.com> 9 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as version 2, as 13 - * published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/slab.h>
+1 -9
sound/soc/intel/skylake/skl-sst-cldma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * skl-sst-cldma.c - Code Loader DMA handler 3 4 * 4 5 * Copyright (C) 2015, Intel Corporation. 5 6 * Author: Subhransu S. Prusty <subhransu.s.prusty@intel.com> 6 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as version 2, as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/device.h>
+1 -9
sound/soc/intel/skylake/skl-sst-cldma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel Code Loader DMA support 3 4 * 4 5 * Copyright (C) 2015, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #ifndef SKL_SST_CLDMA_H_
+1 -9
sound/soc/intel/skylake/skl-sst-dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * skl-sst-dsp.c - SKL SST library generic function 3 4 * ··· 6 5 * Author:Rafal Redzimski <rafal.f.redzimski@intel.com> 7 6 * Jeeja KP <jeeja.kp@intel.com> 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as version 2, as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 #include <sound/pcm.h> 20 10
+1 -9
sound/soc/intel/skylake/skl-sst-dsp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Skylake SST DSP Support 3 4 * 4 5 * Copyright (C) 2014-15, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __SKL_SST_DSP_H__
+1 -9
sound/soc/intel/skylake/skl-sst-ipc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * skl-sst-ipc.c - Intel skl IPC Support 3 4 * 4 5 * Copyright (C) 2014-15, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 #include <linux/device.h> 16 8
+1 -9
sound/soc/intel/skylake/skl-sst-ipc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel SKL IPC Support 3 4 * 4 5 * Copyright (C) 2014-15, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __SKL_IPC_H
+1 -9
sound/soc/intel/skylake/skl-sst-utils.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * skl-sst-utils.c - SKL sst utils functions 3 4 * 4 5 * Copyright (C) 2016 Intel Corp 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/device.h>
+1 -9
sound/soc/intel/skylake/skl-sst.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * skl-sst.c - HDA DSP library functions for SKL platform 3 4 * ··· 6 5 * Author:Rafal Redzimski <rafal.f.redzimski@intel.com> 7 6 * Jeeja KP <jeeja.kp@intel.com> 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as version 2, as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/module.h>
+1 -9
sound/soc/intel/skylake/skl-topology.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * skl-topology.c - Implements Platform component ALSA controls/widget 3 4 * handlers. ··· 6 5 * Copyright (C) 2014-2015 Intel Corp 7 6 * Author: Jeeja KP <jeeja.kp@intel.com> 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as version 2, as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/slab.h>