Commit 1dd0dd0b authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Takashi Iwai

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: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/2bfe76c7eeb0f5205a1427e280bf8d9da0354a62.1664110649.git.christophe.jaillet@wanadoo.frSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent a61c7d88
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
// dice-harman.c - a part of driver for DICE based devices // dice-harman.c - a part of driver for DICE based devices
// //
// Copyright (c) 2021 Takashi Sakamoto // Copyright (c) 2021 Takashi Sakamoto
//
// Licensed under the terms of the GNU General Public License, version 2.
#include "dice.h" #include "dice.h"
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
// dice-presonus.c - a part of driver for DICE based devices // dice-presonus.c - a part of driver for DICE based devices
// //
// Copyright (c) 2019 Takashi Sakamoto // Copyright (c) 2019 Takashi Sakamoto
//
// Licensed under the terms of the GNU General Public License, version 2.
#include "dice.h" #include "dice.h"
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
// ff-protocol-former.c - a part of driver for RME Fireface series // ff-protocol-former.c - a part of driver for RME Fireface series
// //
// Copyright (c) 2019 Takashi Sakamoto // Copyright (c) 2019 Takashi Sakamoto
//
// Licensed under the terms of the GNU General Public License, version 2.
#include <linux/delay.h> #include <linux/delay.h>
......
// SPDX-License-Identifier: GPL-2.0 // 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 // Copyright (c) 2019 Takashi Sakamoto
//
// Licensed under the terms of the GNU General Public License, version 2.
#include <linux/delay.h> #include <linux/delay.h>
......
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
// motu-protocol-v1.c - a part of driver for MOTU FireWire series // motu-protocol-v1.c - a part of driver for MOTU FireWire series
// //
// Copyright (c) 2021 Takashi Sakamoto <o-takashi@sakamocchi.jp> // Copyright (c) 2021 Takashi Sakamoto <o-takashi@sakamocchi.jp>
//
// Licensed under the terms of the GNU General Public License, version 2.
#include "motu.h" #include "motu.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment