]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soundwire: Intel: clarify Copyright information
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 17 Jun 2024 12:13:18 +0000 (20:13 +0800)
committerVinod Koul <vkoul@kernel.org>
Fri, 21 Jun 2024 09:56:02 +0000 (15:26 +0530)
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>
drivers/soundwire/intel_ace2x.c
drivers/soundwire/intel_ace2x_debugfs.c
drivers/soundwire/intel_bus_common.c

index 0dadf46faca6a6860b2674e1a1f0fc592cc4cee6..4f78b7f99e44158a64f59fb86ed3ccf4e2cca893 100644 (file)
@@ -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
index 3d24661ffd370393e1512af9dd5d88df6d06cdf3..206a8d511ebdc7b5b1af7abd01e654223e6a5dae 100644 (file)
@@ -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>
index e5ac3cc7cb79b1efe899a4c40ae524ae4c96df19..df944e11b9caa570e13337cb4998964b481357a6 100644 (file)
@@ -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>