diff options
| author | Pierre-Louis Bossart <[email protected]> | 2024-05-03 09:03:59 -0500 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2024-05-09 20:26:34 +0200 |
| commit | ea89a742daf4317038fbab6776d36726dd7a1e2a (patch) | |
| tree | cca977c2fb9b37972861bbc113b84ab694bef6ea /include/trace | |
| parent | e09f9f529caf43ba94245f61564b966cab912935 (diff) | |
ALSA/ASoC: include: 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.
Reviewed-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: Takashi Iwai <[email protected]>
Diffstat (limited to 'include/trace')
| -rw-r--r-- | include/trace/events/sof.h | 2 | ||||
| -rw-r--r-- | include/trace/events/sof_intel.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/trace/events/sof.h b/include/trace/events/sof.h index 21c2a1efb9f6..cd8e6844cca2 100644 --- a/include/trace/events/sof.h +++ b/include/trace/events/sof.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright(c) 2022 Intel Corporation. All rights reserved. + * Copyright(c) 2022 Intel Corporation * * Author: Noah Klayman <[email protected]> */ diff --git a/include/trace/events/sof_intel.h b/include/trace/events/sof_intel.h index 2a77f9d26c0b..4cac5fef99a2 100644 --- a/include/trace/events/sof_intel.h +++ b/include/trace/events/sof_intel.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright(c) 2022 Intel Corporation. All rights reserved. + * Copyright(c) 2022 Intel Corporation * * Author: Noah Klayman <[email protected]> */ |