Unverified Commit 0e044053 authored by Pierre-Louis Bossart's avatar Pierre-Louis Bossart Committed by Mark Brown
Browse files

ASoC: Intel: boards: 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: default avatarCezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: default avatarBard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: default avatarPéter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20240503140359.259762-3-pierre-louis.bossart@linux.intel.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 293ad281
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
/*
 * Sound card driver for Intel Broadwell Wildcat Point with Realtek 286
 *
 * Copyright (C) 2013, Intel Corporation. All rights reserved.
 * Copyright (C) 2013, Intel Corporation
 */

#include <linux/module.h>
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
/*
 * Intel Broxton-P I2S Machine Driver
 *
 * Copyright (C) 2016, Intel Corporation. All rights reserved.
 * Copyright (C) 2016, Intel Corporation
 *
 * Modified from:
 *   Intel Skylake I2S Machine driver
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
/*
 * Intel Broxton-P I2S Machine Driver
 *
 * Copyright (C) 2014-2016, Intel Corporation. All rights reserved.
 * Copyright (C) 2014-2016, Intel Corporation
 *
 * Modified from:
 *   Intel Skylake I2S Machine driver
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
//
// Copyright(c) 2019 Intel Corporation. All rights reserved.
// Copyright(c) 2019 Intel Corporation

#include <linux/module.h>
#include <sound/pcm.h>
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
/*
 * Sound card driver for Intel Haswell Lynx Point with Realtek 5640
 *
 * Copyright (C) 2013, Intel Corporation. All rights reserved.
 * Copyright (C) 2013, Intel Corporation
 */

#include <linux/module.h>
Loading