ALSA: firewire: Remove some left-over license text in sound/firewire
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 25 Sep 2022 12:57:51 +0000 (14:57 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 27 Sep 2022 06:42:18 +0000 (08:42 +0200)
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>
sound/firewire/dice/dice-harman.c
sound/firewire/dice/dice-presonus.c
sound/firewire/fireface/ff-protocol-former.c
sound/firewire/fireface/ff-protocol-latter.c
sound/firewire/motu/motu-protocol-v1.c

index a8ca00c397e84dfb4459322cbd46735ddd25656a..212ae77dfca2752a3bf095f42b9a5ac592bb4d68 100644 (file)
@@ -2,8 +2,6 @@
 // dice-harman.c - a part of driver for DICE based devices
 //
 // Copyright (c) 2021 Takashi Sakamoto
-//
-// Licensed under the terms of the GNU General Public License, version 2.
 
 #include "dice.h"
 
index 503f462a83f4e100b18a1dbdb9410a58d033d96f..967cc3119a64752ae7d500b72d78f98da50dd771 100644 (file)
@@ -2,8 +2,6 @@
 // dice-presonus.c - a part of driver for DICE based devices
 //
 // Copyright (c) 2019 Takashi Sakamoto
-//
-// Licensed under the terms of the GNU General Public License, version 2.
 
 #include "dice.h"
 
index bf44cad7985e080697563bdf56a0df34eba37196..8900ffe517ed3fb01ca7b6ebde10707914e8cdc9 100644 (file)
@@ -2,8 +2,6 @@
 // ff-protocol-former.c - a part of driver for RME Fireface series
 //
 // Copyright (c) 2019 Takashi Sakamoto
-//
-// Licensed under the terms of the GNU General Public License, version 2.
 
 #include <linux/delay.h>
 
index 7ddb7b97f02db7409e70acb984aca330e536ed74..76c3eab36d4e07ad34939d7c2e4c8786118e73f1 100644 (file)
@@ -1,9 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
-// ff-protocol-latter - a part of driver for RME Fireface series
+// ff-protocol-latter.c - a part of driver for RME Fireface series
 //
 // Copyright (c) 2019 Takashi Sakamoto
-//
-// Licensed under the terms of the GNU General Public License, version 2.
 
 #include <linux/delay.h>
 
index f1d6a326dc07c73fca6013bad68e622411909394..e811629f167b847b169567eba70fb66bc966ba32 100644 (file)
@@ -1,10 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
-
 // motu-protocol-v1.c - a part of driver for MOTU FireWire series
 //
 // Copyright (c) 2021 Takashi Sakamoto <o-takashi@sakamocchi.jp>
-//
-// Licensed under the terms of the GNU General Public License, version 2.
 
 #include "motu.h"