Skip to content

Commit 0e04405

Browse files
plbossartbroonie
authored andcommitted
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 <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Bard Liao <[email protected]> Reviewed-by: Péter Ujfalusi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 293ad28 commit 0e04405

15 files changed

+17
-17
lines changed

sound/soc/intel/boards/bdw_rt286.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Sound card driver for Intel Broadwell Wildcat Point with Realtek 286
44
*
5-
* Copyright (C) 2013, Intel Corporation. All rights reserved.
5+
* Copyright (C) 2013, Intel Corporation
66
*/
77

88
#include <linux/module.h>

sound/soc/intel/boards/bxt_da7219_max98357a.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Intel Broxton-P I2S Machine Driver
44
*
5-
* Copyright (C) 2016, Intel Corporation. All rights reserved.
5+
* Copyright (C) 2016, Intel Corporation
66
*
77
* Modified from:
88
* Intel Skylake I2S Machine driver

sound/soc/intel/boards/bxt_rt298.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Intel Broxton-P I2S Machine Driver
44
*
5-
* Copyright (C) 2014-2016, Intel Corporation. All rights reserved.
5+
* Copyright (C) 2014-2016, Intel Corporation
66
*
77
* Modified from:
88
* Intel Skylake I2S Machine driver

sound/soc/intel/boards/hda_dsp_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
//
3-
// Copyright(c) 2019 Intel Corporation. All rights reserved.
3+
// Copyright(c) 2019 Intel Corporation
44

55
#include <linux/module.h>
66
#include <sound/pcm.h>

sound/soc/intel/boards/hsw_rt5640.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Sound card driver for Intel Haswell Lynx Point with Realtek 5640
44
*
5-
* Copyright (C) 2013, Intel Corporation. All rights reserved.
5+
* Copyright (C) 2013, Intel Corporation
66
*/
77

88
#include <linux/module.h>

sound/soc/intel/boards/kbl_rt5663_max98927.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Intel Kabylake I2S Machine Driver with MAXIM98927
44
* and RT5663 Codecs
55
*
6-
* Copyright (C) 2017, Intel Corporation. All rights reserved.
6+
* Copyright (C) 2017, Intel Corporation
77
*
88
* Modified from:
99
* Intel Skylake I2S Machine driver

sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Intel Kabylake I2S Machine Driver with MAXIM98927
44
* RT5514 and RT5663 Codecs
55
*
6-
* Copyright (C) 2017, Intel Corporation. All rights reserved.
6+
* Copyright (C) 2017, Intel Corporation
77
*
88
* Modified from:
99
* Intel Kabylake I2S Machine driver supporting MAXIM98927 and

sound/soc/intel/boards/skl_nau88l25_max98357a.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Intel Skylake I2S Machine Driver with MAXIM98357A
44
* and NAU88L25
55
*
6-
* Copyright (C) 2015, Intel Corporation. All rights reserved.
6+
* Copyright (C) 2015, Intel Corporation
77
*/
88

99
#include <linux/module.h>

sound/soc/intel/boards/skl_nau88l25_ssm4567.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/*
33
* Intel Skylake I2S Machine Driver for NAU88L25+SSM4567
44
*
5-
* Copyright (C) 2015, Intel Corporation. All rights reserved.
5+
* Copyright (C) 2015, Intel Corporation
66
*
77
* Modified from:
88
* Intel Skylake I2S Machine Driver for NAU88L25 and SSM4567
99
*
10-
* Copyright (C) 2015, Intel Corporation. All rights reserved.
10+
* Copyright (C) 2015, Intel Corporation
1111
*/
1212

1313
#include <linux/module.h>

sound/soc/intel/boards/skl_rt286.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/*
33
* Intel Skylake I2S Machine Driver
44
*
5-
* Copyright (C) 2014-2015, Intel Corporation. All rights reserved.
5+
* Copyright (C) 2014-2015, Intel Corporation
66
*
77
* Modified from:
88
* Intel Broadwell Wildcatpoint SST Audio
99
*
10-
* Copyright (C) 2013, Intel Corporation. All rights reserved.
10+
* Copyright (C) 2013, Intel Corporation
1111
*/
1212

1313
#include <linux/module.h>

0 commit comments

Comments
 (0)