Skip to content

Commit 221756e

Browse files
qzedjwrdegoede
authored andcommitted
platform/surface: Update copyright year of various drivers
Update the copyright of various Surface drivers to the current year. Signed-off-by: Maximilian Luz <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
1 parent 993a9e2 commit 221756e

22 files changed

+22
-22
lines changed

drivers/platform/surface/aggregator/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0+
2-
# Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
2+
# Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
33

44
menuconfig SURFACE_AGGREGATOR
55
tristate "Microsoft Surface System Aggregator Module Subsystem and Drivers"

drivers/platform/surface/aggregator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0+
2-
# Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
2+
# Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
33

44
# For include/trace/define_trace.h to include trace.h
55
CFLAGS_core.o = -I$(src)

drivers/platform/surface/aggregator/bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Surface System Aggregator Module bus and device integration.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#include <linux/device.h>

drivers/platform/surface/aggregator/bus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Surface System Aggregator Module bus and device integration.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#ifndef _SURFACE_AGGREGATOR_BUS_H

drivers/platform/surface/aggregator/controller.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Main SSAM/SSH controller structure and functionality.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#include <linux/acpi.h>

drivers/platform/surface/aggregator/controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Main SSAM/SSH controller structure and functionality.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#ifndef _SURFACE_AGGREGATOR_CONTROLLER_H

drivers/platform/surface/aggregator/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Handles communication via requests as well as enabling, disabling, and
88
* relaying of events.
99
*
10-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
10+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
1111
*/
1212

1313
#include <linux/acpi.h>

drivers/platform/surface/aggregator/ssh_msgb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* SSH message builder functions.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#ifndef _SURFACE_AGGREGATOR_SSH_MSGB_H

drivers/platform/surface/aggregator/ssh_packet_layer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* SSH packet transport layer.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#include <asm/unaligned.h>

drivers/platform/surface/aggregator/ssh_packet_layer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* SSH packet transport layer.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#ifndef _SURFACE_AGGREGATOR_SSH_PACKET_LAYER_H

0 commit comments

Comments
 (0)