Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

platform/surface: aggregator: Update copyright

It's 2021, update the copyright accordingly.

Signed-off-by: Maximilian Luz <luzmaximilian@gmail.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20210604134755.535590-4-luzmaximilian@gmail.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

authored by

Maximilian Luz and committed by
Hans de Goede
b2763358 4b38a1dc

+18 -18
+1 -1
drivers/platform/surface/aggregator/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0+ 2 - # Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 2 + # Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 3 3 4 4 menuconfig SURFACE_AGGREGATOR 5 5 tristate "Microsoft Surface System Aggregator Module Subsystem and Drivers"
+1 -1
drivers/platform/surface/aggregator/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0+ 2 - # Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 2 + # Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 3 3 4 4 # For include/trace/define_trace.h to include trace.h 5 5 CFLAGS_core.o = -I$(src)
+1 -1
drivers/platform/surface/aggregator/bus.c
··· 2 2 /* 3 3 * Surface System Aggregator Module bus and device integration. 4 4 * 5 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 5 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 6 6 */ 7 7 8 8 #include <linux/device.h>
+1 -1
drivers/platform/surface/aggregator/bus.h
··· 2 2 /* 3 3 * Surface System Aggregator Module bus and device integration. 4 4 * 5 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 5 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 6 6 */ 7 7 8 8 #ifndef _SURFACE_AGGREGATOR_BUS_H
+1 -1
drivers/platform/surface/aggregator/controller.c
··· 2 2 /* 3 3 * Main SSAM/SSH controller structure and functionality. 4 4 * 5 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 5 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 6 6 */ 7 7 8 8 #include <linux/acpi.h>
+1 -1
drivers/platform/surface/aggregator/controller.h
··· 2 2 /* 3 3 * Main SSAM/SSH controller structure and functionality. 4 4 * 5 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 5 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 6 6 */ 7 7 8 8 #ifndef _SURFACE_AGGREGATOR_CONTROLLER_H
+1 -1
drivers/platform/surface/aggregator/core.c
··· 7 7 * Handles communication via requests as well as enabling, disabling, and 8 8 * relaying of events. 9 9 * 10 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 10 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 11 11 */ 12 12 13 13 #include <linux/acpi.h>
+1 -1
drivers/platform/surface/aggregator/ssh_msgb.h
··· 2 2 /* 3 3 * SSH message builder functions. 4 4 * 5 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 5 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 6 6 */ 7 7 8 8 #ifndef _SURFACE_AGGREGATOR_SSH_MSGB_H
+1 -1
drivers/platform/surface/aggregator/ssh_packet_layer.c
··· 2 2 /* 3 3 * SSH packet transport layer. 4 4 * 5 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 5 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 6 6 */ 7 7 8 8 #include <asm/unaligned.h>
+1 -1
drivers/platform/surface/aggregator/ssh_packet_layer.h
··· 2 2 /* 3 3 * SSH packet transport layer. 4 4 * 5 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 5 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 6 6 */ 7 7 8 8 #ifndef _SURFACE_AGGREGATOR_SSH_PACKET_LAYER_H
+1 -1
drivers/platform/surface/aggregator/ssh_parser.c
··· 2 2 /* 3 3 * SSH message parser. 4 4 * 5 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 5 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 6 6 */ 7 7 8 8 #include <asm/unaligned.h>
+1 -1
drivers/platform/surface/aggregator/ssh_parser.h
··· 2 2 /* 3 3 * SSH message parser. 4 4 * 5 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 5 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 6 6 */ 7 7 8 8 #ifndef _SURFACE_AGGREGATOR_SSH_PARSER_H
+1 -1
drivers/platform/surface/aggregator/ssh_request_layer.c
··· 2 2 /* 3 3 * SSH request transport layer. 4 4 * 5 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 5 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 6 6 */ 7 7 8 8 #include <asm/unaligned.h>
+1 -1
drivers/platform/surface/aggregator/ssh_request_layer.h
··· 2 2 /* 3 3 * SSH request transport layer. 4 4 * 5 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 5 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 6 6 */ 7 7 8 8 #ifndef _SURFACE_AGGREGATOR_SSH_REQUEST_LAYER_H
+1 -1
drivers/platform/surface/aggregator/trace.h
··· 2 2 /* 3 3 * Trace points for SSAM/SSH. 4 4 * 5 - * Copyright (C) 2020 Maximilian Luz <luzmaximilian@gmail.com> 5 + * Copyright (C) 2020-2021 Maximilian Luz <luzmaximilian@gmail.com> 6 6 */ 7 7 8 8 #undef TRACE_SYSTEM
+1 -1
include/linux/surface_aggregator/controller.h
··· 6 6 * managing access and communication to and from the SSAM EC, as well as main 7 7 * communication structures and definitions. 8 8 * 9 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 9 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 10 10 */ 11 11 12 12 #ifndef _LINUX_SURFACE_AGGREGATOR_CONTROLLER_H
+1 -1
include/linux/surface_aggregator/device.h
··· 7 7 * Provides support for non-platform/non-ACPI SSAM clients via dedicated 8 8 * subsystem. 9 9 * 10 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 10 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 11 11 */ 12 12 13 13 #ifndef _LINUX_SURFACE_AGGREGATOR_DEVICE_H
+1 -1
include/linux/surface_aggregator/serial_hub.h
··· 6 6 * Surface System Aggregator Module (SSAM). Provides the interface for basic 7 7 * packet- and request-based communication with the SSAM EC via SSH. 8 8 * 9 - * Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 9 + * Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> 10 10 */ 11 11 12 12 #ifndef _LINUX_SURFACE_AGGREGATOR_SERIAL_HUB_H