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

ALSA: Remove some left-over license text in include/uapi/sound/

There is already a SPDX-License-Identifier tag, so the corresponding
license text can be removed.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/203c1db92c470925f31e361f6e7d180812501f2e.1664112023.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Christophe JAILLET and committed by
Takashi Iwai
69ab6f5b 1dd0dd0b

+2 -214
-16
include/uapi/sound/asequencer.h
··· 3 3 * Main header file for the ALSA sequencer 4 4 * Copyright (c) 1998-1999 by Frank van de Pol <fvdpol@coil.demon.nl> 5 5 * (c) 1998-1999 by Jaroslav Kysela <perex@perex.cz> 6 - * 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 published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 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 - * 22 6 */ 23 7 #ifndef _UAPI__SOUND_ASEQUENCER_H 24 8 #define _UAPI__SOUND_ASEQUENCER_H
-4
include/uapi/sound/asoc.h
··· 5 5 * Copyright (C) 2012 Texas Instruments Inc. 6 6 * Copyright (C) 2015 Intel Corporation. 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 version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 8 * Simple file API to load FW that includes mixers, coefficients, DAPM graphs, 13 9 * algorithms, equalisers, DAIs, widgets etc. 14 10 */
-16
include/uapi/sound/asound.h
··· 3 3 * Advanced Linux Sound Architecture - ALSA - Driver 4 4 * Copyright (c) 1994-2003 by Jaroslav Kysela <perex@perex.cz>, 5 5 * Abramo Bagnara <abramo@alsa-project.org> 6 - * 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 published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 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 - * 22 6 */ 23 7 24 8 #ifndef _UAPI__SOUND_ASOUND_H
-15
include/uapi/sound/asound_fm.h
··· 10 10 * 4Front Technologies 11 11 * 12 12 * Direct FM control 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2 of the License, or 17 - * (at your option) any later version. 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with this program; if not, write to the Free Software 26 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 27 - * 28 13 */ 29 14 30 15 #define SNDRV_DM_FM_MODE_OPL2 0x00
-17
include/uapi/sound/compress_offload.h
··· 5 5 * Copyright (C) 2011 Intel Corporation 6 6 * Authors: Vinod Koul <vinod.koul@linux.intel.com> 7 7 * Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> 8 - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 published by 12 - * the Free Software Foundation; version 2 of the License. 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 - * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 22 - * 23 - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 - * 25 8 */ 26 9 #ifndef __COMPRESS_OFFLOAD_H 27 10 #define __COMPRESS_OFFLOAD_H
+2 -36
include/uapi/sound/compress_params.h
··· 7 7 * Authors: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> 8 8 * Vinod Koul <vinod.koul@linux.intel.com> 9 9 * 10 - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License along 22 - * with this program; if not, write to the Free Software Foundation, Inc., 23 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 24 - * 25 10 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 11 * 27 12 * The definitions in this file are derived from the OpenMAX AL version 1.1 28 - * and OpenMAX IL v 1.1.2 header files which contain the copyright notice below. 13 + * and OpenMAX IL v 1.1.2 header files which contain the copyright notice below 14 + * and are licensed under the MIT license. 29 15 * 30 16 * Copyright (c) 2007-2010 The Khronos Group Inc. 31 - * 32 - * Permission is hereby granted, free of charge, to any person obtaining 33 - * a copy of this software and/or associated documentation files (the 34 - * "Materials "), to deal in the Materials without restriction, including 35 - * without limitation the rights to use, copy, modify, merge, publish, 36 - * distribute, sublicense, and/or sell copies of the Materials, and to 37 - * permit persons to whom the Materials are furnished to do so, subject to 38 - * the following conditions: 39 - * 40 - * The above copyright notice and this permission notice shall be included 41 - * in all copies or substantial portions of the Materials. 42 - * 43 - * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 44 - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 45 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 46 - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 47 - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 48 - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 49 - * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. 50 - * 51 17 */ 52 18 #ifndef __SND_COMPRESS_PARAMS_H 53 19 #define __SND_COMPRESS_PARAMS_H
-16
include/uapi/sound/emu10k1.h
··· 3 3 * Copyright (c) by Jaroslav Kysela <perex@perex.cz>, 4 4 * Creative Labs, Inc. 5 5 * Definitions for EMU10K1 (SB Live!) chips 6 - * 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 published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 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 - * 22 6 */ 23 7 #ifndef _UAPI__SOUND_EMU10K1_H 24 8 #define _UAPI__SOUND_EMU10K1_H
-14
include/uapi/sound/hdsp.h
··· 4 4 5 5 /* 6 6 * Copyright (C) 2003 Thomas Charbonnel (thomas@undata.org) 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 published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 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., 675 Mass Ave, Cambridge, MA 02139, USA. 21 7 */ 22 8 23 9 #ifdef __linux__
-15
include/uapi/sound/hdspm.h
··· 4 4 /* 5 5 * Copyright (C) 2003 Winfried Ritsch (IEM) 6 6 * based on hdsp.h from Thomas Charbonnel (thomas@undata.org) 7 - * 8 - * 9 - * This program is free software; you can redistribute it and/or modify 10 - * it under the terms of the GNU General Public License as published by 11 - * the Free Software Foundation; either version 2 of the License, or 12 - * (at your option) any later version. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to the Free Software 21 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22 7 */ 23 8 24 9 #ifdef __linux__
-15
include/uapi/sound/sb16_csp.h
··· 4 4 * Takashi Iwai <tiwai@suse.de> 5 5 * 6 6 * SB16ASP/AWE32 CSP control 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 published by 10 - * the Free Software Foundation; either version 2 of the License, or 11 - * (at your option) any later version. 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 - * 22 7 */ 23 8 #ifndef _UAPI__SOUND_SB16_CSP_H 24 9 #define _UAPI__SOUND_SB16_CSP_H
-15
include/uapi/sound/sfnt_info.h
··· 6 6 * Patch record compatible with AWE driver on OSS 7 7 * 8 8 * Copyright (C) 1999-2000 Takashi Iwai 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 published by 12 - * the Free Software Foundation; either version 2 of the License, or 13 - * (at your option) any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 - * 24 9 */ 25 10 26 11 #include <sound/asound.h>
-10
include/uapi/sound/snd_sst_tokens.h
··· 4 4 * 5 5 * Copyright (C) 2016 Intel Corp 6 6 * Author: Shreyas NC <shreyas.nc@intel.com> 7 - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 - * 9 - * This program is free software; you can redistribute it and/or modify 10 - * it under the terms of the GNU General Public License as version 2, as 11 - * published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License for more details. 17 7 */ 18 8 #ifndef __SND_SST_TOKENS_H__ 19 9 #define __SND_SST_TOKENS_H__
-11
include/uapi/sound/tlv.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 2 - /* 3 - * This program is free software; you can redistribute it and/or modify 4 - * it under the terms of the GNU General Public License as published by 5 - * the Free Software Foundation; either version 2 of the License, or 6 - * (at your option) any later version. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 13 2 14 3 #ifndef __UAPI_SOUND_TLV_H 15 4 #define __UAPI_SOUND_TLV_H
-14
include/uapi/sound/usb_stream.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 2 2 /* 3 3 * Copyright (C) 2007, 2008 Karsten Wiese <fzu@wemgehoertderstaat.de> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 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 MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * 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 Foundation, 17 - * Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 4 */ 19 5 20 6 #ifndef _UAPI__SOUND_USB_STREAM_H