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

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

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

While at it, be more consistent and:
- add a missing .c (ff-protocol-latter)
- remove an empty line (motu-protocol-v1)

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

authored by

Christophe JAILLET and committed by
Takashi Iwai
1dd0dd0b a61c7d88

+1 -12
-2
sound/firewire/dice/dice-harman.c
··· 2 2 // dice-harman.c - a part of driver for DICE based devices 3 3 // 4 4 // Copyright (c) 2021 Takashi Sakamoto 5 - // 6 - // Licensed under the terms of the GNU General Public License, version 2. 7 5 8 6 #include "dice.h" 9 7
-2
sound/firewire/dice/dice-presonus.c
··· 2 2 // dice-presonus.c - a part of driver for DICE based devices 3 3 // 4 4 // Copyright (c) 2019 Takashi Sakamoto 5 - // 6 - // Licensed under the terms of the GNU General Public License, version 2. 7 5 8 6 #include "dice.h" 9 7
-2
sound/firewire/fireface/ff-protocol-former.c
··· 2 2 // ff-protocol-former.c - a part of driver for RME Fireface series 3 3 // 4 4 // Copyright (c) 2019 Takashi Sakamoto 5 - // 6 - // Licensed under the terms of the GNU General Public License, version 2. 7 5 8 6 #include <linux/delay.h> 9 7
+1 -3
sound/firewire/fireface/ff-protocol-latter.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - // ff-protocol-latter - a part of driver for RME Fireface series 2 + // ff-protocol-latter.c - a part of driver for RME Fireface series 3 3 // 4 4 // Copyright (c) 2019 Takashi Sakamoto 5 - // 6 - // Licensed under the terms of the GNU General Public License, version 2. 7 5 8 6 #include <linux/delay.h> 9 7
-3
sound/firewire/motu/motu-protocol-v1.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - 3 2 // motu-protocol-v1.c - a part of driver for MOTU FireWire series 4 3 // 5 4 // Copyright (c) 2021 Takashi Sakamoto <o-takashi@sakamocchi.jp> 6 - // 7 - // Licensed under the terms of the GNU General Public License, version 2. 8 5 9 6 #include "motu.h" 10 7