Skip to content

Commit b96f16b

Browse files
plbossartvinodkoul
authored andcommitted
soundwire: Intel: 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. Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20240617121318.14037-1-yung-chuan.liao@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 9b5fd11 commit b96f16b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/soundwire/intel_ace2x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2-
// Copyright(c) 2023 Intel Corporation. All rights reserved.
2+
// Copyright(c) 2023 Intel Corporation
33

44
/*
55
* Soundwire Intel ops for LunarLake

drivers/soundwire/intel_ace2x_debugfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
2-
// Copyright(c) 2023 Intel Corporation. All rights reserved.
2+
// Copyright(c) 2023 Intel Corporation
33

44
#include <linux/acpi.h>
55
#include <linux/debugfs.h>

drivers/soundwire/intel_bus_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2-
// Copyright(c) 2015-2023 Intel Corporation. All rights reserved.
2+
// Copyright(c) 2015-2023 Intel Corporation
33

44
#include <linux/acpi.h>
55
#include <linux/soundwire/sdw_registers.h>

0 commit comments

Comments
 (0)