From 180d6010b3c3c8305f6c76f4c5ee78d7685c978e Mon Sep 17 00:00:00 2001 From: Mariam Elia Date: Wed, 19 Apr 2023 09:15:15 -0700 Subject: [PATCH] spu-kernel : Add LF markings Add LF markings per source code. Signed-off-by: Mariam Elia --- drivers/spcom.c | 3 ++- drivers/spss_utils.c | 3 ++- include/uapi/linux/spcom.h | 3 ++- include/uapi/linux/spss_utils.h | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/spcom.c b/drivers/spcom.c index b2f7e08099..29541db822 100644 --- a/drivers/spcom.c +++ b/drivers/spcom.c @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2015-2019, 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2015-2019, 2021 The Linux Foundation. All rights reserved. + * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. */ /* diff --git a/drivers/spss_utils.c b/drivers/spss_utils.c index e8bb558199..4d29f87475 100644 --- a/drivers/spss_utils.c +++ b/drivers/spss_utils.c @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2016-2022 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2016-2021, The Linux Foundation. All rights reserved. + * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. */ /* diff --git a/include/uapi/linux/spcom.h b/include/uapi/linux/spcom.h index 5c2696f700..a72ce71606 100644 --- a/include/uapi/linux/spcom.h +++ b/include/uapi/linux/spcom.h @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ /* - * Copyright (c) 2015-2022 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2015-2021, The Linux Foundation. All rights reserved. + * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved. */ diff --git a/include/uapi/linux/spss_utils.h b/include/uapi/linux/spss_utils.h index 5373ffa18a..cc52422730 100644 --- a/include/uapi/linux/spss_utils.h +++ b/include/uapi/linux/spss_utils.h @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ /* - * Copyright (c) 2019-2022 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. + * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. */ #ifndef _UAPI_SPSS_UTILS_H_