diff --git a/src/logid/Configuration.cpp b/src/logid/Configuration.cpp index 5ce66dc..4f48c8d 100644 --- a/src/logid/Configuration.cpp +++ b/src/logid/Configuration.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/Configuration.h b/src/logid/Configuration.h index 5df76f3..5c90974 100644 --- a/src/logid/Configuration.h +++ b/src/logid/Configuration.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/Device.cpp b/src/logid/Device.cpp index 21aabf9..ae16cb5 100644 --- a/src/logid/Device.cpp +++ b/src/logid/Device.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/Device.h b/src/logid/Device.h index 7a54bbe..dc01c5e 100644 --- a/src/logid/Device.h +++ b/src/logid/Device.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/DeviceManager.cpp b/src/logid/DeviceManager.cpp index 271c509..3729514 100644 --- a/src/logid/DeviceManager.cpp +++ b/src/logid/DeviceManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/DeviceManager.h b/src/logid/DeviceManager.h index b17d26a..2acbda0 100644 --- a/src/logid/DeviceManager.h +++ b/src/logid/DeviceManager.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/InputDevice.cpp b/src/logid/InputDevice.cpp index eafd0cb..1db7d6c 100644 --- a/src/logid/InputDevice.cpp +++ b/src/logid/InputDevice.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/InputDevice.h b/src/logid/InputDevice.h index d8c212f..37694fe 100644 --- a/src/logid/InputDevice.h +++ b/src/logid/InputDevice.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/Receiver.cpp b/src/logid/Receiver.cpp index 44df3f0..b5277a4 100644 --- a/src/logid/Receiver.cpp +++ b/src/logid/Receiver.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/Receiver.h b/src/logid/Receiver.h index d2ebcba..dd8e2ee 100644 --- a/src/logid/Receiver.h +++ b/src/logid/Receiver.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/Action.cpp b/src/logid/actions/Action.cpp index 950e3a6..d3116c8 100644 --- a/src/logid/actions/Action.cpp +++ b/src/logid/actions/Action.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/Action.h b/src/logid/actions/Action.h index f037a60..b897214 100644 --- a/src/logid/actions/Action.h +++ b/src/logid/actions/Action.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/ChangeDPI.cpp b/src/logid/actions/ChangeDPI.cpp index f26a398..9bee923 100644 --- a/src/logid/actions/ChangeDPI.cpp +++ b/src/logid/actions/ChangeDPI.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/ChangeDPI.h b/src/logid/actions/ChangeDPI.h index 0bf00e8..17bde97 100644 --- a/src/logid/actions/ChangeDPI.h +++ b/src/logid/actions/ChangeDPI.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/ChangeHostAction.cpp b/src/logid/actions/ChangeHostAction.cpp index 8163f96..c36831c 100644 --- a/src/logid/actions/ChangeHostAction.cpp +++ b/src/logid/actions/ChangeHostAction.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/ChangeHostAction.h b/src/logid/actions/ChangeHostAction.h index 6268a32..4bb9c96 100644 --- a/src/logid/actions/ChangeHostAction.h +++ b/src/logid/actions/ChangeHostAction.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/CycleDPI.cpp b/src/logid/actions/CycleDPI.cpp index f29c640..0d29fc6 100644 --- a/src/logid/actions/CycleDPI.cpp +++ b/src/logid/actions/CycleDPI.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/CycleDPI.h b/src/logid/actions/CycleDPI.h index a4347a7..38e2a75 100644 --- a/src/logid/actions/CycleDPI.h +++ b/src/logid/actions/CycleDPI.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/GestureAction.cpp b/src/logid/actions/GestureAction.cpp index fbe6f24..32ea194 100644 --- a/src/logid/actions/GestureAction.cpp +++ b/src/logid/actions/GestureAction.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/GestureAction.h b/src/logid/actions/GestureAction.h index 45d9777..52b0ab6 100644 --- a/src/logid/actions/GestureAction.h +++ b/src/logid/actions/GestureAction.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/KeypressAction.cpp b/src/logid/actions/KeypressAction.cpp index f5a4f62..864aa10 100644 --- a/src/logid/actions/KeypressAction.cpp +++ b/src/logid/actions/KeypressAction.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/KeypressAction.h b/src/logid/actions/KeypressAction.h index 72bba6a..a544bce 100644 --- a/src/logid/actions/KeypressAction.h +++ b/src/logid/actions/KeypressAction.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/NullAction.cpp b/src/logid/actions/NullAction.cpp index e38faa1..f96f615 100644 --- a/src/logid/actions/NullAction.cpp +++ b/src/logid/actions/NullAction.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/NullAction.h b/src/logid/actions/NullAction.h index 9229b5b..832b2e3 100644 --- a/src/logid/actions/NullAction.h +++ b/src/logid/actions/NullAction.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/ToggleHiresScroll.cpp b/src/logid/actions/ToggleHiresScroll.cpp index bfe6262..d51876e 100644 --- a/src/logid/actions/ToggleHiresScroll.cpp +++ b/src/logid/actions/ToggleHiresScroll.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/ToggleHiresScroll.h b/src/logid/actions/ToggleHiresScroll.h index dd8cd92..6d4b529 100644 --- a/src/logid/actions/ToggleHiresScroll.h +++ b/src/logid/actions/ToggleHiresScroll.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/ToggleSmartShift.cpp b/src/logid/actions/ToggleSmartShift.cpp index 7f4f09e..e08989c 100644 --- a/src/logid/actions/ToggleSmartShift.cpp +++ b/src/logid/actions/ToggleSmartShift.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/ToggleSmartShift.h b/src/logid/actions/ToggleSmartShift.h index 0b3546b..627e2b4 100644 --- a/src/logid/actions/ToggleSmartShift.h +++ b/src/logid/actions/ToggleSmartShift.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/gesture/AxisGesture.cpp b/src/logid/actions/gesture/AxisGesture.cpp index 879438c..0735473 100644 --- a/src/logid/actions/gesture/AxisGesture.cpp +++ b/src/logid/actions/gesture/AxisGesture.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/gesture/AxisGesture.h b/src/logid/actions/gesture/AxisGesture.h index 2152f3b..e00d9c2 100644 --- a/src/logid/actions/gesture/AxisGesture.h +++ b/src/logid/actions/gesture/AxisGesture.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/gesture/Gesture.cpp b/src/logid/actions/gesture/Gesture.cpp index 7e65d8e..f5e7180 100644 --- a/src/logid/actions/gesture/Gesture.cpp +++ b/src/logid/actions/gesture/Gesture.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/gesture/Gesture.h b/src/logid/actions/gesture/Gesture.h index 03d5ce2..8204135 100644 --- a/src/logid/actions/gesture/Gesture.h +++ b/src/logid/actions/gesture/Gesture.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/gesture/IntervalGesture.cpp b/src/logid/actions/gesture/IntervalGesture.cpp index 6d34899..ac9cd4e 100644 --- a/src/logid/actions/gesture/IntervalGesture.cpp +++ b/src/logid/actions/gesture/IntervalGesture.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/gesture/IntervalGesture.h b/src/logid/actions/gesture/IntervalGesture.h index e72967e..5a208ff 100644 --- a/src/logid/actions/gesture/IntervalGesture.h +++ b/src/logid/actions/gesture/IntervalGesture.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/gesture/NullGesture.cpp b/src/logid/actions/gesture/NullGesture.cpp index 09793ad..7bed193 100644 --- a/src/logid/actions/gesture/NullGesture.cpp +++ b/src/logid/actions/gesture/NullGesture.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/gesture/NullGesture.h b/src/logid/actions/gesture/NullGesture.h index e920b6d..7689836 100644 --- a/src/logid/actions/gesture/NullGesture.h +++ b/src/logid/actions/gesture/NullGesture.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/gesture/ReleaseGesture.cpp b/src/logid/actions/gesture/ReleaseGesture.cpp index e4e98ec..d7b5e69 100644 --- a/src/logid/actions/gesture/ReleaseGesture.cpp +++ b/src/logid/actions/gesture/ReleaseGesture.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/gesture/ReleaseGesture.h b/src/logid/actions/gesture/ReleaseGesture.h index a9a111d..f950e1e 100644 --- a/src/logid/actions/gesture/ReleaseGesture.h +++ b/src/logid/actions/gesture/ReleaseGesture.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/gesture/ThresholdGesture.cpp b/src/logid/actions/gesture/ThresholdGesture.cpp index 7e14850..7741d32 100644 --- a/src/logid/actions/gesture/ThresholdGesture.cpp +++ b/src/logid/actions/gesture/ThresholdGesture.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne, michtere + * Copyright 2019-2023 PixlOne, michtere * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/actions/gesture/ThresholdGesture.h b/src/logid/actions/gesture/ThresholdGesture.h index 20317d2..3cad303 100644 --- a/src/logid/actions/gesture/ThresholdGesture.h +++ b/src/logid/actions/gesture/ThresholdGesture.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne, michtere + * Copyright 2019-2023 PixlOne, michtere * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/Error.cpp b/src/logid/backend/Error.cpp index cf9d2ea..5c9227d 100644 --- a/src/logid/backend/Error.cpp +++ b/src/logid/backend/Error.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/Error.h b/src/logid/backend/Error.h index fbf9f4c..f6e9b56 100644 --- a/src/logid/backend/Error.h +++ b/src/logid/backend/Error.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/dj/Error.cpp b/src/logid/backend/dj/Error.cpp index 26bce2c..c24b5c2 100644 --- a/src/logid/backend/dj/Error.cpp +++ b/src/logid/backend/dj/Error.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/dj/Error.h b/src/logid/backend/dj/Error.h index a4e19e6..92425e0 100644 --- a/src/logid/backend/dj/Error.h +++ b/src/logid/backend/dj/Error.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/dj/Receiver.cpp b/src/logid/backend/dj/Receiver.cpp index 586bb98..6f47ecd 100644 --- a/src/logid/backend/dj/Receiver.cpp +++ b/src/logid/backend/dj/Receiver.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/dj/Receiver.h b/src/logid/backend/dj/Receiver.h index 09cd0fe..e26a8c4 100644 --- a/src/logid/backend/dj/Receiver.h +++ b/src/logid/backend/dj/Receiver.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/dj/ReceiverMonitor.cpp b/src/logid/backend/dj/ReceiverMonitor.cpp index 1cfd553..71a3ff8 100644 --- a/src/logid/backend/dj/ReceiverMonitor.cpp +++ b/src/logid/backend/dj/ReceiverMonitor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/dj/ReceiverMonitor.h b/src/logid/backend/dj/ReceiverMonitor.h index 3acd377..bbecc51 100644 --- a/src/logid/backend/dj/ReceiverMonitor.h +++ b/src/logid/backend/dj/ReceiverMonitor.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/dj/Report.cpp b/src/logid/backend/dj/Report.cpp index ec0b07a..6d33ab9 100644 --- a/src/logid/backend/dj/Report.cpp +++ b/src/logid/backend/dj/Report.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/dj/Report.h b/src/logid/backend/dj/Report.h index 11fd31a..46ad821 100644 --- a/src/logid/backend/dj/Report.h +++ b/src/logid/backend/dj/Report.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/dj/defs.h b/src/logid/backend/dj/defs.h index 5030a1f..9d8d5a5 100644 --- a/src/logid/backend/dj/defs.h +++ b/src/logid/backend/dj/defs.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp/Device.cpp b/src/logid/backend/hidpp/Device.cpp index 8e4d6ce..eb61dd2 100644 --- a/src/logid/backend/hidpp/Device.cpp +++ b/src/logid/backend/hidpp/Device.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp/Device.h b/src/logid/backend/hidpp/Device.h index bf978f3..8976203 100644 --- a/src/logid/backend/hidpp/Device.h +++ b/src/logid/backend/hidpp/Device.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp/Report.cpp b/src/logid/backend/hidpp/Report.cpp index d46a1ce..9c53499 100644 --- a/src/logid/backend/hidpp/Report.cpp +++ b/src/logid/backend/hidpp/Report.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp/Report.h b/src/logid/backend/hidpp/Report.h index 6bb70af..fbe2e73 100644 --- a/src/logid/backend/hidpp/Report.h +++ b/src/logid/backend/hidpp/Report.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp/defs.h b/src/logid/backend/hidpp/defs.h index a2e5c88..2bde9ae 100644 --- a/src/logid/backend/hidpp/defs.h +++ b/src/logid/backend/hidpp/defs.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp10/Device.cpp b/src/logid/backend/hidpp10/Device.cpp index b294b02..bfec9b9 100644 --- a/src/logid/backend/hidpp10/Device.cpp +++ b/src/logid/backend/hidpp10/Device.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp10/Device.h b/src/logid/backend/hidpp10/Device.h index abc0332..37b7ed0 100644 --- a/src/logid/backend/hidpp10/Device.h +++ b/src/logid/backend/hidpp10/Device.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp10/Error.cpp b/src/logid/backend/hidpp10/Error.cpp index 8c208f7..f88f369 100644 --- a/src/logid/backend/hidpp10/Error.cpp +++ b/src/logid/backend/hidpp10/Error.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp10/Error.h b/src/logid/backend/hidpp10/Error.h index 2e1b2c6..facbb8f 100644 --- a/src/logid/backend/hidpp10/Error.h +++ b/src/logid/backend/hidpp10/Error.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp10/defs.h b/src/logid/backend/hidpp10/defs.h index 25fba27..df20622 100644 --- a/src/logid/backend/hidpp10/defs.h +++ b/src/logid/backend/hidpp10/defs.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/Device.cpp b/src/logid/backend/hidpp20/Device.cpp index bade382..8e650bd 100644 --- a/src/logid/backend/hidpp20/Device.cpp +++ b/src/logid/backend/hidpp20/Device.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/Device.h b/src/logid/backend/hidpp20/Device.h index 051df68..7fe32bf 100644 --- a/src/logid/backend/hidpp20/Device.h +++ b/src/logid/backend/hidpp20/Device.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/Error.cpp b/src/logid/backend/hidpp20/Error.cpp index 799034f..4f19577 100644 --- a/src/logid/backend/hidpp20/Error.cpp +++ b/src/logid/backend/hidpp20/Error.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/Error.h b/src/logid/backend/hidpp20/Error.h index 782e0d8..e2cfa31 100644 --- a/src/logid/backend/hidpp20/Error.h +++ b/src/logid/backend/hidpp20/Error.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/EssentialFeature.cpp b/src/logid/backend/hidpp20/EssentialFeature.cpp index 2a749b2..a52975d 100644 --- a/src/logid/backend/hidpp20/EssentialFeature.cpp +++ b/src/logid/backend/hidpp20/EssentialFeature.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/EssentialFeature.h b/src/logid/backend/hidpp20/EssentialFeature.h index c1b69b6..9dbe433 100644 --- a/src/logid/backend/hidpp20/EssentialFeature.h +++ b/src/logid/backend/hidpp20/EssentialFeature.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/Feature.cpp b/src/logid/backend/hidpp20/Feature.cpp index 2cdb412..ae9fb0d 100644 --- a/src/logid/backend/hidpp20/Feature.cpp +++ b/src/logid/backend/hidpp20/Feature.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/Feature.h b/src/logid/backend/hidpp20/Feature.h index e045011..a969500 100644 --- a/src/logid/backend/hidpp20/Feature.h +++ b/src/logid/backend/hidpp20/Feature.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/feature_defs.h b/src/logid/backend/hidpp20/feature_defs.h index 6d6ccbd..00f7993 100644 --- a/src/logid/backend/hidpp20/feature_defs.h +++ b/src/logid/backend/hidpp20/feature_defs.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/AdjustableDPI.cpp b/src/logid/backend/hidpp20/features/AdjustableDPI.cpp index e34f99a..a9ceb72 100644 --- a/src/logid/backend/hidpp20/features/AdjustableDPI.cpp +++ b/src/logid/backend/hidpp20/features/AdjustableDPI.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/AdjustableDPI.h b/src/logid/backend/hidpp20/features/AdjustableDPI.h index 92a4194..1078039 100644 --- a/src/logid/backend/hidpp20/features/AdjustableDPI.h +++ b/src/logid/backend/hidpp20/features/AdjustableDPI.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/ChangeHost.cpp b/src/logid/backend/hidpp20/features/ChangeHost.cpp index f88e60b..69ff476 100644 --- a/src/logid/backend/hidpp20/features/ChangeHost.cpp +++ b/src/logid/backend/hidpp20/features/ChangeHost.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/ChangeHost.h b/src/logid/backend/hidpp20/features/ChangeHost.h index 9e1f5af..2229e87 100644 --- a/src/logid/backend/hidpp20/features/ChangeHost.h +++ b/src/logid/backend/hidpp20/features/ChangeHost.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/DeviceName.cpp b/src/logid/backend/hidpp20/features/DeviceName.cpp index 5522b4e..6ac9d64 100644 --- a/src/logid/backend/hidpp20/features/DeviceName.cpp +++ b/src/logid/backend/hidpp20/features/DeviceName.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/DeviceName.h b/src/logid/backend/hidpp20/features/DeviceName.h index e326c65..0b68e0d 100644 --- a/src/logid/backend/hidpp20/features/DeviceName.h +++ b/src/logid/backend/hidpp20/features/DeviceName.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/FeatureSet.cpp b/src/logid/backend/hidpp20/features/FeatureSet.cpp index 3c4772b..0c9af9c 100644 --- a/src/logid/backend/hidpp20/features/FeatureSet.cpp +++ b/src/logid/backend/hidpp20/features/FeatureSet.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/FeatureSet.h b/src/logid/backend/hidpp20/features/FeatureSet.h index b115a74..61c7a13 100644 --- a/src/logid/backend/hidpp20/features/FeatureSet.h +++ b/src/logid/backend/hidpp20/features/FeatureSet.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/HiresScroll.cpp b/src/logid/backend/hidpp20/features/HiresScroll.cpp index a20e489..9d91f09 100644 --- a/src/logid/backend/hidpp20/features/HiresScroll.cpp +++ b/src/logid/backend/hidpp20/features/HiresScroll.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/HiresScroll.h b/src/logid/backend/hidpp20/features/HiresScroll.h index 6822930..3c0db58 100644 --- a/src/logid/backend/hidpp20/features/HiresScroll.h +++ b/src/logid/backend/hidpp20/features/HiresScroll.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/ReprogControls.cpp b/src/logid/backend/hidpp20/features/ReprogControls.cpp index eb2814b..8ea4d72 100644 --- a/src/logid/backend/hidpp20/features/ReprogControls.cpp +++ b/src/logid/backend/hidpp20/features/ReprogControls.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/ReprogControls.h b/src/logid/backend/hidpp20/features/ReprogControls.h index c76e1f2..0c0d769 100644 --- a/src/logid/backend/hidpp20/features/ReprogControls.h +++ b/src/logid/backend/hidpp20/features/ReprogControls.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/Reset.cpp b/src/logid/backend/hidpp20/features/Reset.cpp index e04b4ba..bb8e6ea 100644 --- a/src/logid/backend/hidpp20/features/Reset.cpp +++ b/src/logid/backend/hidpp20/features/Reset.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/Reset.h b/src/logid/backend/hidpp20/features/Reset.h index 13c1cca..c737f00 100644 --- a/src/logid/backend/hidpp20/features/Reset.h +++ b/src/logid/backend/hidpp20/features/Reset.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/Root.cpp b/src/logid/backend/hidpp20/features/Root.cpp index f1258f9..662036a 100644 --- a/src/logid/backend/hidpp20/features/Root.cpp +++ b/src/logid/backend/hidpp20/features/Root.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/Root.h b/src/logid/backend/hidpp20/features/Root.h index 2558b28..2ef243f 100644 --- a/src/logid/backend/hidpp20/features/Root.h +++ b/src/logid/backend/hidpp20/features/Root.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/SmartShift.cpp b/src/logid/backend/hidpp20/features/SmartShift.cpp index 9f7ab67..c67733a 100644 --- a/src/logid/backend/hidpp20/features/SmartShift.cpp +++ b/src/logid/backend/hidpp20/features/SmartShift.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/SmartShift.h b/src/logid/backend/hidpp20/features/SmartShift.h index c06b38b..f2f8a5f 100644 --- a/src/logid/backend/hidpp20/features/SmartShift.h +++ b/src/logid/backend/hidpp20/features/SmartShift.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/ThumbWheel.cpp b/src/logid/backend/hidpp20/features/ThumbWheel.cpp index 261726f..9ee1b7b 100644 --- a/src/logid/backend/hidpp20/features/ThumbWheel.cpp +++ b/src/logid/backend/hidpp20/features/ThumbWheel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/ThumbWheel.h b/src/logid/backend/hidpp20/features/ThumbWheel.h index 43adf76..708da5e 100644 --- a/src/logid/backend/hidpp20/features/ThumbWheel.h +++ b/src/logid/backend/hidpp20/features/ThumbWheel.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/WirelessDeviceStatus.cpp b/src/logid/backend/hidpp20/features/WirelessDeviceStatus.cpp index 7c26362..50fef29 100644 --- a/src/logid/backend/hidpp20/features/WirelessDeviceStatus.cpp +++ b/src/logid/backend/hidpp20/features/WirelessDeviceStatus.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/hidpp20/features/WirelessDeviceStatus.h b/src/logid/backend/hidpp20/features/WirelessDeviceStatus.h index 4871dea..a6712dd 100644 --- a/src/logid/backend/hidpp20/features/WirelessDeviceStatus.h +++ b/src/logid/backend/hidpp20/features/WirelessDeviceStatus.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/raw/DeviceMonitor.cpp b/src/logid/backend/raw/DeviceMonitor.cpp index 9a85da2..b039c0f 100644 --- a/src/logid/backend/raw/DeviceMonitor.cpp +++ b/src/logid/backend/raw/DeviceMonitor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/raw/DeviceMonitor.h b/src/logid/backend/raw/DeviceMonitor.h index ef7cbc7..ced2ee1 100644 --- a/src/logid/backend/raw/DeviceMonitor.h +++ b/src/logid/backend/raw/DeviceMonitor.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/raw/EventHandler.h b/src/logid/backend/raw/EventHandler.h index b845e23..2d136ec 100644 --- a/src/logid/backend/raw/EventHandler.h +++ b/src/logid/backend/raw/EventHandler.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/raw/RawDevice.cpp b/src/logid/backend/raw/RawDevice.cpp index a754e7a..9535535 100644 --- a/src/logid/backend/raw/RawDevice.cpp +++ b/src/logid/backend/raw/RawDevice.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/backend/raw/RawDevice.h b/src/logid/backend/raw/RawDevice.h index 5b8b7f0..030c304 100644 --- a/src/logid/backend/raw/RawDevice.h +++ b/src/logid/backend/raw/RawDevice.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/features/DPI.cpp b/src/logid/features/DPI.cpp index eb9e62c..2128576 100644 --- a/src/logid/features/DPI.cpp +++ b/src/logid/features/DPI.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/features/DPI.h b/src/logid/features/DPI.h index 38738f4..365013f 100644 --- a/src/logid/features/DPI.h +++ b/src/logid/features/DPI.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/features/DeviceFeature.h b/src/logid/features/DeviceFeature.h index a11f6ca..516fe38 100644 --- a/src/logid/features/DeviceFeature.h +++ b/src/logid/features/DeviceFeature.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/features/DeviceStatus.cpp b/src/logid/features/DeviceStatus.cpp index 7ce6d72..5f16921 100644 --- a/src/logid/features/DeviceStatus.cpp +++ b/src/logid/features/DeviceStatus.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/features/DeviceStatus.h b/src/logid/features/DeviceStatus.h index 9ebcb03..126328f 100644 --- a/src/logid/features/DeviceStatus.h +++ b/src/logid/features/DeviceStatus.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/features/HiresScroll.cpp b/src/logid/features/HiresScroll.cpp index 84fa42f..3e19b03 100644 --- a/src/logid/features/HiresScroll.cpp +++ b/src/logid/features/HiresScroll.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/features/HiresScroll.h b/src/logid/features/HiresScroll.h index 01195a1..ce8fd0e 100644 --- a/src/logid/features/HiresScroll.h +++ b/src/logid/features/HiresScroll.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/features/RemapButton.cpp b/src/logid/features/RemapButton.cpp index 121f171..c7ba176 100644 --- a/src/logid/features/RemapButton.cpp +++ b/src/logid/features/RemapButton.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/features/RemapButton.h b/src/logid/features/RemapButton.h index ca30c6f..88ba3ab 100644 --- a/src/logid/features/RemapButton.h +++ b/src/logid/features/RemapButton.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/features/SmartShift.cpp b/src/logid/features/SmartShift.cpp index 1660eae..b41f6ba 100644 --- a/src/logid/features/SmartShift.cpp +++ b/src/logid/features/SmartShift.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/features/SmartShift.h b/src/logid/features/SmartShift.h index 66e6a0b..a3a2d77 100644 --- a/src/logid/features/SmartShift.h +++ b/src/logid/features/SmartShift.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/features/ThumbWheel.cpp b/src/logid/features/ThumbWheel.cpp index 85dbfab..b56dbe0 100644 --- a/src/logid/features/ThumbWheel.cpp +++ b/src/logid/features/ThumbWheel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/features/ThumbWheel.h b/src/logid/features/ThumbWheel.h index f23a87b..21a859c 100644 --- a/src/logid/features/ThumbWheel.h +++ b/src/logid/features/ThumbWheel.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/logid.cpp b/src/logid/logid.cpp index 54d55a1..c8e1ce0 100644 --- a/src/logid/logid.cpp +++ b/src/logid/logid.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/util/ExceptionHandler.cpp b/src/logid/util/ExceptionHandler.cpp index 2a5332b..7f3ab37 100644 --- a/src/logid/util/ExceptionHandler.cpp +++ b/src/logid/util/ExceptionHandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/util/ExceptionHandler.h b/src/logid/util/ExceptionHandler.h index 7885722..366fb6d 100644 --- a/src/logid/util/ExceptionHandler.h +++ b/src/logid/util/ExceptionHandler.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/util/log.cpp b/src/logid/util/log.cpp index 1e165a2..7ba06a3 100644 --- a/src/logid/util/log.cpp +++ b/src/logid/util/log.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/util/log.h b/src/logid/util/log.h index 58f6c8f..e23cee7 100644 --- a/src/logid/util/log.h +++ b/src/logid/util/log.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/util/task.cpp b/src/logid/util/task.cpp index 8212489..0c8eb19 100644 --- a/src/logid/util/task.cpp +++ b/src/logid/util/task.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/logid/util/task.h b/src/logid/util/task.h index 3ea8aff..a3574b9 100644 --- a/src/logid/util/task.h +++ b/src/logid/util/task.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 PixlOne + * Copyright 2019-2023 PixlOne * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by