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_