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 345

Based on 1 normalized pattern(s):

licensed under the terms of the gnu general public license version 2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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/20190530000437.521539229@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
da607e19 35e62ae8

+88 -162
+1 -2
sound/core/pcm_local.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * pcm_local.h - a local header file for snd-pcm module. 3 4 * 4 5 * Copyright (c) Takashi Sakamoto <o-takashi@sakamocchi.jp> 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #ifndef __SOUND_CORE_PCM_LOCAL_H
+1 -2
sound/firewire/amdtp-am824.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AM824 format in Audio and Music Data Transmission Protocol (IEC 61883-6) 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 6 * Copyright (c) 2015 Takashi Sakamoto <o-takashi@sakamocchi.jp> 6 - * 7 - * Licensed under the terms of the GNU General Public License, version 2. 8 7 */ 9 8 10 9 #include <linux/slab.h>
+1 -1
sound/firewire/amdtp-stream-trace.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * amdtp-stream-trace.h - tracepoint definitions to dump a part of packet data 3 4 * 4 5 * Copyright (c) 2016 Takashi Sakamoto 5 - * Licensed under the terms of the GNU General Public License, version 2. 6 6 */ 7 7 8 8 #undef TRACE_SYSTEM
+1 -1
sound/firewire/amdtp-stream.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Audio and Music Data Transmission Protocol (IEC 61883-6) streams 3 4 * with Common Isochronous Packet (IEC 61883-1) headers 4 5 * 5 6 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 7 */ 8 8 9 9 #include <linux/device.h>
+1 -2
sound/firewire/bebob/bebob.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bebob.c - a part of driver for BeBoB based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 /*
+1 -2
sound/firewire/bebob/bebob.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * bebob.h - a part of driver for BeBoB based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #ifndef SOUND_BEBOB_H_INCLUDED
+1 -2
sound/firewire/bebob/bebob_command.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bebob_command.c - driver for BeBoB based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "./bebob.h"
+1 -2
sound/firewire/bebob/bebob_focusrite.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bebob_focusrite.c - a part of driver for BeBoB based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "./bebob.h"
+1 -2
sound/firewire/bebob/bebob_hwdep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bebob_hwdep.c - a part of driver for BeBoB based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 /*
+1 -2
sound/firewire/bebob/bebob_maudio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bebob_maudio.c - a part of driver for BeBoB based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "./bebob.h"
+1 -2
sound/firewire/bebob/bebob_midi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bebob_midi.c - a part of driver for BeBoB based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "bebob.h"
+1 -2
sound/firewire/bebob/bebob_pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bebob_pcm.c - a part of driver for BeBoB based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "./bebob.h"
+1 -2
sound/firewire/bebob/bebob_proc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bebob_proc.c - a part of driver for BeBoB based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "./bebob.h"
+1 -2
sound/firewire/bebob/bebob_stream.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bebob_stream.c - a part of driver for BeBoB based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "./bebob.h"
+1 -2
sound/firewire/bebob/bebob_terratec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bebob_terratec.c - a part of driver for BeBoB based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "./bebob.h"
+1 -2
sound/firewire/bebob/bebob_yamaha_terratec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bebob_yamaha.c - a part of driver for BeBoB based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "./bebob.h"
+1 -1
sound/firewire/cmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Connection Management Procedures (IEC 61883-1) helper functions 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 - * Licensed under the terms of the GNU General Public License, version 2. 6 6 */ 7 7 8 8 #include <linux/device.h>
+1 -2
sound/firewire/dice/dice-hwdep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * dice_hwdep.c - a part of driver for DICE based devices 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 6 * Copyright (c) 2014 Takashi Sakamoto <o-takashi@sakamocchi.jp> 6 - * 7 - * Licensed under the terms of the GNU General Public License, version 2. 8 7 */ 9 8 10 9 #include "dice.h"
+1 -2
sound/firewire/dice/dice-midi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * dice_midi.c - a part of driver for Dice based devices 3 4 * 4 5 * Copyright (c) 2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 #include "dice.h" 9 8
+1 -2
sound/firewire/dice/dice-pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * dice_pcm.c - a part of driver for DICE based devices 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 6 * Copyright (c) 2014 Takashi Sakamoto <o-takashi@sakamocchi.jp> 6 - * 7 - * Licensed under the terms of the GNU General Public License, version 2. 8 7 */ 9 8 10 9 #include "dice.h"
+1 -2
sound/firewire/dice/dice-proc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * dice_proc.c - a part of driver for Dice based devices 3 4 * 4 5 * Copyright (c) Clemens Ladisch 5 6 * Copyright (c) 2014 Takashi Sakamoto 6 - * 7 - * Licensed under the terms of the GNU General Public License, version 2. 8 7 */ 9 8 10 9 #include "dice.h"
+1 -2
sound/firewire/dice/dice-stream.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * dice_stream.c - a part of driver for DICE based devices 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 6 * Copyright (c) 2014 Takashi Sakamoto <o-takashi@sakamocchi.jp> 6 - * 7 - * Licensed under the terms of the GNU General Public License, version 2. 8 7 */ 9 8 10 9 #include "dice.h"
+1 -2
sound/firewire/dice/dice-transaction.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * dice_transaction.c - a part of driver for Dice based devices 3 4 * 4 5 * Copyright (c) Clemens Ladisch 5 6 * Copyright (c) 2014 Takashi Sakamoto 6 - * 7 - * Licensed under the terms of the GNU General Public License, version 2. 8 7 */ 9 8 10 9 #include "dice.h"
+1 -1
sound/firewire/dice/dice.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TC Applied Technologies Digital Interface Communications Engine driver 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 - * Licensed under the terms of the GNU General Public License, version 2. 6 6 */ 7 7 8 8 #include "dice.h"
+1 -2
sound/firewire/dice/dice.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * dice.h - a part of driver for Dice based devices 3 4 * 4 5 * Copyright (c) Clemens Ladisch 5 6 * Copyright (c) 2014 Takashi Sakamoto 6 - * 7 - * Licensed under the terms of the GNU General Public License, version 2. 8 7 */ 9 8 10 9 #ifndef SOUND_DICE_H_INCLUDED
+1 -2
sound/firewire/digi00x/amdtp-dot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * amdtp-dot.c - a part of driver for Digidesign Digi 002/003 family 3 4 * 4 5 * Copyright (c) 2014-2015 Takashi Sakamoto 5 6 * Copyright (C) 2012 Robin Gareus <robin@gareus.org> 6 7 * Copyright (C) 2012 Damien Zammit <damien@zamaudio.com> 7 - * 8 - * Licensed under the terms of the GNU General Public License, version 2. 9 8 */ 10 9 11 10 #include <sound/pcm.h>
+1 -2
sound/firewire/digi00x/digi00x-hwdep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * digi00x-hwdep.c - a part of driver for Digidesign Digi 002/003 family 3 4 * 4 5 * Copyright (c) 2014-2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 /*
+1 -2
sound/firewire/digi00x/digi00x-midi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * digi00x-midi.h - a part of driver for Digidesign Digi 002/003 family 3 4 * 4 5 * Copyright (c) 2014-2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "digi00x.h"
+1 -2
sound/firewire/digi00x/digi00x-pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * digi00x-pcm.c - a part of driver for Digidesign Digi 002/003 family 3 4 * 4 5 * Copyright (c) 2014-2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "digi00x.h"
+1 -2
sound/firewire/digi00x/digi00x-proc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * digi00x-proc.c - a part of driver for Digidesign Digi 002/003 family 3 4 * 4 5 * Copyright (c) 2014-2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "digi00x.h"
+1 -2
sound/firewire/digi00x/digi00x-stream.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * digi00x-stream.c - a part of driver for Digidesign Digi 002/003 family 3 4 * 4 5 * Copyright (c) 2014-2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "digi00x.h"
+1 -2
sound/firewire/digi00x/digi00x-transaction.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * digi00x-transaction.c - a part of driver for Digidesign Digi 002/003 family 3 4 * 4 5 * Copyright (c) 2014-2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include <sound/asound.h>
+1 -2
sound/firewire/digi00x/digi00x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * digi00x.c - a part of driver for Digidesign Digi 002/003 family 3 4 * 4 5 * Copyright (c) 2014-2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "digi00x.h"
+1 -2
sound/firewire/digi00x/digi00x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * digi00x.h - a part of driver for Digidesign Digi 002/003 family 3 4 * 4 5 * Copyright (c) 2014-2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #ifndef SOUND_DIGI00X_H_INCLUDED
+1 -1
sound/firewire/fcp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Function Control Protocol (IEC 61883-1) helper functions 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 - * Licensed under the terms of the GNU General Public License, version 2. 6 6 */ 7 7 8 8 #include <linux/device.h>
+1 -2
sound/firewire/fireface/amdtp-ff.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * amdtp-ff.c - a part of driver for RME Fireface series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include <sound/pcm.h>
+1 -2
sound/firewire/fireface/ff-hwdep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ff-hwdep.c - a part of driver for RME Fireface series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 /*
+1 -2
sound/firewire/fireface/ff-midi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ff-midi.c - a part of driver for RME Fireface series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "ff.h"
+1 -2
sound/firewire/fireface/ff-pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ff-pcm.c - a part of driver for RME Fireface series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "ff.h"
+1 -2
sound/firewire/fireface/ff-proc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ff-proc.c - a part of driver for RME Fireface series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "./ff.h"
+1 -2
sound/firewire/fireface/ff-stream.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ff-stream.c - a part of driver for RME Fireface series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "ff.h"
+1 -2
sound/firewire/fireface/ff-transaction.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ff-transaction.c - a part of driver for RME Fireface series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "ff.h"
+1 -2
sound/firewire/fireface/ff.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ff.c - a part of driver for RME Fireface series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "ff.h"
+1 -2
sound/firewire/fireface/ff.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ff.h - a part of driver for RME Fireface series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #ifndef SOUND_FIREFACE_H_INCLUDED
+1 -2
sound/firewire/fireworks/fireworks.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * fireworks.c - a part of driver for Fireworks based devices 3 4 * 4 5 * Copyright (c) 2009-2010 Clemens Ladisch 5 6 * Copyright (c) 2013-2014 Takashi Sakamoto 6 - * 7 - * Licensed under the terms of the GNU General Public License, version 2. 8 7 */ 9 8 10 9 /*
+1 -2
sound/firewire/fireworks/fireworks.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * fireworks.h - a part of driver for Fireworks based devices 3 4 * 4 5 * Copyright (c) 2009-2010 Clemens Ladisch 5 6 * Copyright (c) 2013-2014 Takashi Sakamoto 6 - * 7 - * Licensed under the terms of the GNU General Public License, version 2. 8 7 */ 9 8 #ifndef SOUND_FIREWORKS_H_INCLUDED 10 9 #define SOUND_FIREWORKS_H_INCLUDED
+1 -2
sound/firewire/fireworks/fireworks_command.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * fireworks_command.c - a part of driver for Fireworks based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "./fireworks.h"
+1 -2
sound/firewire/fireworks/fireworks_hwdep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * fireworks_hwdep.c - a part of driver for Fireworks based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 /*
+1 -2
sound/firewire/fireworks/fireworks_midi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * fireworks_midi.c - a part of driver for Fireworks based devices 3 4 * 4 5 * Copyright (c) 2009-2010 Clemens Ladisch 5 6 * Copyright (c) 2013-2014 Takashi Sakamoto 6 - * 7 - * Licensed under the terms of the GNU General Public License, version 2. 8 7 */ 9 8 #include "fireworks.h" 10 9
+1 -2
sound/firewire/fireworks/fireworks_pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * fireworks_pcm.c - a part of driver for Fireworks based devices 3 4 * 4 5 * Copyright (c) 2009-2010 Clemens Ladisch 5 6 * Copyright (c) 2013-2014 Takashi Sakamoto 6 - * 7 - * Licensed under the terms of the GNU General Public License, version 2. 8 7 */ 9 8 #include "./fireworks.h" 10 9
+1 -2
sound/firewire/fireworks/fireworks_proc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * fireworks_proc.c - a part of driver for Fireworks based devices 3 4 * 4 5 * Copyright (c) 2009-2010 Clemens Ladisch 5 6 * Copyright (c) 2013-2014 Takashi Sakamoto 6 - * 7 - * Licensed under the terms of the GNU General Public License, version 2. 8 7 */ 9 8 10 9 #include "./fireworks.h"
+1 -2
sound/firewire/fireworks/fireworks_stream.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * fireworks_stream.c - a part of driver for Fireworks based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 #include "./fireworks.h" 9 8
+1 -2
sound/firewire/fireworks/fireworks_transaction.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * fireworks_transaction.c - a part of driver for Fireworks based devices 3 4 * 4 5 * Copyright (c) 2013-2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 /*
+1 -1
sound/firewire/isight.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Apple iSight audio driver 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 - * Licensed under the terms of the GNU General Public License, version 2. 6 6 */ 7 7 8 8 #include <asm/byteorder.h>
+1 -1
sound/firewire/iso-resources.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * isochronous resources helper functions 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 - * Licensed under the terms of the GNU General Public License, version 2. 6 6 */ 7 7 8 8 #include <linux/device.h>
+1 -1
sound/firewire/lib.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * miscellaneous helper functions 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 - * Licensed under the terms of the GNU General Public License, version 2. 6 6 */ 7 7 8 8 #include <linux/delay.h>
+1 -1
sound/firewire/motu/amdtp-motu-trace.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * amdtp-motu-trace.h - tracepoint definitions to dump a part of packet data 3 4 * 4 5 * Copyright (c) 2017 Takashi Sakamoto 5 - * Licensed under the terms of the GNU General Public License, version 2. 6 6 */ 7 7 8 8 #undef TRACE_SYSTEM
+1 -2
sound/firewire/motu/amdtp-motu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * amdtp-motu.c - a part of driver for MOTU FireWire series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include <linux/slab.h>
+1 -2
sound/firewire/motu/motu-hwdep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * motu-hwdep.c - a part of driver for MOTU FireWire series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 /*
+1 -2
sound/firewire/motu/motu-midi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * motu-midi.h - a part of driver for MOTU FireWire series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 #include "motu.h" 9 8
+1 -2
sound/firewire/motu/motu-pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * motu-pcm.c - a part of driver for MOTU FireWire series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include <sound/pcm_params.h>
+1 -2
sound/firewire/motu/motu-proc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * motu-proc.c - a part of driver for MOTU FireWire series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "./motu.h"
+1 -2
sound/firewire/motu/motu-protocol-v2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * motu-protocol-v2.c - a part of driver for MOTU FireWire series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "motu.h"
+1 -2
sound/firewire/motu/motu-protocol-v3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * motu-protocol-v3.c - a part of driver for MOTU FireWire series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include <linux/delay.h>
+1 -2
sound/firewire/motu/motu-stream.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * motu-stream.c - a part of driver for MOTU FireWire series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "motu.h"
+1 -2
sound/firewire/motu/motu-transaction.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * motu-transaction.c - a part of driver for MOTU FireWire series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8
+1 -2
sound/firewire/motu/motu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * motu.c - a part of driver for MOTU FireWire series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "motu.h"
+1 -2
sound/firewire/motu/motu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * motu.h - a part of driver for MOTU FireWire series 3 4 * 4 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #ifndef SOUND_FIREWIRE_MOTU_H_INCLUDED
+1 -2
sound/firewire/oxfw/oxfw-command.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * oxfw_command.c - a part of driver for OXFW970/971 based devices 3 4 * 4 5 * Copyright (c) 2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "oxfw.h"
+1 -2
sound/firewire/oxfw/oxfw-hwdep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * oxfw_hwdep.c - a part of driver for OXFW970/971 based devices 3 4 * 4 5 * Copyright (c) 2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 /*
+1 -2
sound/firewire/oxfw/oxfw-midi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * oxfw_midi.c - a part of driver for OXFW970/971 based devices 3 4 * 4 5 * Copyright (c) 2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "oxfw.h"
+1 -1
sound/firewire/oxfw/oxfw-pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * oxfw_pcm.c - a part of driver for OXFW970/971 based devices 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 - * Licensed under the terms of the GNU General Public License, version 2. 6 6 */ 7 7 8 8 #include "oxfw.h"
+1 -2
sound/firewire/oxfw/oxfw-proc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * oxfw_proc.c - a part of driver for OXFW970/971 based devices 3 4 * 4 5 * Copyright (c) 2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "./oxfw.h"
+1 -2
sound/firewire/oxfw/oxfw-scs1x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * oxfw-scs1x.c - a part of driver for OXFW970/971 based devices 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 6 * Copyright (c) 2015 Takashi Sakamoto <o-takashi@sakamocchi.jp> 6 - * 7 - * Licensed under the terms of the GNU General Public License, version 2. 8 7 */ 9 8 10 9 #include "oxfw.h"
+1 -1
sound/firewire/oxfw/oxfw-spkr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * oxfw-spkr.c - a part of driver for OXFW970/971 based devices 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 - * Licensed under the terms of the GNU General Public License, version 2. 6 6 */ 7 7 8 8 #include "oxfw.h"
+1 -2
sound/firewire/oxfw/oxfw-stream.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * oxfw_stream.c - a part of driver for OXFW970/971 based devices 3 4 * 4 5 * Copyright (c) 2014 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "oxfw.h"
+1 -1
sound/firewire/oxfw/oxfw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * oxfw.c - a part of driver for OXFW970/971 based devices 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 - * Licensed under the terms of the GNU General Public License, version 2. 6 6 */ 7 7 8 8 #include "oxfw.h"
+1 -1
sound/firewire/oxfw/oxfw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * oxfw.h - a part of driver for OXFW970/971 based devices 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 - * Licensed under the terms of the GNU General Public License, version 2. 6 6 */ 7 7 8 8 #include <linux/device.h>
+1 -1
sound/firewire/packets-buffer.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * helpers for managing a buffer for many packets 3 4 * 4 5 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 - * Licensed under the terms of the GNU General Public License, version 2. 6 6 */ 7 7 8 8 #include <linux/firewire.h>
+1 -2
sound/firewire/tascam/amdtp-tascam.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * amdtp-tascam.c - a part of driver for TASCAM FireWire series 3 4 * 4 5 * Copyright (c) 2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include <sound/pcm.h>
+1 -2
sound/firewire/tascam/tascam-hwdep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tascam-hwdep.c - a part of driver for TASCAM FireWire series 3 4 * 4 5 * Copyright (c) 2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 /*
+1 -2
sound/firewire/tascam/tascam-midi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tascam-midi.c - a part of driver for TASCAM FireWire series 3 4 * 4 5 * Copyright (c) 2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "tascam.h"
+1 -2
sound/firewire/tascam/tascam-pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tascam-pcm.c - a part of driver for TASCAM FireWire series 3 4 * 4 5 * Copyright (c) 2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "tascam.h"
+1 -2
sound/firewire/tascam/tascam-proc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tascam-proc.h - a part of driver for TASCAM FireWire series 3 4 * 4 5 * Copyright (c) 2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "./tascam.h"
+1 -2
sound/firewire/tascam/tascam-stream.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tascam-stream.c - a part of driver for TASCAM FireWire series 3 4 * 4 5 * Copyright (c) 2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include <linux/delay.h>
+1 -2
sound/firewire/tascam/tascam-transaction.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tascam-transaction.c - a part of driver for TASCAM FireWire series 3 4 * 4 5 * Copyright (c) 2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "tascam.h"
+1 -2
sound/firewire/tascam/tascam.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tascam.c - a part of driver for TASCAM FireWire series 3 4 * 4 5 * Copyright (c) 2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #include "tascam.h"
+1 -2
sound/firewire/tascam/tascam.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * tascam.h - a part of driver for TASCAM FireWire series 3 4 * 4 5 * Copyright (c) 2015 Takashi Sakamoto 5 - * 6 - * Licensed under the terms of the GNU General Public License, version 2. 7 6 */ 8 7 9 8 #ifndef SOUND_TASCAM_H_INCLUDED