diff --git a/.clang-format b/.clang-format index 79c4025..fb94ba4 100644 --- a/.clang-format +++ b/.clang-format @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d04e35..990f62d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/.gitignore b/.gitignore index b00472f..bd41d02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/.gitmodules b/.gitmodules index 006a145..f276ccc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/CMakeLists.txt b/CMakeLists.txt index cd69ed7..591f6b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/ci/analyze b/ci/analyze index b1846a4..9265508 100755 --- a/ci/analyze +++ b/ci/analyze @@ -2,7 +2,7 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/ci/format b/ci/format index 2c60a21..bfa41a8 100755 --- a/ci/format +++ b/ci/format @@ -2,7 +2,7 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/release-atmega1608/CMakeLists.txt b/configuration/release-atmega1608/CMakeLists.txt index 941d3f1..1d74b21 100644 --- a/configuration/release-atmega1608/CMakeLists.txt +++ b/configuration/release-atmega1608/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/release-atmega1609/CMakeLists.txt b/configuration/release-atmega1609/CMakeLists.txt index 7ee150a..6f12ccd 100644 --- a/configuration/release-atmega1609/CMakeLists.txt +++ b/configuration/release-atmega1609/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/release-atmega3208/CMakeLists.txt b/configuration/release-atmega3208/CMakeLists.txt index a3930eb..bc65034 100644 --- a/configuration/release-atmega3208/CMakeLists.txt +++ b/configuration/release-atmega3208/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/release-atmega3209/CMakeLists.txt b/configuration/release-atmega3209/CMakeLists.txt index 756902e..7977e47 100644 --- a/configuration/release-atmega3209/CMakeLists.txt +++ b/configuration/release-atmega3209/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/release-atmega4808/CMakeLists.txt b/configuration/release-atmega4808/CMakeLists.txt index d4118bd..b41f544 100644 --- a/configuration/release-atmega4808/CMakeLists.txt +++ b/configuration/release-atmega4808/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/release-atmega4809/CMakeLists.txt b/configuration/release-atmega4809/CMakeLists.txt index 1dccbbc..57bbf2c 100644 --- a/configuration/release-atmega4809/CMakeLists.txt +++ b/configuration/release-atmega4809/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/release-atmega808/CMakeLists.txt b/configuration/release-atmega808/CMakeLists.txt index 729bf23..f628ecf 100644 --- a/configuration/release-atmega808/CMakeLists.txt +++ b/configuration/release-atmega808/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/release-atmega809/CMakeLists.txt b/configuration/release-atmega809/CMakeLists.txt index 137cfcd..3900dca 100644 --- a/configuration/release-atmega809/CMakeLists.txt +++ b/configuration/release-atmega809/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/CMakeLists.txt index 4d8189e..82c7900 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/adafruit/pid781/driver/hello_world/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/adafruit/pid781/driver/hello_world/CMakeLists.txt index 390e275..b4c380b 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/adafruit/pid781/driver/hello_world/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/adafruit/pid781/driver/hello_world/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/hello_world/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/hello_world/CMakeLists.txt index 324600c..6735a17 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/hello_world/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/hello_world/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/state/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/state/CMakeLists.txt index c19511d..33622a9 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/state/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/state/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/toggle/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/toggle/CMakeLists.txt index 3c8485a..2a3f2e6 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/toggle/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/toggle/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/toggle/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/toggle/CMakeLists.txt index 9c5296f..d8e922b 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/toggle/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/toggle/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/state/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/state/CMakeLists.txt index f95b24c..10198b8 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/state/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/state/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/toggle/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/toggle/CMakeLists.txt index f23a11a..7d6abf4 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/toggle/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/toggle/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/toggle/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/toggle/CMakeLists.txt index ec74dab..90bb0a0 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/toggle/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/toggle/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/sample/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/sample/CMakeLists.txt index 43a0708..1f540bf 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/sample/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/sample/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/hello_world/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/hello_world/CMakeLists.txt index 6755abe..c476c82 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/hello_world/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/hello_world/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/device_info/print/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/device_info/print/CMakeLists.txt index 4859586..8d9a995 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/device_info/print/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/device_info/print/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/state/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/state/CMakeLists.txt index a6abb01..0be870d 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/state/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/state/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/state/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/state/CMakeLists.txt index 08e856f..fb635e9 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/state/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/state/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/toggle/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/toggle/CMakeLists.txt index 567a28b..93a3651 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/toggle/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/toggle/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/toggle/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/toggle/CMakeLists.txt index cb47a65..16ecd66 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/toggle/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/toggle/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/scan/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/scan/CMakeLists.txt index 94086c7..4441524 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/scan/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/scan/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/echo/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/echo/CMakeLists.txt index 9e7662c..708540b 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/echo/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/echo/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/echo/CMakeLists.txt index b919666..7031394 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/echo/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/echo/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/echo/CMakeLists.txt index 4757bd7..1d21a94 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/echo/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/echo/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/echo/CMakeLists.txt index fd7e2c6..8a93ccc 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/echo/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/texas_instruments/tca9548a/driver/scan/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/texas_instruments/tca9548a/driver/scan/CMakeLists.txt index 113f71d..1c125cd 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/texas_instruments/tca9548a/driver/scan/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/texas_instruments/tca9548a/driver/scan/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/ping/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/ping/CMakeLists.txt index f432ab2..42c655b 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/ping/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/ping/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/echo/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/echo/CMakeLists.txt index 51eb92c..62a4fbf 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/echo/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/echo/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/echo/CMakeLists.txt index 267bb58..049f709 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/echo/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/echo/CMakeLists.txt b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/echo/CMakeLists.txt index fcd1aee..4c2f607 100644 --- a/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/echo/CMakeLists.txt +++ b/configuration/testing-interactive-atmega4809-arduino-nano-every/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/git/hooks/install b/git/hooks/install index 62d8019..160c1e9 100755 --- a/git/hooks/install +++ b/git/hooks/install @@ -2,7 +2,7 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/git/hooks/pre-commit b/git/hooks/pre-commit index 9e1a6a5..e9b678c 100755 --- a/git/hooks/pre-commit +++ b/git/hooks/pre-commit @@ -2,7 +2,7 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0.h b/include/picolibrary/microchip/megaavr0.h index 73e33c4..e4fe570 100644 --- a/include/picolibrary/microchip/megaavr0.h +++ b/include/picolibrary/microchip/megaavr0.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/asynchronous_serial.h b/include/picolibrary/microchip/megaavr0/asynchronous_serial.h index f5c32d9..fdb7b4f 100644 --- a/include/picolibrary/microchip/megaavr0/asynchronous_serial.h +++ b/include/picolibrary/microchip/megaavr0/asynchronous_serial.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/clock.h b/include/picolibrary/microchip/megaavr0/clock.h index f655926..cfe99c5 100644 --- a/include/picolibrary/microchip/megaavr0/clock.h +++ b/include/picolibrary/microchip/megaavr0/clock.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/device_info.h b/include/picolibrary/microchip/megaavr0/device_info.h index a7000b6..4303755 100644 --- a/include/picolibrary/microchip/megaavr0/device_info.h +++ b/include/picolibrary/microchip/megaavr0/device_info.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/gpio.h b/include/picolibrary/microchip/megaavr0/gpio.h index dda9ef2..8d499e4 100644 --- a/include/picolibrary/microchip/megaavr0/gpio.h +++ b/include/picolibrary/microchip/megaavr0/gpio.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/i2c.h b/include/picolibrary/microchip/megaavr0/i2c.h index ed80698..e7b1512 100644 --- a/include/picolibrary/microchip/megaavr0/i2c.h +++ b/include/picolibrary/microchip/megaavr0/i2c.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/interrupt.h b/include/picolibrary/microchip/megaavr0/interrupt.h index 8161ba6..ea301b2 100644 --- a/include/picolibrary/microchip/megaavr0/interrupt.h +++ b/include/picolibrary/microchip/megaavr0/interrupt.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/multiplexed_signals.h b/include/picolibrary/microchip/megaavr0/multiplexed_signals.h index 5ba805a..ff9b0ab 100644 --- a/include/picolibrary/microchip/megaavr0/multiplexed_signals.h +++ b/include/picolibrary/microchip/megaavr0/multiplexed_signals.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/multiplexed_signals/spi.h b/include/picolibrary/microchip/megaavr0/multiplexed_signals/spi.h index 6172a51..927a7df 100644 --- a/include/picolibrary/microchip/megaavr0/multiplexed_signals/spi.h +++ b/include/picolibrary/microchip/megaavr0/multiplexed_signals/spi.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/multiplexed_signals/twi.h b/include/picolibrary/microchip/megaavr0/multiplexed_signals/twi.h index 763c2ba..dbc04a0 100644 --- a/include/picolibrary/microchip/megaavr0/multiplexed_signals/twi.h +++ b/include/picolibrary/microchip/megaavr0/multiplexed_signals/twi.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/multiplexed_signals/usart.h b/include/picolibrary/microchip/megaavr0/multiplexed_signals/usart.h index 5b023f1..d6a4243 100644 --- a/include/picolibrary/microchip/megaavr0/multiplexed_signals/usart.h +++ b/include/picolibrary/microchip/megaavr0/multiplexed_signals/usart.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral.h b/include/picolibrary/microchip/megaavr0/peripheral.h index 2781387..0be2d8a 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral.h +++ b/include/picolibrary/microchip/megaavr0/peripheral.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/ac.h b/include/picolibrary/microchip/megaavr0/peripheral/ac.h index 56fc843..0cee75b 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/ac.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/ac.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/adc.h b/include/picolibrary/microchip/megaavr0/peripheral/adc.h index cf800f8..b711ff6 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/adc.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/adc.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/bod.h b/include/picolibrary/microchip/megaavr0/peripheral/bod.h index 077a90b..ba073a2 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/bod.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/bod.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/ccl.h b/include/picolibrary/microchip/megaavr0/peripheral/ccl.h index bbc4d07..7a6a1ff 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/ccl.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/ccl.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/clkctrl.h b/include/picolibrary/microchip/megaavr0/peripheral/clkctrl.h index 93e4fe5..268aaca 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/clkctrl.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/clkctrl.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/cpuint.h b/include/picolibrary/microchip/megaavr0/peripheral/cpuint.h index 6135172..cd5e0e3 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/cpuint.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/cpuint.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/crcscan.h b/include/picolibrary/microchip/megaavr0/peripheral/crcscan.h index 5d67db3..c3af020 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/crcscan.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/crcscan.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/evsys.h b/include/picolibrary/microchip/megaavr0/peripheral/evsys.h index 29c3fe7..239808f 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/evsys.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/evsys.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/fuse.h b/include/picolibrary/microchip/megaavr0/peripheral/fuse.h index 7c4262a..910809b 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/fuse.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/fuse.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/nvmctrl.h b/include/picolibrary/microchip/megaavr0/peripheral/nvmctrl.h index b25bb38..821820c 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/nvmctrl.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/nvmctrl.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/port.h b/include/picolibrary/microchip/megaavr0/peripheral/port.h index bc5ec43..27e2c1f 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/port.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/port.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/portmux.h b/include/picolibrary/microchip/megaavr0/peripheral/portmux.h index fcafc57..73a3908 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/portmux.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/portmux.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/rstctrl.h b/include/picolibrary/microchip/megaavr0/peripheral/rstctrl.h index 567aa94..99400b9 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/rstctrl.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/rstctrl.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/rtc.h b/include/picolibrary/microchip/megaavr0/peripheral/rtc.h index 73a0559..30a0af3 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/rtc.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/rtc.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/sigrow.h b/include/picolibrary/microchip/megaavr0/peripheral/sigrow.h index 34aa0ed..796647c 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/sigrow.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/sigrow.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/slpctrl.h b/include/picolibrary/microchip/megaavr0/peripheral/slpctrl.h index fb8242c..53824b4 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/slpctrl.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/slpctrl.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/spi.h b/include/picolibrary/microchip/megaavr0/peripheral/spi.h index 919fe49..9df5cce 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/spi.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/spi.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/syscfg.h b/include/picolibrary/microchip/megaavr0/peripheral/syscfg.h index f9cce04..ed3097c 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/syscfg.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/syscfg.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/tca.h b/include/picolibrary/microchip/megaavr0/peripheral/tca.h index 65c8dfd..e971cdc 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/tca.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/tca.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/tcb.h b/include/picolibrary/microchip/megaavr0/peripheral/tcb.h index 17a1cfe..b3df3b0 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/tcb.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/tcb.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/twi.h b/include/picolibrary/microchip/megaavr0/peripheral/twi.h index abb3ed8..9d8e1d6 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/twi.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/twi.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/usart.h b/include/picolibrary/microchip/megaavr0/peripheral/usart.h index 97e025b..26c0765 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/usart.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/usart.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/userrow.h b/include/picolibrary/microchip/megaavr0/peripheral/userrow.h index 2987254..3705432 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/userrow.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/userrow.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/vport.h b/include/picolibrary/microchip/megaavr0/peripheral/vport.h index 9b43585..8306bdf 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/vport.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/vport.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/vref.h b/include/picolibrary/microchip/megaavr0/peripheral/vref.h index 3ef2cd1..918f6c3 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/vref.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/vref.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/peripheral/wdt.h b/include/picolibrary/microchip/megaavr0/peripheral/wdt.h index 3ff0e5f..28f77b3 100644 --- a/include/picolibrary/microchip/megaavr0/peripheral/wdt.h +++ b/include/picolibrary/microchip/megaavr0/peripheral/wdt.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/register.h b/include/picolibrary/microchip/megaavr0/register.h index c4e0c7f..4badeb4 100644 --- a/include/picolibrary/microchip/megaavr0/register.h +++ b/include/picolibrary/microchip/megaavr0/register.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/reset.h b/include/picolibrary/microchip/megaavr0/reset.h index 00a00da..3457fcd 100644 --- a/include/picolibrary/microchip/megaavr0/reset.h +++ b/include/picolibrary/microchip/megaavr0/reset.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/spi.h b/include/picolibrary/microchip/megaavr0/spi.h index a95b631..3059be6 100644 --- a/include/picolibrary/microchip/megaavr0/spi.h +++ b/include/picolibrary/microchip/megaavr0/spi.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/version.h b/include/picolibrary/microchip/megaavr0/version.h index 05e654b..adf13c3 100644 --- a/include/picolibrary/microchip/megaavr0/version.h +++ b/include/picolibrary/microchip/megaavr0/version.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/microchip/megaavr0/watchdog_timer.h b/include/picolibrary/microchip/megaavr0/watchdog_timer.h index ba1093b..246b312 100644 --- a/include/picolibrary/microchip/megaavr0/watchdog_timer.h +++ b/include/picolibrary/microchip/megaavr0/watchdog_timer.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/testing/interactive/microchip/megaavr0.h b/include/picolibrary/testing/interactive/microchip/megaavr0.h index c41380b..83d7977 100644 --- a/include/picolibrary/testing/interactive/microchip/megaavr0.h +++ b/include/picolibrary/testing/interactive/microchip/megaavr0.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/testing/interactive/microchip/megaavr0/clock.h b/include/picolibrary/testing/interactive/microchip/megaavr0/clock.h index 379c35d..58132b8 100644 --- a/include/picolibrary/testing/interactive/microchip/megaavr0/clock.h +++ b/include/picolibrary/testing/interactive/microchip/megaavr0/clock.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/testing/interactive/microchip/megaavr0/device_info.h b/include/picolibrary/testing/interactive/microchip/megaavr0/device_info.h index 53ccddb..17253d4 100644 --- a/include/picolibrary/testing/interactive/microchip/megaavr0/device_info.h +++ b/include/picolibrary/testing/interactive/microchip/megaavr0/device_info.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/include/picolibrary/testing/interactive/microchip/megaavr0/log.h b/include/picolibrary/testing/interactive/microchip/megaavr0/log.h index 688d147..d5aa5cf 100644 --- a/include/picolibrary/testing/interactive/microchip/megaavr0/log.h +++ b/include/picolibrary/testing/interactive/microchip/megaavr0/log.h @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index c7e6651..41981b6 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0.cc b/source/picolibrary/microchip/megaavr0.cc index f57e7fe..d742670 100644 --- a/source/picolibrary/microchip/megaavr0.cc +++ b/source/picolibrary/microchip/megaavr0.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/asynchronous_serial.cc b/source/picolibrary/microchip/megaavr0/asynchronous_serial.cc index e2b0fd4..9a6a3c0 100644 --- a/source/picolibrary/microchip/megaavr0/asynchronous_serial.cc +++ b/source/picolibrary/microchip/megaavr0/asynchronous_serial.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/clock.cc b/source/picolibrary/microchip/megaavr0/clock.cc index dcb358f..e834d50 100644 --- a/source/picolibrary/microchip/megaavr0/clock.cc +++ b/source/picolibrary/microchip/megaavr0/clock.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/device_info.cc b/source/picolibrary/microchip/megaavr0/device_info.cc index 4bfef06..7b3f466 100644 --- a/source/picolibrary/microchip/megaavr0/device_info.cc +++ b/source/picolibrary/microchip/megaavr0/device_info.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/gpio.cc b/source/picolibrary/microchip/megaavr0/gpio.cc index dce4080..614741b 100644 --- a/source/picolibrary/microchip/megaavr0/gpio.cc +++ b/source/picolibrary/microchip/megaavr0/gpio.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/i2c.cc b/source/picolibrary/microchip/megaavr0/i2c.cc index 568cdb1..8f3d26b 100644 --- a/source/picolibrary/microchip/megaavr0/i2c.cc +++ b/source/picolibrary/microchip/megaavr0/i2c.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/interrupt.cc b/source/picolibrary/microchip/megaavr0/interrupt.cc index ee5805e..731d522 100644 --- a/source/picolibrary/microchip/megaavr0/interrupt.cc +++ b/source/picolibrary/microchip/megaavr0/interrupt.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/multiplexed_signals.cc b/source/picolibrary/microchip/megaavr0/multiplexed_signals.cc index 2b3e5ea..5c133d2 100644 --- a/source/picolibrary/microchip/megaavr0/multiplexed_signals.cc +++ b/source/picolibrary/microchip/megaavr0/multiplexed_signals.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/multiplexed_signals/spi.cc b/source/picolibrary/microchip/megaavr0/multiplexed_signals/spi.cc index 644d339..18c334d 100644 --- a/source/picolibrary/microchip/megaavr0/multiplexed_signals/spi.cc +++ b/source/picolibrary/microchip/megaavr0/multiplexed_signals/spi.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/multiplexed_signals/twi.cc b/source/picolibrary/microchip/megaavr0/multiplexed_signals/twi.cc index 6aa8581..8bed7c2 100644 --- a/source/picolibrary/microchip/megaavr0/multiplexed_signals/twi.cc +++ b/source/picolibrary/microchip/megaavr0/multiplexed_signals/twi.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/multiplexed_signals/usart.cc b/source/picolibrary/microchip/megaavr0/multiplexed_signals/usart.cc index 5022dee..c957c98 100644 --- a/source/picolibrary/microchip/megaavr0/multiplexed_signals/usart.cc +++ b/source/picolibrary/microchip/megaavr0/multiplexed_signals/usart.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral.cc b/source/picolibrary/microchip/megaavr0/peripheral.cc index 1eb2c69..dc3fd54 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/ac.cc b/source/picolibrary/microchip/megaavr0/peripheral/ac.cc index dfc2bf6..4791063 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/ac.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/ac.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/adc.cc b/source/picolibrary/microchip/megaavr0/peripheral/adc.cc index 36a398f..46827ba 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/adc.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/adc.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/bod.cc b/source/picolibrary/microchip/megaavr0/peripheral/bod.cc index a5f1dc4..c6094a8 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/bod.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/bod.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/ccl.cc b/source/picolibrary/microchip/megaavr0/peripheral/ccl.cc index b7c9957..ce571c0 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/ccl.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/ccl.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/clkctrl.cc b/source/picolibrary/microchip/megaavr0/peripheral/clkctrl.cc index fa923de..5779179 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/clkctrl.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/clkctrl.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/cpuint.cc b/source/picolibrary/microchip/megaavr0/peripheral/cpuint.cc index 2f43d05..92a3afa 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/cpuint.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/cpuint.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/crcscan.cc b/source/picolibrary/microchip/megaavr0/peripheral/crcscan.cc index f49e6e0..e71ef8c 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/crcscan.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/crcscan.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/evsys.cc b/source/picolibrary/microchip/megaavr0/peripheral/evsys.cc index bb014fc..87522b0 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/evsys.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/evsys.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/fuse.cc b/source/picolibrary/microchip/megaavr0/peripheral/fuse.cc index 50eb784..0537dab 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/fuse.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/fuse.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/nvmctrl.cc b/source/picolibrary/microchip/megaavr0/peripheral/nvmctrl.cc index a68be47..fe3a283 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/nvmctrl.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/nvmctrl.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/port.cc b/source/picolibrary/microchip/megaavr0/peripheral/port.cc index d2e83d5..892a818 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/port.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/port.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/portmux.cc b/source/picolibrary/microchip/megaavr0/peripheral/portmux.cc index 7dffe16..c9c6e99 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/portmux.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/portmux.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/rstctrl.cc b/source/picolibrary/microchip/megaavr0/peripheral/rstctrl.cc index ea5834b..3b4ec12 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/rstctrl.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/rstctrl.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/rtc.cc b/source/picolibrary/microchip/megaavr0/peripheral/rtc.cc index 86c689a..80f7459 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/rtc.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/rtc.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/sigrow.cc b/source/picolibrary/microchip/megaavr0/peripheral/sigrow.cc index c1d3b81..da07cd1 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/sigrow.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/sigrow.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/slpctrl.cc b/source/picolibrary/microchip/megaavr0/peripheral/slpctrl.cc index 0111c84..df5c963 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/slpctrl.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/slpctrl.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/spi.cc b/source/picolibrary/microchip/megaavr0/peripheral/spi.cc index 14f7a2c..6ced122 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/spi.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/spi.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/syscfg.cc b/source/picolibrary/microchip/megaavr0/peripheral/syscfg.cc index d0340ec..3116136 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/syscfg.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/syscfg.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/tca.cc b/source/picolibrary/microchip/megaavr0/peripheral/tca.cc index 8da9bb1..9f03cad 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/tca.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/tca.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/tcb.cc b/source/picolibrary/microchip/megaavr0/peripheral/tcb.cc index 5568094..57fce30 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/tcb.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/tcb.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/twi.cc b/source/picolibrary/microchip/megaavr0/peripheral/twi.cc index 44ab9de..e98430b 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/twi.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/twi.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/usart.cc b/source/picolibrary/microchip/megaavr0/peripheral/usart.cc index 990529a..c3e3a23 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/usart.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/usart.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/userrow.cc b/source/picolibrary/microchip/megaavr0/peripheral/userrow.cc index 0c6ba11..9217923 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/userrow.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/userrow.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/vport.cc b/source/picolibrary/microchip/megaavr0/peripheral/vport.cc index e3c4126..90ffc94 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/vport.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/vport.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/vref.cc b/source/picolibrary/microchip/megaavr0/peripheral/vref.cc index f859a38..1f2eed4 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/vref.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/vref.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/peripheral/wdt.cc b/source/picolibrary/microchip/megaavr0/peripheral/wdt.cc index 6fadd25..5a69d09 100644 --- a/source/picolibrary/microchip/megaavr0/peripheral/wdt.cc +++ b/source/picolibrary/microchip/megaavr0/peripheral/wdt.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/register.cc b/source/picolibrary/microchip/megaavr0/register.cc index 046c262..77ace11 100644 --- a/source/picolibrary/microchip/megaavr0/register.cc +++ b/source/picolibrary/microchip/megaavr0/register.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/reset.cc b/source/picolibrary/microchip/megaavr0/reset.cc index 25a2550..327c2d4 100644 --- a/source/picolibrary/microchip/megaavr0/reset.cc +++ b/source/picolibrary/microchip/megaavr0/reset.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/spi.cc b/source/picolibrary/microchip/megaavr0/spi.cc index 89b035a..1b2ba2d 100644 --- a/source/picolibrary/microchip/megaavr0/spi.cc +++ b/source/picolibrary/microchip/megaavr0/spi.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/version.cc.in b/source/picolibrary/microchip/megaavr0/version.cc.in index d3b9538..2d0d4fe 100644 --- a/source/picolibrary/microchip/megaavr0/version.cc.in +++ b/source/picolibrary/microchip/megaavr0/version.cc.in @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/microchip/megaavr0/watchdog_timer.cc b/source/picolibrary/microchip/megaavr0/watchdog_timer.cc index 3ae3e3f..d2f5a6b 100644 --- a/source/picolibrary/microchip/megaavr0/watchdog_timer.cc +++ b/source/picolibrary/microchip/megaavr0/watchdog_timer.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/testing/interactive/microchip/megaavr0.cc b/source/picolibrary/testing/interactive/microchip/megaavr0.cc index 88f073a..994a619 100644 --- a/source/picolibrary/testing/interactive/microchip/megaavr0.cc +++ b/source/picolibrary/testing/interactive/microchip/megaavr0.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/testing/interactive/microchip/megaavr0/clock.cc b/source/picolibrary/testing/interactive/microchip/megaavr0/clock.cc index 597a7f3..7491ffc 100644 --- a/source/picolibrary/testing/interactive/microchip/megaavr0/clock.cc +++ b/source/picolibrary/testing/interactive/microchip/megaavr0/clock.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/testing/interactive/microchip/megaavr0/device_info.cc b/source/picolibrary/testing/interactive/microchip/megaavr0/device_info.cc index ce6a3f9..748391a 100644 --- a/source/picolibrary/testing/interactive/microchip/megaavr0/device_info.cc +++ b/source/picolibrary/testing/interactive/microchip/megaavr0/device_info.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/testing/interactive/microchip/megaavr0/fatal_error.cc b/source/picolibrary/testing/interactive/microchip/megaavr0/fatal_error.cc index 994313e..960c154 100644 --- a/source/picolibrary/testing/interactive/microchip/megaavr0/fatal_error.cc +++ b/source/picolibrary/testing/interactive/microchip/megaavr0/fatal_error.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/source/picolibrary/testing/interactive/microchip/megaavr0/log.cc b/source/picolibrary/testing/interactive/microchip/megaavr0/log.cc index efce69c..ec0416d 100644 --- a/source/picolibrary/testing/interactive/microchip/megaavr0/log.cc +++ b/source/picolibrary/testing/interactive/microchip/megaavr0/log.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0f024b7..7f1ddc8 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/CMakeLists.txt b/test/interactive/CMakeLists.txt index bc0c8bd..4d1e02a 100644 --- a/test/interactive/CMakeLists.txt +++ b/test/interactive/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/CMakeLists.txt b/test/interactive/picolibrary/CMakeLists.txt index 20c93ff..4f125d4 100644 --- a/test/interactive/picolibrary/CMakeLists.txt +++ b/test/interactive/picolibrary/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/adafruit/CMakeLists.txt b/test/interactive/picolibrary/adafruit/CMakeLists.txt index f6615de..46d6da3 100644 --- a/test/interactive/picolibrary/adafruit/CMakeLists.txt +++ b/test/interactive/picolibrary/adafruit/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/adafruit/pid781/CMakeLists.txt b/test/interactive/picolibrary/adafruit/pid781/CMakeLists.txt index 424c847..a48f9f5 100644 --- a/test/interactive/picolibrary/adafruit/pid781/CMakeLists.txt +++ b/test/interactive/picolibrary/adafruit/pid781/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/adafruit/pid781/driver/CMakeLists.txt b/test/interactive/picolibrary/adafruit/pid781/driver/CMakeLists.txt index 315638f..eb49015 100644 --- a/test/interactive/picolibrary/adafruit/pid781/driver/CMakeLists.txt +++ b/test/interactive/picolibrary/adafruit/pid781/driver/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/adafruit/pid781/driver/hello_world/CMakeLists.txt b/test/interactive/picolibrary/adafruit/pid781/driver/hello_world/CMakeLists.txt index 96534b6..84c7964 100644 --- a/test/interactive/picolibrary/adafruit/pid781/driver/hello_world/CMakeLists.txt +++ b/test/interactive/picolibrary/adafruit/pid781/driver/hello_world/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/adafruit/pid781/driver/hello_world/main.cc b/test/interactive/picolibrary/adafruit/pid781/driver/hello_world/main.cc index 7eb1bf0..70d0ec9 100644 --- a/test/interactive/picolibrary/adafruit/pid781/driver/hello_world/main.cc +++ b/test/interactive/picolibrary/adafruit/pid781/driver/hello_world/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/asynchronous_serial/CMakeLists.txt b/test/interactive/picolibrary/asynchronous_serial/CMakeLists.txt index ec21e4c..112f65d 100644 --- a/test/interactive/picolibrary/asynchronous_serial/CMakeLists.txt +++ b/test/interactive/picolibrary/asynchronous_serial/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/CMakeLists.txt b/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/CMakeLists.txt index 54a892b..3d11a01 100644 --- a/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/CMakeLists.txt +++ b/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/hello_world/CMakeLists.txt b/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/hello_world/CMakeLists.txt index e7c7b39..8a8f749 100644 --- a/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/hello_world/CMakeLists.txt +++ b/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/hello_world/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/hello_world/main.cc b/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/hello_world/main.cc index ff967d5..c6bc92c 100644 --- a/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/hello_world/main.cc +++ b/test/interactive/picolibrary/asynchronous_serial/reliable_unbuffered_output_stream/hello_world/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/CMakeLists.txt b/test/interactive/picolibrary/microchip/CMakeLists.txt index e144b43..0bbfc15 100644 --- a/test/interactive/picolibrary/microchip/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23008/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23008/CMakeLists.txt index ea28a06..ec0ebf5 100644 --- a/test/interactive/picolibrary/microchip/mcp23008/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23008/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/CMakeLists.txt index ad823f2..d025ed4 100644 --- a/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/state/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/state/CMakeLists.txt index 8328126..09dc2f5 100644 --- a/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/state/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/state/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/state/main.cc b/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/state/main.cc index 3c47838..e161a07 100644 --- a/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/state/main.cc +++ b/test/interactive/picolibrary/microchip/mcp23008/internally_pulled_up_input_pin/state/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/CMakeLists.txt index 86abbe7..0d28f30 100644 --- a/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/toggle/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/toggle/CMakeLists.txt index bff1ce4..c4a78ac 100644 --- a/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/toggle/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/toggle/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/toggle/main.cc b/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/toggle/main.cc index 08576c2..8a9711c 100644 --- a/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/toggle/main.cc +++ b/test/interactive/picolibrary/microchip/mcp23008/open_drain_io_pin/toggle/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/CMakeLists.txt index 7a19b16..76b5d86 100644 --- a/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/toggle/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/toggle/CMakeLists.txt index 757ade5..bcd82eb 100644 --- a/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/toggle/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/toggle/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/toggle/main.cc b/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/toggle/main.cc index c39c384..c22ff6d 100644 --- a/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/toggle/main.cc +++ b/test/interactive/picolibrary/microchip/mcp23008/push_pull_io_pin/toggle/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23s08/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23s08/CMakeLists.txt index b5aa077..cf99f56 100644 --- a/test/interactive/picolibrary/microchip/mcp23s08/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23s08/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/CMakeLists.txt index d6d1571..bacfcbe 100644 --- a/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/state/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/state/CMakeLists.txt index c0e05b2..81db430 100644 --- a/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/state/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/state/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/state/main.cc b/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/state/main.cc index ccc4f2a..9b2b1bc 100644 --- a/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/state/main.cc +++ b/test/interactive/picolibrary/microchip/mcp23s08/internally_pulled_up_input_pin/state/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/CMakeLists.txt index ac62e66..3144e6a 100644 --- a/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/toggle/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/toggle/CMakeLists.txt index 1ebf9ff..abdb9be 100644 --- a/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/toggle/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/toggle/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/toggle/main.cc b/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/toggle/main.cc index e827d7c..6bdedde 100644 --- a/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/toggle/main.cc +++ b/test/interactive/picolibrary/microchip/mcp23s08/open_drain_io_pin/toggle/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/CMakeLists.txt index 0e6d213..e19bf3d 100644 --- a/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/toggle/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/toggle/CMakeLists.txt index 6789136..33d542d 100644 --- a/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/toggle/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/toggle/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/toggle/main.cc b/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/toggle/main.cc index df32ed7..6100c8a 100644 --- a/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/toggle/main.cc +++ b/test/interactive/picolibrary/microchip/mcp23s08/push_pull_io_pin/toggle/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp3008/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp3008/CMakeLists.txt index b1b84bc..b850689 100644 --- a/test/interactive/picolibrary/microchip/mcp3008/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp3008/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/CMakeLists.txt index b519fd0..ee2b748 100644 --- a/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/sample/CMakeLists.txt b/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/sample/CMakeLists.txt index aa9d751..3ab98a7 100644 --- a/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/sample/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/sample/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/sample/main.cc b/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/sample/main.cc index 6539eb1..f3fcad9 100644 --- a/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/sample/main.cc +++ b/test/interactive/picolibrary/microchip/mcp3008/blocking_single_sample_converter/sample/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/CMakeLists.txt index 015f46c..bfa0d5f 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/CMakeLists.txt index b9eea67..2825798 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/CMakeLists.txt index 17c45e5..051c535 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/hello_world/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/hello_world/CMakeLists.txt index 8641049..5e13064 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/hello_world/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/hello_world/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/hello_world/main.cc b/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/hello_world/main.cc index ad67b69..7d40c31 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/hello_world/main.cc +++ b/test/interactive/picolibrary/microchip/megaavr0/asynchronous_serial/transmitter/hello_world/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/device_info/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/device_info/CMakeLists.txt index 1a32ccd..4bc2b8e 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/device_info/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/device_info/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/device_info/print/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/device_info/print/CMakeLists.txt index 78b4655..526207b 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/device_info/print/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/device_info/print/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/device_info/print/main.cc b/test/interactive/picolibrary/microchip/megaavr0/device_info/print/main.cc index e727ab6..cb642d6 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/device_info/print/main.cc +++ b/test/interactive/picolibrary/microchip/megaavr0/device_info/print/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/gpio/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/gpio/CMakeLists.txt index a9d6e7a..7ef9ecf 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/gpio/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/gpio/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/CMakeLists.txt index 530fd8e..0916401 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/state/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/state/CMakeLists.txt index 698a4ba..a703af1 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/state/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/state/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/state/main.cc b/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/state/main.cc index 3680a1d..4fd4777 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/state/main.cc +++ b/test/interactive/picolibrary/microchip/megaavr0/gpio/input_pin/state/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/CMakeLists.txt index d0d5d96..4b991d1 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/state/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/state/CMakeLists.txt index 50e6e73..fdfd324 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/state/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/state/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/state/main.cc b/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/state/main.cc index 3c2e596..15de47a 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/state/main.cc +++ b/test/interactive/picolibrary/microchip/megaavr0/gpio/internally_pulled_up_input_pin/state/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/CMakeLists.txt index 7c32ef4..f7ccc21 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/toggle/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/toggle/CMakeLists.txt index 97e0537..7930c19 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/toggle/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/toggle/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/toggle/main.cc b/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/toggle/main.cc index 46ea5fb..067b742 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/toggle/main.cc +++ b/test/interactive/picolibrary/microchip/megaavr0/gpio/open_drain_io_pin/toggle/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/CMakeLists.txt index 720c7d5..a251fe2 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/toggle/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/toggle/CMakeLists.txt index ccbfc61..90922bd 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/toggle/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/toggle/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/toggle/main.cc b/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/toggle/main.cc index 938b7ad..6f87554 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/toggle/main.cc +++ b/test/interactive/picolibrary/microchip/megaavr0/gpio/push_pull_io_pin/toggle/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/i2c/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/i2c/CMakeLists.txt index 728bc36..e051f5f 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/i2c/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/i2c/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/CMakeLists.txt index 572820c..b9b203c 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/scan/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/scan/CMakeLists.txt index 65bd93c..3043475 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/scan/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/scan/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/scan/main.cc b/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/scan/main.cc index 247cb55..49adcf8 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/scan/main.cc +++ b/test/interactive/picolibrary/microchip/megaavr0/i2c/controller/scan/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/spi/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/spi/CMakeLists.txt index 7039968..a2a6485 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/spi/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/spi/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/CMakeLists.txt index 1ad84dc..f3d74a6 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/echo/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/echo/CMakeLists.txt index 842b95a..fef2755 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/echo/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/echo/main.cc b/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/echo/main.cc index 770a8a1..eea6e80 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/echo/main.cc +++ b/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-spi/echo/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/CMakeLists.txt index 797462e..3de8474 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/echo/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/echo/CMakeLists.txt index f386025..87e6c96 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/echo/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/echo/main.cc b/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/echo/main.cc index 3b789c4..ea568aa 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/echo/main.cc +++ b/test/interactive/picolibrary/microchip/megaavr0/spi/fixed_configuration_controller-usart/echo/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/CMakeLists.txt index defccfb..1fee963 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/echo/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/echo/CMakeLists.txt index a76c8b2..2daa2ac 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/echo/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/echo/main.cc b/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/echo/main.cc index f22e6d6..09412e7 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/echo/main.cc +++ b/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-spi/echo/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/CMakeLists.txt index ef468e3..d299551 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/echo/CMakeLists.txt b/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/echo/CMakeLists.txt index 809bd12..ba5445e 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/echo/CMakeLists.txt +++ b/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/echo/main.cc b/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/echo/main.cc index f968218..352ce0a 100644 --- a/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/echo/main.cc +++ b/test/interactive/picolibrary/microchip/megaavr0/spi/variable_configuration_controller-usart/echo/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/texas_instruments/CMakeLists.txt b/test/interactive/picolibrary/texas_instruments/CMakeLists.txt index b09c444..080871a 100644 --- a/test/interactive/picolibrary/texas_instruments/CMakeLists.txt +++ b/test/interactive/picolibrary/texas_instruments/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/texas_instruments/tca9548a/CMakeLists.txt b/test/interactive/picolibrary/texas_instruments/tca9548a/CMakeLists.txt index 5926911..640d369 100644 --- a/test/interactive/picolibrary/texas_instruments/tca9548a/CMakeLists.txt +++ b/test/interactive/picolibrary/texas_instruments/tca9548a/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/texas_instruments/tca9548a/driver/CMakeLists.txt b/test/interactive/picolibrary/texas_instruments/tca9548a/driver/CMakeLists.txt index dfb1072..4581d84 100644 --- a/test/interactive/picolibrary/texas_instruments/tca9548a/driver/CMakeLists.txt +++ b/test/interactive/picolibrary/texas_instruments/tca9548a/driver/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/texas_instruments/tca9548a/driver/scan/CMakeLists.txt b/test/interactive/picolibrary/texas_instruments/tca9548a/driver/scan/CMakeLists.txt index 1509093..431b793 100644 --- a/test/interactive/picolibrary/texas_instruments/tca9548a/driver/scan/CMakeLists.txt +++ b/test/interactive/picolibrary/texas_instruments/tca9548a/driver/scan/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/texas_instruments/tca9548a/driver/scan/main.cc b/test/interactive/picolibrary/texas_instruments/tca9548a/driver/scan/main.cc index 69673e5..0245aa7 100644 --- a/test/interactive/picolibrary/texas_instruments/tca9548a/driver/scan/main.cc +++ b/test/interactive/picolibrary/texas_instruments/tca9548a/driver/scan/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/CMakeLists.txt b/test/interactive/picolibrary/wiznet/CMakeLists.txt index ecd37b0..a29af1f 100644 --- a/test/interactive/picolibrary/wiznet/CMakeLists.txt +++ b/test/interactive/picolibrary/wiznet/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/CMakeLists.txt b/test/interactive/picolibrary/wiznet/w5500/CMakeLists.txt index 4cf1a7d..34725e6 100644 --- a/test/interactive/picolibrary/wiznet/w5500/CMakeLists.txt +++ b/test/interactive/picolibrary/wiznet/w5500/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/CMakeLists.txt b/test/interactive/picolibrary/wiznet/w5500/ip/CMakeLists.txt index 64b4bff..8427774 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/CMakeLists.txt +++ b/test/interactive/picolibrary/wiznet/w5500/ip/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/CMakeLists.txt b/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/CMakeLists.txt index 02bc235..256b448 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/CMakeLists.txt +++ b/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/ping/CMakeLists.txt b/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/ping/CMakeLists.txt index 804cd28..d69720a 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/ping/CMakeLists.txt +++ b/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/ping/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/ping/main.cc b/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/ping/main.cc index 43f2d12..4533b74 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/ping/main.cc +++ b/test/interactive/picolibrary/wiznet/w5500/ip/network_stack/ping/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/CMakeLists.txt b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/CMakeLists.txt index 161f045..12ccada 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/CMakeLists.txt +++ b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/CMakeLists.txt b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/CMakeLists.txt index 12d7cbd..de45e55 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/CMakeLists.txt +++ b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/echo/CMakeLists.txt b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/echo/CMakeLists.txt index 2d94d6e..8d7c3af 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/echo/CMakeLists.txt +++ b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/echo/main.cc b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/echo/main.cc index fc60eef..ffaa28f 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/echo/main.cc +++ b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/client/echo/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/CMakeLists.txt b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/CMakeLists.txt index c4aaa30..6deb2bb 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/CMakeLists.txt +++ b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/echo/CMakeLists.txt b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/echo/CMakeLists.txt index a1d6bbc..8754ec9 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/echo/CMakeLists.txt +++ b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/echo/main.cc b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/echo/main.cc index 42f13af..acea9af 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/echo/main.cc +++ b/test/interactive/picolibrary/wiznet/w5500/ip/tcp/server/echo/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/udp/CMakeLists.txt b/test/interactive/picolibrary/wiznet/w5500/ip/udp/CMakeLists.txt index 11ae0ec..3032726 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/udp/CMakeLists.txt +++ b/test/interactive/picolibrary/wiznet/w5500/ip/udp/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/CMakeLists.txt b/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/CMakeLists.txt index 67ae3ab..b1151dc 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/CMakeLists.txt +++ b/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/echo/CMakeLists.txt b/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/echo/CMakeLists.txt index 95a20b1..6d968da 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/echo/CMakeLists.txt +++ b/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/echo/CMakeLists.txt @@ -1,6 +1,6 @@ # picolibrary-microchip-megaavr0 # -# Copyright 2021-2023, Andrew Countryman and the +# Copyright 2021-2024, Andrew Countryman and the # picolibrary-microchip-megaavr0 contributors # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this diff --git a/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/echo/main.cc b/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/echo/main.cc index 8f68fa3..cfb4546 100644 --- a/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/echo/main.cc +++ b/test/interactive/picolibrary/wiznet/w5500/ip/udp/socket/echo/main.cc @@ -1,7 +1,7 @@ /** * picolibrary-microchip-megaavr0 * - * Copyright 2021-2023, Andrew Countryman and the + * Copyright 2021-2024, Andrew Countryman and the * picolibrary-microchip-megaavr0 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this