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 <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Péter Ujfalusi <[email protected]> Signed-off-by: Bard Liao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 9b5fd11 commit b96f16b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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)