Quellcode durchsuchen

Revert "spu-kernel : Add LF markings"

This reverts commit 180d6010b3c3c8305f6c76f4c5ee78d7685c978e.
Xhoendi Collaku vor 2 Jahren
Ursprung
Commit
e54fb09c17
4 geänderte Dateien mit 4 neuen und 8 gelöschten Zeilen
  1. 1 2
      drivers/spcom.c
  2. 1 2
      drivers/spss_utils.c
  3. 1 2
      include/uapi/linux/spcom.h
  4. 1 2
      include/uapi/linux/spss_utils.h

+ 1 - 2
drivers/spcom.c

@@ -1,7 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2015-2019, 2021 The Linux Foundation. All rights reserved.
- * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2015-2019, 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
  */
 
 /*

+ 1 - 2
drivers/spss_utils.c

@@ -1,7 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
- * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2016-2022 Qualcomm Innovation Center, Inc. All rights reserved.
  */
 
 /*

+ 1 - 2
include/uapi/linux/spcom.h

@@ -1,7 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
 /*
- * Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
- * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2015-2022 Qualcomm Innovation Center, Inc. All rights reserved.
  */
 
 

+ 1 - 2
include/uapi/linux/spss_utils.h

@@ -1,7 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
 /*
- * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2019-2022 Qualcomm Innovation Center, Inc. All rights reserved.
  */
 
 #ifndef _UAPI_SPSS_UTILS_H_