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 273

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of version 2 of the gnu general public license 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 you should have received a copy of the gnu general
public license along with this program if not write to the free
software foundation inc 59 temple place suite 330 boston ma 02111
1307 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190529141334.606756275@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
07d7fe7b ff7924b0

+22 -268
+1 -14
sound/pci/asihpi/asihpi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Asihpi soundcard 3 4 * Copyright (c) by AudioScience Inc <support@audioscience.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation; 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 - * 18 5 * 19 6 * The following is not a condition of use, merely a request: 20 7 * If you modify this program, particularly if you fix errors, AudioScience Inc
+1 -12
sound/pci/asihpi/hpi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /****************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 */ 20 9 /** \file hpi.h
+1 -12
sound/pci/asihpi/hpi6000.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /****************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 Hardware Programming Interface (HPI) for AudioScience ASI6200 series adapters. 20 9 These PCI bus adapters are based on the TI C6711 DSP.
+1 -12
sound/pci/asihpi/hpi6000.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /***************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 Public declarations for DSP Proramming Interface to TI C6701 20 9
+1 -12
sound/pci/asihpi/hpi6205.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /****************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 Hardware Programming Interface (HPI) for AudioScience 20 9 ASI50xx, AS51xx, ASI6xxx, ASI87xx ASI89xx series adapters.
+1 -12
sound/pci/asihpi/hpi6205.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /***************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 Host Interface module for an ASI6205 based 20 9 bus mastering PCI adapter.
+1 -12
sound/pci/asihpi/hpi_internal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /****************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2012 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 HPI internal definitions 20 9
+1 -12
sound/pci/asihpi/hpicmn.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /****************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 \file hpicmn.c 20 9
+1 -12
sound/pci/asihpi/hpicmn.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 */ 20 9
+1 -12
sound/pci/asihpi/hpidebug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /************************************************************************ 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 Debug macro translation. 20 9
+1 -12
sound/pci/asihpi/hpidebug.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /***************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 Debug macros. 20 9
+1 -12
sound/pci/asihpi/hpidspcd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /*********************************************************************** 2 3 3 4 AudioScience HPI driver ··· 6 5 7 6 Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com> 8 7 9 - This program is free software; you can redistribute it and/or modify 10 - it under the terms of version 2 of the GNU General Public License as 11 - published by the Free Software Foundation; 12 - 13 - This program is distributed in the hope that it will be useful, 14 - but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - GNU General Public License for more details. 17 - 18 - You should have received a copy of the GNU General Public License 19 - along with this program; if not, write to the Free Software 20 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 8 22 9 ***********************************************************************/ 23 10 #define SOURCEFILE_NAME "hpidspcd.c"
+1 -12
sound/pci/asihpi/hpidspcd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /***********************************************************************/ 2 3 /** 3 4 4 5 AudioScience HPI driver 5 6 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 6 7 7 - This program is free software; you can redistribute it and/or modify 8 - it under the terms of version 2 of the GNU General Public License as 9 - published by the Free Software Foundation; 10 - 11 - This program is distributed in the hope that it will be useful, 12 - but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - GNU General Public License for more details. 15 - 16 - You should have received a copy of the GNU General Public License 17 - along with this program; if not, write to the Free Software 18 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 8 20 9 \file 21 10 Functions for reading DSP code to load into DSP
+1 -12
sound/pci/asihpi/hpimsginit.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /****************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 Hardware Programming Interface (HPI) Utility functions. 20 9
+1 -12
sound/pci/asihpi/hpimsginit.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /****************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 Hardware Programming Interface (HPI) Utility functions 20 9
+1 -12
sound/pci/asihpi/hpimsgx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /****************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 Extended Message Function With Response Caching 20 9
+1 -12
sound/pci/asihpi/hpimsgx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /****************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 HPI Extended Message Handler Functions 20 9
+1 -12
sound/pci/asihpi/hpioctl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /******************************************************************************* 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 Linux HPI ioctl, and shared module init functions 20 9 *******************************************************************************/
+1 -12
sound/pci/asihpi/hpios.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /****************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2012 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 HPI Operating System function implementation for Linux 20 9
+1 -12
sound/pci/asihpi/hpios.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /****************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 HPI Operating System Specific macros for Linux Kernel driver 20 9
+1 -12
sound/pci/asihpi/hpipcida.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /****************************************************************************** 2 3 3 4 AudioScience HPI driver 4 5 Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 5 6 6 - This program is free software; you can redistribute it and/or modify 7 - it under the terms of version 2 of the GNU General Public License as 8 - published by the Free Software Foundation; 9 - 10 - This program is distributed in the hope that it will be useful, 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - GNU General Public License for more details. 14 - 15 - You should have received a copy of the GNU General Public License 16 - along with this program; if not, write to the Free Software 17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 7 19 8 Array initializer for PCI card IDs 20 9
+1 -14
sound/sh/aica.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* aica.h 2 3 * Header file for ALSA driver for 3 4 * Sega Dreamcast Yamaha AICA sound 4 5 * Copyright Adrian McMenamin 5 6 * <adrian@mcmen.demon.co.uk> 6 7 * 2006 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of version 2 of the GNU General Public License as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 - * 21 8 */ 22 9 23 10 /* SPU memory and register constants etc */