Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates copyright year references from 2025 to 2026 across numerous files in the wolfSSL repository. The changes are limited to comment headers and do not affect any functional code.
Changes:
- Updated copyright year from 2025 to 2026 in file headers
- Applied updates across examples, IDE configurations, and build scripts
- One file includes additional corrections to product name and license version references
Reviewed changes
Copilot reviewed 300 out of 1166 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| examples/configs/user_settings_EBSnet.h | Updated copyright year to 2026 |
| examples/client/client.h | Updated copyright year to 2026 |
| examples/client/client.c | Updated copyright year to 2026 |
| examples/benchmark/tls_bench.h | Updated copyright year to 2026 |
| examples/benchmark/tls_bench.c | Updated copyright year to 2026 |
| examples/async/async_tls.h | Updated copyright year to 2026 |
| examples/async/async_tls.c | Updated copyright year to 2026 |
| examples/async/async_server.c | Updated copyright year to 2026 |
| examples/async/async_client.c | Updated copyright year to 2026 |
| examples/asn1/oid_names.h | Updated copyright year to 2026 |
| examples/asn1/gen_oid_names.rb | Updated copyright year in generated output to 2026 |
| examples/asn1/asn1.c | Updated copyright year to 2026 |
| cmake/options.h.in | Updated copyright year to 2026 |
| bsdkm/x86_vecreg.c | Updated copyright year to 2026 |
| bsdkm/wolfkmod.c | Updated copyright year to 2026 |
| bsdkm/bsdkm_wc_port.h | Updated copyright year to 2026 |
| RTOS/nuttx/wolfssl/Makefile | Updated copyright year to 2026 |
| RTOS/nuttx/wolfssl/Make.defs | Updated copyright year to 2026 |
| IDE/mynewt/crypto.wolfssl.pkg.yml | Updated copyright year to 2026 |
| IDE/mynewt/apps.wolfcrypttest.pkg.yml | Updated copyright year to 2026 |
| IDE/iotsafe/* | Updated copyright year to 2026 across multiple files |
| IDE/iotsafe-raspberrypi/* | Updated copyright year to 2026 |
| IDE/apple-universal/* | Updated copyright year to 2026 across multiple files |
| IDE/XilinxSDK/* | Updated copyright year to 2026 |
| IDE/XCODE/* | Updated copyright year to 2026 across multiple files |
| IDE/XCODE-FIPSv*/* | Updated copyright year to 2026 across multiple versions |
| IDE/WINCE/user_settings.h | Updated copyright year to 2026 and license version from 2 to 3 |
| IDE/WINCE/user_settings.h.140-2-deprecated | Updated copyright year to 2026 |
| IDE/WICED-STUDIO/user_settings.h | Updated copyright year to 2026 |
| IDE/VisualDSP/* | Updated copyright year to 2026 |
| IDE/VS-AZURE-SPHERE/* | Updated copyright year to 2026 across multiple files |
| IDE/SimplicityStudio/* | Updated copyright year to 2026 |
| IDE/STM32Cube/* | Updated copyright year to 2026 |
| IDE/STARCORE/* | Updated copyright year to 2026 |
| IDE/Renesas/e2studio/* | Updated copyright year to 2026 across numerous files |
| IDE/Renesas/e2studio/RZN2L/test/src/local_system_init.c | Updated copyright year to 2026 and corrected product references from wolfBoot to wolfSSL |
| IDE/Renesas/cs+/* | Updated copyright year to 2026 across multiple files |
| IDE/ROWLEY-CROSSWORKS-ARM/* | Updated copyright year to 2026 |
| IDE/RISCV/SIFIVE-HIFIVE1/* | Updated copyright year to 2026 |
| IDE/QNX/* | Updated copyright year to 2026 |
| IDE/PlatformIO/* | Updated copyright year to 2026 |
| IDE/NETOS/* | Updated copyright year to 2026 |
| IDE/MYSQL/* | Updated copyright year to 2026 |
| IDE/MSVS-2019-AZSPHERE/* | Updated copyright year to 2026 across multiple files |
| IDE/MQX/* | Updated copyright year to 2026 |
| IDE/MPLABX16/main.c | Updated copyright year to 2026 |
| IDE/MDK5-ARM/* | Updated copyright year to 2026 across multiple files |
| IDE/MDK-ARM/* | Updated copyright year to 2026 across multiple files |
| IDE/MCUEXPRESSO/* | Updated copyright year to 2026 |
| IDE/M68K/* | Updated copyright year to 2026 |
| IDE/LPCXPRESSO/* | Updated copyright year to 2026 |
| IDE/Infineon/user_settings.h | Updated copyright year to 2026 |
| IDE/IAR-MSP430/* | Updated copyright year to 2026 |
| IDE/IAR-EWARM/* | Updated copyright year to 2026 |
| IDE/HEXAGON/* | Updated copyright year to 2026 |
| IDE/GCC-ARM/* | Updated copyright year to 2026 |
| IDE/Espressif/ESP-IDF/* | Updated copyright year to 2026 across numerous files |
| IDE/Espressif/ESP-IDF/libs/component.mk | Updated copyright year to 2026 and added an extra comment line |
| IDE/ECLIPSE/* | Updated copyright year to 2026 across multiple files |
| IDE/CRYPTOCELL/* | Updated copyright year to 2026 |
| IDE/AURIX/* | Updated copyright year to 2026 |
| IDE/ARDUINO/* | Updated copyright year to 2026 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 300 out of 1166 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dgarske
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR should only be updating the years listed in comments. I used the updated script to handle Ada comments.
And makes one adjustment to IDE/ESP-IDF/libs/component.mk for making the comment at the top of the file match the expected pattern.