Skip to content

Commit 618ae0d

Browse files
plbossartbroonie
authored andcommitted
ASoC: Intel: catpt: 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 <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Bard Liao <[email protected]> Reviewed-by: Péter Ujfalusi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 884077b commit 618ae0d

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

sound/soc/intel/catpt/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
3-
* Copyright(c) 2020 Intel Corporation. All rights reserved.
3+
* Copyright(c) 2020 Intel Corporation
44
*
55
* Author: Cezary Rojewski <[email protected]>
66
*/

sound/soc/intel/catpt/device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
//
3-
// Copyright(c) 2020 Intel Corporation. All rights reserved.
3+
// Copyright(c) 2020 Intel Corporation
44
//
55
// Author: Cezary Rojewski <[email protected]>
66
//

sound/soc/intel/catpt/dsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
//
3-
// Copyright(c) 2020 Intel Corporation. All rights reserved.
3+
// Copyright(c) 2020 Intel Corporation
44
//
55
// Author: Cezary Rojewski <[email protected]>
66
//

sound/soc/intel/catpt/ipc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
//
3-
// Copyright(c) 2020 Intel Corporation. All rights reserved.
3+
// Copyright(c) 2020 Intel Corporation
44
//
55
// Author: Cezary Rojewski <[email protected]>
66
//

sound/soc/intel/catpt/loader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
//
3-
// Copyright(c) 2020 Intel Corporation. All rights reserved.
3+
// Copyright(c) 2020 Intel Corporation
44
//
55
// Author: Cezary Rojewski <[email protected]>
66
//

sound/soc/intel/catpt/messages.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
//
3-
// Copyright(c) 2020 Intel Corporation. All rights reserved.
3+
// Copyright(c) 2020 Intel Corporation
44
//
55
// Author: Cezary Rojewski <[email protected]>
66
//

sound/soc/intel/catpt/messages.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
3-
* Copyright(c) 2020 Intel Corporation. All rights reserved.
3+
* Copyright(c) 2020 Intel Corporation
44
*
55
* Author: Cezary Rojewski <[email protected]>
66
*/

sound/soc/intel/catpt/pcm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
//
3-
// Copyright(c) 2020 Intel Corporation. All rights reserved.
3+
// Copyright(c) 2020 Intel Corporation
44
//
55
// Author: Cezary Rojewski <[email protected]>
66
//

sound/soc/intel/catpt/registers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
3-
* Copyright(c) 2020 Intel Corporation. All rights reserved.
3+
* Copyright(c) 2020 Intel Corporation
44
*
55
* Author: Cezary Rojewski <[email protected]>
66
*/

sound/soc/intel/catpt/sysfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
//
3-
// Copyright(c) 2020 Intel Corporation. All rights reserved.
3+
// Copyright(c) 2020 Intel Corporation
44
//
55
// Author: Cezary Rojewski <[email protected]>
66
//

0 commit comments

Comments
 (0)