ASoC: Intel: boards: clarify Copyright information
For some reason a number of files included the "All rights reserved" statement. Good old copy-paste made sure this mistake proliferated. Remove the "All rights reserved" in all Intel-copyright to align with internal guidance. Acked-by: Cezary Rojewski <cezary.rojewski@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Link: https://lore.kernel.org/r/20240503140359.259762-3-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
293ad28116
commit
0e0440535d
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Sound card driver for Intel Broadwell Wildcat Point with Realtek 286
|
||||
*
|
||||
* Copyright (C) 2013, Intel Corporation. All rights reserved.
|
||||
* Copyright (C) 2013, Intel Corporation
|
||||
*/
|
||||
|
||||
#include <linux/module.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Intel Broxton-P I2S Machine Driver
|
||||
*
|
||||
* Copyright (C) 2016, Intel Corporation. All rights reserved.
|
||||
* Copyright (C) 2016, Intel Corporation
|
||||
*
|
||||
* Modified from:
|
||||
* Intel Skylake I2S Machine driver
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Intel Broxton-P I2S Machine Driver
|
||||
*
|
||||
* Copyright (C) 2014-2016, Intel Corporation. All rights reserved.
|
||||
* Copyright (C) 2014-2016, Intel Corporation
|
||||
*
|
||||
* Modified from:
|
||||
* Intel Skylake I2S Machine driver
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
//
|
||||
// Copyright(c) 2019 Intel Corporation. All rights reserved.
|
||||
// Copyright(c) 2019 Intel Corporation
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <sound/pcm.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Sound card driver for Intel Haswell Lynx Point with Realtek 5640
|
||||
*
|
||||
* Copyright (C) 2013, Intel Corporation. All rights reserved.
|
||||
* Copyright (C) 2013, Intel Corporation
|
||||
*/
|
||||
|
||||
#include <linux/module.h>
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Intel Kabylake I2S Machine Driver with MAXIM98927
|
||||
* and RT5663 Codecs
|
||||
*
|
||||
* Copyright (C) 2017, Intel Corporation. All rights reserved.
|
||||
* Copyright (C) 2017, Intel Corporation
|
||||
*
|
||||
* Modified from:
|
||||
* Intel Skylake I2S Machine driver
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Intel Kabylake I2S Machine Driver with MAXIM98927
|
||||
* RT5514 and RT5663 Codecs
|
||||
*
|
||||
* Copyright (C) 2017, Intel Corporation. All rights reserved.
|
||||
* Copyright (C) 2017, Intel Corporation
|
||||
*
|
||||
* Modified from:
|
||||
* Intel Kabylake I2S Machine driver supporting MAXIM98927 and
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Intel Skylake I2S Machine Driver with MAXIM98357A
|
||||
* and NAU88L25
|
||||
*
|
||||
* Copyright (C) 2015, Intel Corporation. All rights reserved.
|
||||
* Copyright (C) 2015, Intel Corporation
|
||||
*/
|
||||
|
||||
#include <linux/module.h>
|
||||
|
@ -2,12 +2,12 @@
|
||||
/*
|
||||
* Intel Skylake I2S Machine Driver for NAU88L25+SSM4567
|
||||
*
|
||||
* Copyright (C) 2015, Intel Corporation. All rights reserved.
|
||||
* Copyright (C) 2015, Intel Corporation
|
||||
*
|
||||
* Modified from:
|
||||
* Intel Skylake I2S Machine Driver for NAU88L25 and SSM4567
|
||||
*
|
||||
* Copyright (C) 2015, Intel Corporation. All rights reserved.
|
||||
* Copyright (C) 2015, Intel Corporation
|
||||
*/
|
||||
|
||||
#include <linux/module.h>
|
||||
|
@ -2,12 +2,12 @@
|
||||
/*
|
||||
* Intel Skylake I2S Machine Driver
|
||||
*
|
||||
* Copyright (C) 2014-2015, Intel Corporation. All rights reserved.
|
||||
* Copyright (C) 2014-2015, Intel Corporation
|
||||
*
|
||||
* Modified from:
|
||||
* Intel Broadwell Wildcatpoint SST Audio
|
||||
*
|
||||
* Copyright (C) 2013, Intel Corporation. All rights reserved.
|
||||
* Copyright (C) 2013, Intel Corporation
|
||||
*/
|
||||
|
||||
#include <linux/module.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
//
|
||||
// Copyright(c) 2023 Intel Corporation. All rights reserved.
|
||||
// Copyright(c) 2023 Intel Corporation
|
||||
|
||||
#include <sound/soc.h>
|
||||
#include "../common/soc-intel-quirks.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
//
|
||||
// Copyright(c) 2020 Intel Corporation. All rights reserved.
|
||||
// Copyright(c) 2020 Intel Corporation
|
||||
#include <linux/module.h>
|
||||
#include <linux/string.h>
|
||||
#include <sound/pcm.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
//
|
||||
// Copyright(c) 2020 Intel Corporation. All rights reserved.
|
||||
// Copyright(c) 2020 Intel Corporation
|
||||
|
||||
#include <linux/device.h>
|
||||
#include <linux/kernel.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
//
|
||||
// Copyright(c) 2022 Intel Corporation. All rights reserved.
|
||||
// Copyright(c) 2022 Intel Corporation
|
||||
|
||||
/*
|
||||
* sof_ssp_amp.c - ASoc Machine driver for Intel platforms
|
||||
|
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
//
|
||||
// Copyright(c) 2023 Intel Corporation. All rights reserved.
|
||||
// Copyright(c) 2023 Intel Corporation
|
||||
|
||||
#include <linux/device.h>
|
||||
#include <sound/soc-acpi.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user