diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-05 20:24:35 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-12 18:42:27 +0300 |
commit | 513dbd35b5d93c45fa7291147f21fc0227a9f999 (patch) | |
tree | 8aaec796ef299d5059247516f17ef20b267d8fce /drivers/media/pci/bt8xx/bttv-audio-hook.c | |
parent | 3dad39e67cca68b321073cecabf2d7d1103d97d5 (diff) | |
download | linux-513dbd35b5d93c45fa7291147f21fc0227a9f999.tar.xz |
media: add SPDX headers to some files
Add SPDX headers and fix MODULE_LICENSE() when needed on
some files I co-authored.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/pci/bt8xx/bttv-audio-hook.c')
-rw-r--r-- | drivers/media/pci/bt8xx/bttv-audio-hook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/bt8xx/bttv-audio-hook.c b/drivers/media/pci/bt8xx/bttv-audio-hook.c index 8febe7358a8f..da1914a20b81 100644 --- a/drivers/media/pci/bt8xx/bttv-audio-hook.c +++ b/drivers/media/pci/bt8xx/bttv-audio-hook.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Handlers for board audio hooks, split from bttv-cards * * Copyright (c) 2006 Mauro Carvalho Chehab <mchehab@kernel.org> - * This code is placed under the terms of the GNU General Public License */ #include "bttv-audio-hook.h" |