diff mbox series

soundwire: Intel: clarify Copyright information

Message ID 20240617121318.14037-1-yung-chuan.liao@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series soundwire: Intel: clarify Copyright information | expand

Commit Message

Bard Liao June 17, 2024, 12:13 p.m. UTC
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

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>
---
 drivers/soundwire/intel_ace2x.c         | 2 +-
 drivers/soundwire/intel_ace2x_debugfs.c | 2 +-
 drivers/soundwire/intel_bus_common.c    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Vinod Koul June 21, 2024, 9:58 a.m. UTC | #1
On Mon, 17 Jun 2024 20:13:18 +0800, Bard Liao wrote:
> 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.
> 
> 
> [...]

Applied, thanks!

[1/1] soundwire: Intel: clarify Copyright information
      commit: b96f16bdf58dae08d841536820269c6b0d9c976b

Best regards,
diff mbox series

Patch

diff --git a/drivers/soundwire/intel_ace2x.c b/drivers/soundwire/intel_ace2x.c
index 0dadf46faca6..4f78b7f99e44 100644
--- a/drivers/soundwire/intel_ace2x.c
+++ b/drivers/soundwire/intel_ace2x.c
@@ -1,5 +1,5 @@ 
 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
-// Copyright(c) 2023 Intel Corporation. All rights reserved.
+// Copyright(c) 2023 Intel Corporation
 
 /*
  * Soundwire Intel ops for LunarLake
diff --git a/drivers/soundwire/intel_ace2x_debugfs.c b/drivers/soundwire/intel_ace2x_debugfs.c
index 3d24661ffd37..206a8d511ebd 100644
--- a/drivers/soundwire/intel_ace2x_debugfs.c
+++ b/drivers/soundwire/intel_ace2x_debugfs.c
@@ -1,5 +1,5 @@ 
 // SPDX-License-Identifier: GPL-2.0-only
-// Copyright(c) 2023 Intel Corporation. All rights reserved.
+// Copyright(c) 2023 Intel Corporation
 
 #include <linux/acpi.h>
 #include <linux/debugfs.h>
diff --git a/drivers/soundwire/intel_bus_common.c b/drivers/soundwire/intel_bus_common.c
index e5ac3cc7cb79..df944e11b9ca 100644
--- a/drivers/soundwire/intel_bus_common.c
+++ b/drivers/soundwire/intel_bus_common.c
@@ -1,5 +1,5 @@ 
 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
-// Copyright(c) 2015-2023 Intel Corporation. All rights reserved.
+// Copyright(c) 2015-2023 Intel Corporation
 
 #include <linux/acpi.h>
 #include <linux/soundwire/sdw_registers.h>