Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: codecs: 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.

Acked-by: Cezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20240503140359.259762-5-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Pierre-Louis Bossart and committed by
Mark Brown
884077bd 5cf4ffa4

+3 -3
+1 -1
sound/soc/codecs/hda-dai.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 // 3 - // Copyright(c) 2021-2022 Intel Corporation. All rights reserved. 3 + // Copyright(c) 2021-2022 Intel Corporation 4 4 // 5 5 // Author: Cezary Rojewski <cezary.rojewski@intel.com> 6 6 //
+1 -1
sound/soc/codecs/hda.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 // 3 - // Copyright(c) 2021-2022 Intel Corporation. All rights reserved. 3 + // Copyright(c) 2021-2022 Intel Corporation 4 4 // 5 5 // Author: Cezary Rojewski <cezary.rojewski@intel.com> 6 6 //
+1 -1
sound/soc/codecs/hda.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 - * Copyright(c) 2021-2022 Intel Corporation. All rights reserved. 3 + * Copyright(c) 2021-2022 Intel Corporation 4 4 * 5 5 * Author: Cezary Rojewski <cezary.rojewski@intel.com> 6 6 */