From dbb68c4dcbf26c077b5a4a5873d4ab16e9a26d8d Mon Sep 17 00:00:00 2001 From: stojadin2701 Date: Mon, 19 Jan 2026 18:31:00 +0100 Subject: [PATCH] Update copyright notice year --- flight_computer/CMakeLists.txt | 2 +- flight_computer/platformio.ini | 2 +- flight_computer/pre_config.py | 2 +- flight_computer/src/FreeRTOSConfig.h | 2 +- flight_computer/src/cli/cli.cpp | 2 +- flight_computer/src/cli/cli.hpp | 2 +- flight_computer/src/cli/cli_commands.cpp | 2 +- flight_computer/src/cli/cli_commands.hpp | 2 +- flight_computer/src/cli/settings.cpp | 2 +- flight_computer/src/cli/settings.hpp | 2 +- flight_computer/src/comm/fifo.cpp | 2 +- flight_computer/src/comm/fifo.hpp | 2 +- flight_computer/src/comm/stream.cpp | 2 +- flight_computer/src/comm/stream.hpp | 2 +- flight_computer/src/comm/stream_group.cpp | 2 +- flight_computer/src/comm/stream_group.hpp | 2 +- flight_computer/src/config/cats_config.cpp | 2 +- flight_computer/src/config/cats_config.hpp | 2 +- flight_computer/src/config/control_config.hpp | 2 +- flight_computer/src/config/globals.cpp | 2 +- flight_computer/src/config/globals.hpp | 2 +- flight_computer/src/control/calibration.cpp | 2 +- flight_computer/src/control/calibration.hpp | 2 +- flight_computer/src/control/data_processing.cpp | 2 +- flight_computer/src/control/data_processing.hpp | 2 +- flight_computer/src/control/flight_phases.cpp | 2 +- flight_computer/src/control/flight_phases.hpp | 2 +- flight_computer/src/control/kalman_filter.cpp | 2 +- flight_computer/src/control/kalman_filter.hpp | 2 +- flight_computer/src/control/orientation_filter.cpp | 2 +- flight_computer/src/control/orientation_filter.hpp | 2 +- flight_computer/src/drivers/adc.cpp | 2 +- flight_computer/src/drivers/adc.hpp | 2 +- flight_computer/src/drivers/buzzer.cpp | 2 +- flight_computer/src/drivers/buzzer.hpp | 2 +- flight_computer/src/drivers/gpio.hpp | 2 +- flight_computer/src/drivers/pwm.cpp | 2 +- flight_computer/src/drivers/pwm.hpp | 2 +- flight_computer/src/drivers/servo.cpp | 2 +- flight_computer/src/drivers/servo.hpp | 2 +- flight_computer/src/drivers/spi.hpp | 2 +- flight_computer/src/drivers/uart.cpp | 2 +- flight_computer/src/drivers/uart.hpp | 2 +- flight_computer/src/drivers/w25q.cpp | 2 +- flight_computer/src/drivers/w25q.hpp | 2 +- flight_computer/src/flash/lfs_custom.cpp | 2 +- flight_computer/src/flash/lfs_custom.hpp | 2 +- flight_computer/src/flash/reader.cpp | 2 +- flight_computer/src/flash/reader.hpp | 2 +- flight_computer/src/flash/recorder.cpp | 2 +- flight_computer/src/flash/recorder.hpp | 2 +- flight_computer/src/init/config.cpp | 2 +- flight_computer/src/init/config.hpp | 2 +- flight_computer/src/init/system.cpp | 2 +- flight_computer/src/init/system.hpp | 2 +- flight_computer/src/main.cpp | 2 +- flight_computer/src/main.hpp | 2 +- flight_computer/src/sensors/lsm6dso32.hpp | 2 +- flight_computer/src/sensors/ms5607.hpp | 2 +- flight_computer/src/syscalls.c | 2 +- flight_computer/src/sysmem.c | 2 +- flight_computer/src/target/VEGA/STM32F411CCUX_FLASH.ld | 2 +- flight_computer/src/target/VEGA/STM32F411CCUX_RAM.ld | 2 +- flight_computer/src/target/VEGA/startup_stm32f411ccux.S | 2 +- flight_computer/src/target/VEGA/stm32f4xx_hal_conf.h | 2 +- flight_computer/src/target/VEGA/stm32f4xx_hal_msp.cpp | 2 +- flight_computer/src/target/VEGA/stm32f4xx_hal_timebase_tim.cpp | 2 +- flight_computer/src/target/VEGA/stm32f4xx_it.cpp | 2 +- flight_computer/src/target/VEGA/stm32f4xx_it.h | 2 +- flight_computer/src/target/VEGA/system_stm32f4xx.cpp | 2 +- flight_computer/src/target/VEGA/target.cpp | 2 +- flight_computer/src/target/VEGA/target.hpp | 2 +- flight_computer/src/tasks/task.hpp | 2 +- flight_computer/src/tasks/task_buzzer.cpp | 2 +- flight_computer/src/tasks/task_buzzer.hpp | 2 +- flight_computer/src/tasks/task_cdc.cpp | 2 +- flight_computer/src/tasks/task_cdc.hpp | 2 +- flight_computer/src/tasks/task_cli.cpp | 2 +- flight_computer/src/tasks/task_cli.hpp | 2 +- flight_computer/src/tasks/task_flight_fsm.cpp | 2 +- flight_computer/src/tasks/task_flight_fsm.hpp | 2 +- flight_computer/src/tasks/task_health_monitor.cpp | 2 +- flight_computer/src/tasks/task_health_monitor.hpp | 2 +- flight_computer/src/tasks/task_peripherals.cpp | 2 +- flight_computer/src/tasks/task_peripherals.hpp | 2 +- flight_computer/src/tasks/task_preprocessing.cpp | 2 +- flight_computer/src/tasks/task_preprocessing.hpp | 2 +- flight_computer/src/tasks/task_recorder.cpp | 2 +- flight_computer/src/tasks/task_recorder.hpp | 2 +- flight_computer/src/tasks/task_sensor_read.cpp | 2 +- flight_computer/src/tasks/task_sensor_read.hpp | 2 +- flight_computer/src/tasks/task_simulator.cpp | 2 +- flight_computer/src/tasks/task_simulator.hpp | 2 +- flight_computer/src/tasks/task_state_est.cpp | 2 +- flight_computer/src/tasks/task_state_est.hpp | 2 +- flight_computer/src/tasks/task_telemetry.cpp | 2 +- flight_computer/src/tasks/task_telemetry.hpp | 2 +- flight_computer/src/tasks/task_usb_device.cpp | 2 +- flight_computer/src/tasks/task_usb_device.hpp | 2 +- flight_computer/src/usb/msc/emfat.c | 2 +- flight_computer/src/usb/msc/emfat.h | 2 +- flight_computer/src/usb/msc/emfat_file.cpp | 2 +- flight_computer/src/usb/msc/emfat_file.h | 2 +- flight_computer/src/usb/msc_disk.c | 2 +- flight_computer/src/usb/tusb_config.h | 2 +- flight_computer/src/usb/usb_descriptors.c | 2 +- flight_computer/src/util/actions.cpp | 2 +- flight_computer/src/util/actions.hpp | 2 +- flight_computer/src/util/battery.cpp | 2 +- flight_computer/src/util/battery.hpp | 2 +- flight_computer/src/util/crc.cpp | 2 +- flight_computer/src/util/crc.hpp | 2 +- flight_computer/src/util/debug.cpp | 2 +- flight_computer/src/util/enum_str_maps.cpp | 2 +- flight_computer/src/util/enum_str_maps.hpp | 2 +- flight_computer/src/util/error_handler.cpp | 2 +- flight_computer/src/util/error_handler.hpp | 2 +- flight_computer/src/util/gnss.hpp | 2 +- flight_computer/src/util/log.cpp | 2 +- flight_computer/src/util/log.h | 2 +- flight_computer/src/util/math_util.cpp | 2 +- flight_computer/src/util/math_util.hpp | 2 +- flight_computer/src/util/task_util.cpp | 2 +- flight_computer/src/util/task_util.hpp | 2 +- flight_computer/src/util/telemetry_reg.hpp | 2 +- flight_computer/src/util/types.hpp | 2 +- ground_station/dfu_reboot.py | 2 +- ground_station/lib/QMC5883Compass/src/QMC5883Compass.cpp | 2 +- ground_station/lib/QMC5883Compass/src/QMC5883Compass.hpp | 2 +- ground_station/lib/QMC5883Compass/src/QMC5883PCompass.cpp | 2 +- ground_station/lib/QMC5883Compass/src/QMC5883PCompass.hpp | 2 +- ground_station/packet_installer.py | 2 +- ground_station/platformio.ini | 2 +- ground_station/post_config.py | 2 +- ground_station/pre_config.py | 2 +- ground_station/serial_console.py | 2 +- ground_station/serial_terminal.py | 2 +- ground_station/src/USB.cpp | 2 +- ground_station/src/config.cpp | 2 +- ground_station/src/config.hpp | 2 +- ground_station/src/console.cpp | 2 +- ground_station/src/console.hpp | 2 +- ground_station/src/hmi/bmp.hpp | 2 +- ground_station/src/hmi/hmi.cpp | 2 +- ground_station/src/hmi/hmi.hpp | 2 +- ground_station/src/hmi/settings.cpp | 2 +- ground_station/src/hmi/settings.hpp | 2 +- ground_station/src/hmi/window.cpp | 2 +- ground_station/src/hmi/window.hpp | 2 +- ground_station/src/logging/recorder.cpp | 2 +- ground_station/src/logging/recorder.hpp | 2 +- ground_station/src/main.cpp | 2 +- ground_station/src/navigation.cpp | 2 +- ground_station/src/navigation.hpp | 2 +- ground_station/src/systemParser.cpp | 2 +- ground_station/src/systemParser.hpp | 2 +- ground_station/src/telemetry/crc.cpp | 2 +- ground_station/src/telemetry/crc.hpp | 2 +- ground_station/src/telemetry/parser.cpp | 2 +- ground_station/src/telemetry/parser.hpp | 2 +- ground_station/src/telemetry/telemetry.cpp | 2 +- ground_station/src/telemetry/telemetry.hpp | 2 +- ground_station/src/telemetry/telemetryData.hpp | 2 +- ground_station/src/telemetry/telemetry_reg.hpp | 2 +- ground_station/src/utils.cpp | 2 +- ground_station/src/utils.hpp | 2 +- ground_station/uf2_loader.py | 2 +- ground_station/upload_script.py | 2 +- telemetry/lib/Crc/Crc.cpp | 2 +- telemetry/lib/Crc/Crc.hpp | 2 +- telemetry/lib/LqCalculator/LqCalculator.hpp | 2 +- telemetry/lib/Random/Random.cpp | 2 +- telemetry/lib/Random/Random.hpp | 2 +- telemetry/lib/Thermistor/Thermistor.hpp | 2 +- telemetry/platformio.ini | 2 +- telemetry/pre_config.py | 2 +- telemetry/src/Common.cpp | 2 +- telemetry/src/Common.hpp | 2 +- telemetry/src/Fhss/Fhss.cpp | 2 +- telemetry/src/Fhss/Fhss.hpp | 2 +- telemetry/src/Gps/Gps.cpp | 2 +- telemetry/src/Gps/Gps.hpp | 2 +- telemetry/src/Main.cpp | 2 +- telemetry/src/Main.hpp | 2 +- telemetry/src/SerialComm/Parser.cpp | 2 +- telemetry/src/SerialComm/Parser.hpp | 2 +- telemetry/src/SerialComm/Serial.hpp | 2 +- telemetry/src/Telemetry_reg.h | 2 +- telemetry/src/Transmission/Transmission.cpp | 2 +- telemetry/src/Transmission/Transmission.hpp | 2 +- telemetry/src/Transmission/TransmissionSettings.hpp | 2 +- telemetry/src/st/stm32g0xx_hal_conf.h | 2 +- telemetry/src/st/stm32g0xx_hal_msp.c | 2 +- telemetry/src/st/stm32g0xx_it.c | 2 +- telemetry/src/st/stm32g0xx_it.h | 2 +- telemetry/src/st/syscalls.c | 2 +- telemetry/src/st/sysmem.c | 2 +- telemetry/src/st/system_stm32g0xx.c | 2 +- 198 files changed, 198 insertions(+), 198 deletions(-) diff --git a/flight_computer/CMakeLists.txt b/flight_computer/CMakeLists.txt index c1284a0e..3d2e0f20 100644 --- a/flight_computer/CMakeLists.txt +++ b/flight_computer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/platformio.ini b/flight_computer/platformio.ini index 17442e8f..cb6cfbff 100644 --- a/flight_computer/platformio.ini +++ b/flight_computer/platformio.ini @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/pre_config.py b/flight_computer/pre_config.py index 459a5168..8b49f396 100644 --- a/flight_computer/pre_config.py +++ b/flight_computer/pre_config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/FreeRTOSConfig.h b/flight_computer/src/FreeRTOSConfig.h index b1ef6ae0..649fde79 100644 --- a/flight_computer/src/FreeRTOSConfig.h +++ b/flight_computer/src/FreeRTOSConfig.h @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/cli/cli.cpp b/flight_computer/src/cli/cli.cpp index 97b1e2da..75453ba9 100644 --- a/flight_computer/src/cli/cli.cpp +++ b/flight_computer/src/cli/cli.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/cli/cli.hpp b/flight_computer/src/cli/cli.hpp index 7d4059df..c76d03f7 100644 --- a/flight_computer/src/cli/cli.hpp +++ b/flight_computer/src/cli/cli.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/cli/cli_commands.cpp b/flight_computer/src/cli/cli_commands.cpp index 8d4d75f8..f25b1c50 100644 --- a/flight_computer/src/cli/cli_commands.cpp +++ b/flight_computer/src/cli/cli_commands.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/cli/cli_commands.hpp b/flight_computer/src/cli/cli_commands.hpp index 6b82d599..fd022e96 100644 --- a/flight_computer/src/cli/cli_commands.hpp +++ b/flight_computer/src/cli/cli_commands.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/cli/settings.cpp b/flight_computer/src/cli/settings.cpp index 1a5ae3dd..4e26f8fe 100644 --- a/flight_computer/src/cli/settings.cpp +++ b/flight_computer/src/cli/settings.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/cli/settings.hpp b/flight_computer/src/cli/settings.hpp index 9392b02b..b80bd91a 100644 --- a/flight_computer/src/cli/settings.hpp +++ b/flight_computer/src/cli/settings.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/comm/fifo.cpp b/flight_computer/src/comm/fifo.cpp index 08e3f7c4..abc6e1b4 100644 --- a/flight_computer/src/comm/fifo.cpp +++ b/flight_computer/src/comm/fifo.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/comm/fifo.hpp b/flight_computer/src/comm/fifo.hpp index d5bd1bd4..c2f38a2a 100644 --- a/flight_computer/src/comm/fifo.hpp +++ b/flight_computer/src/comm/fifo.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/comm/stream.cpp b/flight_computer/src/comm/stream.cpp index da69df6c..aaec0cf2 100644 --- a/flight_computer/src/comm/stream.cpp +++ b/flight_computer/src/comm/stream.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/comm/stream.hpp b/flight_computer/src/comm/stream.hpp index 0b3d64ca..00ebf281 100644 --- a/flight_computer/src/comm/stream.hpp +++ b/flight_computer/src/comm/stream.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/comm/stream_group.cpp b/flight_computer/src/comm/stream_group.cpp index a30f6c23..f30d9a43 100644 --- a/flight_computer/src/comm/stream_group.cpp +++ b/flight_computer/src/comm/stream_group.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/comm/stream_group.hpp b/flight_computer/src/comm/stream_group.hpp index 932f4169..db5f91b3 100644 --- a/flight_computer/src/comm/stream_group.hpp +++ b/flight_computer/src/comm/stream_group.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/config/cats_config.cpp b/flight_computer/src/config/cats_config.cpp index 89b21027..e397671b 100644 --- a/flight_computer/src/config/cats_config.cpp +++ b/flight_computer/src/config/cats_config.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/config/cats_config.hpp b/flight_computer/src/config/cats_config.hpp index 5f2795fb..a80ef244 100644 --- a/flight_computer/src/config/cats_config.hpp +++ b/flight_computer/src/config/cats_config.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/config/control_config.hpp b/flight_computer/src/config/control_config.hpp index d9756315..027069d9 100644 --- a/flight_computer/src/config/control_config.hpp +++ b/flight_computer/src/config/control_config.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/config/globals.cpp b/flight_computer/src/config/globals.cpp index aae8b0b8..23fdfb1a 100644 --- a/flight_computer/src/config/globals.cpp +++ b/flight_computer/src/config/globals.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/config/globals.hpp b/flight_computer/src/config/globals.hpp index 478a8d3b..b0e8ded8 100644 --- a/flight_computer/src/config/globals.hpp +++ b/flight_computer/src/config/globals.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/control/calibration.cpp b/flight_computer/src/control/calibration.cpp index c235033b..01fb54ce 100644 --- a/flight_computer/src/control/calibration.cpp +++ b/flight_computer/src/control/calibration.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/control/calibration.hpp b/flight_computer/src/control/calibration.hpp index c4f02465..68d0b2a0 100644 --- a/flight_computer/src/control/calibration.hpp +++ b/flight_computer/src/control/calibration.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/control/data_processing.cpp b/flight_computer/src/control/data_processing.cpp index 4b6a0758..0b854151 100644 --- a/flight_computer/src/control/data_processing.cpp +++ b/flight_computer/src/control/data_processing.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/control/data_processing.hpp b/flight_computer/src/control/data_processing.hpp index 50b45a88..67dab3b3 100644 --- a/flight_computer/src/control/data_processing.hpp +++ b/flight_computer/src/control/data_processing.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/control/flight_phases.cpp b/flight_computer/src/control/flight_phases.cpp index 05f3cfbe..ad01375b 100644 --- a/flight_computer/src/control/flight_phases.cpp +++ b/flight_computer/src/control/flight_phases.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/control/flight_phases.hpp b/flight_computer/src/control/flight_phases.hpp index 4ba592a2..ab36a104 100644 --- a/flight_computer/src/control/flight_phases.hpp +++ b/flight_computer/src/control/flight_phases.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/control/kalman_filter.cpp b/flight_computer/src/control/kalman_filter.cpp index 6349c320..ac2fc65c 100644 --- a/flight_computer/src/control/kalman_filter.cpp +++ b/flight_computer/src/control/kalman_filter.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/control/kalman_filter.hpp b/flight_computer/src/control/kalman_filter.hpp index 89b9781e..bd656eb2 100644 --- a/flight_computer/src/control/kalman_filter.hpp +++ b/flight_computer/src/control/kalman_filter.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/control/orientation_filter.cpp b/flight_computer/src/control/orientation_filter.cpp index 094c648a..0b4bb8b8 100644 --- a/flight_computer/src/control/orientation_filter.cpp +++ b/flight_computer/src/control/orientation_filter.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/control/orientation_filter.hpp b/flight_computer/src/control/orientation_filter.hpp index a1c824e4..6fd23c59 100644 --- a/flight_computer/src/control/orientation_filter.hpp +++ b/flight_computer/src/control/orientation_filter.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/adc.cpp b/flight_computer/src/drivers/adc.cpp index a1faee56..46d23e8c 100644 --- a/flight_computer/src/drivers/adc.cpp +++ b/flight_computer/src/drivers/adc.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/adc.hpp b/flight_computer/src/drivers/adc.hpp index 5f37f504..7c4ae247 100644 --- a/flight_computer/src/drivers/adc.hpp +++ b/flight_computer/src/drivers/adc.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/buzzer.cpp b/flight_computer/src/drivers/buzzer.cpp index 15fdb273..10991830 100644 --- a/flight_computer/src/drivers/buzzer.cpp +++ b/flight_computer/src/drivers/buzzer.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/buzzer.hpp b/flight_computer/src/drivers/buzzer.hpp index 78fbc1c2..4751b10e 100644 --- a/flight_computer/src/drivers/buzzer.hpp +++ b/flight_computer/src/drivers/buzzer.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/gpio.hpp b/flight_computer/src/drivers/gpio.hpp index 4dba852f..24af0dfe 100644 --- a/flight_computer/src/drivers/gpio.hpp +++ b/flight_computer/src/drivers/gpio.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/pwm.cpp b/flight_computer/src/drivers/pwm.cpp index ac7486d5..28ef3d3a 100644 --- a/flight_computer/src/drivers/pwm.cpp +++ b/flight_computer/src/drivers/pwm.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/pwm.hpp b/flight_computer/src/drivers/pwm.hpp index e5ac6039..8e34a1c8 100644 --- a/flight_computer/src/drivers/pwm.hpp +++ b/flight_computer/src/drivers/pwm.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/servo.cpp b/flight_computer/src/drivers/servo.cpp index cadbb5d7..3e690117 100644 --- a/flight_computer/src/drivers/servo.cpp +++ b/flight_computer/src/drivers/servo.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/servo.hpp b/flight_computer/src/drivers/servo.hpp index 397ba144..2f70ec0d 100644 --- a/flight_computer/src/drivers/servo.hpp +++ b/flight_computer/src/drivers/servo.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/spi.hpp b/flight_computer/src/drivers/spi.hpp index 121d0993..15be4872 100644 --- a/flight_computer/src/drivers/spi.hpp +++ b/flight_computer/src/drivers/spi.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/uart.cpp b/flight_computer/src/drivers/uart.cpp index 5c099296..135fa63d 100644 --- a/flight_computer/src/drivers/uart.cpp +++ b/flight_computer/src/drivers/uart.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/uart.hpp b/flight_computer/src/drivers/uart.hpp index 414add5c..b93deae4 100644 --- a/flight_computer/src/drivers/uart.hpp +++ b/flight_computer/src/drivers/uart.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/w25q.cpp b/flight_computer/src/drivers/w25q.cpp index f858b3ea..41621009 100644 --- a/flight_computer/src/drivers/w25q.cpp +++ b/flight_computer/src/drivers/w25q.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/drivers/w25q.hpp b/flight_computer/src/drivers/w25q.hpp index bc9c6727..c59617c8 100644 --- a/flight_computer/src/drivers/w25q.hpp +++ b/flight_computer/src/drivers/w25q.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/flash/lfs_custom.cpp b/flight_computer/src/flash/lfs_custom.cpp index 5d0e663e..153498e3 100644 --- a/flight_computer/src/flash/lfs_custom.cpp +++ b/flight_computer/src/flash/lfs_custom.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/flash/lfs_custom.hpp b/flight_computer/src/flash/lfs_custom.hpp index fd77e839..23e0e44d 100644 --- a/flight_computer/src/flash/lfs_custom.hpp +++ b/flight_computer/src/flash/lfs_custom.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/flash/reader.cpp b/flight_computer/src/flash/reader.cpp index f3111c63..ebd4b485 100644 --- a/flight_computer/src/flash/reader.cpp +++ b/flight_computer/src/flash/reader.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/flash/reader.hpp b/flight_computer/src/flash/reader.hpp index cb16ca05..536314ce 100644 --- a/flight_computer/src/flash/reader.hpp +++ b/flight_computer/src/flash/reader.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/flash/recorder.cpp b/flight_computer/src/flash/recorder.cpp index b1b3bf8f..cc848a42 100644 --- a/flight_computer/src/flash/recorder.cpp +++ b/flight_computer/src/flash/recorder.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/flash/recorder.hpp b/flight_computer/src/flash/recorder.hpp index 4c660b26..c309ce8c 100644 --- a/flight_computer/src/flash/recorder.hpp +++ b/flight_computer/src/flash/recorder.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/init/config.cpp b/flight_computer/src/init/config.cpp index d3642f86..d85642fa 100644 --- a/flight_computer/src/init/config.cpp +++ b/flight_computer/src/init/config.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/init/config.hpp b/flight_computer/src/init/config.hpp index f7096e56..92cd1978 100644 --- a/flight_computer/src/init/config.hpp +++ b/flight_computer/src/init/config.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/init/system.cpp b/flight_computer/src/init/system.cpp index f1e24c5d..e3b3383c 100644 --- a/flight_computer/src/init/system.cpp +++ b/flight_computer/src/init/system.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/init/system.hpp b/flight_computer/src/init/system.hpp index dd6e8b5a..614bf0b0 100644 --- a/flight_computer/src/init/system.hpp +++ b/flight_computer/src/init/system.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/main.cpp b/flight_computer/src/main.cpp index 3d00cd57..1e420bf0 100644 --- a/flight_computer/src/main.cpp +++ b/flight_computer/src/main.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/main.hpp b/flight_computer/src/main.hpp index b8fff5a8..cbfd7bbf 100644 --- a/flight_computer/src/main.hpp +++ b/flight_computer/src/main.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/sensors/lsm6dso32.hpp b/flight_computer/src/sensors/lsm6dso32.hpp index 043beb29..3649b86e 100644 --- a/flight_computer/src/sensors/lsm6dso32.hpp +++ b/flight_computer/src/sensors/lsm6dso32.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/sensors/ms5607.hpp b/flight_computer/src/sensors/ms5607.hpp index 84e115dc..4661336b 100644 --- a/flight_computer/src/sensors/ms5607.hpp +++ b/flight_computer/src/sensors/ms5607.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/syscalls.c b/flight_computer/src/syscalls.c index 3e24fdf2..10c3941c 100644 --- a/flight_computer/src/syscalls.c +++ b/flight_computer/src/syscalls.c @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/sysmem.c b/flight_computer/src/sysmem.c index c7a0702c..7849c1aa 100644 --- a/flight_computer/src/sysmem.c +++ b/flight_computer/src/sysmem.c @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/target/VEGA/STM32F411CCUX_FLASH.ld b/flight_computer/src/target/VEGA/STM32F411CCUX_FLASH.ld index 95193d7a..fd4d574e 100644 --- a/flight_computer/src/target/VEGA/STM32F411CCUX_FLASH.ld +++ b/flight_computer/src/target/VEGA/STM32F411CCUX_FLASH.ld @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/* Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH * * SPDX-License-Identifier: GPL-3.0-or-later * diff --git a/flight_computer/src/target/VEGA/STM32F411CCUX_RAM.ld b/flight_computer/src/target/VEGA/STM32F411CCUX_RAM.ld index 6c4992ca..b9899757 100644 --- a/flight_computer/src/target/VEGA/STM32F411CCUX_RAM.ld +++ b/flight_computer/src/target/VEGA/STM32F411CCUX_RAM.ld @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/* Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH * * SPDX-License-Identifier: GPL-3.0-or-later * diff --git a/flight_computer/src/target/VEGA/startup_stm32f411ccux.S b/flight_computer/src/target/VEGA/startup_stm32f411ccux.S index d3ce85c9..df5dae00 100644 --- a/flight_computer/src/target/VEGA/startup_stm32f411ccux.S +++ b/flight_computer/src/target/VEGA/startup_stm32f411ccux.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/* Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH * * SPDX-License-Identifier: GPL-3.0-or-later * diff --git a/flight_computer/src/target/VEGA/stm32f4xx_hal_conf.h b/flight_computer/src/target/VEGA/stm32f4xx_hal_conf.h index 8b4b69de..bac6b10b 100644 --- a/flight_computer/src/target/VEGA/stm32f4xx_hal_conf.h +++ b/flight_computer/src/target/VEGA/stm32f4xx_hal_conf.h @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/target/VEGA/stm32f4xx_hal_msp.cpp b/flight_computer/src/target/VEGA/stm32f4xx_hal_msp.cpp index e1842dfe..031e8958 100644 --- a/flight_computer/src/target/VEGA/stm32f4xx_hal_msp.cpp +++ b/flight_computer/src/target/VEGA/stm32f4xx_hal_msp.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/target/VEGA/stm32f4xx_hal_timebase_tim.cpp b/flight_computer/src/target/VEGA/stm32f4xx_hal_timebase_tim.cpp index a62a35c0..ba77b816 100644 --- a/flight_computer/src/target/VEGA/stm32f4xx_hal_timebase_tim.cpp +++ b/flight_computer/src/target/VEGA/stm32f4xx_hal_timebase_tim.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/target/VEGA/stm32f4xx_it.cpp b/flight_computer/src/target/VEGA/stm32f4xx_it.cpp index 61880733..81312174 100644 --- a/flight_computer/src/target/VEGA/stm32f4xx_it.cpp +++ b/flight_computer/src/target/VEGA/stm32f4xx_it.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/target/VEGA/stm32f4xx_it.h b/flight_computer/src/target/VEGA/stm32f4xx_it.h index 847887db..e515bac9 100644 --- a/flight_computer/src/target/VEGA/stm32f4xx_it.h +++ b/flight_computer/src/target/VEGA/stm32f4xx_it.h @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/target/VEGA/system_stm32f4xx.cpp b/flight_computer/src/target/VEGA/system_stm32f4xx.cpp index 134d83d8..75127444 100644 --- a/flight_computer/src/target/VEGA/system_stm32f4xx.cpp +++ b/flight_computer/src/target/VEGA/system_stm32f4xx.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/target/VEGA/target.cpp b/flight_computer/src/target/VEGA/target.cpp index 252d423e..f6e6424a 100644 --- a/flight_computer/src/target/VEGA/target.cpp +++ b/flight_computer/src/target/VEGA/target.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/target/VEGA/target.hpp b/flight_computer/src/target/VEGA/target.hpp index fd2660be..714ddcdf 100644 --- a/flight_computer/src/target/VEGA/target.hpp +++ b/flight_computer/src/target/VEGA/target.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task.hpp b/flight_computer/src/tasks/task.hpp index 7c17fba6..b31662bf 100644 --- a/flight_computer/src/tasks/task.hpp +++ b/flight_computer/src/tasks/task.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_buzzer.cpp b/flight_computer/src/tasks/task_buzzer.cpp index 127d0d79..983cfbb2 100644 --- a/flight_computer/src/tasks/task_buzzer.cpp +++ b/flight_computer/src/tasks/task_buzzer.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_buzzer.hpp b/flight_computer/src/tasks/task_buzzer.hpp index 4b87b5a8..07a4e15a 100644 --- a/flight_computer/src/tasks/task_buzzer.hpp +++ b/flight_computer/src/tasks/task_buzzer.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_cdc.cpp b/flight_computer/src/tasks/task_cdc.cpp index 0b2be487..93fb558a 100644 --- a/flight_computer/src/tasks/task_cdc.cpp +++ b/flight_computer/src/tasks/task_cdc.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_cdc.hpp b/flight_computer/src/tasks/task_cdc.hpp index f9af99fd..b550bed8 100644 --- a/flight_computer/src/tasks/task_cdc.hpp +++ b/flight_computer/src/tasks/task_cdc.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_cli.cpp b/flight_computer/src/tasks/task_cli.cpp index 73685022..19d2d2eb 100644 --- a/flight_computer/src/tasks/task_cli.cpp +++ b/flight_computer/src/tasks/task_cli.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_cli.hpp b/flight_computer/src/tasks/task_cli.hpp index c6ca9a9c..18023a3e 100644 --- a/flight_computer/src/tasks/task_cli.hpp +++ b/flight_computer/src/tasks/task_cli.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_flight_fsm.cpp b/flight_computer/src/tasks/task_flight_fsm.cpp index 2d81d041..8e2a74e4 100644 --- a/flight_computer/src/tasks/task_flight_fsm.cpp +++ b/flight_computer/src/tasks/task_flight_fsm.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_flight_fsm.hpp b/flight_computer/src/tasks/task_flight_fsm.hpp index 63acfad0..b35fc3bd 100644 --- a/flight_computer/src/tasks/task_flight_fsm.hpp +++ b/flight_computer/src/tasks/task_flight_fsm.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_health_monitor.cpp b/flight_computer/src/tasks/task_health_monitor.cpp index 48d49465..467b3776 100644 --- a/flight_computer/src/tasks/task_health_monitor.cpp +++ b/flight_computer/src/tasks/task_health_monitor.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_health_monitor.hpp b/flight_computer/src/tasks/task_health_monitor.hpp index 02ea780b..5ddd61d5 100644 --- a/flight_computer/src/tasks/task_health_monitor.hpp +++ b/flight_computer/src/tasks/task_health_monitor.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_peripherals.cpp b/flight_computer/src/tasks/task_peripherals.cpp index 1e9b2efc..9101e92e 100644 --- a/flight_computer/src/tasks/task_peripherals.cpp +++ b/flight_computer/src/tasks/task_peripherals.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_peripherals.hpp b/flight_computer/src/tasks/task_peripherals.hpp index 20d74952..59391183 100644 --- a/flight_computer/src/tasks/task_peripherals.hpp +++ b/flight_computer/src/tasks/task_peripherals.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_preprocessing.cpp b/flight_computer/src/tasks/task_preprocessing.cpp index ab537bc0..408c6487 100644 --- a/flight_computer/src/tasks/task_preprocessing.cpp +++ b/flight_computer/src/tasks/task_preprocessing.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_preprocessing.hpp b/flight_computer/src/tasks/task_preprocessing.hpp index a78ab380..76fa4777 100644 --- a/flight_computer/src/tasks/task_preprocessing.hpp +++ b/flight_computer/src/tasks/task_preprocessing.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_recorder.cpp b/flight_computer/src/tasks/task_recorder.cpp index 524e28b7..a8928ea7 100644 --- a/flight_computer/src/tasks/task_recorder.cpp +++ b/flight_computer/src/tasks/task_recorder.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_recorder.hpp b/flight_computer/src/tasks/task_recorder.hpp index 333b38d6..43a4fa3e 100644 --- a/flight_computer/src/tasks/task_recorder.hpp +++ b/flight_computer/src/tasks/task_recorder.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_sensor_read.cpp b/flight_computer/src/tasks/task_sensor_read.cpp index ee98f7ac..ef59cd8d 100644 --- a/flight_computer/src/tasks/task_sensor_read.cpp +++ b/flight_computer/src/tasks/task_sensor_read.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_sensor_read.hpp b/flight_computer/src/tasks/task_sensor_read.hpp index e319ffe7..330d1d20 100644 --- a/flight_computer/src/tasks/task_sensor_read.hpp +++ b/flight_computer/src/tasks/task_sensor_read.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_simulator.cpp b/flight_computer/src/tasks/task_simulator.cpp index c7dbc0a4..0537738a 100644 --- a/flight_computer/src/tasks/task_simulator.cpp +++ b/flight_computer/src/tasks/task_simulator.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_simulator.hpp b/flight_computer/src/tasks/task_simulator.hpp index 7a33c95c..dcb7bbe6 100644 --- a/flight_computer/src/tasks/task_simulator.hpp +++ b/flight_computer/src/tasks/task_simulator.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_state_est.cpp b/flight_computer/src/tasks/task_state_est.cpp index 9c13ad36..0cebd6e3 100644 --- a/flight_computer/src/tasks/task_state_est.cpp +++ b/flight_computer/src/tasks/task_state_est.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_state_est.hpp b/flight_computer/src/tasks/task_state_est.hpp index b69b6275..928dbfdf 100644 --- a/flight_computer/src/tasks/task_state_est.hpp +++ b/flight_computer/src/tasks/task_state_est.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_telemetry.cpp b/flight_computer/src/tasks/task_telemetry.cpp index 938dd243..0c491ae9 100644 --- a/flight_computer/src/tasks/task_telemetry.cpp +++ b/flight_computer/src/tasks/task_telemetry.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_telemetry.hpp b/flight_computer/src/tasks/task_telemetry.hpp index e9890ee1..25e3f8b7 100644 --- a/flight_computer/src/tasks/task_telemetry.hpp +++ b/flight_computer/src/tasks/task_telemetry.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_usb_device.cpp b/flight_computer/src/tasks/task_usb_device.cpp index b1b68b6e..06f012ae 100644 --- a/flight_computer/src/tasks/task_usb_device.cpp +++ b/flight_computer/src/tasks/task_usb_device.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/tasks/task_usb_device.hpp b/flight_computer/src/tasks/task_usb_device.hpp index 0df64fd1..c3d3cb61 100644 --- a/flight_computer/src/tasks/task_usb_device.hpp +++ b/flight_computer/src/tasks/task_usb_device.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/usb/msc/emfat.c b/flight_computer/src/usb/msc/emfat.c index 814803f9..5a742ee5 100644 --- a/flight_computer/src/usb/msc/emfat.c +++ b/flight_computer/src/usb/msc/emfat.c @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/usb/msc/emfat.h b/flight_computer/src/usb/msc/emfat.h index 8bbac1c4..3ede5d8b 100644 --- a/flight_computer/src/usb/msc/emfat.h +++ b/flight_computer/src/usb/msc/emfat.h @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/usb/msc/emfat_file.cpp b/flight_computer/src/usb/msc/emfat_file.cpp index af5b4014..14100faf 100644 --- a/flight_computer/src/usb/msc/emfat_file.cpp +++ b/flight_computer/src/usb/msc/emfat_file.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/usb/msc/emfat_file.h b/flight_computer/src/usb/msc/emfat_file.h index 2f7e59dc..c381509a 100644 --- a/flight_computer/src/usb/msc/emfat_file.h +++ b/flight_computer/src/usb/msc/emfat_file.h @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/usb/msc_disk.c b/flight_computer/src/usb/msc_disk.c index 677001de..6161e7c3 100644 --- a/flight_computer/src/usb/msc_disk.c +++ b/flight_computer/src/usb/msc_disk.c @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/usb/tusb_config.h b/flight_computer/src/usb/tusb_config.h index 6f463405..52fd7a62 100644 --- a/flight_computer/src/usb/tusb_config.h +++ b/flight_computer/src/usb/tusb_config.h @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/usb/usb_descriptors.c b/flight_computer/src/usb/usb_descriptors.c index 92cfcdf8..71e5d254 100644 --- a/flight_computer/src/usb/usb_descriptors.c +++ b/flight_computer/src/usb/usb_descriptors.c @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/flight_computer/src/util/actions.cpp b/flight_computer/src/util/actions.cpp index 513bba31..e8010d21 100644 --- a/flight_computer/src/util/actions.cpp +++ b/flight_computer/src/util/actions.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/actions.hpp b/flight_computer/src/util/actions.hpp index d0a52001..5fdb111b 100644 --- a/flight_computer/src/util/actions.hpp +++ b/flight_computer/src/util/actions.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/battery.cpp b/flight_computer/src/util/battery.cpp index b73102df..dfc2bf7e 100644 --- a/flight_computer/src/util/battery.cpp +++ b/flight_computer/src/util/battery.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/battery.hpp b/flight_computer/src/util/battery.hpp index 9f8fada1..8026eaf4 100644 --- a/flight_computer/src/util/battery.hpp +++ b/flight_computer/src/util/battery.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/crc.cpp b/flight_computer/src/util/crc.cpp index 14fe5289..34bbc908 100644 --- a/flight_computer/src/util/crc.cpp +++ b/flight_computer/src/util/crc.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/crc.hpp b/flight_computer/src/util/crc.hpp index ab938a8d..ad668881 100644 --- a/flight_computer/src/util/crc.hpp +++ b/flight_computer/src/util/crc.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/debug.cpp b/flight_computer/src/util/debug.cpp index ddf408d5..95e669be 100644 --- a/flight_computer/src/util/debug.cpp +++ b/flight_computer/src/util/debug.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/enum_str_maps.cpp b/flight_computer/src/util/enum_str_maps.cpp index 26534b5b..96896797 100644 --- a/flight_computer/src/util/enum_str_maps.cpp +++ b/flight_computer/src/util/enum_str_maps.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/enum_str_maps.hpp b/flight_computer/src/util/enum_str_maps.hpp index 22051de7..b8be4ac3 100644 --- a/flight_computer/src/util/enum_str_maps.hpp +++ b/flight_computer/src/util/enum_str_maps.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/error_handler.cpp b/flight_computer/src/util/error_handler.cpp index bad782d8..7a8a0935 100644 --- a/flight_computer/src/util/error_handler.cpp +++ b/flight_computer/src/util/error_handler.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/error_handler.hpp b/flight_computer/src/util/error_handler.hpp index 4bc45749..cabad009 100644 --- a/flight_computer/src/util/error_handler.hpp +++ b/flight_computer/src/util/error_handler.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/gnss.hpp b/flight_computer/src/util/gnss.hpp index 7957befb..86d856ea 100644 --- a/flight_computer/src/util/gnss.hpp +++ b/flight_computer/src/util/gnss.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/log.cpp b/flight_computer/src/util/log.cpp index decbf1be..8d3f2764 100644 --- a/flight_computer/src/util/log.cpp +++ b/flight_computer/src/util/log.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/log.h b/flight_computer/src/util/log.h index 89b97335..683d5ea0 100644 --- a/flight_computer/src/util/log.h +++ b/flight_computer/src/util/log.h @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/math_util.cpp b/flight_computer/src/util/math_util.cpp index 0e9dbcc1..858ff5a2 100644 --- a/flight_computer/src/util/math_util.cpp +++ b/flight_computer/src/util/math_util.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/math_util.hpp b/flight_computer/src/util/math_util.hpp index 20938bcc..de28f5f7 100644 --- a/flight_computer/src/util/math_util.hpp +++ b/flight_computer/src/util/math_util.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/task_util.cpp b/flight_computer/src/util/task_util.cpp index 28032903..0176a42a 100644 --- a/flight_computer/src/util/task_util.cpp +++ b/flight_computer/src/util/task_util.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/task_util.hpp b/flight_computer/src/util/task_util.hpp index 9a424047..eebc864c 100644 --- a/flight_computer/src/util/task_util.hpp +++ b/flight_computer/src/util/task_util.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/telemetry_reg.hpp b/flight_computer/src/util/telemetry_reg.hpp index 60d0b089..a80f9c6a 100644 --- a/flight_computer/src/util/telemetry_reg.hpp +++ b/flight_computer/src/util/telemetry_reg.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/flight_computer/src/util/types.hpp b/flight_computer/src/util/types.hpp index 9ec63331..b9bec272 100644 --- a/flight_computer/src/util/types.hpp +++ b/flight_computer/src/util/types.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/dfu_reboot.py b/ground_station/dfu_reboot.py index dafeeba0..021bd9df 100644 --- a/ground_station/dfu_reboot.py +++ b/ground_station/dfu_reboot.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/ground_station/lib/QMC5883Compass/src/QMC5883Compass.cpp b/ground_station/lib/QMC5883Compass/src/QMC5883Compass.cpp index 610bb8e6..25d3aa38 100644 --- a/ground_station/lib/QMC5883Compass/src/QMC5883Compass.cpp +++ b/ground_station/lib/QMC5883Compass/src/QMC5883Compass.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2025 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/lib/QMC5883Compass/src/QMC5883Compass.hpp b/ground_station/lib/QMC5883Compass/src/QMC5883Compass.hpp index 2b6456ea..f5634aaa 100644 --- a/ground_station/lib/QMC5883Compass/src/QMC5883Compass.hpp +++ b/ground_station/lib/QMC5883Compass/src/QMC5883Compass.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2025 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/lib/QMC5883Compass/src/QMC5883PCompass.cpp b/ground_station/lib/QMC5883Compass/src/QMC5883PCompass.cpp index 6eb57dd0..94c9fa67 100644 --- a/ground_station/lib/QMC5883Compass/src/QMC5883PCompass.cpp +++ b/ground_station/lib/QMC5883Compass/src/QMC5883PCompass.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2025 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/lib/QMC5883Compass/src/QMC5883PCompass.hpp b/ground_station/lib/QMC5883Compass/src/QMC5883PCompass.hpp index 44a0d11c..6c8a0fb6 100644 --- a/ground_station/lib/QMC5883Compass/src/QMC5883PCompass.hpp +++ b/ground_station/lib/QMC5883Compass/src/QMC5883PCompass.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2025 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/packet_installer.py b/ground_station/packet_installer.py index cfaa13b8..fac9e73f 100644 --- a/ground_station/packet_installer.py +++ b/ground_station/packet_installer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/ground_station/platformio.ini b/ground_station/platformio.ini index c81bd68b..06cdff4a 100644 --- a/ground_station/platformio.ini +++ b/ground_station/platformio.ini @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/post_config.py b/ground_station/post_config.py index d99d1c70..a0867453 100644 --- a/ground_station/post_config.py +++ b/ground_station/post_config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/pre_config.py b/ground_station/pre_config.py index 77e31a7d..36baf14b 100644 --- a/ground_station/pre_config.py +++ b/ground_station/pre_config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/serial_console.py b/ground_station/serial_console.py index 6d5de9d9..0b9a7350 100644 --- a/ground_station/serial_console.py +++ b/ground_station/serial_console.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/ground_station/serial_terminal.py b/ground_station/serial_terminal.py index 1b8a31bd..678ce9ee 100644 --- a/ground_station/serial_terminal.py +++ b/ground_station/serial_terminal.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/ground_station/src/USB.cpp b/ground_station/src/USB.cpp index 203428af..737aeeb5 100644 --- a/ground_station/src/USB.cpp +++ b/ground_station/src/USB.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/ground_station/src/config.cpp b/ground_station/src/config.cpp index 56fd9b84..da51ac73 100644 --- a/ground_station/src/config.cpp +++ b/ground_station/src/config.cpp @@ -1,5 +1,5 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/config.hpp b/ground_station/src/config.hpp index 5899f67f..a959e051 100644 --- a/ground_station/src/config.hpp +++ b/ground_station/src/config.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/console.cpp b/ground_station/src/console.cpp index 389327e7..1a024420 100644 --- a/ground_station/src/console.cpp +++ b/ground_station/src/console.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/ground_station/src/console.hpp b/ground_station/src/console.hpp index fd513099..27d6f267 100644 --- a/ground_station/src/console.hpp +++ b/ground_station/src/console.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/ground_station/src/hmi/bmp.hpp b/ground_station/src/hmi/bmp.hpp index 34378311..d66394bf 100644 --- a/ground_station/src/hmi/bmp.hpp +++ b/ground_station/src/hmi/bmp.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/hmi/hmi.cpp b/ground_station/src/hmi/hmi.cpp index 38cdfd90..ad9c1ba1 100644 --- a/ground_station/src/hmi/hmi.cpp +++ b/ground_station/src/hmi/hmi.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/hmi/hmi.hpp b/ground_station/src/hmi/hmi.hpp index c5399deb..9d810fff 100644 --- a/ground_station/src/hmi/hmi.hpp +++ b/ground_station/src/hmi/hmi.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/hmi/settings.cpp b/ground_station/src/hmi/settings.cpp index 350cd944..3fc5f672 100644 --- a/ground_station/src/hmi/settings.cpp +++ b/ground_station/src/hmi/settings.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/hmi/settings.hpp b/ground_station/src/hmi/settings.hpp index b974710a..a7d4f6be 100644 --- a/ground_station/src/hmi/settings.hpp +++ b/ground_station/src/hmi/settings.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/hmi/window.cpp b/ground_station/src/hmi/window.cpp index cfdb21b0..e6d7ea21 100644 --- a/ground_station/src/hmi/window.cpp +++ b/ground_station/src/hmi/window.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/hmi/window.hpp b/ground_station/src/hmi/window.hpp index 59c5fa58..12c7d5f0 100644 --- a/ground_station/src/hmi/window.hpp +++ b/ground_station/src/hmi/window.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/logging/recorder.cpp b/ground_station/src/logging/recorder.cpp index 4134d49c..eac3bb90 100644 --- a/ground_station/src/logging/recorder.cpp +++ b/ground_station/src/logging/recorder.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/logging/recorder.hpp b/ground_station/src/logging/recorder.hpp index 946821a9..ab6d4d6e 100644 --- a/ground_station/src/logging/recorder.hpp +++ b/ground_station/src/logging/recorder.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/main.cpp b/ground_station/src/main.cpp index e38d1c9e..e9d1cb68 100644 --- a/ground_station/src/main.cpp +++ b/ground_station/src/main.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/navigation.cpp b/ground_station/src/navigation.cpp index aff86c0b..1f615951 100644 --- a/ground_station/src/navigation.cpp +++ b/ground_station/src/navigation.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/navigation.hpp b/ground_station/src/navigation.hpp index 5ffcc815..8ff5fd22 100644 --- a/ground_station/src/navigation.hpp +++ b/ground_station/src/navigation.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/systemParser.cpp b/ground_station/src/systemParser.cpp index ffad7306..23d02162 100644 --- a/ground_station/src/systemParser.cpp +++ b/ground_station/src/systemParser.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/systemParser.hpp b/ground_station/src/systemParser.hpp index 652f490f..7dd05950 100644 --- a/ground_station/src/systemParser.hpp +++ b/ground_station/src/systemParser.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/telemetry/crc.cpp b/ground_station/src/telemetry/crc.cpp index e205457c..c4c4e7a5 100644 --- a/ground_station/src/telemetry/crc.cpp +++ b/ground_station/src/telemetry/crc.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/telemetry/crc.hpp b/ground_station/src/telemetry/crc.hpp index 208bd03b..217203de 100644 --- a/ground_station/src/telemetry/crc.hpp +++ b/ground_station/src/telemetry/crc.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/telemetry/parser.cpp b/ground_station/src/telemetry/parser.cpp index 169b0e5f..9d31de7a 100644 --- a/ground_station/src/telemetry/parser.cpp +++ b/ground_station/src/telemetry/parser.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/telemetry/parser.hpp b/ground_station/src/telemetry/parser.hpp index 401dedca..093ea3f9 100644 --- a/ground_station/src/telemetry/parser.hpp +++ b/ground_station/src/telemetry/parser.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/telemetry/telemetry.cpp b/ground_station/src/telemetry/telemetry.cpp index a5c501fc..71dc1af0 100644 --- a/ground_station/src/telemetry/telemetry.cpp +++ b/ground_station/src/telemetry/telemetry.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/telemetry/telemetry.hpp b/ground_station/src/telemetry/telemetry.hpp index 508424e9..6f93354c 100644 --- a/ground_station/src/telemetry/telemetry.hpp +++ b/ground_station/src/telemetry/telemetry.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/telemetry/telemetryData.hpp b/ground_station/src/telemetry/telemetryData.hpp index e4e37047..64bccbc8 100644 --- a/ground_station/src/telemetry/telemetryData.hpp +++ b/ground_station/src/telemetry/telemetryData.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/telemetry/telemetry_reg.hpp b/ground_station/src/telemetry/telemetry_reg.hpp index b6e755f0..fd809166 100644 --- a/ground_station/src/telemetry/telemetry_reg.hpp +++ b/ground_station/src/telemetry/telemetry_reg.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/ground_station/src/utils.cpp b/ground_station/src/utils.cpp index 49ee4ae6..39246b17 100644 --- a/ground_station/src/utils.cpp +++ b/ground_station/src/utils.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/ground_station/src/utils.hpp b/ground_station/src/utils.hpp index 77c416fe..90700944 100644 --- a/ground_station/src/utils.hpp +++ b/ground_station/src/utils.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/ground_station/uf2_loader.py b/ground_station/uf2_loader.py index d183dae2..9c2eec9c 100644 --- a/ground_station/uf2_loader.py +++ b/ground_station/uf2_loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/ground_station/upload_script.py b/ground_station/upload_script.py index 9fabb699..cc89fd25 100644 --- a/ground_station/upload_script.py +++ b/ground_station/upload_script.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/telemetry/lib/Crc/Crc.cpp b/telemetry/lib/Crc/Crc.cpp index 14b95067..2c000389 100644 --- a/telemetry/lib/Crc/Crc.cpp +++ b/telemetry/lib/Crc/Crc.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/lib/Crc/Crc.hpp b/telemetry/lib/Crc/Crc.hpp index 208bd03b..217203de 100644 --- a/telemetry/lib/Crc/Crc.hpp +++ b/telemetry/lib/Crc/Crc.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/lib/LqCalculator/LqCalculator.hpp b/telemetry/lib/LqCalculator/LqCalculator.hpp index 54de5186..b5f558c1 100644 --- a/telemetry/lib/LqCalculator/LqCalculator.hpp +++ b/telemetry/lib/LqCalculator/LqCalculator.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/lib/Random/Random.cpp b/telemetry/lib/Random/Random.cpp index a5e04e1b..0ace355c 100644 --- a/telemetry/lib/Random/Random.cpp +++ b/telemetry/lib/Random/Random.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/lib/Random/Random.hpp b/telemetry/lib/Random/Random.hpp index 5b84cc88..de6122ae 100644 --- a/telemetry/lib/Random/Random.hpp +++ b/telemetry/lib/Random/Random.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/lib/Thermistor/Thermistor.hpp b/telemetry/lib/Thermistor/Thermistor.hpp index 4183202c..17f6a7b7 100644 --- a/telemetry/lib/Thermistor/Thermistor.hpp +++ b/telemetry/lib/Thermistor/Thermistor.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/platformio.ini b/telemetry/platformio.ini index 26dcdc4e..87b1548a 100644 --- a/telemetry/platformio.ini +++ b/telemetry/platformio.ini @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/pre_config.py b/telemetry/pre_config.py index e6da6705..02e7f1be 100644 --- a/telemetry/pre_config.py +++ b/telemetry/pre_config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +# Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/Common.cpp b/telemetry/src/Common.cpp index 57c7427b..04620633 100644 --- a/telemetry/src/Common.cpp +++ b/telemetry/src/Common.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/Common.hpp b/telemetry/src/Common.hpp index 8a9fd8f7..32ad0bb7 100644 --- a/telemetry/src/Common.hpp +++ b/telemetry/src/Common.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/Fhss/Fhss.cpp b/telemetry/src/Fhss/Fhss.cpp index 16668819..e3d2453e 100644 --- a/telemetry/src/Fhss/Fhss.cpp +++ b/telemetry/src/Fhss/Fhss.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/Fhss/Fhss.hpp b/telemetry/src/Fhss/Fhss.hpp index cb52c7b8..46ff3c19 100644 --- a/telemetry/src/Fhss/Fhss.hpp +++ b/telemetry/src/Fhss/Fhss.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/Gps/Gps.cpp b/telemetry/src/Gps/Gps.cpp index f3793b0a..ddd64134 100644 --- a/telemetry/src/Gps/Gps.cpp +++ b/telemetry/src/Gps/Gps.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/Gps/Gps.hpp b/telemetry/src/Gps/Gps.hpp index 36bb3e7c..8380c5a4 100644 --- a/telemetry/src/Gps/Gps.hpp +++ b/telemetry/src/Gps/Gps.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/Main.cpp b/telemetry/src/Main.cpp index 5c5b2150..59d0a1c2 100644 --- a/telemetry/src/Main.cpp +++ b/telemetry/src/Main.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/Main.hpp b/telemetry/src/Main.hpp index d2187671..ce84b8e1 100644 --- a/telemetry/src/Main.hpp +++ b/telemetry/src/Main.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/SerialComm/Parser.cpp b/telemetry/src/SerialComm/Parser.cpp index d4e8b30d..8e45cc29 100644 --- a/telemetry/src/SerialComm/Parser.cpp +++ b/telemetry/src/SerialComm/Parser.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/SerialComm/Parser.hpp b/telemetry/src/SerialComm/Parser.hpp index fee28c64..2a5a5532 100644 --- a/telemetry/src/SerialComm/Parser.hpp +++ b/telemetry/src/SerialComm/Parser.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/SerialComm/Serial.hpp b/telemetry/src/SerialComm/Serial.hpp index a1592c62..31ca60bf 100644 --- a/telemetry/src/SerialComm/Serial.hpp +++ b/telemetry/src/SerialComm/Serial.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/Telemetry_reg.h b/telemetry/src/Telemetry_reg.h index b495e12b..36421e94 100644 --- a/telemetry/src/Telemetry_reg.h +++ b/telemetry/src/Telemetry_reg.h @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/Transmission/Transmission.cpp b/telemetry/src/Transmission/Transmission.cpp index dbef2ebd..7e36cbe6 100644 --- a/telemetry/src/Transmission/Transmission.cpp +++ b/telemetry/src/Transmission/Transmission.cpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/Transmission/Transmission.hpp b/telemetry/src/Transmission/Transmission.hpp index c783d7db..e1c6adb6 100644 --- a/telemetry/src/Transmission/Transmission.hpp +++ b/telemetry/src/Transmission/Transmission.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/Transmission/TransmissionSettings.hpp b/telemetry/src/Transmission/TransmissionSettings.hpp index ad992dad..d2341256 100644 --- a/telemetry/src/Transmission/TransmissionSettings.hpp +++ b/telemetry/src/Transmission/TransmissionSettings.hpp @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later diff --git a/telemetry/src/st/stm32g0xx_hal_conf.h b/telemetry/src/st/stm32g0xx_hal_conf.h index 3f34210b..cc6a1405 100644 --- a/telemetry/src/st/stm32g0xx_hal_conf.h +++ b/telemetry/src/st/stm32g0xx_hal_conf.h @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/telemetry/src/st/stm32g0xx_hal_msp.c b/telemetry/src/st/stm32g0xx_hal_msp.c index ddc7fd6c..928b9418 100644 --- a/telemetry/src/st/stm32g0xx_hal_msp.c +++ b/telemetry/src/st/stm32g0xx_hal_msp.c @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/telemetry/src/st/stm32g0xx_it.c b/telemetry/src/st/stm32g0xx_it.c index 68a4a925..00c71ee3 100644 --- a/telemetry/src/st/stm32g0xx_it.c +++ b/telemetry/src/st/stm32g0xx_it.c @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/telemetry/src/st/stm32g0xx_it.h b/telemetry/src/st/stm32g0xx_it.h index 19934e1d..d8c30038 100644 --- a/telemetry/src/st/stm32g0xx_it.h +++ b/telemetry/src/st/stm32g0xx_it.h @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/telemetry/src/st/syscalls.c b/telemetry/src/st/syscalls.c index f6413311..ca5f8195 100644 --- a/telemetry/src/st/syscalls.c +++ b/telemetry/src/st/syscalls.c @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/telemetry/src/st/sysmem.c b/telemetry/src/st/sysmem.c index c7a0702c..7849c1aa 100644 --- a/telemetry/src/st/sysmem.c +++ b/telemetry/src/st/sysmem.c @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later /// diff --git a/telemetry/src/st/system_stm32g0xx.c b/telemetry/src/st/system_stm32g0xx.c index 2d77577e..ff1d8826 100644 --- a/telemetry/src/st/system_stm32g0xx.c +++ b/telemetry/src/st/system_stm32g0xx.c @@ -1,4 +1,4 @@ -/// Copyright (C) 2020, 2024 Control and Telemetry Systems GmbH +/// Copyright (C) 2020, 2026 Control and Telemetry Systems GmbH /// /// SPDX-License-Identifier: GPL-3.0-or-later ///