Commit d6869352 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Greg Kroah-Hartman

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 250

Based on 1 normalized pattern(s):

  gpl v2 can be found in copying

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-only

has been chosen to replace the boilerplate/reference in 20 file(s).
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarAllison Randal <allison@lohutok.net>
Reviewed-by: default avatarAlexios Zavras <alexios.zavras@intel.com>
Reviewed-by: default avatarEnrico Weigelt <info@metux.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190602204655.283615864@linutronix.deSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8092f73c
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Apple Onboard Audio GPIO definitions * Apple Onboard Audio GPIO definitions
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#ifndef __AOA_GPIO_H #ifndef __AOA_GPIO_H
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Apple Onboard Audio definitions * Apple Onboard Audio definitions
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#ifndef __AOA_H #ifndef __AOA_H
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Apple Onboard Audio driver for Onyx codec * Apple Onboard Audio driver for Onyx codec
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
* *
* GPL v2, can be found in COPYING.
*
*
* This is a driver for the pcm3052 codec chip (codenamed Onyx) * This is a driver for the pcm3052 codec chip (codenamed Onyx)
* that is present in newer Apple hardware (with digital output). * that is present in newer Apple hardware (with digital output).
* *
...@@ -29,7 +27,6 @@ ...@@ -29,7 +27,6 @@
* having just a single card on a system, and making the * having just a single card on a system, and making the
* 'card' pointer accessible to anyone who needs it instead * 'card' pointer accessible to anyone who needs it instead
* of hiding it in the aoa_snd_* functions... * of hiding it in the aoa_snd_* functions...
*
*/ */
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/module.h> #include <linux/module.h>
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Apple Onboard Audio driver for Onyx codec (header) * Apple Onboard Audio driver for Onyx codec (header)
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#ifndef __SND_AOA_CODEC_ONYX_H #ifndef __SND_AOA_CODEC_ONYX_H
#define __SND_AOA_CODEC_ONYX_H #define __SND_AOA_CODEC_ONYX_H
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Apple Onboard Audio driver for tas codec * Apple Onboard Audio driver for tas codec
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
* *
* GPL v2, can be found in COPYING.
*
* Open questions: * Open questions:
* - How to distinguish between 3004 and versions? * - How to distinguish between 3004 and versions?
* *
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Apple Onboard Audio driver for tas codec (header) * Apple Onboard Audio driver for tas codec (header)
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#ifndef __SND_AOA_CODECTASH #ifndef __SND_AOA_CODECTASH
#define __SND_AOA_CODECTASH #define __SND_AOA_CODECTASH
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Apple Onboard Audio driver for Toonie codec * Apple Onboard Audio driver for Toonie codec
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
* *
* GPL v2, can be found in COPYING.
*
*
* This is a driver for the toonie codec chip. This chip is present * This is a driver for the toonie codec chip. This chip is present
* on the Mac Mini and is nothing but a DAC. * on the Mac Mini and is nothing but a DAC.
*/ */
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Apple Onboard Audio Alsa helpers * Apple Onboard Audio Alsa helpers
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#include <linux/module.h> #include <linux/module.h>
#include "alsa.h" #include "alsa.h"
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* Apple Onboard Audio Alsa private helpers * Apple Onboard Audio Alsa private helpers
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#ifndef __SND_AOA_ALSA_H #ifndef __SND_AOA_ALSA_H
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Apple Onboard Audio driver core * Apple Onboard Audio driver core
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#include <linux/init.h> #include <linux/init.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Apple Onboard Audio feature call GPIO control * Apple Onboard Audio feature call GPIO control
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
* *
* GPL v2, can be found in COPYING.
*
* This file contains the GPIO control routines for * This file contains the GPIO control routines for
* direct (through feature calls) access to the GPIO * direct (through feature calls) access to the GPIO
* registers. * registers.
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Apple Onboard Audio pmf GPIOs * Apple Onboard Audio pmf GPIOs
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#include <linux/slab.h> #include <linux/slab.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Apple Onboard Audio driver -- layout/machine id fabric * Apple Onboard Audio driver -- layout/machine id fabric
* *
* Copyright 2006-2008 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006-2008 Johannes Berg <johannes@sipsolutions.net>
* *
* GPL v2, can be found in COPYING.
*
*
* This fabric module looks for sound codecs based on the * This fabric module looks for sound codecs based on the
* layout-id or device-id property in the device tree. * layout-id or device-id property in the device tree.
*/ */
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* soundbus * soundbus
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#include <linux/module.h> #include <linux/module.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* i2sbus driver -- bus control routines * i2sbus driver -- bus control routines
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* i2sbus driver * i2sbus driver
* *
* Copyright 2006-2008 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006-2008 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#include <linux/module.h> #include <linux/module.h>
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* i2sbus driver -- private definitions * i2sbus driver -- private definitions
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#ifndef __I2SBUS_H #ifndef __I2SBUS_H
#define __I2SBUS_H #define __I2SBUS_H
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* i2sbus driver -- interface register definitions * i2sbus driver -- interface register definitions
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#ifndef __I2SBUS_INTERFACE_H #ifndef __I2SBUS_INTERFACE_H
#define __I2SBUS_INTERFACE_H #define __I2SBUS_INTERFACE_H
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* i2sbus driver -- pcm routines * i2sbus driver -- pcm routines
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#include <linux/io.h> #include <linux/io.h>
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* soundbus generic definitions * soundbus generic definitions
* *
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPL v2, can be found in COPYING.
*/ */
#ifndef __SOUNDBUS_H #ifndef __SOUNDBUS_H
#define __SOUNDBUS_H #define __SOUNDBUS_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