From 03d1ae55468ec7b34bc3ea555a01c963c4b93101 Mon Sep 17 00:00:00 2001 From: Silvano Seva Date: Fri, 4 Apr 2025 19:06:57 +0200 Subject: [PATCH] Updated year in copyright headers --- openrtx/include/calibration/calibInfo_CS7000.h | 2 +- openrtx/include/calibration/calibInfo_GDx.h | 2 +- openrtx/include/calibration/calibInfo_MDx.h | 2 +- openrtx/include/calibration/calibInfo_Mod17.h | 10 +++++----- openrtx/include/core/audio_codec.h | 2 +- openrtx/include/core/audio_path.h | 2 +- openrtx/include/core/audio_stream.h | 2 +- openrtx/include/core/backup.h | 2 +- openrtx/include/core/battery.h | 2 +- openrtx/include/core/beeps.h | 2 +- openrtx/include/core/chan.h | 2 +- openrtx/include/core/cps.h | 2 +- openrtx/include/core/crc.h | 2 +- openrtx/include/core/data_conversion.h | 2 +- openrtx/include/core/datatypes.h | 2 +- openrtx/include/core/datetime.h | 2 +- openrtx/include/core/dsp.h | 2 +- openrtx/include/core/event.h | 2 +- openrtx/include/core/fir.hpp | 2 +- openrtx/include/core/gps.h | 2 +- openrtx/include/core/graphics.h | 2 +- openrtx/include/core/iir.hpp | 8 ++++---- openrtx/include/core/input.h | 2 +- openrtx/include/core/memory_profiling.h | 2 +- openrtx/include/core/nvmem_access.h | 8 ++++---- openrtx/include/core/openrtx.h | 2 +- openrtx/include/core/queue.h | 2 +- openrtx/include/core/ringbuf.hpp | 2 +- openrtx/include/core/settings.h | 2 +- openrtx/include/core/state.h | 2 +- openrtx/include/core/threads.h | 2 +- openrtx/include/core/ui.h | 2 +- openrtx/include/core/voicePromptUtils.h | 2 +- openrtx/include/core/voicePrompts.h | 2 +- openrtx/include/core/xmodem.h | 2 +- openrtx/include/interfaces/audio.h | 2 +- openrtx/include/interfaces/cps_io.h | 2 +- openrtx/include/interfaces/delays.h | 2 +- openrtx/include/interfaces/display.h | 2 +- openrtx/include/interfaces/keyboard.h | 2 +- openrtx/include/interfaces/nvmem.h | 2 +- openrtx/include/interfaces/platform.h | 2 +- openrtx/include/interfaces/radio.h | 2 +- openrtx/include/peripherals/adc.h | 2 +- openrtx/include/peripherals/gpio.h | 2 +- openrtx/include/peripherals/gps.h | 2 +- openrtx/include/peripherals/i2c.h | 8 ++++---- openrtx/include/peripherals/rng.h | 8 ++++---- openrtx/include/peripherals/rtc.h | 2 +- openrtx/include/peripherals/spi.h | 8 ++++---- openrtx/include/protocols/M17/Correlator.hpp | 11 +++++------ openrtx/include/protocols/M17/M17Callsign.hpp | 2 +- .../include/protocols/M17/M17CodePuncturing.hpp | 2 +- openrtx/include/protocols/M17/M17Constants.hpp | 2 +- .../protocols/M17/M17ConvolutionalEncoder.hpp | 2 +- openrtx/include/protocols/M17/M17DSP.hpp | 2 +- openrtx/include/protocols/M17/M17Datatypes.hpp | 2 +- openrtx/include/protocols/M17/M17Decorrelator.hpp | 2 +- openrtx/include/protocols/M17/M17Demodulator.hpp | 2 +- openrtx/include/protocols/M17/M17FrameDecoder.hpp | 2 +- openrtx/include/protocols/M17/M17FrameEncoder.hpp | 2 +- openrtx/include/protocols/M17/M17Golay.hpp | 2 +- openrtx/include/protocols/M17/M17Interleaver.hpp | 2 +- .../include/protocols/M17/M17LinkSetupFrame.hpp | 2 +- openrtx/include/protocols/M17/M17Modulator.hpp | 2 +- openrtx/include/protocols/M17/M17Prbs.hpp | 2 +- openrtx/include/protocols/M17/M17StreamFrame.hpp | 2 +- openrtx/include/protocols/M17/M17Utils.hpp | 2 +- openrtx/include/protocols/M17/M17Viterbi.hpp | 2 +- openrtx/include/protocols/M17/PwmCompensator.hpp | 2 +- openrtx/include/protocols/M17/Synchronizer.hpp | 11 +++++------ openrtx/include/rtx/OpMode.hpp | 2 +- openrtx/include/rtx/OpMode_FM.hpp | 2 +- openrtx/include/rtx/OpMode_M17.hpp | 2 +- openrtx/include/rtx/rtx.h | 2 +- openrtx/include/ui/EnglishStrings.h | 2 +- openrtx/include/ui/SpanishStrings.h | 14 +++++++------- openrtx/src/core/audio_codec.c | 2 +- openrtx/src/core/audio_path.cpp | 2 +- openrtx/src/core/audio_stream.c | 8 ++++---- openrtx/src/core/backup.c | 2 +- openrtx/src/core/battery.c | 2 +- openrtx/src/core/chan.c | 2 +- openrtx/src/core/cps.c | 2 +- openrtx/src/core/crc.c | 2 +- openrtx/src/core/data_conversion.c | 2 +- openrtx/src/core/datetime.c | 2 +- openrtx/src/core/dsp.cpp | 2 +- openrtx/src/core/gps.c | 2 +- openrtx/src/core/graphics.c | 2 +- openrtx/src/core/input.c | 2 +- openrtx/src/core/memory_profiling.cpp | 2 +- openrtx/src/core/nvmem_access.c | 8 ++++---- openrtx/src/core/openrtx.c | 2 +- openrtx/src/core/queue.c | 2 +- openrtx/src/core/state.c | 2 +- openrtx/src/core/threads.c | 2 +- openrtx/src/core/voicePromptUtils.c | 2 +- openrtx/src/core/voicePrompts.c | 2 +- openrtx/src/core/xmodem.c | 2 +- openrtx/src/main.c | 2 +- openrtx/src/protocols/M17/M17Callsign.cpp | 2 +- openrtx/src/protocols/M17/M17DSP.cpp | 2 +- openrtx/src/protocols/M17/M17Demodulator.cpp | 2 +- openrtx/src/protocols/M17/M17FrameDecoder.cpp | 2 +- openrtx/src/protocols/M17/M17FrameEncoder.cpp | 2 +- openrtx/src/protocols/M17/M17Golay.cpp | 2 +- openrtx/src/protocols/M17/M17LinkSetupFrame.cpp | 2 +- openrtx/src/protocols/M17/M17Modulator.cpp | 2 +- openrtx/src/rtx/OpMode_FM.cpp | 2 +- openrtx/src/rtx/OpMode_M17.cpp | 2 +- openrtx/src/rtx/rtx.cpp | 2 +- openrtx/src/ui/default/ui_main.c | 2 +- openrtx/src/ui/default/ui_menu.c | 2 +- openrtx/src/ui/default/ui_strings.c | 2 +- openrtx/src/ui/module17/ui.c | 2 +- openrtx/src/ui/module17/ui_main.c | 2 +- openrtx/src/ui/module17/ui_menu.c | 2 +- platform/drivers/ADC/ADC0_GDx.c | 2 +- platform/drivers/ADC/ADC0_GDx.h | 2 +- platform/drivers/ADC/adc_stm32.h | 2 +- platform/drivers/ADC/adc_stm32f4.c | 2 +- platform/drivers/ADC/adc_stm32h7.c | 2 +- platform/drivers/CPS/cps_data_GDx.h | 2 +- platform/drivers/CPS/cps_data_MD3x0.h | 2 +- platform/drivers/CPS/cps_data_MDUV3x0.h | 2 +- platform/drivers/CPS/cps_io_libc.c | 2 +- platform/drivers/CPS/cps_io_native_GDx.c | 2 +- platform/drivers/CPS/cps_io_native_MD3x0.c | 2 +- platform/drivers/CPS/cps_io_native_MD9600.c | 2 +- platform/drivers/CPS/cps_io_native_MDUV3x0.c | 2 +- platform/drivers/CPS/cps_io_native_Mod17.c | 2 +- platform/drivers/GPIO/gpio-native.h | 2 +- platform/drivers/GPIO/gpio_mk22.c | 2 +- platform/drivers/GPIO/gpio_mk22.h | 2 +- platform/drivers/GPIO/gpio_shiftReg.c | 2 +- platform/drivers/GPIO/gpio_shiftReg.h | 2 +- platform/drivers/GPIO/gpio_stm32.c | 2 +- platform/drivers/GPIO/gpio_stm32.h | 2 +- platform/drivers/GPS/GPS_CS7000.cpp | 2 +- platform/drivers/GPS/GPS_MDx.cpp | 2 +- platform/drivers/GPS/GPS_linux.c | 2 +- platform/drivers/GPS/GPS_ttwrplus.c | 8 ++++---- platform/drivers/NVM/AT24Cx.h | 2 +- platform/drivers/NVM/AT24Cx_GDx.c | 2 +- platform/drivers/NVM/W25Qx.c | 2 +- platform/drivers/NVM/W25Qx.h | 2 +- platform/drivers/NVM/eeep.c | 10 +++++----- platform/drivers/NVM/eeep.h | 10 +++++----- platform/drivers/NVM/flash_zephyr.c | 2 +- platform/drivers/NVM/flash_zephyr.h | 2 +- platform/drivers/NVM/nvmem_CS7000.c | 2 +- platform/drivers/NVM/nvmem_GDx.c | 2 +- platform/drivers/NVM/nvmem_MDx.c | 2 +- platform/drivers/NVM/nvmem_Mod17.c | 2 +- platform/drivers/NVM/nvmem_linux.c | 2 +- platform/drivers/NVM/nvmem_settings_MDx.c | 2 +- platform/drivers/NVM/nvmem_ttwrplus.c | 2 +- platform/drivers/NVM/posix_file.c | 8 ++++---- platform/drivers/NVM/posix_file.h | 8 ++++---- platform/drivers/SPI/spi_bitbang.c | 8 ++++---- platform/drivers/SPI/spi_bitbang.h | 8 ++++---- platform/drivers/SPI/spi_custom.c | 8 ++++---- platform/drivers/SPI/spi_custom.h | 8 ++++---- platform/drivers/SPI/spi_mk22.c | 2 +- platform/drivers/SPI/spi_mk22.h | 2 +- platform/drivers/SPI/spi_stm32.h | 2 +- platform/drivers/SPI/spi_stm32f4.c | 2 +- platform/drivers/SPI/spi_stm32h7.c | 2 +- platform/drivers/USB/usb.h | 2 +- platform/drivers/USB/usb_MDx.cpp | 2 +- platform/drivers/audio/Cx000_dac.cpp | 2 +- platform/drivers/audio/Cx000_dac.h | 2 +- platform/drivers/audio/MAX9814.h | 2 +- platform/drivers/audio/MAX9814_Mod17.cpp | 2 +- platform/drivers/audio/audio_CS7000.cpp | 8 ++++---- platform/drivers/audio/audio_GDx.c | 2 +- platform/drivers/audio/audio_MDx.cpp | 2 +- platform/drivers/audio/audio_Mod17.c | 2 +- platform/drivers/audio/audio_linux.c | 2 +- platform/drivers/audio/audio_ttwrplus.c | 8 ++++---- platform/drivers/audio/file_source.c | 8 ++++---- platform/drivers/audio/file_source.h | 8 ++++---- platform/drivers/audio/stm32_adc.cpp | 2 +- platform/drivers/audio/stm32_adc.h | 2 +- platform/drivers/audio/stm32_dac.cpp | 2 +- platform/drivers/audio/stm32_dac.h | 2 +- platform/drivers/audio/stm32_pwm.cpp | 8 ++++---- platform/drivers/audio/stm32_pwm.h | 8 ++++---- platform/drivers/backlight/backlight.h | 2 +- platform/drivers/backlight/backlight_CS7000.c | 2 +- platform/drivers/backlight/backlight_GDx.c | 2 +- platform/drivers/backlight/backlight_MDx.c | 2 +- platform/drivers/baseband/AK2365A.c | 2 +- platform/drivers/baseband/AK2365A.h | 2 +- platform/drivers/baseband/AT1846S.h | 2 +- platform/drivers/baseband/AT1846S_GDx.cpp | 2 +- platform/drivers/baseband/AT1846S_SA8x8.cpp | 2 +- platform/drivers/baseband/AT1846S_UV3x0.cpp | 2 +- platform/drivers/baseband/HR_C5000.h | 2 +- platform/drivers/baseband/HR_C5000_MDx.cpp | 2 +- platform/drivers/baseband/HR_C6000.cpp | 8 ++++---- platform/drivers/baseband/HR_C6000.h | 2 +- platform/drivers/baseband/HR_C6000_CS7000.cpp | 6 +++--- platform/drivers/baseband/HR_C6000_GDx.cpp | 2 +- platform/drivers/baseband/HR_C6000_UV3x0.cpp | 2 +- platform/drivers/baseband/HR_Cx000.cpp | 2 +- platform/drivers/baseband/HR_Cx000.h | 2 +- platform/drivers/baseband/MCP4551.c | 2 +- platform/drivers/baseband/MCP4551.h | 2 +- platform/drivers/baseband/SA8x8.c | 6 ++++-- platform/drivers/baseband/SA8x8.h | 6 ++++-- platform/drivers/baseband/SKY72310.c | 2 +- platform/drivers/baseband/SKY72310.h | 2 +- platform/drivers/baseband/radioUtils.h | 2 +- platform/drivers/baseband/radio_CS7000.cpp | 2 +- platform/drivers/baseband/radio_GDx.cpp | 2 +- platform/drivers/baseband/radio_MD3x0.cpp | 2 +- platform/drivers/baseband/radio_MD9600.cpp | 2 +- platform/drivers/baseband/radio_Mod17.cpp | 2 +- platform/drivers/baseband/radio_UV3x0.cpp | 2 +- platform/drivers/baseband/radio_linux.cpp | 2 +- platform/drivers/baseband/radio_ttwrplus.cpp | 2 +- platform/drivers/chSelector/chSelector.h | 2 +- platform/drivers/chSelector/chSelector_MD9600.c | 2 +- platform/drivers/chSelector/chSelector_UV3x0.c | 2 +- platform/drivers/display/HX8353_MD3x.cpp | 2 +- platform/drivers/display/SH1106_ttwrplus.c | 6 ++++-- platform/drivers/display/SH110x_Mod17.c | 2 +- platform/drivers/display/SSD1306_Mod17.c | 2 +- platform/drivers/display/SSD1306_Mod17.h | 2 +- platform/drivers/display/SSD1309_Mod17.c | 2 +- platform/drivers/display/SSD1309_Mod17.h | 2 +- platform/drivers/display/ST7567_MD9600.c | 2 +- platform/drivers/display/ST7735R_CS7000.c | 2 +- platform/drivers/display/UC1701_GDx.c | 2 +- platform/drivers/display/display_Mod17.c | 2 +- platform/drivers/display/display_libSDL.c | 2 +- platform/drivers/keyboard/cap1206.c | 2 +- platform/drivers/keyboard/cap1206.h | 2 +- platform/drivers/keyboard/cap1206_regs.h | 2 +- platform/drivers/keyboard/keyboard_CS7000.c | 2 +- platform/drivers/keyboard/keyboard_DM1701.c | 10 +++++----- platform/drivers/keyboard/keyboard_GDx.c | 2 +- platform/drivers/keyboard/keyboard_MD3x.c | 2 +- platform/drivers/keyboard/keyboard_MD9600.c | 2 +- platform/drivers/keyboard/keyboard_Mod17.c | 2 +- platform/drivers/keyboard/keyboard_linux.c | 2 +- platform/drivers/keyboard/keyboard_ttwrplus.c | 2 +- platform/drivers/stubs/audio_stub.c | 8 ++++---- platform/drivers/stubs/cps_io_stub.c | 8 ++++---- platform/drivers/stubs/display_stub.c | 7 ++++--- platform/drivers/stubs/inputStream_stub.c | 7 ++++--- platform/drivers/stubs/keyboard_stub.c | 8 ++++---- platform/drivers/stubs/nvmem_stub.c | 8 ++++---- platform/drivers/stubs/outputStream_stub.c | 2 +- platform/drivers/stubs/radio_stub.c | 8 ++++---- platform/drivers/tones/toneGenerator_MDx.cpp | 2 +- platform/drivers/tones/toneGenerator_MDx.h | 2 +- platform/mcu/ESP32S3/drivers/delays.c | 2 +- platform/mcu/MK22FN512xxx12/boot/bsp.cpp | 2 +- .../mcu/MK22FN512xxx12/boot/libc_integration.cpp | 2 +- platform/mcu/MK22FN512xxx12/boot/startup.cpp | 2 +- platform/mcu/MK22FN512xxx12/drivers/I2C0.c | 2 +- platform/mcu/MK22FN512xxx12/drivers/I2C0.h | 2 +- platform/mcu/MK22FN512xxx12/drivers/delays.cpp | 2 +- platform/mcu/MK22FN512xxx12/drivers/rng.c | 8 ++++---- platform/mcu/MK22FN512xxx12/drivers/usb_vcom.h | 2 +- platform/mcu/STM32F4xx/boot/bsp.cpp | 2 +- platform/mcu/STM32F4xx/boot/libc_integration.cpp | 2 +- platform/mcu/STM32F4xx/boot/startup.cpp | 2 +- platform/mcu/STM32F4xx/drivers/DmaStream.hpp | 8 ++++---- platform/mcu/STM32F4xx/drivers/Timer.hpp | 8 ++++---- platform/mcu/STM32F4xx/drivers/USART3.cpp | 2 +- platform/mcu/STM32F4xx/drivers/USART3.h | 2 +- platform/mcu/STM32F4xx/drivers/delays.cpp | 2 +- platform/mcu/STM32F4xx/drivers/flash.c | 4 ++-- platform/mcu/STM32F4xx/drivers/flash.h | 4 ++-- platform/mcu/STM32F4xx/drivers/i2c_stm32.c | 10 +++++----- platform/mcu/STM32F4xx/drivers/i2c_stm32.h | 10 +++++----- platform/mcu/STM32F4xx/drivers/rcc.c | 9 +++++---- platform/mcu/STM32F4xx/drivers/rcc.h | 9 +++++---- platform/mcu/STM32F4xx/drivers/rng.c | 8 ++++---- platform/mcu/STM32F4xx/drivers/rtc.c | 2 +- platform/mcu/STM32F4xx/drivers/timers.h | 2 +- platform/mcu/STM32F4xx/drivers/usb_vcom.c | 2 +- platform/mcu/STM32F4xx/drivers/usb_vcom.h | 2 +- platform/mcu/STM32H7xx/boot/bsp.cpp | 4 ++-- platform/mcu/STM32H7xx/boot/libc_integration.cpp | 2 +- platform/mcu/STM32H7xx/drivers/DmaStream.hpp | 8 ++++---- platform/mcu/STM32H7xx/drivers/Lptim.hpp | 8 ++++---- platform/mcu/STM32H7xx/drivers/delays.cpp | 2 +- platform/mcu/STM32H7xx/drivers/pll.cpp | 2 +- platform/mcu/STM32H7xx/drivers/pll.h | 2 +- platform/mcu/x86_64/drivers/delays.c | 2 +- platform/mcu/x86_64/drivers/rng.cpp | 8 ++++---- platform/targets/CS7000-PLUS/hwconfig.c | 2 +- platform/targets/CS7000-PLUS/hwconfig.h | 2 +- platform/targets/CS7000-PLUS/pinmap.h | 2 +- platform/targets/CS7000-PLUS/platform.c | 2 +- platform/targets/CS7000/hwconfig.c | 2 +- platform/targets/CS7000/hwconfig.h | 2 +- platform/targets/CS7000/pinmap.h | 2 +- platform/targets/CS7000/platform.c | 2 +- platform/targets/DM-1701/hwconfig.c | 2 +- platform/targets/DM-1701/hwconfig.h | 2 +- platform/targets/DM-1701/pinmap.h | 8 ++++---- platform/targets/DM-1701/platform.c | 2 +- platform/targets/GDx/hwconfig.c | 8 ++++---- platform/targets/GDx/hwconfig.h | 2 +- platform/targets/GDx/pinmap_DM1801.h | 2 +- platform/targets/GDx/pinmap_GD77.h | 2 +- platform/targets/GDx/platform.c | 2 +- platform/targets/MD-3x0/hwconfig.c | 8 ++++---- platform/targets/MD-3x0/hwconfig.h | 2 +- platform/targets/MD-3x0/pinmap.h | 8 ++++---- platform/targets/MD-3x0/platform.c | 2 +- platform/targets/MD-9600/hwconfig.c | 8 ++++---- platform/targets/MD-9600/hwconfig.h | 2 +- platform/targets/MD-9600/pinmap.h | 8 ++++---- platform/targets/MD-9600/platform.c | 2 +- platform/targets/MD-UV3x0/hwconfig.c | 8 ++++---- platform/targets/MD-UV3x0/hwconfig.h | 2 +- platform/targets/MD-UV3x0/pinmap.h | 8 ++++---- platform/targets/MD-UV3x0/platform.c | 2 +- platform/targets/Module17/hwconfig.h | 2 +- platform/targets/Module17/pinmap.h | 10 +++++----- platform/targets/Module17/platform.c | 2 +- platform/targets/linux/emulator/emulator.c | 2 +- platform/targets/linux/emulator/emulator.h | 2 +- platform/targets/linux/emulator/sdl_engine.c | 2 +- platform/targets/linux/emulator/sdl_engine.h | 2 +- platform/targets/linux/hwconfig.h | 2 +- platform/targets/linux/platform.c | 2 +- platform/targets/ttwrplus/hwconfig.h | 6 +++--- platform/targets/ttwrplus/platform.c | 6 +++--- platform/targets/ttwrplus/pmu.cpp | 6 +++--- platform/targets/ttwrplus/pmu.h | 6 +++--- scripts/c2tool.c | 4 ++-- tests/platform/MD380_FM_simpleRtx.c | 2 +- tests/platform/MDx_display_benchmark.c | 2 +- tests/platform/boot_test.c | 2 +- tests/platform/channel_knob_test.c | 2 +- tests/platform/codec2_encode_test.c | 2 +- tests/platform/codeplug_demo.c | 2 +- tests/platform/display_test_SDL.c | 2 +- tests/platform/dumpEeprom_GDx.c | 2 +- tests/platform/dumpExtFlash_MDx.c | 2 +- tests/platform/dumpSecurityRegs_MDx.c | 2 +- tests/platform/gimmi_ridimmi.c | 2 +- tests/platform/gpio_demo.c | 2 +- tests/platform/gps_test_MDx.c | 2 +- tests/platform/gui_demo.c | 2 +- tests/platform/hello_world.c | 2 +- tests/platform/keyboard_demo.c | 2 +- tests/platform/layout_demo.c | 2 +- tests/platform/mic_test.c | 2 +- tests/platform/nvm_test.c | 2 +- tests/platform/overwriteExtFlash_MDx.c | 2 +- tests/platform/platform_demo.c | 2 +- tests/platform/printCalib_GDx.c | 2 +- tests/platform/printCalib_MDx.c | 2 +- tests/platform/printContacts_MDx.c | 2 +- tests/platform/printHwInfo.c | 2 +- tests/platform/rx_test.c | 2 +- tests/platform/tonegen.c | 2 +- tests/platform/volume_knob_test.c | 2 +- tests/platform/writeExtFlash_MDx.c | 2 +- tests/unit/M17_demodulator.cpp | 2 +- tests/unit/M17_golay.cpp | 2 +- tests/unit/M17_rrc.cpp | 2 +- tests/unit/M17_viterbi.cpp | 2 +- tests/unit/linux_inputStream_test.cpp | 2 +- tests/unit/play_sine.c | 2 +- tests/unit/voice_prompts.c | 2 +- 375 files changed, 577 insertions(+), 569 deletions(-) diff --git a/openrtx/include/calibration/calibInfo_CS7000.h b/openrtx/include/calibration/calibInfo_CS7000.h index bf65ec9d..00dab117 100644 --- a/openrtx/include/calibration/calibInfo_CS7000.h +++ b/openrtx/include/calibration/calibInfo_CS7000.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/openrtx/include/calibration/calibInfo_GDx.h b/openrtx/include/calibration/calibInfo_GDx.h index 5d0b5fe7..8150cbb4 100644 --- a/openrtx/include/calibration/calibInfo_GDx.h +++ b/openrtx/include/calibration/calibInfo_GDx.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/calibration/calibInfo_MDx.h b/openrtx/include/calibration/calibInfo_MDx.h index 9bf36de4..3647be8e 100644 --- a/openrtx/include/calibration/calibInfo_MDx.h +++ b/openrtx/include/calibration/calibInfo_MDx.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/calibration/calibInfo_Mod17.h b/openrtx/include/calibration/calibInfo_Mod17.h index ec2c9cd1..24a36fb3 100644 --- a/openrtx/include/calibration/calibInfo_Mod17.h +++ b/openrtx/include/calibration/calibInfo_Mod17.h @@ -1,9 +1,9 @@ /*************************************************************************** - * Copyright (C) 2022 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * - * Mathis Schmieder DB9MAT * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * + * Mathis Schmieder DB9MAT * * * * 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/openrtx/include/core/audio_codec.h b/openrtx/include/core/audio_codec.h index ab3b8a74..9564d40e 100644 --- a/openrtx/include/core/audio_codec.h +++ b/openrtx/include/core/audio_codec.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/audio_path.h b/openrtx/include/core/audio_path.h index 67a6c3c6..294e7c07 100644 --- a/openrtx/include/core/audio_path.h +++ b/openrtx/include/core/audio_path.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/openrtx/include/core/audio_stream.h b/openrtx/include/core/audio_stream.h index 99144f66..da1672b5 100644 --- a/openrtx/include/core/audio_stream.h +++ b/openrtx/include/core/audio_stream.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/backup.h b/openrtx/include/core/backup.h index db665db7..75543688 100644 --- a/openrtx/include/core/backup.h +++ b/openrtx/include/core/backup.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/battery.h b/openrtx/include/core/battery.h index c212c6ab..ee1c21c9 100644 --- a/openrtx/include/core/battery.h +++ b/openrtx/include/core/battery.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * * diff --git a/openrtx/include/core/beeps.h b/openrtx/include/core/beeps.h index 17f0a762..db4b16d5 100644 --- a/openrtx/include/core/beeps.h +++ b/openrtx/include/core/beeps.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/chan.h b/openrtx/include/core/chan.h index 41e90d78..6bfe0b6b 100644 --- a/openrtx/include/core/chan.h +++ b/openrtx/include/core/chan.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Alessio Caiazza IU5BON * + * Copyright (C) 2021 - 2025 by Alessio Caiazza IU5BON * * * * 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/openrtx/include/core/cps.h b/openrtx/include/core/cps.h index b24bedc2..ec3b974d 100644 --- a/openrtx/include/core/cps.h +++ b/openrtx/include/core/cps.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Frederik Saraci IU2NRO, * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/crc.h b/openrtx/include/core/crc.h index 664f33da..08dfaca3 100644 --- a/openrtx/include/core/crc.h +++ b/openrtx/include/core/crc.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/data_conversion.h b/openrtx/include/core/data_conversion.h index 7d3407e2..4bf5c4a7 100644 --- a/openrtx/include/core/data_conversion.h +++ b/openrtx/include/core/data_conversion.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/datatypes.h b/openrtx/include/core/datatypes.h index 5e6be7dd..8c4c7848 100644 --- a/openrtx/include/core/datatypes.h +++ b/openrtx/include/core/datatypes.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * * diff --git a/openrtx/include/core/datetime.h b/openrtx/include/core/datetime.h index 9b6caff9..35e8931f 100644 --- a/openrtx/include/core/datetime.h +++ b/openrtx/include/core/datetime.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/dsp.h b/openrtx/include/core/dsp.h index 9c0364a8..4c4a3c45 100644 --- a/openrtx/include/core/dsp.h +++ b/openrtx/include/core/dsp.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO, * * Frederik Saraci IU2NRO * diff --git a/openrtx/include/core/event.h b/openrtx/include/core/event.h index 46016523..282dc7d4 100644 --- a/openrtx/include/core/event.h +++ b/openrtx/include/core/event.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * * diff --git a/openrtx/include/core/fir.hpp b/openrtx/include/core/fir.hpp index b01c7be9..be0709a3 100644 --- a/openrtx/include/core/fir.hpp +++ b/openrtx/include/core/fir.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/gps.h b/openrtx/include/core/gps.h index 73be489e..0fb32de6 100644 --- a/openrtx/include/core/gps.h +++ b/openrtx/include/core/gps.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * * diff --git a/openrtx/include/core/graphics.h b/openrtx/include/core/graphics.h index 6f10ec88..c0bdc8d7 100644 --- a/openrtx/include/core/graphics.h +++ b/openrtx/include/core/graphics.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/openrtx/include/core/iir.hpp b/openrtx/include/core/iir.hpp index e523dc77..e653f3c4 100644 --- a/openrtx/include/core/iir.hpp +++ b/openrtx/include/core/iir.hpp @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/openrtx/include/core/input.h b/openrtx/include/core/input.h index dbcb50f0..6596baab 100644 --- a/openrtx/include/core/input.h +++ b/openrtx/include/core/input.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * * diff --git a/openrtx/include/core/memory_profiling.h b/openrtx/include/core/memory_profiling.h index 01c6fc2b..80f048cf 100644 --- a/openrtx/include/core/memory_profiling.h +++ b/openrtx/include/core/memory_profiling.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Frederik Saraci IU2NRO, * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/nvmem_access.h b/openrtx/include/core/nvmem_access.h index 614ea949..2809a6c8 100644 --- a/openrtx/include/core/nvmem_access.h +++ b/openrtx/include/core/nvmem_access.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/openrtx/include/core/openrtx.h b/openrtx/include/core/openrtx.h index fa81aa7d..369ed045 100644 --- a/openrtx/include/core/openrtx.h +++ b/openrtx/include/core/openrtx.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/queue.h b/openrtx/include/core/queue.h index cb373b5b..a1270a26 100644 --- a/openrtx/include/core/queue.h +++ b/openrtx/include/core/queue.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/ringbuf.hpp b/openrtx/include/core/ringbuf.hpp index 49e5afcb..a734f712 100644 --- a/openrtx/include/core/ringbuf.hpp +++ b/openrtx/include/core/ringbuf.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/settings.h b/openrtx/include/core/settings.h index c92a206c..84a2a5e9 100644 --- a/openrtx/include/core/settings.h +++ b/openrtx/include/core/settings.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/state.h b/openrtx/include/core/state.h index b69efdcb..50ec93b1 100644 --- a/openrtx/include/core/state.h +++ b/openrtx/include/core/state.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/threads.h b/openrtx/include/core/threads.h index 4fd83bf7..3bf8bcc2 100644 --- a/openrtx/include/core/threads.h +++ b/openrtx/include/core/threads.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/core/ui.h b/openrtx/include/core/ui.h index fc0344d0..3c723a3b 100644 --- a/openrtx/include/core/ui.h +++ b/openrtx/include/core/ui.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * * diff --git a/openrtx/include/core/voicePromptUtils.h b/openrtx/include/core/voicePromptUtils.h index 3a35bbf7..97186949 100644 --- a/openrtx/include/core/voicePromptUtils.h +++ b/openrtx/include/core/voicePromptUtils.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * Joseph Stephen VK7JS * diff --git a/openrtx/include/core/voicePrompts.h b/openrtx/include/core/voicePrompts.h index 03911658..013b4a4d 100644 --- a/openrtx/include/core/voicePrompts.h +++ b/openrtx/include/core/voicePrompts.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * Joseph Stephen VK7JS * diff --git a/openrtx/include/core/xmodem.h b/openrtx/include/core/xmodem.h index 02813391..9e2f9fd2 100644 --- a/openrtx/include/core/xmodem.h +++ b/openrtx/include/core/xmodem.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/interfaces/audio.h b/openrtx/include/interfaces/audio.h index 3db7b3f6..e689cb2e 100644 --- a/openrtx/include/interfaces/audio.h +++ b/openrtx/include/interfaces/audio.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/interfaces/cps_io.h b/openrtx/include/interfaces/cps_io.h index 05b5ce56..dff27af5 100644 --- a/openrtx/include/interfaces/cps_io.h +++ b/openrtx/include/interfaces/cps_io.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/interfaces/delays.h b/openrtx/include/interfaces/delays.h index 57726485..09d7d28e 100644 --- a/openrtx/include/interfaces/delays.h +++ b/openrtx/include/interfaces/delays.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * and Niccolò Izzo IU2KIN * * * * This program is free software; you can redistribute it and/or modify * diff --git a/openrtx/include/interfaces/display.h b/openrtx/include/interfaces/display.h index bfb72766..3e88b500 100644 --- a/openrtx/include/interfaces/display.h +++ b/openrtx/include/interfaces/display.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * and Niccolò Izzo IU2KIN * * * * This program is free software; you can redistribute it and/or modify * diff --git a/openrtx/include/interfaces/keyboard.h b/openrtx/include/interfaces/keyboard.h index 23bf6ae3..bbd908ac 100644 --- a/openrtx/include/interfaces/keyboard.h +++ b/openrtx/include/interfaces/keyboard.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/openrtx/include/interfaces/nvmem.h b/openrtx/include/interfaces/nvmem.h index ea8e79fe..59d3142c 100644 --- a/openrtx/include/interfaces/nvmem.h +++ b/openrtx/include/interfaces/nvmem.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/interfaces/platform.h b/openrtx/include/interfaces/platform.h index d6e64052..18226e15 100644 --- a/openrtx/include/interfaces/platform.h +++ b/openrtx/include/interfaces/platform.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/openrtx/include/interfaces/radio.h b/openrtx/include/interfaces/radio.h index 5809dab0..d6e24e7e 100644 --- a/openrtx/include/interfaces/radio.h +++ b/openrtx/include/interfaces/radio.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/peripherals/adc.h b/openrtx/include/peripherals/adc.h index eb16ac64..b15e5126 100644 --- a/openrtx/include/peripherals/adc.h +++ b/openrtx/include/peripherals/adc.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/openrtx/include/peripherals/gpio.h b/openrtx/include/peripherals/gpio.h index 7a984c4c..686ae38c 100644 --- a/openrtx/include/peripherals/gpio.h +++ b/openrtx/include/peripherals/gpio.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * * * 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/openrtx/include/peripherals/gps.h b/openrtx/include/peripherals/gps.h index 3116fdff..78c3ec35 100644 --- a/openrtx/include/peripherals/gps.h +++ b/openrtx/include/peripherals/gps.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/peripherals/i2c.h b/openrtx/include/peripherals/i2c.h index 04adb95a..b29b7ef9 100644 --- a/openrtx/include/peripherals/i2c.h +++ b/openrtx/include/peripherals/i2c.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/openrtx/include/peripherals/rng.h b/openrtx/include/peripherals/rng.h index a837d49f..24f6b3f2 100644 --- a/openrtx/include/peripherals/rng.h +++ b/openrtx/include/peripherals/rng.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/openrtx/include/peripherals/rtc.h b/openrtx/include/peripherals/rtc.h index 80195ade..80134102 100644 --- a/openrtx/include/peripherals/rtc.h +++ b/openrtx/include/peripherals/rtc.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/openrtx/include/peripherals/spi.h b/openrtx/include/peripherals/spi.h index 2643d637..32cd707d 100644 --- a/openrtx/include/peripherals/spi.h +++ b/openrtx/include/peripherals/spi.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/openrtx/include/protocols/M17/Correlator.hpp b/openrtx/include/protocols/M17/Correlator.hpp index 9c0b6f8c..ac3892e5 100644 --- a/openrtx/include/protocols/M17/Correlator.hpp +++ b/openrtx/include/protocols/M17/Correlator.hpp @@ -1,9 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * - * * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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 * @@ -17,7 +16,7 @@ * * * You should have received a copy of the GNU General Public License * * along with this program; if not, see * - **************************************************************************/ + ***************************************************************************/ #ifndef CORRELATOR_H #define CORRELATOR_H diff --git a/openrtx/include/protocols/M17/M17Callsign.hpp b/openrtx/include/protocols/M17/M17Callsign.hpp index b33f7f93..bf5e6f8b 100644 --- a/openrtx/include/protocols/M17/M17Callsign.hpp +++ b/openrtx/include/protocols/M17/M17Callsign.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17CodePuncturing.hpp b/openrtx/include/protocols/M17/M17CodePuncturing.hpp index 8edaddfc..081ae54e 100644 --- a/openrtx/include/protocols/M17/M17CodePuncturing.hpp +++ b/openrtx/include/protocols/M17/M17CodePuncturing.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17Constants.hpp b/openrtx/include/protocols/M17/M17Constants.hpp index 5fed23b0..71b9ad4e 100644 --- a/openrtx/include/protocols/M17/M17Constants.hpp +++ b/openrtx/include/protocols/M17/M17Constants.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17ConvolutionalEncoder.hpp b/openrtx/include/protocols/M17/M17ConvolutionalEncoder.hpp index 5be0a2c4..69d079f3 100644 --- a/openrtx/include/protocols/M17/M17ConvolutionalEncoder.hpp +++ b/openrtx/include/protocols/M17/M17ConvolutionalEncoder.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17DSP.hpp b/openrtx/include/protocols/M17/M17DSP.hpp index 77c446c9..f49bb8fa 100644 --- a/openrtx/include/protocols/M17/M17DSP.hpp +++ b/openrtx/include/protocols/M17/M17DSP.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Wojciech Kaczmarski SP5WWP * * Frederik Saraci IU2NRO * diff --git a/openrtx/include/protocols/M17/M17Datatypes.hpp b/openrtx/include/protocols/M17/M17Datatypes.hpp index b5b59fa9..68e8db9b 100644 --- a/openrtx/include/protocols/M17/M17Datatypes.hpp +++ b/openrtx/include/protocols/M17/M17Datatypes.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17Decorrelator.hpp b/openrtx/include/protocols/M17/M17Decorrelator.hpp index f8aaf4a6..1f744237 100644 --- a/openrtx/include/protocols/M17/M17Decorrelator.hpp +++ b/openrtx/include/protocols/M17/M17Decorrelator.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17Demodulator.hpp b/openrtx/include/protocols/M17/M17Demodulator.hpp index 77e02b95..78201059 100644 --- a/openrtx/include/protocols/M17/M17Demodulator.hpp +++ b/openrtx/include/protocols/M17/M17Demodulator.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Wojciech Kaczmarski SP5WWP * * Frederik Saraci IU2NRO * diff --git a/openrtx/include/protocols/M17/M17FrameDecoder.hpp b/openrtx/include/protocols/M17/M17FrameDecoder.hpp index 2575afe5..29147706 100644 --- a/openrtx/include/protocols/M17/M17FrameDecoder.hpp +++ b/openrtx/include/protocols/M17/M17FrameDecoder.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17FrameEncoder.hpp b/openrtx/include/protocols/M17/M17FrameEncoder.hpp index c1cc7c68..f01453af 100644 --- a/openrtx/include/protocols/M17/M17FrameEncoder.hpp +++ b/openrtx/include/protocols/M17/M17FrameEncoder.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17Golay.hpp b/openrtx/include/protocols/M17/M17Golay.hpp index f97135e3..07634bee 100644 --- a/openrtx/include/protocols/M17/M17Golay.hpp +++ b/openrtx/include/protocols/M17/M17Golay.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Wojciech Kaczmarski SP5WWP * * Frederik Saraci IU2NRO * diff --git a/openrtx/include/protocols/M17/M17Interleaver.hpp b/openrtx/include/protocols/M17/M17Interleaver.hpp index bf879bee..e8ddecb9 100644 --- a/openrtx/include/protocols/M17/M17Interleaver.hpp +++ b/openrtx/include/protocols/M17/M17Interleaver.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17LinkSetupFrame.hpp b/openrtx/include/protocols/M17/M17LinkSetupFrame.hpp index dbbfceb1..dbe2180f 100644 --- a/openrtx/include/protocols/M17/M17LinkSetupFrame.hpp +++ b/openrtx/include/protocols/M17/M17LinkSetupFrame.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17Modulator.hpp b/openrtx/include/protocols/M17/M17Modulator.hpp index 73f04ebc..0a007c85 100644 --- a/openrtx/include/protocols/M17/M17Modulator.hpp +++ b/openrtx/include/protocols/M17/M17Modulator.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17Prbs.hpp b/openrtx/include/protocols/M17/M17Prbs.hpp index d88e1caa..866999b1 100644 --- a/openrtx/include/protocols/M17/M17Prbs.hpp +++ b/openrtx/include/protocols/M17/M17Prbs.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17StreamFrame.hpp b/openrtx/include/protocols/M17/M17StreamFrame.hpp index b8f83a41..3f1c6b06 100644 --- a/openrtx/include/protocols/M17/M17StreamFrame.hpp +++ b/openrtx/include/protocols/M17/M17StreamFrame.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17Utils.hpp b/openrtx/include/protocols/M17/M17Utils.hpp index 54fbb562..19a5b9d4 100644 --- a/openrtx/include/protocols/M17/M17Utils.hpp +++ b/openrtx/include/protocols/M17/M17Utils.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/M17Viterbi.hpp b/openrtx/include/protocols/M17/M17Viterbi.hpp index a6dd169b..f9164af2 100644 --- a/openrtx/include/protocols/M17/M17Viterbi.hpp +++ b/openrtx/include/protocols/M17/M17Viterbi.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/PwmCompensator.hpp b/openrtx/include/protocols/M17/PwmCompensator.hpp index 63cd9d75..a549d857 100644 --- a/openrtx/include/protocols/M17/PwmCompensator.hpp +++ b/openrtx/include/protocols/M17/PwmCompensator.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/protocols/M17/Synchronizer.hpp b/openrtx/include/protocols/M17/Synchronizer.hpp index 759b66a9..50a2bd0e 100644 --- a/openrtx/include/protocols/M17/Synchronizer.hpp +++ b/openrtx/include/protocols/M17/Synchronizer.hpp @@ -1,9 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * - * * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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 * @@ -17,7 +16,7 @@ * * * You should have received a copy of the GNU General Public License * * along with this program; if not, see * - **************************************************************************/ + ***************************************************************************/ #ifndef SYNCHRONIZER_H #define SYNCHRONIZER_H diff --git a/openrtx/include/rtx/OpMode.hpp b/openrtx/include/rtx/OpMode.hpp index e34aa849..a03c2d7d 100644 --- a/openrtx/include/rtx/OpMode.hpp +++ b/openrtx/include/rtx/OpMode.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/rtx/OpMode_FM.hpp b/openrtx/include/rtx/OpMode_FM.hpp index 0333c037..c7e2664a 100644 --- a/openrtx/include/rtx/OpMode_FM.hpp +++ b/openrtx/include/rtx/OpMode_FM.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/rtx/OpMode_M17.hpp b/openrtx/include/rtx/OpMode_M17.hpp index 28310354..a6a64750 100644 --- a/openrtx/include/rtx/OpMode_M17.hpp +++ b/openrtx/include/rtx/OpMode_M17.hpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/rtx/rtx.h b/openrtx/include/rtx/rtx.h index 6694bef0..33ac38ea 100644 --- a/openrtx/include/rtx/rtx.h +++ b/openrtx/include/rtx/rtx.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/ui/EnglishStrings.h b/openrtx/include/ui/EnglishStrings.h index 334a2eec..621a6fa9 100644 --- a/openrtx/include/ui/EnglishStrings.h +++ b/openrtx/include/ui/EnglishStrings.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/include/ui/SpanishStrings.h b/openrtx/include/ui/SpanishStrings.h index 28c9451d..f5198e0f 100644 --- a/openrtx/include/ui/SpanishStrings.h +++ b/openrtx/include/ui/SpanishStrings.h @@ -1,10 +1,10 @@ -/**************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * - * Joseph Stephen VK7JS * - * Juan I. Pucheu LW7EMN * +/*************************************************************************** + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * + * Joseph Stephen VK7JS * + * Juan I. Pucheu LW7EMN * * * * 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/openrtx/src/core/audio_codec.c b/openrtx/src/core/audio_codec.c index 74607436..b5cc5c6a 100644 --- a/openrtx/src/core/audio_codec.c +++ b/openrtx/src/core/audio_codec.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/core/audio_path.cpp b/openrtx/src/core/audio_path.cpp index 7c22a904..d9038c41 100644 --- a/openrtx/src/core/audio_path.cpp +++ b/openrtx/src/core/audio_path.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Alain Carlucci, * + * Copyright (C) 2022 - 2025 by Alain Carlucci, * * Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * diff --git a/openrtx/src/core/audio_stream.c b/openrtx/src/core/audio_stream.c index 04f5c6e6..b4aafac7 100644 --- a/openrtx/src/core/audio_stream.c +++ b/openrtx/src/core/audio_stream.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/openrtx/src/core/backup.c b/openrtx/src/core/backup.c index 9f9d7135..7685fa68 100644 --- a/openrtx/src/core/backup.c +++ b/openrtx/src/core/backup.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/core/battery.c b/openrtx/src/core/battery.c index b3501def..b09a202e 100644 --- a/openrtx/src/core/battery.c +++ b/openrtx/src/core/battery.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * * diff --git a/openrtx/src/core/chan.c b/openrtx/src/core/chan.c index 2e1369a6..f8554f79 100644 --- a/openrtx/src/core/chan.c +++ b/openrtx/src/core/chan.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Alessio Caiazza IU5BON * + * Copyright (C) 2021 - 2025 by Alessio Caiazza IU5BON * * * * 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/openrtx/src/core/cps.c b/openrtx/src/core/cps.c index c5e8cecc..704cab02 100644 --- a/openrtx/src/core/cps.c +++ b/openrtx/src/core/cps.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/core/crc.c b/openrtx/src/core/crc.c index 34536de9..94e0dfa5 100644 --- a/openrtx/src/core/crc.c +++ b/openrtx/src/core/crc.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/core/data_conversion.c b/openrtx/src/core/data_conversion.c index c564e81a..5de4d589 100644 --- a/openrtx/src/core/data_conversion.c +++ b/openrtx/src/core/data_conversion.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/core/datetime.c b/openrtx/src/core/datetime.c index 38c35388..ae93d617 100644 --- a/openrtx/src/core/datetime.c +++ b/openrtx/src/core/datetime.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/core/dsp.cpp b/openrtx/src/core/dsp.cpp index 00de8faa..35a15fc6 100644 --- a/openrtx/src/core/dsp.cpp +++ b/openrtx/src/core/dsp.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO, * * Frederik Saraci IU2NRO * diff --git a/openrtx/src/core/gps.c b/openrtx/src/core/gps.c index 54934968..98cec649 100644 --- a/openrtx/src/core/gps.c +++ b/openrtx/src/core/gps.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * * diff --git a/openrtx/src/core/graphics.c b/openrtx/src/core/graphics.c index 6b8ab295..f239d543 100644 --- a/openrtx/src/core/graphics.c +++ b/openrtx/src/core/graphics.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * * diff --git a/openrtx/src/core/input.c b/openrtx/src/core/input.c index 7ce5e8cb..fec538b4 100644 --- a/openrtx/src/core/input.c +++ b/openrtx/src/core/input.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * * diff --git a/openrtx/src/core/memory_profiling.cpp b/openrtx/src/core/memory_profiling.cpp index df213d3f..746a4a69 100644 --- a/openrtx/src/core/memory_profiling.cpp +++ b/openrtx/src/core/memory_profiling.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Frederik Saraci IU2NRO, * * Silvano Seva IU2KWO * diff --git a/openrtx/src/core/nvmem_access.c b/openrtx/src/core/nvmem_access.c index c8b31f18..5b148f57 100644 --- a/openrtx/src/core/nvmem_access.c +++ b/openrtx/src/core/nvmem_access.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/openrtx/src/core/openrtx.c b/openrtx/src/core/openrtx.c index 80c92dad..0e4ffe62 100644 --- a/openrtx/src/core/openrtx.c +++ b/openrtx/src/core/openrtx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/core/queue.c b/openrtx/src/core/queue.c index e752acb9..f5bc3ea4 100644 --- a/openrtx/src/core/queue.c +++ b/openrtx/src/core/queue.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/core/state.c b/openrtx/src/core/state.c index 31a91050..04fec28b 100644 --- a/openrtx/src/core/state.c +++ b/openrtx/src/core/state.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/core/threads.c b/openrtx/src/core/threads.c index decd0afe..38687b3f 100644 --- a/openrtx/src/core/threads.c +++ b/openrtx/src/core/threads.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/core/voicePromptUtils.c b/openrtx/src/core/voicePromptUtils.c index 2765f5f6..885c0fa6 100644 --- a/openrtx/src/core/voicePromptUtils.c +++ b/openrtx/src/core/voicePromptUtils.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * Joseph Stephen VK7JS * diff --git a/openrtx/src/core/voicePrompts.c b/openrtx/src/core/voicePrompts.c index e43e98b2..bebf8f34 100644 --- a/openrtx/src/core/voicePrompts.c +++ b/openrtx/src/core/voicePrompts.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * Joseph Stephen VK7JS * diff --git a/openrtx/src/core/xmodem.c b/openrtx/src/core/xmodem.c index 76358f11..a944b7fe 100644 --- a/openrtx/src/core/xmodem.c +++ b/openrtx/src/core/xmodem.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/main.c b/openrtx/src/main.c index 874b4c68..778683bd 100644 --- a/openrtx/src/main.c +++ b/openrtx/src/main.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/protocols/M17/M17Callsign.cpp b/openrtx/src/protocols/M17/M17Callsign.cpp index c426b8cd..a3bae72d 100644 --- a/openrtx/src/protocols/M17/M17Callsign.cpp +++ b/openrtx/src/protocols/M17/M17Callsign.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/protocols/M17/M17DSP.cpp b/openrtx/src/protocols/M17/M17DSP.cpp index 53803052..bbee540e 100644 --- a/openrtx/src/protocols/M17/M17DSP.cpp +++ b/openrtx/src/protocols/M17/M17DSP.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/protocols/M17/M17Demodulator.cpp b/openrtx/src/protocols/M17/M17Demodulator.cpp index ba79a9af..b919b446 100644 --- a/openrtx/src/protocols/M17/M17Demodulator.cpp +++ b/openrtx/src/protocols/M17/M17Demodulator.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Wojciech Kaczmarski SP5WWP * * Frederik Saraci IU2NRO * diff --git a/openrtx/src/protocols/M17/M17FrameDecoder.cpp b/openrtx/src/protocols/M17/M17FrameDecoder.cpp index 1c6685f0..c2e69b56 100644 --- a/openrtx/src/protocols/M17/M17FrameDecoder.cpp +++ b/openrtx/src/protocols/M17/M17FrameDecoder.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/protocols/M17/M17FrameEncoder.cpp b/openrtx/src/protocols/M17/M17FrameEncoder.cpp index 5a976abf..b9b7504c 100644 --- a/openrtx/src/protocols/M17/M17FrameEncoder.cpp +++ b/openrtx/src/protocols/M17/M17FrameEncoder.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/protocols/M17/M17Golay.cpp b/openrtx/src/protocols/M17/M17Golay.cpp index 68922780..bd5cd191 100644 --- a/openrtx/src/protocols/M17/M17Golay.cpp +++ b/openrtx/src/protocols/M17/M17Golay.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Wojciech Kaczmarski SP5WWP * * Frederik Saraci IU2NRO * diff --git a/openrtx/src/protocols/M17/M17LinkSetupFrame.cpp b/openrtx/src/protocols/M17/M17LinkSetupFrame.cpp index be747f41..e941805b 100644 --- a/openrtx/src/protocols/M17/M17LinkSetupFrame.cpp +++ b/openrtx/src/protocols/M17/M17LinkSetupFrame.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/protocols/M17/M17Modulator.cpp b/openrtx/src/protocols/M17/M17Modulator.cpp index d781688a..ce39c647 100644 --- a/openrtx/src/protocols/M17/M17Modulator.cpp +++ b/openrtx/src/protocols/M17/M17Modulator.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/rtx/OpMode_FM.cpp b/openrtx/src/rtx/OpMode_FM.cpp index 78cf1575..50cdfe51 100644 --- a/openrtx/src/rtx/OpMode_FM.cpp +++ b/openrtx/src/rtx/OpMode_FM.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/rtx/OpMode_M17.cpp b/openrtx/src/rtx/OpMode_M17.cpp index b9cabbb2..bd790c29 100644 --- a/openrtx/src/rtx/OpMode_M17.cpp +++ b/openrtx/src/rtx/OpMode_M17.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/rtx/rtx.cpp b/openrtx/src/rtx/rtx.cpp index 5fa8ade0..8849f397 100644 --- a/openrtx/src/rtx/rtx.cpp +++ b/openrtx/src/rtx/rtx.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/ui/default/ui_main.c b/openrtx/src/ui/default/ui_main.c index 9f7d7ae3..2289d150 100644 --- a/openrtx/src/ui/default/ui_main.c +++ b/openrtx/src/ui/default/ui_main.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/ui/default/ui_menu.c b/openrtx/src/ui/default/ui_menu.c index 34966e65..1cb54c8a 100644 --- a/openrtx/src/ui/default/ui_menu.c +++ b/openrtx/src/ui/default/ui_menu.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/ui/default/ui_strings.c b/openrtx/src/ui/default/ui_strings.c index 2d249ac9..671efc5c 100644 --- a/openrtx/src/ui/default/ui_strings.c +++ b/openrtx/src/ui/default/ui_strings.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/ui/module17/ui.c b/openrtx/src/ui/module17/ui.c index dbae7914..505c3ab6 100644 --- a/openrtx/src/ui/module17/ui.c +++ b/openrtx/src/ui/module17/ui.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2022 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/ui/module17/ui_main.c b/openrtx/src/ui/module17/ui_main.c index 0d3e8a8e..26934e0a 100644 --- a/openrtx/src/ui/module17/ui_main.c +++ b/openrtx/src/ui/module17/ui_main.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2022 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/openrtx/src/ui/module17/ui_menu.c b/openrtx/src/ui/module17/ui_menu.c index e7638c6d..c48dd4fd 100644 --- a/openrtx/src/ui/module17/ui_menu.c +++ b/openrtx/src/ui/module17/ui_menu.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2022 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/ADC/ADC0_GDx.c b/platform/drivers/ADC/ADC0_GDx.c index 06d6a9a0..6ea4122d 100644 --- a/platform/drivers/ADC/ADC0_GDx.c +++ b/platform/drivers/ADC/ADC0_GDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * and Niccolò Izzo IU2KIN * * * * This program is free software; you can redistribute it and/or modify * diff --git a/platform/drivers/ADC/ADC0_GDx.h b/platform/drivers/ADC/ADC0_GDx.h index 1704dfbf..44e711a7 100644 --- a/platform/drivers/ADC/ADC0_GDx.h +++ b/platform/drivers/ADC/ADC0_GDx.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * and Niccolò Izzo IU2KIN * * * * This program is free software; you can redistribute it and/or modify * diff --git a/platform/drivers/ADC/adc_stm32.h b/platform/drivers/ADC/adc_stm32.h index 329f21da..a588381c 100644 --- a/platform/drivers/ADC/adc_stm32.h +++ b/platform/drivers/ADC/adc_stm32.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/ADC/adc_stm32f4.c b/platform/drivers/ADC/adc_stm32f4.c index 357de6f2..5773888c 100644 --- a/platform/drivers/ADC/adc_stm32f4.c +++ b/platform/drivers/ADC/adc_stm32f4.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * and Niccolò Izzo IU2KIN * * * * This program is free software; you can redistribute it and/or modify * diff --git a/platform/drivers/ADC/adc_stm32h7.c b/platform/drivers/ADC/adc_stm32h7.c index c01ef7a5..35afb858 100644 --- a/platform/drivers/ADC/adc_stm32h7.c +++ b/platform/drivers/ADC/adc_stm32h7.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/CPS/cps_data_GDx.h b/platform/drivers/CPS/cps_data_GDx.h index 9851f153..6b7db57b 100644 --- a/platform/drivers/CPS/cps_data_GDx.h +++ b/platform/drivers/CPS/cps_data_GDx.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/CPS/cps_data_MD3x0.h b/platform/drivers/CPS/cps_data_MD3x0.h index 879c6774..a9746ee5 100644 --- a/platform/drivers/CPS/cps_data_MD3x0.h +++ b/platform/drivers/CPS/cps_data_MD3x0.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/CPS/cps_data_MDUV3x0.h b/platform/drivers/CPS/cps_data_MDUV3x0.h index c9e0fcfd..03db5b66 100644 --- a/platform/drivers/CPS/cps_data_MDUV3x0.h +++ b/platform/drivers/CPS/cps_data_MDUV3x0.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/CPS/cps_io_libc.c b/platform/drivers/CPS/cps_io_libc.c index 0211f38f..427b17d3 100644 --- a/platform/drivers/CPS/cps_io_libc.c +++ b/platform/drivers/CPS/cps_io_libc.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/CPS/cps_io_native_GDx.c b/platform/drivers/CPS/cps_io_native_GDx.c index 6e54073b..6bab7395 100644 --- a/platform/drivers/CPS/cps_io_native_GDx.c +++ b/platform/drivers/CPS/cps_io_native_GDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/CPS/cps_io_native_MD3x0.c b/platform/drivers/CPS/cps_io_native_MD3x0.c index 7b4e93f8..4fd074da 100644 --- a/platform/drivers/CPS/cps_io_native_MD3x0.c +++ b/platform/drivers/CPS/cps_io_native_MD3x0.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/CPS/cps_io_native_MD9600.c b/platform/drivers/CPS/cps_io_native_MD9600.c index 912dd8aa..bb12f5cf 100644 --- a/platform/drivers/CPS/cps_io_native_MD9600.c +++ b/platform/drivers/CPS/cps_io_native_MD9600.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/CPS/cps_io_native_MDUV3x0.c b/platform/drivers/CPS/cps_io_native_MDUV3x0.c index 6150ba9d..643cf9a4 100644 --- a/platform/drivers/CPS/cps_io_native_MDUV3x0.c +++ b/platform/drivers/CPS/cps_io_native_MDUV3x0.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/CPS/cps_io_native_Mod17.c b/platform/drivers/CPS/cps_io_native_Mod17.c index a3ba5299..823e962c 100644 --- a/platform/drivers/CPS/cps_io_native_Mod17.c +++ b/platform/drivers/CPS/cps_io_native_Mod17.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/GPIO/gpio-native.h b/platform/drivers/GPIO/gpio-native.h index bdb27725..1811b6bb 100644 --- a/platform/drivers/GPIO/gpio-native.h +++ b/platform/drivers/GPIO/gpio-native.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/GPIO/gpio_mk22.c b/platform/drivers/GPIO/gpio_mk22.c index 7c615563..6d19b37f 100644 --- a/platform/drivers/GPIO/gpio_mk22.c +++ b/platform/drivers/GPIO/gpio_mk22.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/GPIO/gpio_mk22.h b/platform/drivers/GPIO/gpio_mk22.h index 0c622950..0fb5436b 100644 --- a/platform/drivers/GPIO/gpio_mk22.h +++ b/platform/drivers/GPIO/gpio_mk22.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/GPIO/gpio_shiftReg.c b/platform/drivers/GPIO/gpio_shiftReg.c index 6fce1eea..befc4db4 100644 --- a/platform/drivers/GPIO/gpio_shiftReg.c +++ b/platform/drivers/GPIO/gpio_shiftReg.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/GPIO/gpio_shiftReg.h b/platform/drivers/GPIO/gpio_shiftReg.h index 2622a1b6..5ef5bd5f 100644 --- a/platform/drivers/GPIO/gpio_shiftReg.h +++ b/platform/drivers/GPIO/gpio_shiftReg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/GPIO/gpio_stm32.c b/platform/drivers/GPIO/gpio_stm32.c index d52d6553..f6efacd0 100644 --- a/platform/drivers/GPIO/gpio_stm32.c +++ b/platform/drivers/GPIO/gpio_stm32.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/GPIO/gpio_stm32.h b/platform/drivers/GPIO/gpio_stm32.h index 4aebc3f5..769086c8 100644 --- a/platform/drivers/GPIO/gpio_stm32.h +++ b/platform/drivers/GPIO/gpio_stm32.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/GPS/GPS_CS7000.cpp b/platform/drivers/GPS/GPS_CS7000.cpp index f6c9bb94..d2a6a8ee 100644 --- a/platform/drivers/GPS/GPS_CS7000.cpp +++ b/platform/drivers/GPS/GPS_CS7000.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/GPS/GPS_MDx.cpp b/platform/drivers/GPS/GPS_MDx.cpp index 059012b5..e84bb619 100644 --- a/platform/drivers/GPS/GPS_MDx.cpp +++ b/platform/drivers/GPS/GPS_MDx.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/GPS/GPS_linux.c b/platform/drivers/GPS/GPS_linux.c index 30f95928..3ba172e3 100644 --- a/platform/drivers/GPS/GPS_linux.c +++ b/platform/drivers/GPS/GPS_linux.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/GPS/GPS_ttwrplus.c b/platform/drivers/GPS/GPS_ttwrplus.c index 66f7b95f..92d55893 100644 --- a/platform/drivers/GPS/GPS_ttwrplus.c +++ b/platform/drivers/GPS/GPS_ttwrplus.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/NVM/AT24Cx.h b/platform/drivers/NVM/AT24Cx.h index 8e19d17e..2863e6cd 100644 --- a/platform/drivers/NVM/AT24Cx.h +++ b/platform/drivers/NVM/AT24Cx.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/NVM/AT24Cx_GDx.c b/platform/drivers/NVM/AT24Cx_GDx.c index 46784faa..2112f558 100644 --- a/platform/drivers/NVM/AT24Cx_GDx.c +++ b/platform/drivers/NVM/AT24Cx_GDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/NVM/W25Qx.c b/platform/drivers/NVM/W25Qx.c index 7d489bfe..74bf2e57 100644 --- a/platform/drivers/NVM/W25Qx.c +++ b/platform/drivers/NVM/W25Qx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/NVM/W25Qx.h b/platform/drivers/NVM/W25Qx.h index daab56a9..f830e8e8 100644 --- a/platform/drivers/NVM/W25Qx.h +++ b/platform/drivers/NVM/W25Qx.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/NVM/eeep.c b/platform/drivers/NVM/eeep.c index 3fa44fe6..e68ff235 100644 --- a/platform/drivers/NVM/eeep.c +++ b/platform/drivers/NVM/eeep.c @@ -1,9 +1,9 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * - * Morgan Diepart ON4MOD * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * + * Morgan Diepart ON4MOD * * * * 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/platform/drivers/NVM/eeep.h b/platform/drivers/NVM/eeep.h index 78318d0f..6889c93f 100644 --- a/platform/drivers/NVM/eeep.h +++ b/platform/drivers/NVM/eeep.h @@ -1,9 +1,9 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * - * Morgan Diepart ON4MOD * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * + * Morgan Diepart ON4MOD * * * * 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/platform/drivers/NVM/flash_zephyr.c b/platform/drivers/NVM/flash_zephyr.c index 13851d1c..109e5bc4 100644 --- a/platform/drivers/NVM/flash_zephyr.c +++ b/platform/drivers/NVM/flash_zephyr.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2023 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/NVM/flash_zephyr.h b/platform/drivers/NVM/flash_zephyr.h index c701a859..fa359720 100644 --- a/platform/drivers/NVM/flash_zephyr.h +++ b/platform/drivers/NVM/flash_zephyr.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2023 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/NVM/nvmem_CS7000.c b/platform/drivers/NVM/nvmem_CS7000.c index ec80214b..bb3fa7f9 100644 --- a/platform/drivers/NVM/nvmem_CS7000.c +++ b/platform/drivers/NVM/nvmem_CS7000.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/NVM/nvmem_GDx.c b/platform/drivers/NVM/nvmem_GDx.c index ecf2fab7..22a92d78 100644 --- a/platform/drivers/NVM/nvmem_GDx.c +++ b/platform/drivers/NVM/nvmem_GDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/NVM/nvmem_MDx.c b/platform/drivers/NVM/nvmem_MDx.c index f49745d2..4c16ddb2 100644 --- a/platform/drivers/NVM/nvmem_MDx.c +++ b/platform/drivers/NVM/nvmem_MDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/NVM/nvmem_Mod17.c b/platform/drivers/NVM/nvmem_Mod17.c index 33c5693a..3eceee48 100644 --- a/platform/drivers/NVM/nvmem_Mod17.c +++ b/platform/drivers/NVM/nvmem_Mod17.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/NVM/nvmem_linux.c b/platform/drivers/NVM/nvmem_linux.c index e79a679e..5cc532ee 100644 --- a/platform/drivers/NVM/nvmem_linux.c +++ b/platform/drivers/NVM/nvmem_linux.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/NVM/nvmem_settings_MDx.c b/platform/drivers/NVM/nvmem_settings_MDx.c index 4968739a..2f8d30cc 100644 --- a/platform/drivers/NVM/nvmem_settings_MDx.c +++ b/platform/drivers/NVM/nvmem_settings_MDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/NVM/nvmem_ttwrplus.c b/platform/drivers/NVM/nvmem_ttwrplus.c index 7862b323..32967295 100644 --- a/platform/drivers/NVM/nvmem_ttwrplus.c +++ b/platform/drivers/NVM/nvmem_ttwrplus.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2023 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/NVM/posix_file.c b/platform/drivers/NVM/posix_file.c index 4cfbd0e5..6a4acd0f 100644 --- a/platform/drivers/NVM/posix_file.c +++ b/platform/drivers/NVM/posix_file.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/NVM/posix_file.h b/platform/drivers/NVM/posix_file.h index 6eb0be3a..b6c2f64f 100644 --- a/platform/drivers/NVM/posix_file.h +++ b/platform/drivers/NVM/posix_file.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/SPI/spi_bitbang.c b/platform/drivers/SPI/spi_bitbang.c index 6590c2ea..bc73b30a 100644 --- a/platform/drivers/SPI/spi_bitbang.c +++ b/platform/drivers/SPI/spi_bitbang.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/SPI/spi_bitbang.h b/platform/drivers/SPI/spi_bitbang.h index 08e1b976..0b9ca778 100644 --- a/platform/drivers/SPI/spi_bitbang.h +++ b/platform/drivers/SPI/spi_bitbang.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/SPI/spi_custom.c b/platform/drivers/SPI/spi_custom.c index 2e61c971..66e16d47 100644 --- a/platform/drivers/SPI/spi_custom.c +++ b/platform/drivers/SPI/spi_custom.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/SPI/spi_custom.h b/platform/drivers/SPI/spi_custom.h index e101ce91..fbd13552 100644 --- a/platform/drivers/SPI/spi_custom.h +++ b/platform/drivers/SPI/spi_custom.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/SPI/spi_mk22.c b/platform/drivers/SPI/spi_mk22.c index a7059219..7e7ceb7d 100644 --- a/platform/drivers/SPI/spi_mk22.c +++ b/platform/drivers/SPI/spi_mk22.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/SPI/spi_mk22.h b/platform/drivers/SPI/spi_mk22.h index 71a92e7e..dcdd7241 100644 --- a/platform/drivers/SPI/spi_mk22.h +++ b/platform/drivers/SPI/spi_mk22.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/SPI/spi_stm32.h b/platform/drivers/SPI/spi_stm32.h index d50b96a0..a40a277a 100644 --- a/platform/drivers/SPI/spi_stm32.h +++ b/platform/drivers/SPI/spi_stm32.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/SPI/spi_stm32f4.c b/platform/drivers/SPI/spi_stm32f4.c index f5ee5ffc..96f4dea0 100644 --- a/platform/drivers/SPI/spi_stm32f4.c +++ b/platform/drivers/SPI/spi_stm32f4.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/SPI/spi_stm32h7.c b/platform/drivers/SPI/spi_stm32h7.c index 901f8ab5..a6df79ba 100644 --- a/platform/drivers/SPI/spi_stm32h7.c +++ b/platform/drivers/SPI/spi_stm32h7.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/USB/usb.h b/platform/drivers/USB/usb.h index e3d9ad0e..b299ff04 100644 --- a/platform/drivers/USB/usb.h +++ b/platform/drivers/USB/usb.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/platform/drivers/USB/usb_MDx.cpp b/platform/drivers/USB/usb_MDx.cpp index e125fc59..792201eb 100644 --- a/platform/drivers/USB/usb_MDx.cpp +++ b/platform/drivers/USB/usb_MDx.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/audio/Cx000_dac.cpp b/platform/drivers/audio/Cx000_dac.cpp index f968878b..cdf8b440 100644 --- a/platform/drivers/audio/Cx000_dac.cpp +++ b/platform/drivers/audio/Cx000_dac.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/audio/Cx000_dac.h b/platform/drivers/audio/Cx000_dac.h index d05fca1b..a934f6d9 100644 --- a/platform/drivers/audio/Cx000_dac.h +++ b/platform/drivers/audio/Cx000_dac.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/audio/MAX9814.h b/platform/drivers/audio/MAX9814.h index d9171fea..412e4653 100644 --- a/platform/drivers/audio/MAX9814.h +++ b/platform/drivers/audio/MAX9814.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 by Mathis Schmieder DB9MAT * + * Copyright (C) 2022 - 2025 by Mathis Schmieder DB9MAT * * * * 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/platform/drivers/audio/MAX9814_Mod17.cpp b/platform/drivers/audio/MAX9814_Mod17.cpp index f3801548..a29c5fc1 100644 --- a/platform/drivers/audio/MAX9814_Mod17.cpp +++ b/platform/drivers/audio/MAX9814_Mod17.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2022 by Mathis Schmieder DB9MAT * + * Copyright (C) 2021 - 2025 by Mathis Schmieder DB9MAT * * * * 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/platform/drivers/audio/audio_CS7000.cpp b/platform/drivers/audio/audio_CS7000.cpp index 7ac35073..032537d7 100644 --- a/platform/drivers/audio/audio_CS7000.cpp +++ b/platform/drivers/audio/audio_CS7000.cpp @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/audio/audio_GDx.c b/platform/drivers/audio/audio_GDx.c index 739f74b7..768800f5 100644 --- a/platform/drivers/audio/audio_GDx.c +++ b/platform/drivers/audio/audio_GDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/audio/audio_MDx.cpp b/platform/drivers/audio/audio_MDx.cpp index c4884533..b955b016 100644 --- a/platform/drivers/audio/audio_MDx.cpp +++ b/platform/drivers/audio/audio_MDx.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/audio/audio_Mod17.c b/platform/drivers/audio/audio_Mod17.c index f0fde98c..9102d93b 100644 --- a/platform/drivers/audio/audio_Mod17.c +++ b/platform/drivers/audio/audio_Mod17.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/audio/audio_linux.c b/platform/drivers/audio/audio_linux.c index 35e1594f..3ecbcbdd 100644 --- a/platform/drivers/audio/audio_linux.c +++ b/platform/drivers/audio/audio_linux.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/audio/audio_ttwrplus.c b/platform/drivers/audio/audio_ttwrplus.c index 56d0cb49..0f9f0f73 100644 --- a/platform/drivers/audio/audio_ttwrplus.c +++ b/platform/drivers/audio/audio_ttwrplus.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/audio/file_source.c b/platform/drivers/audio/file_source.c index c5ea0ac5..4ef34f66 100644 --- a/platform/drivers/audio/file_source.c +++ b/platform/drivers/audio/file_source.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/audio/file_source.h b/platform/drivers/audio/file_source.h index e0ffaf10..801567ea 100644 --- a/platform/drivers/audio/file_source.h +++ b/platform/drivers/audio/file_source.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/audio/stm32_adc.cpp b/platform/drivers/audio/stm32_adc.cpp index d07a8ad9..9fffbde2 100644 --- a/platform/drivers/audio/stm32_adc.cpp +++ b/platform/drivers/audio/stm32_adc.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2023 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/audio/stm32_adc.h b/platform/drivers/audio/stm32_adc.h index 2c03449a..8da2467e 100644 --- a/platform/drivers/audio/stm32_adc.h +++ b/platform/drivers/audio/stm32_adc.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2023 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/audio/stm32_dac.cpp b/platform/drivers/audio/stm32_dac.cpp index d5c39aa8..2675679a 100644 --- a/platform/drivers/audio/stm32_dac.cpp +++ b/platform/drivers/audio/stm32_dac.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2023 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/audio/stm32_dac.h b/platform/drivers/audio/stm32_dac.h index ba4f84c9..934ee982 100644 --- a/platform/drivers/audio/stm32_dac.h +++ b/platform/drivers/audio/stm32_dac.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2023 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/audio/stm32_pwm.cpp b/platform/drivers/audio/stm32_pwm.cpp index 0239ad12..6301e488 100644 --- a/platform/drivers/audio/stm32_pwm.cpp +++ b/platform/drivers/audio/stm32_pwm.cpp @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/audio/stm32_pwm.h b/platform/drivers/audio/stm32_pwm.h index da4298e1..742898cd 100644 --- a/platform/drivers/audio/stm32_pwm.h +++ b/platform/drivers/audio/stm32_pwm.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/backlight/backlight.h b/platform/drivers/backlight/backlight.h index 24fc69a8..99608435 100644 --- a/platform/drivers/backlight/backlight.h +++ b/platform/drivers/backlight/backlight.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/backlight/backlight_CS7000.c b/platform/drivers/backlight/backlight_CS7000.c index 69e35ffb..69161ed9 100644 --- a/platform/drivers/backlight/backlight_CS7000.c +++ b/platform/drivers/backlight/backlight_CS7000.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/backlight/backlight_GDx.c b/platform/drivers/backlight/backlight_GDx.c index 7d73ba66..f16acd54 100644 --- a/platform/drivers/backlight/backlight_GDx.c +++ b/platform/drivers/backlight/backlight_GDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/backlight/backlight_MDx.c b/platform/drivers/backlight/backlight_MDx.c index f2a365bc..f08678b6 100644 --- a/platform/drivers/backlight/backlight_MDx.c +++ b/platform/drivers/backlight/backlight_MDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/AK2365A.c b/platform/drivers/baseband/AK2365A.c index a9ff7a66..c680a915 100644 --- a/platform/drivers/baseband/AK2365A.c +++ b/platform/drivers/baseband/AK2365A.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/baseband/AK2365A.h b/platform/drivers/baseband/AK2365A.h index 3f39a375..cd457f06 100644 --- a/platform/drivers/baseband/AK2365A.h +++ b/platform/drivers/baseband/AK2365A.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/baseband/AT1846S.h b/platform/drivers/baseband/AT1846S.h index a1a46b57..6ce09d67 100644 --- a/platform/drivers/baseband/AT1846S.h +++ b/platform/drivers/baseband/AT1846S.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/AT1846S_GDx.cpp b/platform/drivers/baseband/AT1846S_GDx.cpp index f31eaa22..62f2ff0a 100644 --- a/platform/drivers/baseband/AT1846S_GDx.cpp +++ b/platform/drivers/baseband/AT1846S_GDx.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/AT1846S_SA8x8.cpp b/platform/drivers/baseband/AT1846S_SA8x8.cpp index 259fe7b2..bd5f70e6 100644 --- a/platform/drivers/baseband/AT1846S_SA8x8.cpp +++ b/platform/drivers/baseband/AT1846S_SA8x8.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/AT1846S_UV3x0.cpp b/platform/drivers/baseband/AT1846S_UV3x0.cpp index b8966f67..45c408d5 100644 --- a/platform/drivers/baseband/AT1846S_UV3x0.cpp +++ b/platform/drivers/baseband/AT1846S_UV3x0.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/HR_C5000.h b/platform/drivers/baseband/HR_C5000.h index d6e70ea8..faaefa37 100644 --- a/platform/drivers/baseband/HR_C5000.h +++ b/platform/drivers/baseband/HR_C5000.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/HR_C5000_MDx.cpp b/platform/drivers/baseband/HR_C5000_MDx.cpp index c91f6632..86593f7e 100644 --- a/platform/drivers/baseband/HR_C5000_MDx.cpp +++ b/platform/drivers/baseband/HR_C5000_MDx.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/HR_C6000.cpp b/platform/drivers/baseband/HR_C6000.cpp index fa22a7ad..41033ee7 100644 --- a/platform/drivers/baseband/HR_C6000.cpp +++ b/platform/drivers/baseband/HR_C6000.cpp @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/baseband/HR_C6000.h b/platform/drivers/baseband/HR_C6000.h index 8e9e4a4d..bff2cf59 100644 --- a/platform/drivers/baseband/HR_C6000.h +++ b/platform/drivers/baseband/HR_C6000.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/HR_C6000_CS7000.cpp b/platform/drivers/baseband/HR_C6000_CS7000.cpp index 97554393..242086fb 100644 --- a/platform/drivers/baseband/HR_C6000_CS7000.cpp +++ b/platform/drivers/baseband/HR_C6000_CS7000.cpp @@ -1,5 +1,5 @@ -/************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * +/*************************************************************************** + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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 * @@ -13,7 +13,7 @@ * * * You should have received a copy of the GNU General Public License * * along with this program; if not, see * - **************************************************************************/ + ***************************************************************************/ #include #include diff --git a/platform/drivers/baseband/HR_C6000_GDx.cpp b/platform/drivers/baseband/HR_C6000_GDx.cpp index 4afb1a0b..ed2fd197 100644 --- a/platform/drivers/baseband/HR_C6000_GDx.cpp +++ b/platform/drivers/baseband/HR_C6000_GDx.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/HR_C6000_UV3x0.cpp b/platform/drivers/baseband/HR_C6000_UV3x0.cpp index afb2fe01..ac81f7fa 100644 --- a/platform/drivers/baseband/HR_C6000_UV3x0.cpp +++ b/platform/drivers/baseband/HR_C6000_UV3x0.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/HR_Cx000.cpp b/platform/drivers/baseband/HR_Cx000.cpp index 42f13a1a..eb8718c4 100644 --- a/platform/drivers/baseband/HR_Cx000.cpp +++ b/platform/drivers/baseband/HR_Cx000.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/HR_Cx000.h b/platform/drivers/baseband/HR_Cx000.h index 027cdc77..b2b3f64d 100644 --- a/platform/drivers/baseband/HR_Cx000.h +++ b/platform/drivers/baseband/HR_Cx000.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/MCP4551.c b/platform/drivers/baseband/MCP4551.c index ca27c8b8..d30732c6 100644 --- a/platform/drivers/baseband/MCP4551.c +++ b/platform/drivers/baseband/MCP4551.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/MCP4551.h b/platform/drivers/baseband/MCP4551.h index a95e5fff..fce7fc36 100644 --- a/platform/drivers/baseband/MCP4551.h +++ b/platform/drivers/baseband/MCP4551.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/SA8x8.c b/platform/drivers/baseband/SA8x8.c index b936b77d..8e984bb1 100644 --- a/platform/drivers/baseband/SA8x8.c +++ b/platform/drivers/baseband/SA8x8.c @@ -1,6 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Silvano Seva IU2KWO * - * and Niccolò Izzo IU2KIN * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/baseband/SA8x8.h b/platform/drivers/baseband/SA8x8.h index 025957c4..abdb87b5 100644 --- a/platform/drivers/baseband/SA8x8.h +++ b/platform/drivers/baseband/SA8x8.h @@ -1,6 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Silvano Seva IU2KWO * - * and Niccolò Izzo IU2KIN * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/baseband/SKY72310.c b/platform/drivers/baseband/SKY72310.c index 69c57db3..8ee56eb6 100644 --- a/platform/drivers/baseband/SKY72310.c +++ b/platform/drivers/baseband/SKY72310.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * and Niccolò Izzo IU2KIN * * * * This program is free software; you can redistribute it and/or modify * diff --git a/platform/drivers/baseband/SKY72310.h b/platform/drivers/baseband/SKY72310.h index 2f50df5c..3db8f50a 100644 --- a/platform/drivers/baseband/SKY72310.h +++ b/platform/drivers/baseband/SKY72310.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * and Niccolò Izzo IU2KIN * * * * This program is free software; you can redistribute it and/or modify * diff --git a/platform/drivers/baseband/radioUtils.h b/platform/drivers/baseband/radioUtils.h index 5c7a8e58..04ed117c 100644 --- a/platform/drivers/baseband/radioUtils.h +++ b/platform/drivers/baseband/radioUtils.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/radio_CS7000.cpp b/platform/drivers/baseband/radio_CS7000.cpp index 85fa61eb..c16e9958 100644 --- a/platform/drivers/baseband/radio_CS7000.cpp +++ b/platform/drivers/baseband/radio_CS7000.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/baseband/radio_GDx.cpp b/platform/drivers/baseband/radio_GDx.cpp index 66329535..433750d2 100644 --- a/platform/drivers/baseband/radio_GDx.cpp +++ b/platform/drivers/baseband/radio_GDx.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/radio_MD3x0.cpp b/platform/drivers/baseband/radio_MD3x0.cpp index a55b55cc..4e21779e 100644 --- a/platform/drivers/baseband/radio_MD3x0.cpp +++ b/platform/drivers/baseband/radio_MD3x0.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/radio_MD9600.cpp b/platform/drivers/baseband/radio_MD9600.cpp index 4380a372..2a3de20a 100644 --- a/platform/drivers/baseband/radio_MD9600.cpp +++ b/platform/drivers/baseband/radio_MD9600.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/radio_Mod17.cpp b/platform/drivers/baseband/radio_Mod17.cpp index 1b55c727..1e8a7087 100644 --- a/platform/drivers/baseband/radio_Mod17.cpp +++ b/platform/drivers/baseband/radio_Mod17.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/radio_UV3x0.cpp b/platform/drivers/baseband/radio_UV3x0.cpp index c5501eaa..0ddae4b2 100644 --- a/platform/drivers/baseband/radio_UV3x0.cpp +++ b/platform/drivers/baseband/radio_UV3x0.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/radio_linux.cpp b/platform/drivers/baseband/radio_linux.cpp index 390457c9..b723eabd 100644 --- a/platform/drivers/baseband/radio_linux.cpp +++ b/platform/drivers/baseband/radio_linux.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/baseband/radio_ttwrplus.cpp b/platform/drivers/baseband/radio_ttwrplus.cpp index fa7b6bb3..c439b1bb 100644 --- a/platform/drivers/baseband/radio_ttwrplus.cpp +++ b/platform/drivers/baseband/radio_ttwrplus.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/chSelector/chSelector.h b/platform/drivers/chSelector/chSelector.h index b3f3044d..478645dc 100644 --- a/platform/drivers/chSelector/chSelector.h +++ b/platform/drivers/chSelector/chSelector.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Caleb Jamison * * Frederik Saraci IU2NRO * diff --git a/platform/drivers/chSelector/chSelector_MD9600.c b/platform/drivers/chSelector/chSelector_MD9600.c index 5049eebb..12562421 100644 --- a/platform/drivers/chSelector/chSelector_MD9600.c +++ b/platform/drivers/chSelector/chSelector_MD9600.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/chSelector/chSelector_UV3x0.c b/platform/drivers/chSelector/chSelector_UV3x0.c index a687daa5..15226ed1 100644 --- a/platform/drivers/chSelector/chSelector_UV3x0.c +++ b/platform/drivers/chSelector/chSelector_UV3x0.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/display/HX8353_MD3x.cpp b/platform/drivers/display/HX8353_MD3x.cpp index 47c3f1ff..d3342757 100644 --- a/platform/drivers/display/HX8353_MD3x.cpp +++ b/platform/drivers/display/HX8353_MD3x.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * and Niccolò Izzo IU2KIN * * * * This program is free software; you can redistribute it and/or modify * diff --git a/platform/drivers/display/SH1106_ttwrplus.c b/platform/drivers/display/SH1106_ttwrplus.c index 93db38cb..68ef09c5 100644 --- a/platform/drivers/display/SH1106_ttwrplus.c +++ b/platform/drivers/display/SH1106_ttwrplus.c @@ -1,6 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Niccolò Izzo IU2KIN * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/display/SH110x_Mod17.c b/platform/drivers/display/SH110x_Mod17.c index c7113b46..f23c09d5 100644 --- a/platform/drivers/display/SH110x_Mod17.c +++ b/platform/drivers/display/SH110x_Mod17.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/display/SSD1306_Mod17.c b/platform/drivers/display/SSD1306_Mod17.c index c1f8dfd1..dfbd5d9b 100644 --- a/platform/drivers/display/SSD1306_Mod17.c +++ b/platform/drivers/display/SSD1306_Mod17.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/display/SSD1306_Mod17.h b/platform/drivers/display/SSD1306_Mod17.h index f80cc92f..7d7ef707 100644 --- a/platform/drivers/display/SSD1306_Mod17.h +++ b/platform/drivers/display/SSD1306_Mod17.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/display/SSD1309_Mod17.c b/platform/drivers/display/SSD1309_Mod17.c index 64bf18ed..8b6c839b 100644 --- a/platform/drivers/display/SSD1309_Mod17.c +++ b/platform/drivers/display/SSD1309_Mod17.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/display/SSD1309_Mod17.h b/platform/drivers/display/SSD1309_Mod17.h index f790e60d..7a30995f 100644 --- a/platform/drivers/display/SSD1309_Mod17.h +++ b/platform/drivers/display/SSD1309_Mod17.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/display/ST7567_MD9600.c b/platform/drivers/display/ST7567_MD9600.c index 8fe91823..9bb40e49 100644 --- a/platform/drivers/display/ST7567_MD9600.c +++ b/platform/drivers/display/ST7567_MD9600.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/display/ST7735R_CS7000.c b/platform/drivers/display/ST7735R_CS7000.c index 6f84d0b3..ab889e23 100644 --- a/platform/drivers/display/ST7735R_CS7000.c +++ b/platform/drivers/display/ST7735R_CS7000.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/display/UC1701_GDx.c b/platform/drivers/display/UC1701_GDx.c index 0ef0b29a..937d68ac 100644 --- a/platform/drivers/display/UC1701_GDx.c +++ b/platform/drivers/display/UC1701_GDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/display/display_Mod17.c b/platform/drivers/display/display_Mod17.c index 6024439f..a7e3da9f 100644 --- a/platform/drivers/display/display_Mod17.c +++ b/platform/drivers/display/display_Mod17.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Morgan Diepart ON4MOD * + * Copyright (C) 2024 - 2025 by Morgan Diepart ON4MOD * * * * 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/platform/drivers/display/display_libSDL.c b/platform/drivers/display/display_libSDL.c index ed3d43c3..3abc4156 100644 --- a/platform/drivers/display/display_libSDL.c +++ b/platform/drivers/display/display_libSDL.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * * diff --git a/platform/drivers/keyboard/cap1206.c b/platform/drivers/keyboard/cap1206.c index 7f683916..3d8c1dfa 100644 --- a/platform/drivers/keyboard/cap1206.c +++ b/platform/drivers/keyboard/cap1206.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Morgan Diepart ON4MOD * + * Copyright (C) 2024 - 2025 by Morgan Diepart ON4MOD * * * * 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/platform/drivers/keyboard/cap1206.h b/platform/drivers/keyboard/cap1206.h index 06d4c6ae..c870de55 100644 --- a/platform/drivers/keyboard/cap1206.h +++ b/platform/drivers/keyboard/cap1206.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Morgan Diepart ON4MOD * + * Copyright (C) 2024 - 2025 by Morgan Diepart ON4MOD * * * * 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/platform/drivers/keyboard/cap1206_regs.h b/platform/drivers/keyboard/cap1206_regs.h index ff90d8d7..f15fab02 100644 --- a/platform/drivers/keyboard/cap1206_regs.h +++ b/platform/drivers/keyboard/cap1206_regs.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Morgan Diepart ON4MOD * + * Copyright (C) 2024 - 2025 by Morgan Diepart ON4MOD * * * * 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/platform/drivers/keyboard/keyboard_CS7000.c b/platform/drivers/keyboard/keyboard_CS7000.c index 649d4592..bbb6a2aa 100644 --- a/platform/drivers/keyboard/keyboard_CS7000.c +++ b/platform/drivers/keyboard/keyboard_CS7000.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/drivers/keyboard/keyboard_DM1701.c b/platform/drivers/keyboard/keyboard_DM1701.c index 14a84a13..638507e6 100644 --- a/platform/drivers/keyboard/keyboard_DM1701.c +++ b/platform/drivers/keyboard/keyboard_DM1701.c @@ -1,9 +1,9 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN, * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * - * Amo BD4VOW * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN, * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * + * Amo Xu BD4VOW * * * * 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/platform/drivers/keyboard/keyboard_GDx.c b/platform/drivers/keyboard/keyboard_GDx.c index e6080beb..3dab7729 100644 --- a/platform/drivers/keyboard/keyboard_GDx.c +++ b/platform/drivers/keyboard/keyboard_GDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/keyboard/keyboard_MD3x.c b/platform/drivers/keyboard/keyboard_MD3x.c index 3df7183e..7e77c644 100644 --- a/platform/drivers/keyboard/keyboard_MD3x.c +++ b/platform/drivers/keyboard/keyboard_MD3x.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/keyboard/keyboard_MD9600.c b/platform/drivers/keyboard/keyboard_MD9600.c index e74f6f64..cac717e5 100644 --- a/platform/drivers/keyboard/keyboard_MD9600.c +++ b/platform/drivers/keyboard/keyboard_MD9600.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/keyboard/keyboard_Mod17.c b/platform/drivers/keyboard/keyboard_Mod17.c index de5236d3..2aa4411b 100644 --- a/platform/drivers/keyboard/keyboard_Mod17.c +++ b/platform/drivers/keyboard/keyboard_Mod17.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/keyboard/keyboard_linux.c b/platform/drivers/keyboard/keyboard_linux.c index 894a3e90..56d11966 100644 --- a/platform/drivers/keyboard/keyboard_linux.c +++ b/platform/drivers/keyboard/keyboard_linux.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/keyboard/keyboard_ttwrplus.c b/platform/drivers/keyboard/keyboard_ttwrplus.c index e150fa41..1403a595 100644 --- a/platform/drivers/keyboard/keyboard_ttwrplus.c +++ b/platform/drivers/keyboard/keyboard_ttwrplus.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/stubs/audio_stub.c b/platform/drivers/stubs/audio_stub.c index cb8d0c2f..9a32cda6 100644 --- a/platform/drivers/stubs/audio_stub.c +++ b/platform/drivers/stubs/audio_stub.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/stubs/cps_io_stub.c b/platform/drivers/stubs/cps_io_stub.c index f44a1576..2b957700 100644 --- a/platform/drivers/stubs/cps_io_stub.c +++ b/platform/drivers/stubs/cps_io_stub.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/stubs/display_stub.c b/platform/drivers/stubs/display_stub.c index d200648a..f0ffca40 100644 --- a/platform/drivers/stubs/display_stub.c +++ b/platform/drivers/stubs/display_stub.c @@ -1,7 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Izzo IU2NUO, * - * Niccolò Izzo IU2KIN, * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/stubs/inputStream_stub.c b/platform/drivers/stubs/inputStream_stub.c index 530ba1c3..918c1351 100644 --- a/platform/drivers/stubs/inputStream_stub.c +++ b/platform/drivers/stubs/inputStream_stub.c @@ -1,7 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Izzo IU2NUO, * - * Niccolò Izzo IU2KIN, * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/stubs/keyboard_stub.c b/platform/drivers/stubs/keyboard_stub.c index 36fcb8ac..2182e2f2 100644 --- a/platform/drivers/stubs/keyboard_stub.c +++ b/platform/drivers/stubs/keyboard_stub.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/stubs/nvmem_stub.c b/platform/drivers/stubs/nvmem_stub.c index 4c3bd506..a7a95f92 100644 --- a/platform/drivers/stubs/nvmem_stub.c +++ b/platform/drivers/stubs/nvmem_stub.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/stubs/outputStream_stub.c b/platform/drivers/stubs/outputStream_stub.c index fc8922ef..947fbf8b 100644 --- a/platform/drivers/stubs/outputStream_stub.c +++ b/platform/drivers/stubs/outputStream_stub.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/stubs/radio_stub.c b/platform/drivers/stubs/radio_stub.c index 82cc9ef7..401a3ea0 100644 --- a/platform/drivers/stubs/radio_stub.c +++ b/platform/drivers/stubs/radio_stub.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/drivers/tones/toneGenerator_MDx.cpp b/platform/drivers/tones/toneGenerator_MDx.cpp index 347ee94f..8a111bd7 100644 --- a/platform/drivers/tones/toneGenerator_MDx.cpp +++ b/platform/drivers/tones/toneGenerator_MDx.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/drivers/tones/toneGenerator_MDx.h b/platform/drivers/tones/toneGenerator_MDx.h index 2fda96ff..df5e761b 100644 --- a/platform/drivers/tones/toneGenerator_MDx.h +++ b/platform/drivers/tones/toneGenerator_MDx.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/mcu/ESP32S3/drivers/delays.c b/platform/mcu/ESP32S3/drivers/delays.c index a31205f1..f41aa194 100644 --- a/platform/mcu/ESP32S3/drivers/delays.c +++ b/platform/mcu/ESP32S3/drivers/delays.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/mcu/MK22FN512xxx12/boot/bsp.cpp b/platform/mcu/MK22FN512xxx12/boot/bsp.cpp index cb7f0b22..2c48a331 100644 --- a/platform/mcu/MK22FN512xxx12/boot/bsp.cpp +++ b/platform/mcu/MK22FN512xxx12/boot/bsp.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO, * diff --git a/platform/mcu/MK22FN512xxx12/boot/libc_integration.cpp b/platform/mcu/MK22FN512xxx12/boot/libc_integration.cpp index 9d6de468..e64bf4ac 100644 --- a/platform/mcu/MK22FN512xxx12/boot/libc_integration.cpp +++ b/platform/mcu/MK22FN512xxx12/boot/libc_integration.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/mcu/MK22FN512xxx12/boot/startup.cpp b/platform/mcu/MK22FN512xxx12/boot/startup.cpp index daf505c3..a1c058a7 100644 --- a/platform/mcu/MK22FN512xxx12/boot/startup.cpp +++ b/platform/mcu/MK22FN512xxx12/boot/startup.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO, * diff --git a/platform/mcu/MK22FN512xxx12/drivers/I2C0.c b/platform/mcu/MK22FN512xxx12/drivers/I2C0.c index 1a1e955f..8e724f3f 100644 --- a/platform/mcu/MK22FN512xxx12/drivers/I2C0.c +++ b/platform/mcu/MK22FN512xxx12/drivers/I2C0.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/mcu/MK22FN512xxx12/drivers/I2C0.h b/platform/mcu/MK22FN512xxx12/drivers/I2C0.h index 3d0887fa..19585cce 100644 --- a/platform/mcu/MK22FN512xxx12/drivers/I2C0.h +++ b/platform/mcu/MK22FN512xxx12/drivers/I2C0.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/mcu/MK22FN512xxx12/drivers/delays.cpp b/platform/mcu/MK22FN512xxx12/drivers/delays.cpp index df59ccdf..77b77e69 100644 --- a/platform/mcu/MK22FN512xxx12/drivers/delays.cpp +++ b/platform/mcu/MK22FN512xxx12/drivers/delays.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * and Niccolò Izzo IU2KIN * * * * This program is free software; you can redistribute it and/or modify * diff --git a/platform/mcu/MK22FN512xxx12/drivers/rng.c b/platform/mcu/MK22FN512xxx12/drivers/rng.c index 8df3575f..3bffb661 100644 --- a/platform/mcu/MK22FN512xxx12/drivers/rng.c +++ b/platform/mcu/MK22FN512xxx12/drivers/rng.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/mcu/MK22FN512xxx12/drivers/usb_vcom.h b/platform/mcu/MK22FN512xxx12/drivers/usb_vcom.h index 08ec1993..d17133a0 100644 --- a/platform/mcu/MK22FN512xxx12/drivers/usb_vcom.h +++ b/platform/mcu/MK22FN512xxx12/drivers/usb_vcom.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/mcu/STM32F4xx/boot/bsp.cpp b/platform/mcu/STM32F4xx/boot/bsp.cpp index 5893b5c3..1e412f7c 100644 --- a/platform/mcu/STM32F4xx/boot/bsp.cpp +++ b/platform/mcu/STM32F4xx/boot/bsp.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO, * diff --git a/platform/mcu/STM32F4xx/boot/libc_integration.cpp b/platform/mcu/STM32F4xx/boot/libc_integration.cpp index 948601c3..63035aa8 100644 --- a/platform/mcu/STM32F4xx/boot/libc_integration.cpp +++ b/platform/mcu/STM32F4xx/boot/libc_integration.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/mcu/STM32F4xx/boot/startup.cpp b/platform/mcu/STM32F4xx/boot/startup.cpp index dc024fed..60d3ca8e 100644 --- a/platform/mcu/STM32F4xx/boot/startup.cpp +++ b/platform/mcu/STM32F4xx/boot/startup.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO, * diff --git a/platform/mcu/STM32F4xx/drivers/DmaStream.hpp b/platform/mcu/STM32F4xx/drivers/DmaStream.hpp index eeb53372..164acb59 100644 --- a/platform/mcu/STM32F4xx/drivers/DmaStream.hpp +++ b/platform/mcu/STM32F4xx/drivers/DmaStream.hpp @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/mcu/STM32F4xx/drivers/Timer.hpp b/platform/mcu/STM32F4xx/drivers/Timer.hpp index 25c2d21d..09f2ff6f 100644 --- a/platform/mcu/STM32F4xx/drivers/Timer.hpp +++ b/platform/mcu/STM32F4xx/drivers/Timer.hpp @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/mcu/STM32F4xx/drivers/USART3.cpp b/platform/mcu/STM32F4xx/drivers/USART3.cpp index a5c2e796..6408b3db 100644 --- a/platform/mcu/STM32F4xx/drivers/USART3.cpp +++ b/platform/mcu/STM32F4xx/drivers/USART3.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/mcu/STM32F4xx/drivers/USART3.h b/platform/mcu/STM32F4xx/drivers/USART3.h index 9ecace4a..8df767a4 100644 --- a/platform/mcu/STM32F4xx/drivers/USART3.h +++ b/platform/mcu/STM32F4xx/drivers/USART3.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/mcu/STM32F4xx/drivers/delays.cpp b/platform/mcu/STM32F4xx/drivers/delays.cpp index cb6b8a26..50a79e66 100644 --- a/platform/mcu/STM32F4xx/drivers/delays.cpp +++ b/platform/mcu/STM32F4xx/drivers/delays.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * and Niccolò Izzo IU2KIN * * * * This program is free software; you can redistribute it and/or modify * diff --git a/platform/mcu/STM32F4xx/drivers/flash.c b/platform/mcu/STM32F4xx/drivers/flash.c index 77334d5e..9109c755 100644 --- a/platform/mcu/STM32F4xx/drivers/flash.c +++ b/platform/mcu/STM32F4xx/drivers/flash.c @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2021 - 2022 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * * * diff --git a/platform/mcu/STM32F4xx/drivers/flash.h b/platform/mcu/STM32F4xx/drivers/flash.h index e09cc6cc..a973bc39 100644 --- a/platform/mcu/STM32F4xx/drivers/flash.h +++ b/platform/mcu/STM32F4xx/drivers/flash.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2021 - 2022 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccol� Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * * * diff --git a/platform/mcu/STM32F4xx/drivers/i2c_stm32.c b/platform/mcu/STM32F4xx/drivers/i2c_stm32.c index 5755d857..fd5271e5 100644 --- a/platform/mcu/STM32F4xx/drivers/i2c_stm32.c +++ b/platform/mcu/STM32F4xx/drivers/i2c_stm32.c @@ -1,9 +1,9 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * - * Morgan Diepart ON4MOD * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * + * Morgan Diepart ON4MOD * * * * 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/platform/mcu/STM32F4xx/drivers/i2c_stm32.h b/platform/mcu/STM32F4xx/drivers/i2c_stm32.h index 85985324..338abaae 100644 --- a/platform/mcu/STM32F4xx/drivers/i2c_stm32.h +++ b/platform/mcu/STM32F4xx/drivers/i2c_stm32.h @@ -1,9 +1,9 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * - * Morgan Diepart ON4MOD * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * + * Morgan Diepart ON4MOD * * * * 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/platform/mcu/STM32F4xx/drivers/rcc.c b/platform/mcu/STM32F4xx/drivers/rcc.c index 07fd03f9..e33009a0 100644 --- a/platform/mcu/STM32F4xx/drivers/rcc.c +++ b/platform/mcu/STM32F4xx/drivers/rcc.c @@ -1,8 +1,9 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * + * Morgan Diepart ON4MOD * * * * 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/platform/mcu/STM32F4xx/drivers/rcc.h b/platform/mcu/STM32F4xx/drivers/rcc.h index 2161ce0a..246fdebd 100644 --- a/platform/mcu/STM32F4xx/drivers/rcc.h +++ b/platform/mcu/STM32F4xx/drivers/rcc.h @@ -1,8 +1,9 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * + * Morgan Diepart ON4MOD * * * * 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/platform/mcu/STM32F4xx/drivers/rng.c b/platform/mcu/STM32F4xx/drivers/rng.c index 96a5afe5..502a49c2 100644 --- a/platform/mcu/STM32F4xx/drivers/rng.c +++ b/platform/mcu/STM32F4xx/drivers/rng.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/mcu/STM32F4xx/drivers/rtc.c b/platform/mcu/STM32F4xx/drivers/rtc.c index c5c844b8..6ec5e62e 100644 --- a/platform/mcu/STM32F4xx/drivers/rtc.c +++ b/platform/mcu/STM32F4xx/drivers/rtc.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/platform/mcu/STM32F4xx/drivers/timers.h b/platform/mcu/STM32F4xx/drivers/timers.h index b64086bd..928bd004 100644 --- a/platform/mcu/STM32F4xx/drivers/timers.h +++ b/platform/mcu/STM32F4xx/drivers/timers.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2022 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/mcu/STM32F4xx/drivers/usb_vcom.c b/platform/mcu/STM32F4xx/drivers/usb_vcom.c index 1022fc39..d3db6aa5 100644 --- a/platform/mcu/STM32F4xx/drivers/usb_vcom.c +++ b/platform/mcu/STM32F4xx/drivers/usb_vcom.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/mcu/STM32F4xx/drivers/usb_vcom.h b/platform/mcu/STM32F4xx/drivers/usb_vcom.h index 1298c897..aea183eb 100644 --- a/platform/mcu/STM32F4xx/drivers/usb_vcom.h +++ b/platform/mcu/STM32F4xx/drivers/usb_vcom.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/mcu/STM32H7xx/boot/bsp.cpp b/platform/mcu/STM32H7xx/boot/bsp.cpp index ece27a2b..9a0d9692 100644 --- a/platform/mcu/STM32H7xx/boot/bsp.cpp +++ b/platform/mcu/STM32H7xx/boot/bsp.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO, * - * Federico Terraneo * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * + * Federico Terraneo * * * * 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/platform/mcu/STM32H7xx/boot/libc_integration.cpp b/platform/mcu/STM32H7xx/boot/libc_integration.cpp index 854fe67f..9b80c0f3 100644 --- a/platform/mcu/STM32H7xx/boot/libc_integration.cpp +++ b/platform/mcu/STM32H7xx/boot/libc_integration.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2020 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/mcu/STM32H7xx/drivers/DmaStream.hpp b/platform/mcu/STM32H7xx/drivers/DmaStream.hpp index e420a23e..9b930c7a 100644 --- a/platform/mcu/STM32H7xx/drivers/DmaStream.hpp +++ b/platform/mcu/STM32H7xx/drivers/DmaStream.hpp @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/mcu/STM32H7xx/drivers/Lptim.hpp b/platform/mcu/STM32H7xx/drivers/Lptim.hpp index b4bba392..9e240dce 100644 --- a/platform/mcu/STM32H7xx/drivers/Lptim.hpp +++ b/platform/mcu/STM32H7xx/drivers/Lptim.hpp @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/mcu/STM32H7xx/drivers/delays.cpp b/platform/mcu/STM32H7xx/drivers/delays.cpp index 1811a324..02bb7354 100644 --- a/platform/mcu/STM32H7xx/drivers/delays.cpp +++ b/platform/mcu/STM32H7xx/drivers/delays.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * Terraneo Federico * * * * This program is free software; you can redistribute it and/or modify * diff --git a/platform/mcu/STM32H7xx/drivers/pll.cpp b/platform/mcu/STM32H7xx/drivers/pll.cpp index c3f16231..5dc996f3 100644 --- a/platform/mcu/STM32H7xx/drivers/pll.cpp +++ b/platform/mcu/STM32H7xx/drivers/pll.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2018 by Terraneo Federico * - * 2024 by Terraneo Federico and Silvano Seva IU2KWO * + * 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/mcu/STM32H7xx/drivers/pll.h b/platform/mcu/STM32H7xx/drivers/pll.h index c9a235df..367ce0c1 100644 --- a/platform/mcu/STM32H7xx/drivers/pll.h +++ b/platform/mcu/STM32H7xx/drivers/pll.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2018 by Terraneo Federico * - * 2024 by Terraneo Federico and Silvano Seva IU2KWO * + * 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/mcu/x86_64/drivers/delays.c b/platform/mcu/x86_64/drivers/delays.c index 571e31c7..5b8d4cfe 100644 --- a/platform/mcu/x86_64/drivers/delays.c +++ b/platform/mcu/x86_64/drivers/delays.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Frederik Saraci IU2NRO * + * Copyright (C) 2020 - 2025 by Frederik Saraci IU2NRO * * * * 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/platform/mcu/x86_64/drivers/rng.cpp b/platform/mcu/x86_64/drivers/rng.cpp index c7df19ff..4138de62 100644 --- a/platform/mcu/x86_64/drivers/rng.cpp +++ b/platform/mcu/x86_64/drivers/rng.cpp @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Frederik Saraci IU2NRO * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/targets/CS7000-PLUS/hwconfig.c b/platform/targets/CS7000-PLUS/hwconfig.c index 917e439b..60ddb148 100644 --- a/platform/targets/CS7000-PLUS/hwconfig.c +++ b/platform/targets/CS7000-PLUS/hwconfig.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/targets/CS7000-PLUS/hwconfig.h b/platform/targets/CS7000-PLUS/hwconfig.h index 5beb3003..9a416a19 100644 --- a/platform/targets/CS7000-PLUS/hwconfig.h +++ b/platform/targets/CS7000-PLUS/hwconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/targets/CS7000-PLUS/pinmap.h b/platform/targets/CS7000-PLUS/pinmap.h index 7459938b..d94cc5de 100644 --- a/platform/targets/CS7000-PLUS/pinmap.h +++ b/platform/targets/CS7000-PLUS/pinmap.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/targets/CS7000-PLUS/platform.c b/platform/targets/CS7000-PLUS/platform.c index 44136b3c..cf059717 100644 --- a/platform/targets/CS7000-PLUS/platform.c +++ b/platform/targets/CS7000-PLUS/platform.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/targets/CS7000/hwconfig.c b/platform/targets/CS7000/hwconfig.c index 1bd78ee1..5f2cb564 100644 --- a/platform/targets/CS7000/hwconfig.c +++ b/platform/targets/CS7000/hwconfig.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/targets/CS7000/hwconfig.h b/platform/targets/CS7000/hwconfig.h index 60bfe382..e6186536 100644 --- a/platform/targets/CS7000/hwconfig.h +++ b/platform/targets/CS7000/hwconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/targets/CS7000/pinmap.h b/platform/targets/CS7000/pinmap.h index 7c49aafa..3bad75f3 100644 --- a/platform/targets/CS7000/pinmap.h +++ b/platform/targets/CS7000/pinmap.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/targets/CS7000/platform.c b/platform/targets/CS7000/platform.c index 82efa0c2..e770c231 100644 --- a/platform/targets/CS7000/platform.c +++ b/platform/targets/CS7000/platform.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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/platform/targets/DM-1701/hwconfig.c b/platform/targets/DM-1701/hwconfig.c index 6967315e..a8e145fb 100644 --- a/platform/targets/DM-1701/hwconfig.c +++ b/platform/targets/DM-1701/hwconfig.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2023 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/targets/DM-1701/hwconfig.h b/platform/targets/DM-1701/hwconfig.h index aa956e72..94ddd1a4 100644 --- a/platform/targets/DM-1701/hwconfig.h +++ b/platform/targets/DM-1701/hwconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2023 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/targets/DM-1701/pinmap.h b/platform/targets/DM-1701/pinmap.h index 6f92e7c9..db8bba6a 100644 --- a/platform/targets/DM-1701/pinmap.h +++ b/platform/targets/DM-1701/pinmap.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN, * - * Frederik Saraci IU2NRO, * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/targets/DM-1701/platform.c b/platform/targets/DM-1701/platform.c index c2a90099..81615aa2 100644 --- a/platform/targets/DM-1701/platform.c +++ b/platform/targets/DM-1701/platform.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2023 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/targets/GDx/hwconfig.c b/platform/targets/GDx/hwconfig.c index e6b0975d..732a275a 100644 --- a/platform/targets/GDx/hwconfig.c +++ b/platform/targets/GDx/hwconfig.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN, * - * Frederik Saraci IU2NRO, * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/targets/GDx/hwconfig.h b/platform/targets/GDx/hwconfig.h index 17104afb..304db077 100644 --- a/platform/targets/GDx/hwconfig.h +++ b/platform/targets/GDx/hwconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/targets/GDx/pinmap_DM1801.h b/platform/targets/GDx/pinmap_DM1801.h index e1bd8f1f..e242909d 100644 --- a/platform/targets/GDx/pinmap_DM1801.h +++ b/platform/targets/GDx/pinmap_DM1801.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2023 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Frederik Saraci IU2NRO, * * Silvano Seva IU2KWO * diff --git a/platform/targets/GDx/pinmap_GD77.h b/platform/targets/GDx/pinmap_GD77.h index b3df082a..f7b821a3 100644 --- a/platform/targets/GDx/pinmap_GD77.h +++ b/platform/targets/GDx/pinmap_GD77.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2023 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Frederik Saraci IU2NRO, * * Silvano Seva IU2KWO * diff --git a/platform/targets/GDx/platform.c b/platform/targets/GDx/platform.c index 1f066827..6e7cca0d 100644 --- a/platform/targets/GDx/platform.c +++ b/platform/targets/GDx/platform.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/targets/MD-3x0/hwconfig.c b/platform/targets/MD-3x0/hwconfig.c index ca9d8479..8e5c6980 100644 --- a/platform/targets/MD-3x0/hwconfig.c +++ b/platform/targets/MD-3x0/hwconfig.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN, * - * Frederik Saraci IU2NRO, * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/targets/MD-3x0/hwconfig.h b/platform/targets/MD-3x0/hwconfig.h index e62f3a85..0c027c7f 100644 --- a/platform/targets/MD-3x0/hwconfig.h +++ b/platform/targets/MD-3x0/hwconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/platform/targets/MD-3x0/pinmap.h b/platform/targets/MD-3x0/pinmap.h index 7df55cf9..a535ca58 100644 --- a/platform/targets/MD-3x0/pinmap.h +++ b/platform/targets/MD-3x0/pinmap.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN, * - * Frederik Saraci IU2NRO, * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/targets/MD-3x0/platform.c b/platform/targets/MD-3x0/platform.c index 409a5e31..653273f9 100644 --- a/platform/targets/MD-3x0/platform.c +++ b/platform/targets/MD-3x0/platform.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/platform/targets/MD-9600/hwconfig.c b/platform/targets/MD-9600/hwconfig.c index 89f35711..b4ff33ec 100644 --- a/platform/targets/MD-9600/hwconfig.c +++ b/platform/targets/MD-9600/hwconfig.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN, * - * Frederik Saraci IU2NRO, * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/targets/MD-9600/hwconfig.h b/platform/targets/MD-9600/hwconfig.h index 520b2d4f..ff04ba49 100644 --- a/platform/targets/MD-9600/hwconfig.h +++ b/platform/targets/MD-9600/hwconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Frederik Saraci IU2NRO, * * Silvano Seva IU2KWO * diff --git a/platform/targets/MD-9600/pinmap.h b/platform/targets/MD-9600/pinmap.h index f340b393..b9f4a1a7 100644 --- a/platform/targets/MD-9600/pinmap.h +++ b/platform/targets/MD-9600/pinmap.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN, * - * Frederik Saraci IU2NRO, * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/targets/MD-9600/platform.c b/platform/targets/MD-9600/platform.c index f1025e4a..fac6bea1 100644 --- a/platform/targets/MD-9600/platform.c +++ b/platform/targets/MD-9600/platform.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Frederik Saraci IU2NRO, * * Silvano Seva IU2KWO * diff --git a/platform/targets/MD-UV3x0/hwconfig.c b/platform/targets/MD-UV3x0/hwconfig.c index 98d65bb9..2db49a49 100644 --- a/platform/targets/MD-UV3x0/hwconfig.c +++ b/platform/targets/MD-UV3x0/hwconfig.c @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2024 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN, * - * Frederik Saraci IU2NRO, * - * Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/targets/MD-UV3x0/hwconfig.h b/platform/targets/MD-UV3x0/hwconfig.h index 2ccef7c2..2e4cefd9 100644 --- a/platform/targets/MD-UV3x0/hwconfig.h +++ b/platform/targets/MD-UV3x0/hwconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * * diff --git a/platform/targets/MD-UV3x0/pinmap.h b/platform/targets/MD-UV3x0/pinmap.h index b1f31cea..791a101c 100644 --- a/platform/targets/MD-UV3x0/pinmap.h +++ b/platform/targets/MD-UV3x0/pinmap.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN, * - * Frederik Saraci IU2NRO, * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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/platform/targets/MD-UV3x0/platform.c b/platform/targets/MD-UV3x0/platform.c index 426a4c2d..cf6baa2d 100644 --- a/platform/targets/MD-UV3x0/platform.c +++ b/platform/targets/MD-UV3x0/platform.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Silvano Seva IU2KWO * * * diff --git a/platform/targets/Module17/hwconfig.h b/platform/targets/Module17/hwconfig.h index 8bfac15c..ef34483f 100644 --- a/platform/targets/Module17/hwconfig.h +++ b/platform/targets/Module17/hwconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Frederik Saraci IU2NRO, * * Silvano Seva IU2KWO * diff --git a/platform/targets/Module17/pinmap.h b/platform/targets/Module17/pinmap.h index 2e74519d..bb8b6878 100644 --- a/platform/targets/Module17/pinmap.h +++ b/platform/targets/Module17/pinmap.h @@ -1,8 +1,8 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN, * - * Frederik Saraci IU2NRO, * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Frederik Saraci IU2NRO * + * Silvano Seva IU2KWO * * * * 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 * @@ -70,4 +70,4 @@ #define SOFTPOT_RX 0x2E #define SOFTPOT_TX 0x2F -#endif /* PINMAP_H */ \ No newline at end of file +#endif /* PINMAP_H */ diff --git a/platform/targets/Module17/platform.c b/platform/targets/Module17/platform.c index bccacd92..24954c81 100644 --- a/platform/targets/Module17/platform.c +++ b/platform/targets/Module17/platform.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2024 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN, * * Frederik Saraci IU2NRO, * * Silvano Seva IU2KWO * diff --git a/platform/targets/linux/emulator/emulator.c b/platform/targets/linux/emulator/emulator.c index 17234a76..209fc16d 100644 --- a/platform/targets/linux/emulator/emulator.c +++ b/platform/targets/linux/emulator/emulator.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/targets/linux/emulator/emulator.h b/platform/targets/linux/emulator/emulator.h index e7ac141b..386b3874 100644 --- a/platform/targets/linux/emulator/emulator.h +++ b/platform/targets/linux/emulator/emulator.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/platform/targets/linux/emulator/sdl_engine.c b/platform/targets/linux/emulator/sdl_engine.c index 0c509cd8..15d6bf7c 100644 --- a/platform/targets/linux/emulator/sdl_engine.c +++ b/platform/targets/linux/emulator/sdl_engine.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Alessio Caiazza IU5BON * + * Copyright (C) 2021 - 2025 by Alessio Caiazza IU5BON * * * * 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/platform/targets/linux/emulator/sdl_engine.h b/platform/targets/linux/emulator/sdl_engine.h index 352bf948..7feb0d9d 100644 --- a/platform/targets/linux/emulator/sdl_engine.h +++ b/platform/targets/linux/emulator/sdl_engine.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Alessio Caiazza IU5BON * + * Copyright (C) 2021 - 2025 by Alessio Caiazza IU5BON * * * * 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/platform/targets/linux/hwconfig.h b/platform/targets/linux/hwconfig.h index e0a71a3c..34c9e536 100644 --- a/platform/targets/linux/hwconfig.h +++ b/platform/targets/linux/hwconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Frederik Saraci IU2NRO * + * Copyright (C) 2020 - 2025 by Frederik Saraci IU2NRO * * * * 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/platform/targets/linux/platform.c b/platform/targets/linux/platform.c index c6c5fdb2..89fc6284 100644 --- a/platform/targets/linux/platform.c +++ b/platform/targets/linux/platform.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Frederik Saraci IU2NRO * + * Copyright (C) 2020 - 2025 by Frederik Saraci IU2NRO * * * * 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/platform/targets/ttwrplus/hwconfig.h b/platform/targets/ttwrplus/hwconfig.h index f22fd9b5..98d6971e 100644 --- a/platform/targets/ttwrplus/hwconfig.h +++ b/platform/targets/ttwrplus/hwconfig.h @@ -1,7 +1,7 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Silvano Seva IU2KWO * * * * 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/platform/targets/ttwrplus/platform.c b/platform/targets/ttwrplus/platform.c index 4679969e..ff930fdf 100644 --- a/platform/targets/ttwrplus/platform.c +++ b/platform/targets/ttwrplus/platform.c @@ -1,7 +1,7 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Silvano Seva IU2KWO * * * * 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/platform/targets/ttwrplus/pmu.cpp b/platform/targets/ttwrplus/pmu.cpp index 6219dd60..03c00363 100644 --- a/platform/targets/ttwrplus/pmu.cpp +++ b/platform/targets/ttwrplus/pmu.cpp @@ -1,7 +1,7 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Silvano Seva IU2KWO * * * * 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/platform/targets/ttwrplus/pmu.h b/platform/targets/ttwrplus/pmu.h index f6992b39..97e37c85 100644 --- a/platform/targets/ttwrplus/pmu.h +++ b/platform/targets/ttwrplus/pmu.h @@ -1,7 +1,7 @@ /*************************************************************************** - * Copyright (C) 2023 by Federico Amedeo Izzo IU2NUO, * - * Niccolò Izzo IU2KIN * - * Silvano Seva IU2KWO * + * Copyright (C) 2023 - 2025 by Federico Amedeo Izzo IU2NUO, * + * Niccolò Izzo IU2KIN * + * Silvano Seva IU2KWO * * * * 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/scripts/c2tool.c b/scripts/c2tool.c index aad49554..7596e924 100644 --- a/scripts/c2tool.c +++ b/scripts/c2tool.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2024 by Silvano Seva IU2KWO * + * Copyright (C) 2024 - 2025 by Silvano Seva IU2KWO * * * * 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 * @@ -77,7 +77,7 @@ int main(int argc, char *argv[]) printHelp(); return 0; } - + while(1) { int opt = getopt(argc, argv, "edi:o:"); diff --git a/tests/platform/MD380_FM_simpleRtx.c b/tests/platform/MD380_FM_simpleRtx.c index 49b929a9..72fd740d 100644 --- a/tests/platform/MD380_FM_simpleRtx.c +++ b/tests/platform/MD380_FM_simpleRtx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/MDx_display_benchmark.c b/tests/platform/MDx_display_benchmark.c index d549aeef..31c4e017 100644 --- a/tests/platform/MDx_display_benchmark.c +++ b/tests/platform/MDx_display_benchmark.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/boot_test.c b/tests/platform/boot_test.c index 1d982fed..b421fd47 100644 --- a/tests/platform/boot_test.c +++ b/tests/platform/boot_test.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/channel_knob_test.c b/tests/platform/channel_knob_test.c index 0f3222fe..4f8ee899 100644 --- a/tests/platform/channel_knob_test.c +++ b/tests/platform/channel_knob_test.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/codec2_encode_test.c b/tests/platform/codec2_encode_test.c index 57bfc68b..e511e4d6 100644 --- a/tests/platform/codec2_encode_test.c +++ b/tests/platform/codec2_encode_test.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/codeplug_demo.c b/tests/platform/codeplug_demo.c index 25d98215..03a27696 100644 --- a/tests/platform/codeplug_demo.c +++ b/tests/platform/codeplug_demo.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/display_test_SDL.c b/tests/platform/display_test_SDL.c index 7b20bc4d..d06286a8 100644 --- a/tests/platform/display_test_SDL.c +++ b/tests/platform/display_test_SDL.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/tests/platform/dumpEeprom_GDx.c b/tests/platform/dumpEeprom_GDx.c index b7b1a7ca..76d9a362 100644 --- a/tests/platform/dumpEeprom_GDx.c +++ b/tests/platform/dumpEeprom_GDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/dumpExtFlash_MDx.c b/tests/platform/dumpExtFlash_MDx.c index ca34de58..fce5ef8f 100644 --- a/tests/platform/dumpExtFlash_MDx.c +++ b/tests/platform/dumpExtFlash_MDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/dumpSecurityRegs_MDx.c b/tests/platform/dumpSecurityRegs_MDx.c index 46cc273f..b6ed5a34 100644 --- a/tests/platform/dumpSecurityRegs_MDx.c +++ b/tests/platform/dumpSecurityRegs_MDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/gimmi_ridimmi.c b/tests/platform/gimmi_ridimmi.c index 72fd9a2b..05d985cd 100644 --- a/tests/platform/gimmi_ridimmi.c +++ b/tests/platform/gimmi_ridimmi.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/gpio_demo.c b/tests/platform/gpio_demo.c index 0af7f0df..fcf0f3dd 100644 --- a/tests/platform/gpio_demo.c +++ b/tests/platform/gpio_demo.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/tests/platform/gps_test_MDx.c b/tests/platform/gps_test_MDx.c index 4a2719e7..02b638fc 100644 --- a/tests/platform/gps_test_MDx.c +++ b/tests/platform/gps_test_MDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/gui_demo.c b/tests/platform/gui_demo.c index 0b14d345..ac9fb439 100644 --- a/tests/platform/gui_demo.c +++ b/tests/platform/gui_demo.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/tests/platform/hello_world.c b/tests/platform/hello_world.c index 8fb9f72d..edba4641 100644 --- a/tests/platform/hello_world.c +++ b/tests/platform/hello_world.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/keyboard_demo.c b/tests/platform/keyboard_demo.c index 8b77b8b3..cf6b6a3b 100644 --- a/tests/platform/keyboard_demo.c +++ b/tests/platform/keyboard_demo.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/layout_demo.c b/tests/platform/layout_demo.c index 9ec2a027..4d75a3ed 100644 --- a/tests/platform/layout_demo.c +++ b/tests/platform/layout_demo.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/tests/platform/mic_test.c b/tests/platform/mic_test.c index fb2e4a24..9a96fd18 100644 --- a/tests/platform/mic_test.c +++ b/tests/platform/mic_test.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/nvm_test.c b/tests/platform/nvm_test.c index 3fa4b895..9524e25e 100644 --- a/tests/platform/nvm_test.c +++ b/tests/platform/nvm_test.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/overwriteExtFlash_MDx.c b/tests/platform/overwriteExtFlash_MDx.c index 5e3b1983..d2ff6562 100644 --- a/tests/platform/overwriteExtFlash_MDx.c +++ b/tests/platform/overwriteExtFlash_MDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/platform_demo.c b/tests/platform/platform_demo.c index 1ab7bba4..6d1b4f4d 100644 --- a/tests/platform/platform_demo.c +++ b/tests/platform/platform_demo.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/tests/platform/printCalib_GDx.c b/tests/platform/printCalib_GDx.c index bdc2639a..5a4ae546 100644 --- a/tests/platform/printCalib_GDx.c +++ b/tests/platform/printCalib_GDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/printCalib_MDx.c b/tests/platform/printCalib_MDx.c index c2c65dcc..44eabd67 100644 --- a/tests/platform/printCalib_MDx.c +++ b/tests/platform/printCalib_MDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/printContacts_MDx.c b/tests/platform/printContacts_MDx.c index 8cf3136a..f5da2bf4 100644 --- a/tests/platform/printContacts_MDx.c +++ b/tests/platform/printContacts_MDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/printHwInfo.c b/tests/platform/printHwInfo.c index 9f5ea6fc..ad02112a 100644 --- a/tests/platform/printHwInfo.c +++ b/tests/platform/printHwInfo.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/rx_test.c b/tests/platform/rx_test.c index 74a388da..34ffcfd4 100644 --- a/tests/platform/rx_test.c +++ b/tests/platform/rx_test.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/tonegen.c b/tests/platform/tonegen.c index 6c0d3d94..0c3be4e5 100644 --- a/tests/platform/tonegen.c +++ b/tests/platform/tonegen.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Silvano Seva IU2KWO * * * diff --git a/tests/platform/volume_knob_test.c b/tests/platform/volume_knob_test.c index 42c8eb95..59c348fe 100644 --- a/tests/platform/volume_knob_test.c +++ b/tests/platform/volume_knob_test.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/platform/writeExtFlash_MDx.c b/tests/platform/writeExtFlash_MDx.c index 3f3dacc4..6993055b 100644 --- a/tests/platform/writeExtFlash_MDx.c +++ b/tests/platform/writeExtFlash_MDx.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2020 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2020 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/unit/M17_demodulator.cpp b/tests/unit/M17_demodulator.cpp index 300b3e67..979b65f3 100644 --- a/tests/unit/M17_demodulator.cpp +++ b/tests/unit/M17_demodulator.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/unit/M17_golay.cpp b/tests/unit/M17_golay.cpp index 7ae02025..c919f891 100644 --- a/tests/unit/M17_golay.cpp +++ b/tests/unit/M17_golay.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/unit/M17_rrc.cpp b/tests/unit/M17_rrc.cpp index 31f2daaf..b989393d 100644 --- a/tests/unit/M17_rrc.cpp +++ b/tests/unit/M17_rrc.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/unit/M17_viterbi.cpp b/tests/unit/M17_viterbi.cpp index 89fdb852..ccd2b94a 100644 --- a/tests/unit/M17_viterbi.cpp +++ b/tests/unit/M17_viterbi.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/unit/linux_inputStream_test.cpp b/tests/unit/linux_inputStream_test.cpp index 5bfb0d24..18604483 100644 --- a/tests/unit/linux_inputStream_test.cpp +++ b/tests/unit/linux_inputStream_test.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2022 - 2023 by Alain Carlucci * + * Copyright (C) 2022 - 2025 by Alain Carlucci * * * * 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/tests/unit/play_sine.c b/tests/unit/play_sine.c index fab72e7a..12e48bc0 100644 --- a/tests/unit/play_sine.c +++ b/tests/unit/play_sine.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO * diff --git a/tests/unit/voice_prompts.c b/tests/unit/voice_prompts.c index 18e70e39..4441712f 100644 --- a/tests/unit/voice_prompts.c +++ b/tests/unit/voice_prompts.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2021 - 2023 by Federico Amedeo Izzo IU2NUO, * + * Copyright (C) 2021 - 2025 by Federico Amedeo Izzo IU2NUO, * * Niccolò Izzo IU2KIN * * Frederik Saraci IU2NRO * * Silvano Seva IU2KWO *