From a7725ba7b0b7b10fb7c58bdb0a333225ca4cff49 Mon Sep 17 00:00:00 2001 From: Roman Astafev Date: Fri, 2 Jan 2026 23:04:56 +0500 Subject: [PATCH] Update development time --- LICENSE | 2 +- include/base.h | 2 +- include/calibration.h | 2 +- include/framestate.h | 2 +- include/leds.h | 2 +- include/main.h | 2 +- include/statistics.h | 2 +- pio/neopixel.pio | 2 +- pio/neopixel_ws2812b.pio | 2 +- source/main.cpp | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index 71e892a..b124a02 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-2025 awawa-dev +Copyright (c) 2023-2026 awawa-dev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/base.h b/include/base.h index b3abbfe..9857b64 100644 --- a/include/base.h +++ b/include/base.h @@ -2,7 +2,7 @@ * * MIT License * -* Copyright (c) 2023-2025 awawa-dev +* Copyright (c) 2023-2026 awawa-dev * * https://github.com/awawa-dev/HyperSerialPico * diff --git a/include/calibration.h b/include/calibration.h index be8861d..cd7cf50 100644 --- a/include/calibration.h +++ b/include/calibration.h @@ -2,7 +2,7 @@ * * MIT License * -* Copyright (c) 2023-2025 awawa-dev +* Copyright (c) 2023-2026 awawa-dev * * https://github.com/awawa-dev/HyperSerialPico * diff --git a/include/framestate.h b/include/framestate.h index ba7bf87..a023add 100644 --- a/include/framestate.h +++ b/include/framestate.h @@ -2,7 +2,7 @@ * * MIT License * -* Copyright (c) 2023-2025 awawa-dev +* Copyright (c) 2023-2026 awawa-dev * * https://github.com/awawa-dev/HyperSerialPico * diff --git a/include/leds.h b/include/leds.h index 81ab662..499e6fc 100644 --- a/include/leds.h +++ b/include/leds.h @@ -4,7 +4,7 @@ * * MIT License * -* Copyright (c) 2023-2025 awawa-dev +* Copyright (c) 2023-2026 awawa-dev * * https://github.com/awawa-dev/HyperSerialPico * diff --git a/include/main.h b/include/main.h index b1f70ab..abc7e4d 100644 --- a/include/main.h +++ b/include/main.h @@ -2,7 +2,7 @@ * * MIT License * -* Copyright (c) 2023-2025 awawa-dev +* Copyright (c) 2023-2026 awawa-dev * * https://github.com/awawa-dev/HyperSerialPico * diff --git a/include/statistics.h b/include/statistics.h index b11b8fd..8629179 100644 --- a/include/statistics.h +++ b/include/statistics.h @@ -2,7 +2,7 @@ * * MIT License * -* Copyright (c) 2023-2025 awawa-dev +* Copyright (c) 2023-2026 awawa-dev * * https://github.com/awawa-dev/HyperSerialPico diff --git a/pio/neopixel.pio b/pio/neopixel.pio index 25beff3..46e2469 100644 --- a/pio/neopixel.pio +++ b/pio/neopixel.pio @@ -1,6 +1,6 @@ ; MIT License ; -; Copyright (c) 2023-2025 awawa-dev +; Copyright (c) 2023-2026 awawa-dev ; ; https://github.com/awawa-dev/HyperSerialPico ; diff --git a/pio/neopixel_ws2812b.pio b/pio/neopixel_ws2812b.pio index 968076d..b07082f 100644 --- a/pio/neopixel_ws2812b.pio +++ b/pio/neopixel_ws2812b.pio @@ -1,6 +1,6 @@ ; MIT License ; -; Copyright (c) 2023-2025 awawa-dev +; Copyright (c) 2023-2026 awawa-dev ; ; https://github.com/awawa-dev/HyperSerialPico ; diff --git a/source/main.cpp b/source/main.cpp index 6f80fd6..ada0f73 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -2,7 +2,7 @@ * * MIT License * -* Copyright (c) 2023-2025 awawa-dev +* Copyright (c) 2023-2026 awawa-dev * * https://github.com/awawa-dev/HyperSerialPico *