diff --git a/software/app/Emulator/Android.py b/software/app/Emulator/Android.py index b237c84c9..2688129ce 100644 --- a/software/app/Emulator/Android.py +++ b/software/app/Emulator/Android.py @@ -1,6 +1,6 @@ # # Android.py -# Copyright (C) 2016-2023 Linar Yusupov +# Copyright (C) 2016-2024 Linar Yusupov # # 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/software/app/Emulator/Emulator.py b/software/app/Emulator/Emulator.py index 64d92b156..f6afa8b27 100644 --- a/software/app/Emulator/Emulator.py +++ b/software/app/Emulator/Emulator.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Emulator.py -# Copyright (C) 2016-2023 Linar Yusupov +# Copyright (C) 2016-2024 Linar Yusupov # # 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/software/app/Emulator/Linux.py b/software/app/Emulator/Linux.py index 47dfe2eb1..43c153ae2 100644 --- a/software/app/Emulator/Linux.py +++ b/software/app/Emulator/Linux.py @@ -1,6 +1,6 @@ # # Linux.py -# Copyright (C) 2016-2023 Linar Yusupov +# Copyright (C) 2016-2024 Linar Yusupov # # 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/software/app/Emulator/NMEA.py b/software/app/Emulator/NMEA.py index cc61bf1a3..947cefe67 100644 --- a/software/app/Emulator/NMEA.py +++ b/software/app/Emulator/NMEA.py @@ -1,6 +1,6 @@ # # NMEA.py -# Copyright (C) 2016-2023 Linar Yusupov +# Copyright (C) 2016-2024 Linar Yusupov # # 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/software/app/Emulator/legacy_protocol.py b/software/app/Emulator/legacy_protocol.py index 28c1ba5ad..67a1ebe92 100644 --- a/software/app/Emulator/legacy_protocol.py +++ b/software/app/Emulator/legacy_protocol.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Copyright 2014 Clayton Smith. -# Copyright (C) 2016-2023 Linar Yusupov +# Copyright (C) 2016-2024 Linar Yusupov # # This 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/software/app/interface/SoftRF.h b/software/app/interface/SoftRF.h index 0e6d117f5..fa33313b4 100644 --- a/software/app/interface/SoftRF.h +++ b/software/app/interface/SoftRF.h @@ -1,6 +1,6 @@ /* * SoftRF.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/README.md b/software/firmware/README.md index 10cd63158..289ef7bde 100644 --- a/software/firmware/README.md +++ b/software/firmware/README.md @@ -4,7 +4,7 @@ ## License -Copyright (C) 2016-2023 Linar Yusupov +Copyright (C) 2016-2024 Linar Yusupov 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/software/firmware/source/SkyView/BatteryHelper.cpp b/software/firmware/source/SkyView/BatteryHelper.cpp index dc2a78389..f3d56f53f 100644 --- a/software/firmware/source/SkyView/BatteryHelper.cpp +++ b/software/firmware/source/SkyView/BatteryHelper.cpp @@ -1,6 +1,6 @@ /* * BatteryHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/BatteryHelper.h b/software/firmware/source/SkyView/BatteryHelper.h index 25b361f66..fe31d6af4 100644 --- a/software/firmware/source/SkyView/BatteryHelper.h +++ b/software/firmware/source/SkyView/BatteryHelper.h @@ -1,6 +1,6 @@ /* * BatteryHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/BluetoothHelper.cpp b/software/firmware/source/SkyView/BluetoothHelper.cpp index d4e99ceec..907f4b0f5 100644 --- a/software/firmware/source/SkyView/BluetoothHelper.cpp +++ b/software/firmware/source/SkyView/BluetoothHelper.cpp @@ -1,6 +1,6 @@ /* * BluetoothHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/BluetoothHelper.h b/software/firmware/source/SkyView/BluetoothHelper.h index b46dd1284..789722ed6 100644 --- a/software/firmware/source/SkyView/BluetoothHelper.h +++ b/software/firmware/source/SkyView/BluetoothHelper.h @@ -1,6 +1,6 @@ /* * BluetoothHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/EEPROMHelper.cpp b/software/firmware/source/SkyView/EEPROMHelper.cpp index e851f1ad3..d383f9f70 100644 --- a/software/firmware/source/SkyView/EEPROMHelper.cpp +++ b/software/firmware/source/SkyView/EEPROMHelper.cpp @@ -1,6 +1,6 @@ /* * EEPROMHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/EEPROMHelper.h b/software/firmware/source/SkyView/EEPROMHelper.h index 7a90d88b2..6e9aa88cf 100644 --- a/software/firmware/source/SkyView/EEPROMHelper.h +++ b/software/firmware/source/SkyView/EEPROMHelper.h @@ -1,6 +1,6 @@ /* * EEPROMHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/EPDHelper.cpp b/software/firmware/source/SkyView/EPDHelper.cpp index e79161358..b29b1e5c0 100644 --- a/software/firmware/source/SkyView/EPDHelper.cpp +++ b/software/firmware/source/SkyView/EPDHelper.cpp @@ -1,6 +1,6 @@ /* * EPDHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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 @@ -41,7 +41,7 @@ const char EPD_SkyView_text5 [] = "and LilyGO"; const char EPD_SkyView_text6 [] = "SkyView"; const char EPD_SkyView_text7 [] = "Author:"; const char EPD_SkyView_text8 [] = "Linar Yusupov"; -const char EPD_SkyView_text9 [] = "(C) 2019-2023"; +const char EPD_SkyView_text9 [] = "(C) 2019-2024"; const char EPD_SkyView_text10[] = "POWER"; const char EPD_SkyView_text11[] = "OFF"; const char EPD_SkyView_text12[] = "Screen"; diff --git a/software/firmware/source/SkyView/EPDHelper.h b/software/firmware/source/SkyView/EPDHelper.h index e7e3e218c..9edf2838b 100644 --- a/software/firmware/source/SkyView/EPDHelper.h +++ b/software/firmware/source/SkyView/EPDHelper.h @@ -1,6 +1,6 @@ /* * EPDHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/GDL90Helper.cpp b/software/firmware/source/SkyView/GDL90Helper.cpp index e3d170143..f348e7ea2 100644 --- a/software/firmware/source/SkyView/GDL90Helper.cpp +++ b/software/firmware/source/SkyView/GDL90Helper.cpp @@ -1,6 +1,6 @@ /* * GDL90Helper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * * This program is free software: you can redistribute it and/or modify diff --git a/software/firmware/source/SkyView/GDL90Helper.h b/software/firmware/source/SkyView/GDL90Helper.h index 8f5e87c58..3d77f399b 100644 --- a/software/firmware/source/SkyView/GDL90Helper.h +++ b/software/firmware/source/SkyView/GDL90Helper.h @@ -1,6 +1,6 @@ /* * GDL90Helper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/JSONHelper.cpp b/software/firmware/source/SkyView/JSONHelper.cpp index e91f4b3ac..90024be80 100644 --- a/software/firmware/source/SkyView/JSONHelper.cpp +++ b/software/firmware/source/SkyView/JSONHelper.cpp @@ -1,6 +1,6 @@ /* * JSONHelper.cpp - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/JSONHelper.h b/software/firmware/source/SkyView/JSONHelper.h index 7c589f63f..6d05e32d1 100644 --- a/software/firmware/source/SkyView/JSONHelper.h +++ b/software/firmware/source/SkyView/JSONHelper.h @@ -1,6 +1,6 @@ /* * JSONHelper.h - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/Makefile.RPi b/software/firmware/source/SkyView/Makefile.RPi index e969291cf..36b4295a6 100644 --- a/software/firmware/source/SkyView/Makefile.RPi +++ b/software/firmware/source/SkyView/Makefile.RPi @@ -1,6 +1,6 @@ # # Makefile.RPi -# Copyright (C) 2019-2023 Linar Yusupov +# Copyright (C) 2019-2024 Linar Yusupov # # 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/software/firmware/source/SkyView/NMEAHelper.cpp b/software/firmware/source/SkyView/NMEAHelper.cpp index a67a5885c..472ff0c0a 100644 --- a/software/firmware/source/SkyView/NMEAHelper.cpp +++ b/software/firmware/source/SkyView/NMEAHelper.cpp @@ -1,6 +1,6 @@ /* * NMEAHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/NMEAHelper.h b/software/firmware/source/SkyView/NMEAHelper.h index e0e02e2f9..fcb69509d 100644 --- a/software/firmware/source/SkyView/NMEAHelper.h +++ b/software/firmware/source/SkyView/NMEAHelper.h @@ -1,6 +1,6 @@ /* * NMEAHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/OLEDHelper.cpp b/software/firmware/source/SkyView/OLEDHelper.cpp index 77b839ed9..4b36add8d 100644 --- a/software/firmware/source/SkyView/OLEDHelper.cpp +++ b/software/firmware/source/SkyView/OLEDHelper.cpp @@ -1,6 +1,6 @@ /* * OLEDHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/OLEDHelper.h b/software/firmware/source/SkyView/OLEDHelper.h index 06a2a7668..042a3ae3d 100644 --- a/software/firmware/source/SkyView/OLEDHelper.h +++ b/software/firmware/source/SkyView/OLEDHelper.h @@ -1,6 +1,6 @@ /* * OLEDHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/Platform_ESP32.cpp b/software/firmware/source/SkyView/Platform_ESP32.cpp index f9e207e1a..e9a2d51c2 100644 --- a/software/firmware/source/SkyView/Platform_ESP32.cpp +++ b/software/firmware/source/SkyView/Platform_ESP32.cpp @@ -1,6 +1,6 @@ /* * Platform_ESP32.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/Platform_ESP32.h b/software/firmware/source/SkyView/Platform_ESP32.h index 0c61e654f..1d6acf197 100644 --- a/software/firmware/source/SkyView/Platform_ESP32.h +++ b/software/firmware/source/SkyView/Platform_ESP32.h @@ -1,6 +1,6 @@ /* * Platform_ESP32.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/Platform_ESP8266.cpp b/software/firmware/source/SkyView/Platform_ESP8266.cpp index 429361d1c..9d55b1a7f 100644 --- a/software/firmware/source/SkyView/Platform_ESP8266.cpp +++ b/software/firmware/source/SkyView/Platform_ESP8266.cpp @@ -1,6 +1,6 @@ /* * Platform_ESP8266.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/Platform_ESP8266.h b/software/firmware/source/SkyView/Platform_ESP8266.h index 89f6be104..8dbf12fd7 100644 --- a/software/firmware/source/SkyView/Platform_ESP8266.h +++ b/software/firmware/source/SkyView/Platform_ESP8266.h @@ -1,6 +1,6 @@ /* * Platform_ESP8266.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/Platform_RP2040.cpp b/software/firmware/source/SkyView/Platform_RP2040.cpp index 18e9d8eba..b49912e23 100644 --- a/software/firmware/source/SkyView/Platform_RP2040.cpp +++ b/software/firmware/source/SkyView/Platform_RP2040.cpp @@ -1,6 +1,6 @@ /* * Platform_RP2040.cpp - * Copyright (C) 2023 Linar Yusupov + * Copyright (C) 2023-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/Platform_RP2040.h b/software/firmware/source/SkyView/Platform_RP2040.h index b60a042bb..f38be849c 100644 --- a/software/firmware/source/SkyView/Platform_RP2040.h +++ b/software/firmware/source/SkyView/Platform_RP2040.h @@ -1,6 +1,6 @@ /* * Platform_RP2040.h - * Copyright (C) 2023 Linar Yusupov + * Copyright (C) 2023-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/Platform_RPi.cpp b/software/firmware/source/SkyView/Platform_RPi.cpp index f5b67bc10..42bcc29f2 100644 --- a/software/firmware/source/SkyView/Platform_RPi.cpp +++ b/software/firmware/source/SkyView/Platform_RPi.cpp @@ -1,6 +1,6 @@ /* * Platform_RPi.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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 @@ -780,7 +780,7 @@ int main(int argc, char *argv[]) Serial.print(SoC->name); Serial.print(F(" FW.REV: " SKYVIEW_FIRMWARE_VERSION " DEV.ID: ")); Serial.println(String(SoC->getChipId(), HEX)); - Serial.println(F("Copyright (C) 2019-2023 Linar Yusupov. All rights reserved.")); + Serial.println(F("Copyright (C) 2019-2024 Linar Yusupov. All rights reserved.")); Serial.flush(); RPi_ParseSettings(); diff --git a/software/firmware/source/SkyView/Platform_RPi.h b/software/firmware/source/SkyView/Platform_RPi.h index e43beb2b2..7abdbe90f 100644 --- a/software/firmware/source/SkyView/Platform_RPi.h +++ b/software/firmware/source/SkyView/Platform_RPi.h @@ -1,6 +1,6 @@ /* * Platform_RPi.h - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/SkyView.h b/software/firmware/source/SkyView/SkyView.h index 57b10a359..2f820d9fe 100644 --- a/software/firmware/source/SkyView/SkyView.h +++ b/software/firmware/source/SkyView/SkyView.h @@ -1,6 +1,6 @@ /* * SkyView.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/SkyView.ino b/software/firmware/source/SkyView/SkyView.ino index 6c5e3fa5c..30f79d7db 100644 --- a/software/firmware/source/SkyView/SkyView.ino +++ b/software/firmware/source/SkyView/SkyView.ino @@ -1,6 +1,6 @@ /* * SkyView(.ino) firmware - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * This firmware is essential part of the SoftRF project. * @@ -87,7 +87,7 @@ void setup() Serial.print(SoC->name); Serial.print(F(" FW.REV: " SKYVIEW_FIRMWARE_VERSION " DEV.ID: ")); Serial.println(String(SoC->getChipId(), HEX)); - Serial.println(F("Copyright (C) 2019-2023 Linar Yusupov. All rights reserved.")); + Serial.println(F("Copyright (C) 2019-2024 Linar Yusupov. All rights reserved.")); Serial.flush(); EEPROM_setup(); diff --git a/software/firmware/source/SkyView/SoCHelper.cpp b/software/firmware/source/SkyView/SoCHelper.cpp index 7a2f91d41..1bc74440a 100644 --- a/software/firmware/source/SkyView/SoCHelper.cpp +++ b/software/firmware/source/SkyView/SoCHelper.cpp @@ -1,6 +1,6 @@ /* * SoCHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/SoCHelper.h b/software/firmware/source/SkyView/SoCHelper.h index 143e8aad8..ddb9ae94b 100644 --- a/software/firmware/source/SkyView/SoCHelper.h +++ b/software/firmware/source/SkyView/SoCHelper.h @@ -1,6 +1,6 @@ /* * SoCHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/TrafficHelper.cpp b/software/firmware/source/SkyView/TrafficHelper.cpp index 57bea6fd5..a307e44f4 100644 --- a/software/firmware/source/SkyView/TrafficHelper.cpp +++ b/software/firmware/source/SkyView/TrafficHelper.cpp @@ -1,6 +1,6 @@ /* * TrafficHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/TrafficHelper.h b/software/firmware/source/SkyView/TrafficHelper.h index f03f19851..38af27a76 100644 --- a/software/firmware/source/SkyView/TrafficHelper.h +++ b/software/firmware/source/SkyView/TrafficHelper.h @@ -1,6 +1,6 @@ /* * TrafficHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/View_Radar_EPD.cpp b/software/firmware/source/SkyView/View_Radar_EPD.cpp index cab5d60a7..716619af2 100644 --- a/software/firmware/source/SkyView/View_Radar_EPD.cpp +++ b/software/firmware/source/SkyView/View_Radar_EPD.cpp @@ -1,6 +1,6 @@ /* * View_Radar_EPD.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/View_Text_EPD.cpp b/software/firmware/source/SkyView/View_Text_EPD.cpp index 66927f5e6..2bfaa54fd 100644 --- a/software/firmware/source/SkyView/View_Text_EPD.cpp +++ b/software/firmware/source/SkyView/View_Text_EPD.cpp @@ -1,6 +1,6 @@ /* * View_Text_EPD.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/WebHelper.cpp b/software/firmware/source/SkyView/WebHelper.cpp index 1faf0d50b..25708bbcd 100644 --- a/software/firmware/source/SkyView/WebHelper.cpp +++ b/software/firmware/source/SkyView/WebHelper.cpp @@ -1,6 +1,6 @@ /* * WebHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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 @@ -101,7 +101,7 @@ static const char about_html[] PROGMEM = "\ sekigon-gonnocPico PIO USB library\ \
\ -Copyright (C) 2019-2023     Linar Yusupov\ +Copyright (C) 2019-2024     Linar Yusupov\ \ "; diff --git a/software/firmware/source/SkyView/WebHelper.h b/software/firmware/source/SkyView/WebHelper.h index 72cf6612b..5c00ddfff 100644 --- a/software/firmware/source/SkyView/WebHelper.h +++ b/software/firmware/source/SkyView/WebHelper.h @@ -1,6 +1,6 @@ /* * WebHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/WiFiHelper.cpp b/software/firmware/source/SkyView/WiFiHelper.cpp index 10a3fae73..7e197da29 100644 --- a/software/firmware/source/SkyView/WiFiHelper.cpp +++ b/software/firmware/source/SkyView/WiFiHelper.cpp @@ -1,6 +1,6 @@ /* * WiFiHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SkyView/WiFiHelper.h b/software/firmware/source/SkyView/WiFiHelper.h index 7a0a087b6..fd5abb74c 100644 --- a/software/firmware/source/SkyView/WiFiHelper.h +++ b/software/firmware/source/SkyView/WiFiHelper.h @@ -1,6 +1,6 @@ /* * WiFiHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/BaroHelper.cpp b/software/firmware/source/SkyWatch/BaroHelper.cpp index 2fa88e6e4..525250d89 100644 --- a/software/firmware/source/SkyWatch/BaroHelper.cpp +++ b/software/firmware/source/SkyWatch/BaroHelper.cpp @@ -1,6 +1,6 @@ /* * BaroHelper.cpp - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/BaroHelper.h b/software/firmware/source/SkyWatch/BaroHelper.h index a9267bc57..9dc07c806 100644 --- a/software/firmware/source/SkyWatch/BaroHelper.h +++ b/software/firmware/source/SkyWatch/BaroHelper.h @@ -1,6 +1,6 @@ /* * BaroHelper.h - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/BatteryHelper.cpp b/software/firmware/source/SkyWatch/BatteryHelper.cpp index e9c39b904..7e09d4b75 100644 --- a/software/firmware/source/SkyWatch/BatteryHelper.cpp +++ b/software/firmware/source/SkyWatch/BatteryHelper.cpp @@ -1,6 +1,6 @@ /* * BatteryHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/BatteryHelper.h b/software/firmware/source/SkyWatch/BatteryHelper.h index 8164722a1..2e924f4d3 100644 --- a/software/firmware/source/SkyWatch/BatteryHelper.h +++ b/software/firmware/source/SkyWatch/BatteryHelper.h @@ -1,6 +1,6 @@ /* * BatteryHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/BluetoothHelper.cpp b/software/firmware/source/SkyWatch/BluetoothHelper.cpp index 61a59dedd..47afbed3c 100644 --- a/software/firmware/source/SkyWatch/BluetoothHelper.cpp +++ b/software/firmware/source/SkyWatch/BluetoothHelper.cpp @@ -1,6 +1,6 @@ /* * BluetoothHelper.cpp - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/BluetoothHelper.h b/software/firmware/source/SkyWatch/BluetoothHelper.h index 167d51eda..98a655be2 100644 --- a/software/firmware/source/SkyWatch/BluetoothHelper.h +++ b/software/firmware/source/SkyWatch/BluetoothHelper.h @@ -1,6 +1,6 @@ /* * BluetoothHelper.h - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/EEPROMHelper.cpp b/software/firmware/source/SkyWatch/EEPROMHelper.cpp index dfb9a649c..eca94dc8e 100644 --- a/software/firmware/source/SkyWatch/EEPROMHelper.cpp +++ b/software/firmware/source/SkyWatch/EEPROMHelper.cpp @@ -1,6 +1,6 @@ /* * EEPROMHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/EEPROMHelper.h b/software/firmware/source/SkyWatch/EEPROMHelper.h index 8ed63a95e..f5e158e5b 100644 --- a/software/firmware/source/SkyWatch/EEPROMHelper.h +++ b/software/firmware/source/SkyWatch/EEPROMHelper.h @@ -1,6 +1,6 @@ /* * EEPROMHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/GDL90Helper.cpp b/software/firmware/source/SkyWatch/GDL90Helper.cpp index 9afe90cfe..fafd505e5 100644 --- a/software/firmware/source/SkyWatch/GDL90Helper.cpp +++ b/software/firmware/source/SkyWatch/GDL90Helper.cpp @@ -1,6 +1,6 @@ /* * GDL90Helper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * * This program is free software: you can redistribute it and/or modify diff --git a/software/firmware/source/SkyWatch/GDL90Helper.h b/software/firmware/source/SkyWatch/GDL90Helper.h index f331d4501..bf5cb5351 100644 --- a/software/firmware/source/SkyWatch/GDL90Helper.h +++ b/software/firmware/source/SkyWatch/GDL90Helper.h @@ -1,6 +1,6 @@ /* * GDL90Helper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/GNSSHelper.cpp b/software/firmware/source/SkyWatch/GNSSHelper.cpp index 5a7c8b96c..567aec75e 100644 --- a/software/firmware/source/SkyWatch/GNSSHelper.cpp +++ b/software/firmware/source/SkyWatch/GNSSHelper.cpp @@ -1,6 +1,6 @@ /* * GNSSHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/GNSSHelper.h b/software/firmware/source/SkyWatch/GNSSHelper.h index 7c10954b5..785c5ccf2 100644 --- a/software/firmware/source/SkyWatch/GNSSHelper.h +++ b/software/firmware/source/SkyWatch/GNSSHelper.h @@ -1,6 +1,6 @@ /* * GNSSHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/NMEAHelper.cpp b/software/firmware/source/SkyWatch/NMEAHelper.cpp index a74cb447f..220962cc3 100644 --- a/software/firmware/source/SkyWatch/NMEAHelper.cpp +++ b/software/firmware/source/SkyWatch/NMEAHelper.cpp @@ -1,6 +1,6 @@ /* * NMEAHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/NMEAHelper.h b/software/firmware/source/SkyWatch/NMEAHelper.h index 203e19413..ee179d801 100644 --- a/software/firmware/source/SkyWatch/NMEAHelper.h +++ b/software/firmware/source/SkyWatch/NMEAHelper.h @@ -1,6 +1,6 @@ /* * NMEAHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/OTAHelper.cpp b/software/firmware/source/SkyWatch/OTAHelper.cpp index 5b133a967..c0a937fd2 100644 --- a/software/firmware/source/SkyWatch/OTAHelper.cpp +++ b/software/firmware/source/SkyWatch/OTAHelper.cpp @@ -1,6 +1,6 @@ /* * OTAHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/OTAHelper.h b/software/firmware/source/SkyWatch/OTAHelper.h index fd1a0dcff..15869769a 100644 --- a/software/firmware/source/SkyWatch/OTAHelper.h +++ b/software/firmware/source/SkyWatch/OTAHelper.h @@ -1,6 +1,6 @@ /* * OTAHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/Platform_ESP32.cpp b/software/firmware/source/SkyWatch/Platform_ESP32.cpp index 99f98e678..9f35cf783 100644 --- a/software/firmware/source/SkyWatch/Platform_ESP32.cpp +++ b/software/firmware/source/SkyWatch/Platform_ESP32.cpp @@ -1,6 +1,6 @@ /* * Platform_ESP32.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/Platform_ESP32.h b/software/firmware/source/SkyWatch/Platform_ESP32.h index d4bdce406..41c0272a5 100644 --- a/software/firmware/source/SkyWatch/Platform_ESP32.h +++ b/software/firmware/source/SkyWatch/Platform_ESP32.h @@ -1,6 +1,6 @@ /* * Platform_ESP32.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/Platform_ESP8266.cpp b/software/firmware/source/SkyWatch/Platform_ESP8266.cpp index 6732b1c73..1598db7e8 100644 --- a/software/firmware/source/SkyWatch/Platform_ESP8266.cpp +++ b/software/firmware/source/SkyWatch/Platform_ESP8266.cpp @@ -1,6 +1,6 @@ /* * Platform_ESP8266.cpp - * Copyright (C) 2020-2023 Linar Yusupov + * Copyright (C) 2020-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/Platform_ESP8266.h b/software/firmware/source/SkyWatch/Platform_ESP8266.h index a265acb0f..8e0cadf81 100644 --- a/software/firmware/source/SkyWatch/Platform_ESP8266.h +++ b/software/firmware/source/SkyWatch/Platform_ESP8266.h @@ -1,6 +1,6 @@ /* * Platform_ESP8266.h - * Copyright (C) 2020-2023 Linar Yusupov + * Copyright (C) 2020-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/Platform_RP2040.cpp b/software/firmware/source/SkyWatch/Platform_RP2040.cpp index 0394ff152..441abb3f1 100644 --- a/software/firmware/source/SkyWatch/Platform_RP2040.cpp +++ b/software/firmware/source/SkyWatch/Platform_RP2040.cpp @@ -1,6 +1,6 @@ /* * Platform_RP2040.cpp - * Copyright (C) 2023 Linar Yusupov + * Copyright (C) 2023-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/Platform_RP2040.h b/software/firmware/source/SkyWatch/Platform_RP2040.h index ca9bd3ffa..c3577a455 100644 --- a/software/firmware/source/SkyWatch/Platform_RP2040.h +++ b/software/firmware/source/SkyWatch/Platform_RP2040.h @@ -1,6 +1,6 @@ /* * Platform_RP2040.h - * Copyright (C) 2023 Linar Yusupov + * Copyright (C) 2023-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/SkyWatch.h b/software/firmware/source/SkyWatch/SkyWatch.h index 7bd685536..6c7b38aea 100644 --- a/software/firmware/source/SkyWatch/SkyWatch.h +++ b/software/firmware/source/SkyWatch/SkyWatch.h @@ -1,6 +1,6 @@ /* * SkyWatch.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/SkyWatch.ino b/software/firmware/source/SkyWatch/SkyWatch.ino index 401e7e93d..c738ced0f 100644 --- a/software/firmware/source/SkyWatch/SkyWatch.ino +++ b/software/firmware/source/SkyWatch/SkyWatch.ino @@ -1,6 +1,6 @@ /* * SkyWatch(.ino) firmware - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * This firmware is essential part of the SoftRF project. * @@ -105,7 +105,7 @@ void setup() Serial.print(SoC->name); Serial.print(F(" FW.REV: " SKYWATCH_FIRMWARE_VERSION " DEV.ID: ")); Serial.println(String(SoC->getChipId(), HEX)); - Serial.println(F("Copyright (C) 2019-2023 Linar Yusupov. All rights reserved.")); + Serial.println(F("Copyright (C) 2019-2024 Linar Yusupov. All rights reserved.")); Serial.flush(); EEPROM_setup(); diff --git a/software/firmware/source/SkyWatch/SoCHelper.cpp b/software/firmware/source/SkyWatch/SoCHelper.cpp index 7a2f91d41..1bc74440a 100644 --- a/software/firmware/source/SkyWatch/SoCHelper.cpp +++ b/software/firmware/source/SkyWatch/SoCHelper.cpp @@ -1,6 +1,6 @@ /* * SoCHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/SoCHelper.h b/software/firmware/source/SkyWatch/SoCHelper.h index 0d2125cf7..149d38924 100644 --- a/software/firmware/source/SkyWatch/SoCHelper.h +++ b/software/firmware/source/SkyWatch/SoCHelper.h @@ -1,6 +1,6 @@ /* * SoCHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/TFTHelper.cpp b/software/firmware/source/SkyWatch/TFTHelper.cpp index fea9c9fba..7c63c7047 100644 --- a/software/firmware/source/SkyWatch/TFTHelper.cpp +++ b/software/firmware/source/SkyWatch/TFTHelper.cpp @@ -1,6 +1,6 @@ /* * TFTHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/TFTHelper.h b/software/firmware/source/SkyWatch/TFTHelper.h index 42aa68431..0eb3885ad 100644 --- a/software/firmware/source/SkyWatch/TFTHelper.h +++ b/software/firmware/source/SkyWatch/TFTHelper.h @@ -1,6 +1,6 @@ /* * TFTHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/TrafficHelper.cpp b/software/firmware/source/SkyWatch/TrafficHelper.cpp index 555f25aaa..ae76d16fd 100644 --- a/software/firmware/source/SkyWatch/TrafficHelper.cpp +++ b/software/firmware/source/SkyWatch/TrafficHelper.cpp @@ -1,6 +1,6 @@ /* * TrafficHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/TrafficHelper.h b/software/firmware/source/SkyWatch/TrafficHelper.h index 4f3c3a397..88876ebc2 100644 --- a/software/firmware/source/SkyWatch/TrafficHelper.h +++ b/software/firmware/source/SkyWatch/TrafficHelper.h @@ -1,6 +1,6 @@ /* * TrafficHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/View_Radar_TFT.cpp b/software/firmware/source/SkyWatch/View_Radar_TFT.cpp index 5987a99b8..fed76dc0b 100644 --- a/software/firmware/source/SkyWatch/View_Radar_TFT.cpp +++ b/software/firmware/source/SkyWatch/View_Radar_TFT.cpp @@ -1,6 +1,6 @@ /* * View_Radar_TFT.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/View_Status_TFT.cpp b/software/firmware/source/SkyWatch/View_Status_TFT.cpp index 56564e3b0..7a0256756 100644 --- a/software/firmware/source/SkyWatch/View_Status_TFT.cpp +++ b/software/firmware/source/SkyWatch/View_Status_TFT.cpp @@ -1,6 +1,6 @@ /* * View_Status_TFT.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/View_Text_TFT.cpp b/software/firmware/source/SkyWatch/View_Text_TFT.cpp index 540a4358f..79ceebda3 100644 --- a/software/firmware/source/SkyWatch/View_Text_TFT.cpp +++ b/software/firmware/source/SkyWatch/View_Text_TFT.cpp @@ -1,6 +1,6 @@ /* * View_Text_TFT.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/View_Time_TFT.cpp b/software/firmware/source/SkyWatch/View_Time_TFT.cpp index 3a2055489..b5da41f07 100644 --- a/software/firmware/source/SkyWatch/View_Time_TFT.cpp +++ b/software/firmware/source/SkyWatch/View_Time_TFT.cpp @@ -1,6 +1,6 @@ /* * View_Time_TFT.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/WebHelper.cpp b/software/firmware/source/SkyWatch/WebHelper.cpp index a8e33680b..5ccdf8aa7 100644 --- a/software/firmware/source/SkyWatch/WebHelper.cpp +++ b/software/firmware/source/SkyWatch/WebHelper.cpp @@ -1,6 +1,6 @@ /* * WebHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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 @@ -108,7 +108,7 @@ static const char about_html[] PROGMEM = "\ sekigon-gonnocPico PIO USB library\ \
\ -Copyright (C) 2019-2023     Linar Yusupov\ +Copyright (C) 2019-2024     Linar Yusupov\ \ "; diff --git a/software/firmware/source/SkyWatch/WebHelper.h b/software/firmware/source/SkyWatch/WebHelper.h index 547fe1bef..b31b86aae 100644 --- a/software/firmware/source/SkyWatch/WebHelper.h +++ b/software/firmware/source/SkyWatch/WebHelper.h @@ -1,6 +1,6 @@ /* * WebHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/WiFiHelper.cpp b/software/firmware/source/SkyWatch/WiFiHelper.cpp index f55fd9ca4..9ea706da7 100644 --- a/software/firmware/source/SkyWatch/WiFiHelper.cpp +++ b/software/firmware/source/SkyWatch/WiFiHelper.cpp @@ -1,6 +1,6 @@ /* * WiFiHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SkyWatch/WiFiHelper.h b/software/firmware/source/SkyWatch/WiFiHelper.h index 9f35d01dc..0bf035831 100644 --- a/software/firmware/source/SkyWatch/WiFiHelper.h +++ b/software/firmware/source/SkyWatch/WiFiHelper.h @@ -1,6 +1,6 @@ /* * WiFiHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/Makefile b/software/firmware/source/SoftRF/Makefile index b5b882c45..c7284a5e9 100644 --- a/software/firmware/source/SoftRF/Makefile +++ b/software/firmware/source/SoftRF/Makefile @@ -1,6 +1,6 @@ # # Makefile.RPi -# Copyright (C) 2018-2023 Linar Yusupov +# Copyright (C) 2018-2024 Linar Yusupov # # 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/software/firmware/source/SoftRF/SoftRF.h b/software/firmware/source/SoftRF/SoftRF.h index 0681f5e51..f2d6d7afc 100644 --- a/software/firmware/source/SoftRF/SoftRF.h +++ b/software/firmware/source/SoftRF/SoftRF.h @@ -1,6 +1,6 @@ /* * SoftRF.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/SoftRF.ino b/software/firmware/source/SoftRF/SoftRF.ino index 106ff4a0d..1167facff 100644 --- a/software/firmware/source/SoftRF/SoftRF.ino +++ b/software/firmware/source/SoftRF/SoftRF.ino @@ -1,6 +1,6 @@ /* * SoftRF(.ino) firmware - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * Author: Linar Yusupov, linar.r.yusupov@gmail.com * @@ -148,7 +148,7 @@ void setup() Serial.print(SoC->name); Serial.print(F(" FW.REV: " SOFTRF_FIRMWARE_VERSION " DEV.ID: ")); Serial.println(String(SoC->getChipId(), HEX)); - Serial.println(F("Copyright (C) 2015-2023 Linar Yusupov. All rights reserved.")); + Serial.println(F("Copyright (C) 2015-2024 Linar Yusupov. All rights reserved.")); SERIAL_FLUSH(); diff --git a/software/firmware/source/SoftRF/hal_conf_extra.h b/software/firmware/source/SoftRF/hal_conf_extra.h index 2902efb9c..4a0b2bee7 100644 --- a/software/firmware/source/SoftRF/hal_conf_extra.h +++ b/software/firmware/source/SoftRF/hal_conf_extra.h @@ -1,6 +1,6 @@ /* * hal_conf_extra.h - * Copyright (C) 2020-2023 Linar Yusupov + * Copyright (C) 2020-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/Deprecated.cpp b/software/firmware/source/SoftRF/src/Deprecated.cpp index 7b996a3ee..a96d33c21 100644 --- a/software/firmware/source/SoftRF/src/Deprecated.cpp +++ b/software/firmware/source/SoftRF/src/Deprecated.cpp @@ -1,6 +1,6 @@ /* * Deprecated.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/Library.cpp b/software/firmware/source/SoftRF/src/Library.cpp index eb3b4b6c8..cb4294615 100644 --- a/software/firmware/source/SoftRF/src/Library.cpp +++ b/software/firmware/source/SoftRF/src/Library.cpp @@ -1,6 +1,6 @@ /* * Library.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/TTNHelper.cpp b/software/firmware/source/SoftRF/src/TTNHelper.cpp index 115922820..2192d3a42 100644 --- a/software/firmware/source/SoftRF/src/TTNHelper.cpp +++ b/software/firmware/source/SoftRF/src/TTNHelper.cpp @@ -1,6 +1,6 @@ /* * TTNHelper.cpp - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/TTNHelper.h b/software/firmware/source/SoftRF/src/TTNHelper.h index 41f0b4fc8..57435eb28 100644 --- a/software/firmware/source/SoftRF/src/TTNHelper.h +++ b/software/firmware/source/SoftRF/src/TTNHelper.h @@ -1,6 +1,6 @@ /* * TTNHelper.h - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/TrafficHelper.cpp b/software/firmware/source/SoftRF/src/TrafficHelper.cpp index 708679f25..86881dec8 100644 --- a/software/firmware/source/SoftRF/src/TrafficHelper.cpp +++ b/software/firmware/source/SoftRF/src/TrafficHelper.cpp @@ -1,6 +1,6 @@ /* * TrafficHelper.cpp - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/TrafficHelper.h b/software/firmware/source/SoftRF/src/TrafficHelper.h index fe1f3f3dc..db09c98ac 100644 --- a/software/firmware/source/SoftRF/src/TrafficHelper.h +++ b/software/firmware/source/SoftRF/src/TrafficHelper.h @@ -1,6 +1,6 @@ /* * TrafficHelper.h - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/Baro.cpp b/software/firmware/source/SoftRF/src/driver/Baro.cpp index a3cfae159..8413cacc4 100644 --- a/software/firmware/source/SoftRF/src/driver/Baro.cpp +++ b/software/firmware/source/SoftRF/src/driver/Baro.cpp @@ -1,6 +1,6 @@ /* * BaroHelper.cpp - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/Baro.h b/software/firmware/source/SoftRF/src/driver/Baro.h index 92397dbe8..0d988377e 100644 --- a/software/firmware/source/SoftRF/src/driver/Baro.h +++ b/software/firmware/source/SoftRF/src/driver/Baro.h @@ -1,6 +1,6 @@ /* * BaroHelper.h - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/Battery.cpp b/software/firmware/source/SoftRF/src/driver/Battery.cpp index b81af9077..9731d36b9 100644 --- a/software/firmware/source/SoftRF/src/driver/Battery.cpp +++ b/software/firmware/source/SoftRF/src/driver/Battery.cpp @@ -1,6 +1,6 @@ /* * BatteryHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/Battery.h b/software/firmware/source/SoftRF/src/driver/Battery.h index 69c34801c..b4ab3e297 100644 --- a/software/firmware/source/SoftRF/src/driver/Battery.h +++ b/software/firmware/source/SoftRF/src/driver/Battery.h @@ -1,6 +1,6 @@ /* * BatteryHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/Bluetooth.cpp b/software/firmware/source/SoftRF/src/driver/Bluetooth.cpp index 63f2cc03f..52aa02e2f 100644 --- a/software/firmware/source/SoftRF/src/driver/Bluetooth.cpp +++ b/software/firmware/source/SoftRF/src/driver/Bluetooth.cpp @@ -1,6 +1,6 @@ /* * BluetoothHelper.cpp - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/Bluetooth.h b/software/firmware/source/SoftRF/src/driver/Bluetooth.h index ae1f28bd9..3328c74a0 100644 --- a/software/firmware/source/SoftRF/src/driver/Bluetooth.h +++ b/software/firmware/source/SoftRF/src/driver/Bluetooth.h @@ -1,6 +1,6 @@ /* * BluetoothHelper.h - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/EEPROM.cpp b/software/firmware/source/SoftRF/src/driver/EEPROM.cpp index 6be38d1c5..488670103 100644 --- a/software/firmware/source/SoftRF/src/driver/EEPROM.cpp +++ b/software/firmware/source/SoftRF/src/driver/EEPROM.cpp @@ -1,6 +1,6 @@ /* * EEPROMHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/EEPROM.h b/software/firmware/source/SoftRF/src/driver/EEPROM.h index 0e67490ad..095642e4d 100644 --- a/software/firmware/source/SoftRF/src/driver/EEPROM.h +++ b/software/firmware/source/SoftRF/src/driver/EEPROM.h @@ -1,6 +1,6 @@ /* * EEPROMHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/EPD.cpp b/software/firmware/source/SoftRF/src/driver/EPD.cpp index d803205f2..c522c6eef 100644 --- a/software/firmware/source/SoftRF/src/driver/EPD.cpp +++ b/software/firmware/source/SoftRF/src/driver/EPD.cpp @@ -1,6 +1,6 @@ /* * EPDHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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 @@ -41,7 +41,7 @@ const char EPD_SoftRF_text2[] = "and" ; const char EPD_SoftRF_text3[] = "LilyGO"; const char EPD_SoftRF_text4[] = "Author: "; const char EPD_SoftRF_text5[] = "Linar Yusupov"; -const char EPD_SoftRF_text6[] = "(C) 2016-2023"; +const char EPD_SoftRF_text6[] = "(C) 2016-2024"; const char EPD_Radio_text[] = "RADIO "; diff --git a/software/firmware/source/SoftRF/src/driver/EPD.h b/software/firmware/source/SoftRF/src/driver/EPD.h index d81481002..ca5d19a7a 100644 --- a/software/firmware/source/SoftRF/src/driver/EPD.h +++ b/software/firmware/source/SoftRF/src/driver/EPD.h @@ -1,6 +1,6 @@ /* * EPDHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/GNSS.cpp b/software/firmware/source/SoftRF/src/driver/GNSS.cpp index d30171ffa..715d4d119 100644 --- a/software/firmware/source/SoftRF/src/driver/GNSS.cpp +++ b/software/firmware/source/SoftRF/src/driver/GNSS.cpp @@ -1,6 +1,6 @@ /* * GNSSHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/GNSS.h b/software/firmware/source/SoftRF/src/driver/GNSS.h index 7c10954b5..785c5ccf2 100644 --- a/software/firmware/source/SoftRF/src/driver/GNSS.h +++ b/software/firmware/source/SoftRF/src/driver/GNSS.h @@ -1,6 +1,6 @@ /* * GNSSHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/LED.cpp b/software/firmware/source/SoftRF/src/driver/LED.cpp index 3fb09053c..4c448e294 100644 --- a/software/firmware/source/SoftRF/src/driver/LED.cpp +++ b/software/firmware/source/SoftRF/src/driver/LED.cpp @@ -1,6 +1,6 @@ /* * LEDHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/LED.h b/software/firmware/source/SoftRF/src/driver/LED.h index c1e2ff526..2e09b8883 100644 --- a/software/firmware/source/SoftRF/src/driver/LED.h +++ b/software/firmware/source/SoftRF/src/driver/LED.h @@ -1,6 +1,6 @@ /* * LEDHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/OLED.cpp b/software/firmware/source/SoftRF/src/driver/OLED.cpp index bf9586389..159ac9849 100644 --- a/software/firmware/source/SoftRF/src/driver/OLED.cpp +++ b/software/firmware/source/SoftRF/src/driver/OLED.cpp @@ -1,6 +1,6 @@ /* * OLEDHelper.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/OLED.h b/software/firmware/source/SoftRF/src/driver/OLED.h index 6aa678dff..3c09587cf 100644 --- a/software/firmware/source/SoftRF/src/driver/OLED.h +++ b/software/firmware/source/SoftRF/src/driver/OLED.h @@ -1,6 +1,6 @@ /* * OLEDHelper.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/RF.cpp b/software/firmware/source/SoftRF/src/driver/RF.cpp index 7fb259612..3e1d1bc55 100644 --- a/software/firmware/source/SoftRF/src/driver/RF.cpp +++ b/software/firmware/source/SoftRF/src/driver/RF.cpp @@ -1,6 +1,6 @@ /* * RFHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/RF.h b/software/firmware/source/SoftRF/src/driver/RF.h index 94b76c36b..8fe53ebb3 100644 --- a/software/firmware/source/SoftRF/src/driver/RF.h +++ b/software/firmware/source/SoftRF/src/driver/RF.h @@ -1,6 +1,6 @@ /* * RFHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/Sound.cpp b/software/firmware/source/SoftRF/src/driver/Sound.cpp index 68ea9bfd6..1e0a7a9ce 100644 --- a/software/firmware/source/SoftRF/src/driver/Sound.cpp +++ b/software/firmware/source/SoftRF/src/driver/Sound.cpp @@ -1,6 +1,6 @@ /* * SoundHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/Sound.h b/software/firmware/source/SoftRF/src/driver/Sound.h index 85c7d7054..d1e7cdebd 100644 --- a/software/firmware/source/SoftRF/src/driver/Sound.h +++ b/software/firmware/source/SoftRF/src/driver/Sound.h @@ -1,6 +1,6 @@ /* * SoundHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/WiFi.cpp b/software/firmware/source/SoftRF/src/driver/WiFi.cpp index 6ec8662cf..7edfa77ef 100644 --- a/software/firmware/source/SoftRF/src/driver/WiFi.cpp +++ b/software/firmware/source/SoftRF/src/driver/WiFi.cpp @@ -1,6 +1,6 @@ /* * WiFiHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/driver/WiFi.h b/software/firmware/source/SoftRF/src/driver/WiFi.h index f19e69c61..a1d410a28 100644 --- a/software/firmware/source/SoftRF/src/driver/WiFi.h +++ b/software/firmware/source/SoftRF/src/driver/WiFi.h @@ -1,6 +1,6 @@ /* * WiFiHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/ASR66.cpp b/software/firmware/source/SoftRF/src/platform/ASR66.cpp index b64a0070c..02a7ca001 100644 --- a/software/firmware/source/SoftRF/src/platform/ASR66.cpp +++ b/software/firmware/source/SoftRF/src/platform/ASR66.cpp @@ -1,6 +1,6 @@ /* * Platform_ASR66.cpp - * Copyright (C) 2022-2023 Linar Yusupov + * Copyright (C) 2022-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/ASR66.h b/software/firmware/source/SoftRF/src/platform/ASR66.h index 3c812987e..e8a80319d 100644 --- a/software/firmware/source/SoftRF/src/platform/ASR66.h +++ b/software/firmware/source/SoftRF/src/platform/ASR66.h @@ -1,6 +1,6 @@ /* * Platform_ASR66.h - * Copyright (C) 2022-2023 Linar Yusupov + * Copyright (C) 2022-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/AVR.cpp b/software/firmware/source/SoftRF/src/platform/AVR.cpp index 6f07f7bfc..4e8711e88 100644 --- a/software/firmware/source/SoftRF/src/platform/AVR.cpp +++ b/software/firmware/source/SoftRF/src/platform/AVR.cpp @@ -1,6 +1,6 @@ /* * Platform_AVR.cpp - * Copyright (C) 2021-2023 Linar Yusupov + * Copyright (C) 2021-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/AVR.h b/software/firmware/source/SoftRF/src/platform/AVR.h index fd26f26a2..da73c822a 100644 --- a/software/firmware/source/SoftRF/src/platform/AVR.h +++ b/software/firmware/source/SoftRF/src/platform/AVR.h @@ -1,6 +1,6 @@ /* * Platform_AVR.h - * Copyright (C) 2021-2023 Linar Yusupov + * Copyright (C) 2021-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/CC13XX.cpp b/software/firmware/source/SoftRF/src/platform/CC13XX.cpp index 84250a44f..cad4e526b 100644 --- a/software/firmware/source/SoftRF/src/platform/CC13XX.cpp +++ b/software/firmware/source/SoftRF/src/platform/CC13XX.cpp @@ -1,6 +1,6 @@ /* * Platform_CC13XX.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/CC13XX.h b/software/firmware/source/SoftRF/src/platform/CC13XX.h index f1cb6399b..29e94e16b 100644 --- a/software/firmware/source/SoftRF/src/platform/CC13XX.h +++ b/software/firmware/source/SoftRF/src/platform/CC13XX.h @@ -1,6 +1,6 @@ /* * Platform_CC13XX.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/ESP32.cpp b/software/firmware/source/SoftRF/src/platform/ESP32.cpp index 4bde196c2..4b4ada63c 100644 --- a/software/firmware/source/SoftRF/src/platform/ESP32.cpp +++ b/software/firmware/source/SoftRF/src/platform/ESP32.cpp @@ -1,6 +1,6 @@ /* * Platform_ESP32.cpp - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/ESP32.h b/software/firmware/source/SoftRF/src/platform/ESP32.h index f489d6a07..a06579db4 100644 --- a/software/firmware/source/SoftRF/src/platform/ESP32.h +++ b/software/firmware/source/SoftRF/src/platform/ESP32.h @@ -1,6 +1,6 @@ /* * Platform_ESP32.h - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/ESP8266.cpp b/software/firmware/source/SoftRF/src/platform/ESP8266.cpp index 4457789dc..68c823e79 100644 --- a/software/firmware/source/SoftRF/src/platform/ESP8266.cpp +++ b/software/firmware/source/SoftRF/src/platform/ESP8266.cpp @@ -1,6 +1,6 @@ /* * Platform_ESP8266.cpp - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/ESP8266.h b/software/firmware/source/SoftRF/src/platform/ESP8266.h index 80664fd61..32f780cad 100644 --- a/software/firmware/source/SoftRF/src/platform/ESP8266.h +++ b/software/firmware/source/SoftRF/src/platform/ESP8266.h @@ -1,6 +1,6 @@ /* * Platform_ESP8266.h - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/LPC43.cpp b/software/firmware/source/SoftRF/src/platform/LPC43.cpp index 88a0a1fa0..59fa15f85 100644 --- a/software/firmware/source/SoftRF/src/platform/LPC43.cpp +++ b/software/firmware/source/SoftRF/src/platform/LPC43.cpp @@ -1,6 +1,6 @@ /* * Platform_LPC43.cpp - * Copyright (C) 2021-2023 Linar Yusupov + * Copyright (C) 2021-2024 Linar Yusupov * * 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 @@ -76,7 +76,7 @@ const uint16_t LPC43_Device_Version = SOFTRF_USB_FW_VERSION; const char *LPC43_boot_str1 = SOFTRF_IDENT "-" PLAT_LPC43_NAME " FW.REV: " SOFTRF_FIRMWARE_VERSION " DEV.ID: "; -const char *LPC43_boot_str2 = "Copyright (C) 2015-2023 Linar Yusupov. "; +const char *LPC43_boot_str2 = "Copyright (C) 2015-2024 Linar Yusupov. "; const char *LPC43_boot_str3 = "All rights reserved"; #if defined(USE_PORTAPACK) diff --git a/software/firmware/source/SoftRF/src/platform/LPC43.h b/software/firmware/source/SoftRF/src/platform/LPC43.h index 168170d9b..c0c4b40b6 100644 --- a/software/firmware/source/SoftRF/src/platform/LPC43.h +++ b/software/firmware/source/SoftRF/src/platform/LPC43.h @@ -1,6 +1,6 @@ /* * Platform_LPC43.h - * Copyright (C) 2021-2023 Linar Yusupov + * Copyright (C) 2021-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/PSoC4.cpp b/software/firmware/source/SoftRF/src/platform/PSoC4.cpp index b57353bcb..66067cea6 100644 --- a/software/firmware/source/SoftRF/src/platform/PSoC4.cpp +++ b/software/firmware/source/SoftRF/src/platform/PSoC4.cpp @@ -1,6 +1,6 @@ /* * Platform_PSoC4.cpp - * Copyright (C) 2020-2023 Linar Yusupov + * Copyright (C) 2020-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/PSoC4.h b/software/firmware/source/SoftRF/src/platform/PSoC4.h index 1ffe52bd8..e3142eae7 100644 --- a/software/firmware/source/SoftRF/src/platform/PSoC4.h +++ b/software/firmware/source/SoftRF/src/platform/PSoC4.h @@ -1,6 +1,6 @@ /* * Platform_PSoC4.h - * Copyright (C) 2020-2023 Linar Yusupov + * Copyright (C) 2020-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/RP2040.cpp b/software/firmware/source/SoftRF/src/platform/RP2040.cpp index 7f4e55a07..99299935a 100644 --- a/software/firmware/source/SoftRF/src/platform/RP2040.cpp +++ b/software/firmware/source/SoftRF/src/platform/RP2040.cpp @@ -1,6 +1,6 @@ /* * Platform_RP2040.cpp - * Copyright (C) 2022-2023 Linar Yusupov + * Copyright (C) 2022-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/RP2040.h b/software/firmware/source/SoftRF/src/platform/RP2040.h index ff5f1ff28..cb61630d6 100644 --- a/software/firmware/source/SoftRF/src/platform/RP2040.h +++ b/software/firmware/source/SoftRF/src/platform/RP2040.h @@ -1,6 +1,6 @@ /* * Platform_RP2040.h - * Copyright (C) 2022-2023 Linar Yusupov + * Copyright (C) 2022-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/RPi.cpp b/software/firmware/source/SoftRF/src/platform/RPi.cpp index 6c9d4f2ce..4bb569cc6 100644 --- a/software/firmware/source/SoftRF/src/platform/RPi.cpp +++ b/software/firmware/source/SoftRF/src/platform/RPi.cpp @@ -1,6 +1,6 @@ /* * Platform_RPi.cpp - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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 @@ -1018,7 +1018,7 @@ int main() Serial.print(SoC->name); Serial.print(F(" FW.REV: " SOFTRF_FIRMWARE_VERSION " DEV.ID: ")); Serial.println(String(SoC->getChipId(), HEX)); - Serial.println(F("Copyright (C) 2015-2023 Linar Yusupov. All rights reserved.")); + Serial.println(F("Copyright (C) 2015-2024 Linar Yusupov. All rights reserved.")); Serial.flush(); mode_s_init(&state); diff --git a/software/firmware/source/SoftRF/src/platform/RPi.h b/software/firmware/source/SoftRF/src/platform/RPi.h index 367fdde92..f8d1935e4 100644 --- a/software/firmware/source/SoftRF/src/platform/RPi.h +++ b/software/firmware/source/SoftRF/src/platform/RPi.h @@ -1,6 +1,6 @@ /* * Platform_RPi.h - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/SAMD.cpp b/software/firmware/source/SoftRF/src/platform/SAMD.cpp index c89d0b934..075fc0244 100644 --- a/software/firmware/source/SoftRF/src/platform/SAMD.cpp +++ b/software/firmware/source/SoftRF/src/platform/SAMD.cpp @@ -1,6 +1,6 @@ /* * Platform_SAMD.cpp - * Copyright (C) 2021-2023 Linar Yusupov + * Copyright (C) 2021-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/SAMD.h b/software/firmware/source/SoftRF/src/platform/SAMD.h index f1023349c..620d877ef 100644 --- a/software/firmware/source/SoftRF/src/platform/SAMD.h +++ b/software/firmware/source/SoftRF/src/platform/SAMD.h @@ -1,6 +1,6 @@ /* * Platform_SAMD.h - * Copyright (C) 2021-2023 Linar Yusupov + * Copyright (C) 2021-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/STM32.cpp b/software/firmware/source/SoftRF/src/platform/STM32.cpp index 98975276d..35d0aeb4b 100644 --- a/software/firmware/source/SoftRF/src/platform/STM32.cpp +++ b/software/firmware/source/SoftRF/src/platform/STM32.cpp @@ -1,6 +1,6 @@ /* * Platform_STM32.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/STM32.h b/software/firmware/source/SoftRF/src/platform/STM32.h index 0c5db25f6..d0e180fa7 100644 --- a/software/firmware/source/SoftRF/src/platform/STM32.h +++ b/software/firmware/source/SoftRF/src/platform/STM32.h @@ -1,6 +1,6 @@ /* * Platform_STM32.h - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/nRF52.cpp b/software/firmware/source/SoftRF/src/platform/nRF52.cpp index 8244fc774..81cae7671 100644 --- a/software/firmware/source/SoftRF/src/platform/nRF52.cpp +++ b/software/firmware/source/SoftRF/src/platform/nRF52.cpp @@ -1,6 +1,6 @@ /* * Platform_nRF52.cpp - * Copyright (C) 2020-2023 Linar Yusupov + * Copyright (C) 2020-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/platform/nRF52.h b/software/firmware/source/SoftRF/src/platform/nRF52.h index fa7f18cd9..9528829e8 100644 --- a/software/firmware/source/SoftRF/src/platform/nRF52.h +++ b/software/firmware/source/SoftRF/src/platform/nRF52.h @@ -1,6 +1,6 @@ /* * Platform_nRF52.h - * Copyright (C) 2020-2023 Linar Yusupov + * Copyright (C) 2020-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/data/D1090.cpp b/software/firmware/source/SoftRF/src/protocol/data/D1090.cpp index 78dd7cd56..03a6fe016 100644 --- a/software/firmware/source/SoftRF/src/protocol/data/D1090.cpp +++ b/software/firmware/source/SoftRF/src/protocol/data/D1090.cpp @@ -1,6 +1,6 @@ /* * D1090Helper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/data/D1090.h b/software/firmware/source/SoftRF/src/protocol/data/D1090.h index be1fd96f1..b53d7e922 100644 --- a/software/firmware/source/SoftRF/src/protocol/data/D1090.h +++ b/software/firmware/source/SoftRF/src/protocol/data/D1090.h @@ -1,6 +1,6 @@ /* * D1090Helper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/data/GDL90.cpp b/software/firmware/source/SoftRF/src/protocol/data/GDL90.cpp index 8538ebd21..1d82b3a65 100644 --- a/software/firmware/source/SoftRF/src/protocol/data/GDL90.cpp +++ b/software/firmware/source/SoftRF/src/protocol/data/GDL90.cpp @@ -1,6 +1,6 @@ /* * GDL90Helper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * Inspired by Eric's Dey Python GDL-90 encoder: * https://github.com/etdey/gdl90 diff --git a/software/firmware/source/SoftRF/src/protocol/data/GDL90.h b/software/firmware/source/SoftRF/src/protocol/data/GDL90.h index 776bb9992..d5eac2b71 100644 --- a/software/firmware/source/SoftRF/src/protocol/data/GDL90.h +++ b/software/firmware/source/SoftRF/src/protocol/data/GDL90.h @@ -1,6 +1,6 @@ /* * GDL90Helper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/data/JSON.cpp b/software/firmware/source/SoftRF/src/protocol/data/JSON.cpp index 668c4de20..c1f843746 100644 --- a/software/firmware/source/SoftRF/src/protocol/data/JSON.cpp +++ b/software/firmware/source/SoftRF/src/protocol/data/JSON.cpp @@ -1,6 +1,6 @@ /* * JSONHelper.cpp - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/data/JSON.h b/software/firmware/source/SoftRF/src/protocol/data/JSON.h index 3f3ec6fcb..35b376053 100644 --- a/software/firmware/source/SoftRF/src/protocol/data/JSON.h +++ b/software/firmware/source/SoftRF/src/protocol/data/JSON.h @@ -1,6 +1,6 @@ /* * JSONHelper.h - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/data/MAVLink.cpp b/software/firmware/source/SoftRF/src/protocol/data/MAVLink.cpp index 65e963dba..b5d36e969 100644 --- a/software/firmware/source/SoftRF/src/protocol/data/MAVLink.cpp +++ b/software/firmware/source/SoftRF/src/protocol/data/MAVLink.cpp @@ -1,6 +1,6 @@ /* * MAVLinkHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/data/MAVLink.h b/software/firmware/source/SoftRF/src/protocol/data/MAVLink.h index 94360f2d2..e6a4f4467 100644 --- a/software/firmware/source/SoftRF/src/protocol/data/MAVLink.h +++ b/software/firmware/source/SoftRF/src/protocol/data/MAVLink.h @@ -1,6 +1,6 @@ /* * MAVLinkHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/data/NMEA.cpp b/software/firmware/source/SoftRF/src/protocol/data/NMEA.cpp index 2b69e2327..c86ac2db5 100644 --- a/software/firmware/source/SoftRF/src/protocol/data/NMEA.cpp +++ b/software/firmware/source/SoftRF/src/protocol/data/NMEA.cpp @@ -1,6 +1,6 @@ /* * NMEAHelper.cpp - * Copyright (C) 2017-2023 Linar Yusupov + * Copyright (C) 2017-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/data/NMEA.h b/software/firmware/source/SoftRF/src/protocol/data/NMEA.h index 9d2054600..91c4c90ca 100644 --- a/software/firmware/source/SoftRF/src/protocol/data/NMEA.h +++ b/software/firmware/source/SoftRF/src/protocol/data/NMEA.h @@ -1,6 +1,6 @@ /* * NMEAHelper.h - * Copyright (C) 2017-2023 Linar Yusupov + * Copyright (C) 2017-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/APRS.cpp b/software/firmware/source/SoftRF/src/protocol/radio/APRS.cpp index 72be50c7d..ed7eafa50 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/APRS.cpp +++ b/software/firmware/source/SoftRF/src/protocol/radio/APRS.cpp @@ -2,7 +2,7 @@ * Protocol_APRS.cpp * * Encoder and decoder for Automatic Packet Reporting System radio protocol - * Copyright (C) 2023 Linar Yusupov + * Copyright (C) 2023-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/APRS.h b/software/firmware/source/SoftRF/src/protocol/radio/APRS.h index 72336eadf..b8a3eb694 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/APRS.h +++ b/software/firmware/source/SoftRF/src/protocol/radio/APRS.h @@ -2,7 +2,7 @@ * Protocol_APRS.h * * Encoder and decoder for Automatic Packet Reporting System radio protocol - * Copyright (C) 2023 Linar Yusupov + * Copyright (C) 2023-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/ES1090.cpp b/software/firmware/source/SoftRF/src/protocol/radio/ES1090.cpp index bbcf84e5e..8b2c9860d 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/ES1090.cpp +++ b/software/firmware/source/SoftRF/src/protocol/radio/ES1090.cpp @@ -2,7 +2,7 @@ * Protocol_ES1090.cpp * * Decoder for Extended Squitter 1090 MHz ADS-B radio protocol - * Copyright (C) 2021-2023 Linar Yusupov + * Copyright (C) 2021-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/ES1090.h b/software/firmware/source/SoftRF/src/protocol/radio/ES1090.h index 44b0ecf5f..441077a1b 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/ES1090.h +++ b/software/firmware/source/SoftRF/src/protocol/radio/ES1090.h @@ -2,7 +2,7 @@ * Protocol_ES1090.h * * Decoder for Extended Squitter 1090 MHz ADS-B radio protocol - * Copyright (C) 2021-2023 Linar Yusupov + * Copyright (C) 2021-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/FANET.cpp b/software/firmware/source/SoftRF/src/protocol/radio/FANET.cpp index b0ea0e1b9..6414d9326 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/FANET.cpp +++ b/software/firmware/source/SoftRF/src/protocol/radio/FANET.cpp @@ -7,7 +7,7 @@ * Development - https://github.com/3s1d/fanet-stm32 * Deprecated - https://github.com/3s1d/fanet * - * Copyright (C) 2017-2023 Linar Yusupov + * Copyright (C) 2017-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/FANET.h b/software/firmware/source/SoftRF/src/protocol/radio/FANET.h index 4952ef260..5e07d6c44 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/FANET.h +++ b/software/firmware/source/SoftRF/src/protocol/radio/FANET.h @@ -4,7 +4,7 @@ * Encoder and decoder for open FANET radio protocol * URL: https://github.com/3s1d/fanet-stm32/tree/master/Src/fanet * - * Copyright (C) 2017-2023 Linar Yusupov + * Copyright (C) 2017-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/Legacy.cpp b/software/firmware/source/SoftRF/src/protocol/radio/Legacy.cpp index 3df46e5ec..03af95127 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/Legacy.cpp +++ b/software/firmware/source/SoftRF/src/protocol/radio/Legacy.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2014-2015 Stanislaw Pusep * * Protocol_Legacy, encoder for legacy radio protocol - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/Legacy.h b/software/firmware/source/SoftRF/src/protocol/radio/Legacy.h index ae461277c..913c31c9f 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/Legacy.h +++ b/software/firmware/source/SoftRF/src/protocol/radio/Legacy.h @@ -2,7 +2,7 @@ * Protocol_Legacy.h * * Copyright (C) 2014-2015 Stanislaw Pusep - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/OGNTP.cpp b/software/firmware/source/SoftRF/src/protocol/radio/OGNTP.cpp index da8821fd9..95c9ada19 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/OGNTP.cpp +++ b/software/firmware/source/SoftRF/src/protocol/radio/OGNTP.cpp @@ -2,7 +2,7 @@ * Protocol_OGNTP.cpp * * Encoder and decoder for Open Glider Network tracker radio protocol - * Copyright (C) 2017-2023 Linar Yusupov + * Copyright (C) 2017-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/OGNTP.h b/software/firmware/source/SoftRF/src/protocol/radio/OGNTP.h index 5119bcd82..601eb62e0 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/OGNTP.h +++ b/software/firmware/source/SoftRF/src/protocol/radio/OGNTP.h @@ -2,7 +2,7 @@ * Protocol_OGNTP.h * * Encoder and decoder for Open Glider Network tracker radio protocol - * Copyright (C) 2017-2023 Linar Yusupov + * Copyright (C) 2017-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/P3I.cpp b/software/firmware/source/SoftRF/src/protocol/radio/P3I.cpp index 03d77ef3f..17c206988 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/P3I.cpp +++ b/software/firmware/source/SoftRF/src/protocol/radio/P3I.cpp @@ -2,7 +2,7 @@ * Protocol_P3I.cpp * * Encoder and decoder for PilotAware P3I radio protocol - * Copyright (C) 2017-2023 Linar Yusupov + * Copyright (C) 2017-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/P3I.h b/software/firmware/source/SoftRF/src/protocol/radio/P3I.h index b0c595481..5e2c5d277 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/P3I.h +++ b/software/firmware/source/SoftRF/src/protocol/radio/P3I.h @@ -1,7 +1,7 @@ /* * Protocol_P3I.h * - * Copyright (C) 2017-2023 Linar Yusupov + * Copyright (C) 2017-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/RemoteID.cpp b/software/firmware/source/SoftRF/src/protocol/radio/RemoteID.cpp index bdbb5e249..01455dbe3 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/RemoteID.cpp +++ b/software/firmware/source/SoftRF/src/protocol/radio/RemoteID.cpp @@ -2,7 +2,7 @@ * Protocol_RID.cpp * * Encoder for Remote ID radio protocol - * Copyright (C) 2023 Linar Yusupov + * Copyright (C) 2023-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/RemoteID.h b/software/firmware/source/SoftRF/src/protocol/radio/RemoteID.h index 32924c72f..c8aa4d59f 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/RemoteID.h +++ b/software/firmware/source/SoftRF/src/protocol/radio/RemoteID.h @@ -2,7 +2,7 @@ * Protocol_RID.h * * Encoder for Remote ID radio protocol - * Copyright (C) 2023 Linar Yusupov + * Copyright (C) 2023-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/UAT978.cpp b/software/firmware/source/SoftRF/src/protocol/radio/UAT978.cpp index 16167105d..b3fbecb8c 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/UAT978.cpp +++ b/software/firmware/source/SoftRF/src/protocol/radio/UAT978.cpp @@ -2,7 +2,7 @@ * Protocol_UAT978.cpp * * Decoder for UAT 978 MHz ADS-B radio protocol - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/protocol/radio/UAT978.h b/software/firmware/source/SoftRF/src/protocol/radio/UAT978.h index d4af404c4..4c07fac89 100644 --- a/software/firmware/source/SoftRF/src/protocol/radio/UAT978.h +++ b/software/firmware/source/SoftRF/src/protocol/radio/UAT978.h @@ -2,7 +2,7 @@ * Protocol_UAT978.h * * Decoder for UAT 978 MHz ADS-B radio protocol - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/system/OTA.cpp b/software/firmware/source/SoftRF/src/system/OTA.cpp index 102492442..fa729159d 100644 --- a/software/firmware/source/SoftRF/src/system/OTA.cpp +++ b/software/firmware/source/SoftRF/src/system/OTA.cpp @@ -1,6 +1,6 @@ /* * OTAHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/system/OTA.h b/software/firmware/source/SoftRF/src/system/OTA.h index fd1a0dcff..15869769a 100644 --- a/software/firmware/source/SoftRF/src/system/OTA.h +++ b/software/firmware/source/SoftRF/src/system/OTA.h @@ -1,6 +1,6 @@ /* * OTAHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/system/Recorder.cpp b/software/firmware/source/SoftRF/src/system/Recorder.cpp index 320982eb0..d03df34da 100644 --- a/software/firmware/source/SoftRF/src/system/Recorder.cpp +++ b/software/firmware/source/SoftRF/src/system/Recorder.cpp @@ -1,6 +1,6 @@ /* * RecorderHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/system/Recorder.h b/software/firmware/source/SoftRF/src/system/Recorder.h index 4de35f481..2e3010d8a 100644 --- a/software/firmware/source/SoftRF/src/system/Recorder.h +++ b/software/firmware/source/SoftRF/src/system/Recorder.h @@ -1,6 +1,6 @@ /* * RecorderHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/system/SoC.cpp b/software/firmware/source/SoftRF/src/system/SoC.cpp index 11b696fec..92da54d55 100644 --- a/software/firmware/source/SoftRF/src/system/SoC.cpp +++ b/software/firmware/source/SoftRF/src/system/SoC.cpp @@ -1,6 +1,6 @@ /* * SoCHelper.cpp - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/system/SoC.h b/software/firmware/source/SoftRF/src/system/SoC.h index 9bc1a3103..59f0f214b 100644 --- a/software/firmware/source/SoftRF/src/system/SoC.h +++ b/software/firmware/source/SoftRF/src/system/SoC.h @@ -1,6 +1,6 @@ /* * SoCHelper.h - * Copyright (C) 2018-2023 Linar Yusupov + * Copyright (C) 2018-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/system/Time.cpp b/software/firmware/source/SoftRF/src/system/Time.cpp index ab72a8083..8a36a96b1 100644 --- a/software/firmware/source/SoftRF/src/system/Time.cpp +++ b/software/firmware/source/SoftRF/src/system/Time.cpp @@ -1,6 +1,6 @@ /* * TimeHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/system/Time.h b/software/firmware/source/SoftRF/src/system/Time.h index 83fb8206a..e192b8384 100644 --- a/software/firmware/source/SoftRF/src/system/Time.h +++ b/software/firmware/source/SoftRF/src/system/Time.h @@ -1,6 +1,6 @@ /* * TimeHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/ui/Baro_EPD.cpp b/software/firmware/source/SoftRF/src/ui/Baro_EPD.cpp index 28e41bd65..6841dbe32 100644 --- a/software/firmware/source/SoftRF/src/ui/Baro_EPD.cpp +++ b/software/firmware/source/SoftRF/src/ui/Baro_EPD.cpp @@ -1,6 +1,6 @@ /* * Baro_EPD.cpp - * Copyright (C) 2021-2023 Linar Yusupov + * Copyright (C) 2021-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/ui/IMU_EPD.cpp b/software/firmware/source/SoftRF/src/ui/IMU_EPD.cpp index 5c173f348..bdcd4dfb7 100644 --- a/software/firmware/source/SoftRF/src/ui/IMU_EPD.cpp +++ b/software/firmware/source/SoftRF/src/ui/IMU_EPD.cpp @@ -1,6 +1,6 @@ /* * View_IMU_EPD.cpp - * Copyright (C) 2022-2023 Linar Yusupov + * Copyright (C) 2022-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/ui/Radar_EPD.cpp b/software/firmware/source/SoftRF/src/ui/Radar_EPD.cpp index e98230656..bf3ee875a 100644 --- a/software/firmware/source/SoftRF/src/ui/Radar_EPD.cpp +++ b/software/firmware/source/SoftRF/src/ui/Radar_EPD.cpp @@ -1,6 +1,6 @@ /* * View_Radar_EPD.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/ui/Status_EPD.cpp b/software/firmware/source/SoftRF/src/ui/Status_EPD.cpp index 702013a7b..98a52705a 100644 --- a/software/firmware/source/SoftRF/src/ui/Status_EPD.cpp +++ b/software/firmware/source/SoftRF/src/ui/Status_EPD.cpp @@ -1,6 +1,6 @@ /* * View_Status_EPD.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/ui/Text_EPD.cpp b/software/firmware/source/SoftRF/src/ui/Text_EPD.cpp index 54ad13b79..e65334162 100644 --- a/software/firmware/source/SoftRF/src/ui/Text_EPD.cpp +++ b/software/firmware/source/SoftRF/src/ui/Text_EPD.cpp @@ -1,6 +1,6 @@ /* * View_Text_EPD.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/ui/Time_EPD.cpp b/software/firmware/source/SoftRF/src/ui/Time_EPD.cpp index 5b2b91a39..70ecadaa6 100644 --- a/software/firmware/source/SoftRF/src/ui/Time_EPD.cpp +++ b/software/firmware/source/SoftRF/src/ui/Time_EPD.cpp @@ -1,6 +1,6 @@ /* * View_Time_EPD.cpp - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/firmware/source/SoftRF/src/ui/Web.cpp b/software/firmware/source/SoftRF/src/ui/Web.cpp index 3c7f81610..f82367ab1 100644 --- a/software/firmware/source/SoftRF/src/ui/Web.cpp +++ b/software/firmware/source/SoftRF/src/ui/Web.cpp @@ -1,6 +1,6 @@ /* * WebHelper.cpp - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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 @@ -131,7 +131,7 @@ static const char about_html[] PROGMEM = "\ Steve JackOpenDroneID library\ \
\ -Copyright (C) 2015-2023     Linar Yusupov\ +Copyright (C) 2015-2024     Linar Yusupov\ \ "; diff --git a/software/firmware/source/SoftRF/src/ui/Web.h b/software/firmware/source/SoftRF/src/ui/Web.h index 6a22b0599..1822f67f2 100644 --- a/software/firmware/source/SoftRF/src/ui/Web.h +++ b/software/firmware/source/SoftRF/src/ui/Web.h @@ -1,6 +1,6 @@ /* * WebHelper.h - * Copyright (C) 2016-2023 Linar Yusupov + * Copyright (C) 2016-2024 Linar Yusupov * * 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/software/firmware/source/UAT_Receiver/Makefile b/software/firmware/source/UAT_Receiver/Makefile index 97823f0d9..23141bcc3 100644 --- a/software/firmware/source/UAT_Receiver/Makefile +++ b/software/firmware/source/UAT_Receiver/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (C) 2019-2023 Linar Yusupov +# Copyright (C) 2019-2024 Linar Yusupov # # 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/software/firmware/source/UAT_Receiver/UAT_Receiver.ino b/software/firmware/source/UAT_Receiver/UAT_Receiver.ino index ff99eab30..927e4bf2e 100644 --- a/software/firmware/source/UAT_Receiver/UAT_Receiver.ino +++ b/software/firmware/source/UAT_Receiver/UAT_Receiver.ino @@ -1,6 +1,6 @@ /* * UAT_Receiver(.ino) firmware - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * Author: Linar Yusupov, linar.r.yusupov@gmail.com * @@ -222,7 +222,7 @@ void setup() { Serial.print(SoC->name); Serial.print(F(" FW.REV: " SOFTRF_FIRMWARE_VERSION " DEV.ID: ")); Serial.println(String(SoC->getChipId(), HEX)); - Serial.println(F("Copyright (C) 2015-2023 Linar Yusupov. All rights reserved.")); + Serial.println(F("Copyright (C) 2015-2024 Linar Yusupov. All rights reserved.")); Serial.flush(); EEPROM_setup(); diff --git a/software/firmware/source/UAT_Receiver/hal_conf_extra.h b/software/firmware/source/UAT_Receiver/hal_conf_extra.h index 80fe5cb86..186653d55 100644 --- a/software/firmware/source/UAT_Receiver/hal_conf_extra.h +++ b/software/firmware/source/UAT_Receiver/hal_conf_extra.h @@ -1,6 +1,6 @@ /* * hal_conf_extra.h - * Copyright (C) 2020-2023 Linar Yusupov + * Copyright (C) 2020-2024 Linar Yusupov * * 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/software/firmware/source/UATbridge/Makefile b/software/firmware/source/UATbridge/Makefile index fdefc4ebf..a1cc50659 100644 --- a/software/firmware/source/UATbridge/Makefile +++ b/software/firmware/source/UATbridge/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (C) 2019-2023 Linar Yusupov +# Copyright (C) 2019-2024 Linar Yusupov # # 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/software/firmware/source/UATbridge/UATbridge.ino b/software/firmware/source/UATbridge/UATbridge.ino index 2fc33a2fe..1ba1e0f2b 100644 --- a/software/firmware/source/UATbridge/UATbridge.ino +++ b/software/firmware/source/UATbridge/UATbridge.ino @@ -1,6 +1,6 @@ /* * UATbridge(.ino) firmware - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * Author: Linar Yusupov, linar.r.yusupov@gmail.com * @@ -228,7 +228,7 @@ void setup() { Serial.print(SoC->name); Serial.print(F(" FW.REV: " SOFTRF_FIRMWARE_VERSION " DEV.ID: ")); Serial.println(String(SoC->getChipId(), HEX)); - Serial.println(F("Copyright (C) 2015-2023 Linar Yusupov. All rights reserved.")); + Serial.println(F("Copyright (C) 2015-2024 Linar Yusupov. All rights reserved.")); Serial.flush(); EEPROM_setup(); diff --git a/software/firmware/source/UATbridge/hal_conf_extra.h b/software/firmware/source/UATbridge/hal_conf_extra.h index 72dae685e..8fe9c3b0f 100644 --- a/software/firmware/source/UATbridge/hal_conf_extra.h +++ b/software/firmware/source/UATbridge/hal_conf_extra.h @@ -1,6 +1,6 @@ /* * hal_conf_extra.h - * Copyright (C) 2020-2023 Linar Yusupov + * Copyright (C) 2020-2024 Linar Yusupov * * 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/software/firmware/source/iLogger/badge.py b/software/firmware/source/iLogger/badge.py index b00471453..ce002aba4 100644 --- a/software/firmware/source/iLogger/badge.py +++ b/software/firmware/source/iLogger/badge.py @@ -4,7 +4,7 @@ # Flight Recorder for SoftRF Badge Edition # # File name: badge.py -# Copyright (C) 2021-2023 Linar Yusupov +# Copyright (C) 2021-2024 Linar Yusupov # # 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/software/firmware/source/iLogger/watch.py b/software/firmware/source/iLogger/watch.py index 7a6797efc..abe2bece7 100644 --- a/software/firmware/source/iLogger/watch.py +++ b/software/firmware/source/iLogger/watch.py @@ -4,7 +4,7 @@ # Flight Recorder for TTGO T-Watch 2019 # # File name: watch.py -# Copyright (C) 2019-2023 Linar Yusupov +# Copyright (C) 2019-2024 Linar Yusupov # # 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/software/firmware/source/libraries/EEPROM/src/EEPROM_CC13XX.cpp b/software/firmware/source/libraries/EEPROM/src/EEPROM_CC13XX.cpp index f8d373e07..8905fcb53 100644 --- a/software/firmware/source/libraries/EEPROM/src/EEPROM_CC13XX.cpp +++ b/software/firmware/source/libraries/EEPROM/src/EEPROM_CC13XX.cpp @@ -4,7 +4,7 @@ Copyright (c) 2014 Ivan Grokhotkov. All rights reserved. This file is part of the esp8266 core for Arduino environment. - Copyright (C) 2020-2023 Linar Yusupov. All rights reserved. + Copyright (C) 2020-2024 Linar Yusupov. All rights reserved. Ported onto TI CC13X0 and TI CC13X2 targets as a part of SoftRF project. This library is free software; you can redistribute it and/or diff --git a/software/firmware/source/libraries/EEPROM/src/EEPROM_CC13XX.h b/software/firmware/source/libraries/EEPROM/src/EEPROM_CC13XX.h index 333a56d9b..8691e9bd2 100644 --- a/software/firmware/source/libraries/EEPROM/src/EEPROM_CC13XX.h +++ b/software/firmware/source/libraries/EEPROM/src/EEPROM_CC13XX.h @@ -4,7 +4,7 @@ Copyright (c) 2014 Ivan Grokhotkov. All rights reserved. This file is part of the esp8266 core for Arduino environment. - Copyright (C) 2020-2023 Linar Yusupov. All rights reserved. + Copyright (C) 2020-2024 Linar Yusupov. All rights reserved. Ported onto TI CC13X0 and TI CC13X2 targets as a part of SoftRF project. This library is free software; you can redistribute it and/or diff --git a/software/firmware/source/libraries/FlightRecorder/src/FlightRecorder.cpp b/software/firmware/source/libraries/FlightRecorder/src/FlightRecorder.cpp index 5be96e950..ce054590b 100644 --- a/software/firmware/source/libraries/FlightRecorder/src/FlightRecorder.cpp +++ b/software/firmware/source/libraries/FlightRecorder/src/FlightRecorder.cpp @@ -1,7 +1,7 @@ /* * FlightRecorder.cpp * - * Copyright (C) 2023 Linar Yusupov. All rights reserved. + * Copyright (C) 2023-2024 Linar Yusupov. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/software/firmware/source/libraries/FlightRecorder/src/FlightRecorder.h b/software/firmware/source/libraries/FlightRecorder/src/FlightRecorder.h index 89c9f6f31..f78c23ebb 100644 --- a/software/firmware/source/libraries/FlightRecorder/src/FlightRecorder.h +++ b/software/firmware/source/libraries/FlightRecorder/src/FlightRecorder.h @@ -1,7 +1,7 @@ /* * FlightRecorder.h * - * Copyright (C) 2023 Linar Yusupov. All rights reserved. + * Copyright (C) 2023-2024 Linar Yusupov. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/software/firmware/source/libraries/SCSerial/src/SCSerial.cpp b/software/firmware/source/libraries/SCSerial/src/SCSerial.cpp index 1b626804f..db832b1a0 100644 --- a/software/firmware/source/libraries/SCSerial/src/SCSerial.cpp +++ b/software/firmware/source/libraries/SCSerial/src/SCSerial.cpp @@ -3,7 +3,7 @@ * * UART emulation by Sensor Controller in TI CC13X0 * - * Copyright (C) 2020-2023 Linar Yusupov. All rights reserved. + * Copyright (C) 2020-2024 Linar Yusupov. All rights reserved. * * 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/software/firmware/source/libraries/SCSerial/src/SCSerial.h b/software/firmware/source/libraries/SCSerial/src/SCSerial.h index f34e91750..9e3d688c7 100644 --- a/software/firmware/source/libraries/SCSerial/src/SCSerial.h +++ b/software/firmware/source/libraries/SCSerial/src/SCSerial.h @@ -3,7 +3,7 @@ * * UART emulation by Sensor Controller in TI CC13X0 * - * Copyright (C) 2020-2023 Linar Yusupov. All rights reserved. + * Copyright (C) 2020-2024 Linar Yusupov. All rights reserved. * * 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/software/firmware/source/libraries/arduino-basicmac/src/protocol.h b/software/firmware/source/libraries/arduino-basicmac/src/protocol.h index d47f7a1b3..c8fca7467 100644 --- a/software/firmware/source/libraries/arduino-basicmac/src/protocol.h +++ b/software/firmware/source/libraries/arduino-basicmac/src/protocol.h @@ -1,6 +1,6 @@ /* * Protocol.h - * Copyright (C) 2017-2023 Linar Yusupov + * Copyright (C) 2017-2024 Linar Yusupov * * 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/software/firmware/source/libraries/arduino-lmic/src/protocol.h b/software/firmware/source/libraries/arduino-lmic/src/protocol.h index d47f7a1b3..c8fca7467 100644 --- a/software/firmware/source/libraries/arduino-lmic/src/protocol.h +++ b/software/firmware/source/libraries/arduino-lmic/src/protocol.h @@ -1,6 +1,6 @@ /* * Protocol.h - * Copyright (C) 2017-2023 Linar Yusupov + * Copyright (C) 2017-2024 Linar Yusupov * * 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/software/firmware/source/libraries/libmodes/src/mode-s.c b/software/firmware/source/libraries/libmodes/src/mode-s.c index 6386d7b2c..29c4864a0 100644 --- a/software/firmware/source/libraries/libmodes/src/mode-s.c +++ b/software/firmware/source/libraries/libmodes/src/mode-s.c @@ -4,7 +4,7 @@ * * Copyright (C) 2012 by Salvatore Sanfilippo * Copyright (C) 2017, Thomas Watson - * Copyright (C) 2021-2023 Linar Yusupov + * Copyright (C) 2021-2024 Linar Yusupov * * All rights reserved. * diff --git a/software/firmware/source/libraries/libmodes/src/mode-s.h b/software/firmware/source/libraries/libmodes/src/mode-s.h index be47299c3..9c109f051 100644 --- a/software/firmware/source/libraries/libmodes/src/mode-s.h +++ b/software/firmware/source/libraries/libmodes/src/mode-s.h @@ -4,7 +4,7 @@ * * Copyright (C) 2012 by Salvatore Sanfilippo * Copyright (C) 2017, Thomas Watson - * Copyright (C) 2021-2023 Linar Yusupov + * Copyright (C) 2021-2024 Linar Yusupov * * All rights reserved. * diff --git a/software/utils/fln.sh b/software/utils/fln.sh index 07e5136ec..e3aa2ead4 100755 --- a/software/utils/fln.sh +++ b/software/utils/fln.sh @@ -3,7 +3,7 @@ # # fln.sh # -# Copyright (C) 2019-2023 Linar Yusupov +# Copyright (C) 2019-2024 Linar Yusupov # # 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/software/utils/gawk/fln.gawk b/software/utils/gawk/fln.gawk index d8ed48d5c..59815c737 100644 --- a/software/utils/gawk/fln.gawk +++ b/software/utils/gawk/fln.gawk @@ -1,7 +1,7 @@ # # fln.gawk # -# Copyright (C) 2019-2023 Linar Yusupov +# Copyright (C) 2019-2024 Linar Yusupov # # 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/software/utils/gawk/icao.gawk b/software/utils/gawk/icao.gawk index 0bbfcdd11..377b63280 100644 --- a/software/utils/gawk/icao.gawk +++ b/software/utils/gawk/icao.gawk @@ -1,7 +1,7 @@ # # icao.gawk # -# Copyright (C) 2019-2023 Linar Yusupov +# Copyright (C) 2019-2024 Linar Yusupov # # 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/software/utils/gawk/ogn.gawk b/software/utils/gawk/ogn.gawk index a756ba581..c36fe13f6 100644 --- a/software/utils/gawk/ogn.gawk +++ b/software/utils/gawk/ogn.gawk @@ -1,7 +1,7 @@ # # ogn.gawk # -# Copyright (C) 2019-2023 Linar Yusupov +# Copyright (C) 2019-2024 Linar Yusupov # # 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/software/utils/icao.sh b/software/utils/icao.sh index c87643289..a75d8f4e9 100755 --- a/software/utils/icao.sh +++ b/software/utils/icao.sh @@ -3,7 +3,7 @@ # # icao.sh # -# Copyright (C) 2019-2023 Linar Yusupov +# Copyright (C) 2019-2024 Linar Yusupov # # 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/software/utils/ogn.sh b/software/utils/ogn.sh index a3273321c..85ea0c20a 100755 --- a/software/utils/ogn.sh +++ b/software/utils/ogn.sh @@ -3,7 +3,7 @@ # # ogn.sh # -# Copyright (C) 2019-2023 Linar Yusupov +# Copyright (C) 2019-2024 Linar Yusupov # # 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/software/utils/sql/fln.sql b/software/utils/sql/fln.sql index 69ae5a4a4..09277350b 100644 --- a/software/utils/sql/fln.sql +++ b/software/utils/sql/fln.sql @@ -1,6 +1,6 @@ /* * fln.sql - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/utils/sql/icao.sql b/software/utils/sql/icao.sql index 58e1f43aa..5fde0f3f7 100644 --- a/software/utils/sql/icao.sql +++ b/software/utils/sql/icao.sql @@ -1,6 +1,6 @@ /* * icao.sql - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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/software/utils/sql/ogn.sql b/software/utils/sql/ogn.sql index 3916ee088..9e7d3a62a 100644 --- a/software/utils/sql/ogn.sql +++ b/software/utils/sql/ogn.sql @@ -1,6 +1,6 @@ /* * ogn.sql - * Copyright (C) 2019-2023 Linar Yusupov + * Copyright (C) 2019-2024 Linar Yusupov * * 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