Browse Source

Merge pull request #3805 from JacobBarthelmeh/copyright

update copyright date to 2021
toddouska 3 years ago
parent
commit
3ac03d3d66
100 changed files with 120 additions and 110 deletions
  1. 1 1
      IDE/ARDUINO/sketches/wolfssl_client/wolfssl_client.ino
  2. 1 1
      IDE/ARDUINO/sketches/wolfssl_server/wolfssl_server.ino
  3. 2 1
      IDE/CRYPTOCELL/main.c
  4. 1 1
      IDE/CRYPTOCELL/user_settings.h
  5. 1 1
      IDE/ECLIPSE/DEOS/deos_malloc.c
  6. 1 1
      IDE/ECLIPSE/DEOS/tls_wolfssl.c
  7. 1 1
      IDE/ECLIPSE/DEOS/tls_wolfssl.h
  8. 1 1
      IDE/ECLIPSE/DEOS/user_settings.h
  9. 1 1
      IDE/ECLIPSE/MICRIUM/client_wolfssl.c
  10. 1 1
      IDE/ECLIPSE/MICRIUM/client_wolfssl.h
  11. 1 1
      IDE/ECLIPSE/MICRIUM/server_wolfssl.c
  12. 1 1
      IDE/ECLIPSE/MICRIUM/server_wolfssl.h
  13. 1 1
      IDE/ECLIPSE/MICRIUM/user_settings.h
  14. 1 1
      IDE/ECLIPSE/MICRIUM/wolfsslRunTests.c
  15. 1 1
      IDE/ECLIPSE/RTTHREAD/user_settings.h
  16. 1 1
      IDE/ECLIPSE/RTTHREAD/wolfssl_test.c
  17. 1 1
      IDE/Espressif/ESP-IDF/dummy_config_h
  18. 1 1
      IDE/Espressif/ESP-IDF/examples/wolfssl_benchmark/main/helper.c
  19. 1 1
      IDE/Espressif/ESP-IDF/examples/wolfssl_client/main/client-tls.c
  20. 1 1
      IDE/Espressif/ESP-IDF/examples/wolfssl_client/main/include/wifi_connect.h
  21. 1 1
      IDE/Espressif/ESP-IDF/examples/wolfssl_client/main/wifi_connect.c
  22. 1 1
      IDE/Espressif/ESP-IDF/examples/wolfssl_server/main/include/wifi_connect.h
  23. 1 1
      IDE/Espressif/ESP-IDF/examples/wolfssl_server/main/server-tls.c
  24. 1 1
      IDE/Espressif/ESP-IDF/examples/wolfssl_server/main/wifi_connect.c
  25. 1 1
      IDE/Espressif/ESP-IDF/user_settings.h
  26. 1 1
      IDE/GCC-ARM/Header/user_settings.h
  27. 1 1
      IDE/GCC-ARM/Source/armtarget.c
  28. 1 1
      IDE/GCC-ARM/Source/benchmark_main.c
  29. 1 1
      IDE/GCC-ARM/Source/test_main.c
  30. 1 1
      IDE/GCC-ARM/Source/tls_client.c
  31. 1 1
      IDE/GCC-ARM/Source/wolf_main.c
  32. 2 1
      IDE/HEXAGON/DSP/Makefile
  33. 2 1
      IDE/HEXAGON/Makefile
  34. 1 1
      IDE/HEXAGON/ecc-verify-benchmark.c
  35. 1 1
      IDE/HEXAGON/ecc-verify.c
  36. 1 1
      IDE/IAR-EWARM/Projects/benchmark/benchmark-main.c
  37. 1 1
      IDE/IAR-EWARM/Projects/benchmark/current_time.c
  38. 1 1
      IDE/IAR-EWARM/Projects/common/minimum-startup.c
  39. 1 1
      IDE/IAR-EWARM/Projects/test/test-main.c
  40. 1 1
      IDE/LPCXPRESSO/lib_wolfssl/lpc_18xx_port.c
  41. 1 1
      IDE/LPCXPRESSO/wolf_example/src/lpc_18xx_startup.c
  42. 1 1
      IDE/M68K/benchmark/main.cpp
  43. 1 1
      IDE/M68K/testwolfcrypt/main.cpp
  44. 1 1
      IDE/MDK-ARM/LPC43xx/time-LCP43xx.c
  45. 1 1
      IDE/MDK-ARM/MDK-ARM/wolfSSL/cert_data.c
  46. 1 1
      IDE/MDK-ARM/MDK-ARM/wolfSSL/config-BARE-METAL.h
  47. 1 1
      IDE/MDK-ARM/MDK-ARM/wolfSSL/config-FS.h
  48. 1 1
      IDE/MDK-ARM/MDK-ARM/wolfSSL/config-RTX-TCP-FS.h
  49. 1 1
      IDE/MDK-ARM/MDK-ARM/wolfSSL/config.h
  50. 1 1
      IDE/MDK-ARM/MDK-ARM/wolfSSL/main.c
  51. 1 1
      IDE/MDK-ARM/MDK-ARM/wolfSSL/shell.c
  52. 1 1
      IDE/MDK-ARM/MDK-ARM/wolfSSL/time-CortexM3-4.c
  53. 1 1
      IDE/MDK-ARM/MDK-ARM/wolfSSL/time-dummy.c
  54. 1 1
      IDE/MDK-ARM/MDK-ARM/wolfSSL/wolfssl_MDK_ARM.c
  55. 1 1
      IDE/MDK-ARM/MDK-ARM/wolfSSL/wolfssl_MDK_ARM.h
  56. 1 1
      IDE/MDK-ARM/STM32F2xx_StdPeriph_Lib/time-STM32F2xx.c
  57. 1 1
      IDE/MDK5-ARM/Conf/user_settings.h
  58. 1 1
      IDE/MDK5-ARM/Inc/wolfssl_MDK_ARM.h
  59. 1 1
      IDE/MDK5-ARM/Projects/CryptBenchmark/RTE/wolfSSL/user_settings.h
  60. 1 1
      IDE/MDK5-ARM/Projects/CryptBenchmark/main.c
  61. 1 1
      IDE/MDK5-ARM/Projects/CryptTest/RTE/wolfSSL/user_settings.h
  62. 1 1
      IDE/MDK5-ARM/Projects/CryptTest/main.c
  63. 1 1
      IDE/MDK5-ARM/Projects/EchoClient/RTE/wolfSSL/user_settings.h
  64. 1 1
      IDE/MDK5-ARM/Projects/EchoClient/main.c
  65. 1 1
      IDE/MDK5-ARM/Projects/EchoServer/RTE/wolfSSL/user_settings.h
  66. 1 1
      IDE/MDK5-ARM/Projects/EchoServer/main.c
  67. 1 1
      IDE/MDK5-ARM/Projects/SimpleClient/RTE/wolfSSL/user_settings.h
  68. 1 1
      IDE/MDK5-ARM/Projects/SimpleClient/main.c
  69. 1 1
      IDE/MDK5-ARM/Projects/SimpleServer/RTE/wolfSSL/user_settings.h
  70. 1 1
      IDE/MDK5-ARM/Projects/SimpleServer/main.c
  71. 1 1
      IDE/MDK5-ARM/Projects/wolfSSL-Full/main.c
  72. 1 1
      IDE/MDK5-ARM/Projects/wolfSSL-Full/shell.c
  73. 1 1
      IDE/MDK5-ARM/Projects/wolfSSL-Full/time-CortexM3-4.c
  74. 1 1
      IDE/MDK5-ARM/Projects/wolfSSL-Lib/RTE/wolfSSL/user_settings.h
  75. 1 1
      IDE/MDK5-ARM/Src/ssl-dummy.c
  76. 4 3
      IDE/MQX/client-tls.c
  77. 4 3
      IDE/MQX/server-tls.c
  78. 2 1
      IDE/MYSQL/CMakeLists_wolfCrypt.txt
  79. 2 1
      IDE/MYSQL/CMakeLists_wolfSSL.txt
  80. 3 3
      IDE/QNX/example-client/client-tls.c
  81. 3 3
      IDE/QNX/example-cmac/cmac-test.c
  82. 3 3
      IDE/QNX/example-server/server-tls.c
  83. 1 1
      IDE/RISCV/SIFIVE-HIFIVE1/main.c
  84. 1 1
      IDE/RISCV/SIFIVE-HIFIVE1/user_settings.h
  85. 1 1
      IDE/ROWLEY-CROSSWORKS-ARM/arm_startup.c
  86. 1 1
      IDE/ROWLEY-CROSSWORKS-ARM/benchmark_main.c
  87. 1 1
      IDE/ROWLEY-CROSSWORKS-ARM/kinetis_hw.c
  88. 1 1
      IDE/ROWLEY-CROSSWORKS-ARM/retarget.c
  89. 1 1
      IDE/ROWLEY-CROSSWORKS-ARM/test_main.c
  90. 1 1
      IDE/Renesas/cs+/Projects/common/strings.h
  91. 1 1
      IDE/Renesas/cs+/Projects/common/unistd.h
  92. 1 1
      IDE/Renesas/cs+/Projects/common/user_settings.h
  93. 1 1
      IDE/Renesas/cs+/Projects/common/wolfssl_dummy.c
  94. 1 1
      IDE/Renesas/cs+/Projects/t4_demo/wolf_client.c
  95. 1 1
      IDE/Renesas/cs+/Projects/t4_demo/wolf_main.c
  96. 1 1
      IDE/Renesas/cs+/Projects/t4_demo/wolf_server.c
  97. 1 1
      IDE/Renesas/cs+/Projects/test/test_main.c
  98. 2 1
      IDE/Renesas/e2studio/DK-S7G2/benchmark-template/src/app_entry.c
  99. 2 1
      IDE/Renesas/e2studio/DK-S7G2/example_server-template/src/app_entry.c
  100. 2 1
      IDE/Renesas/e2studio/DK-S7G2/wolfcrypttest-template/src/app_entry.c

+ 1 - 1
IDE/ARDUINO/sketches/wolfssl_client/wolfssl_client.ino

@@ -1,6 +1,6 @@
 /* wolfssl_client.ino
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ARDUINO/sketches/wolfssl_server/wolfssl_server.ino

@@ -1,6 +1,6 @@
 /* wolfssl_server.ino
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 2 - 1
IDE/CRYPTOCELL/main.c

@@ -1,6 +1,6 @@
 /* main.c
  *
- * Copyright (C) 2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *
@@ -18,6 +18,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
  */
+
 #include <wolfssl/wolfcrypt/settings.h>
 #include <wolfcrypt/test/test.h>
 #include <wolfcrypt/benchmark/benchmark.h>

+ 1 - 1
IDE/CRYPTOCELL/user_settings.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ECLIPSE/DEOS/deos_malloc.c

@@ -1,6 +1,6 @@
 /* deos_malloc.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ECLIPSE/DEOS/tls_wolfssl.c

@@ -1,6 +1,6 @@
 /* tls_wolfssl.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ECLIPSE/DEOS/tls_wolfssl.h

@@ -1,6 +1,6 @@
 /* tls_wolfssl.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ECLIPSE/DEOS/user_settings.h

@@ -1,6 +1,6 @@
 /* user_setting.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ECLIPSE/MICRIUM/client_wolfssl.c

@@ -1,6 +1,6 @@
 /* client_wolfssl.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ECLIPSE/MICRIUM/client_wolfssl.h

@@ -1,6 +1,6 @@
 /* client_wolfssl.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ECLIPSE/MICRIUM/server_wolfssl.c

@@ -1,6 +1,6 @@
 /* server_wolfssl.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ECLIPSE/MICRIUM/server_wolfssl.h

@@ -1,6 +1,6 @@
 /* server_wolfssl.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ECLIPSE/MICRIUM/user_settings.h

@@ -1,6 +1,6 @@
 /* user_setting.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ECLIPSE/MICRIUM/wolfsslRunTests.c

@@ -1,6 +1,6 @@
 /* wolfsslRunTests.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ECLIPSE/RTTHREAD/user_settings.h

@@ -1,6 +1,6 @@
 /* user_setting.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ECLIPSE/RTTHREAD/wolfssl_test.c

@@ -1,6 +1,6 @@
 /* wolfsslRunTests.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Espressif/ESP-IDF/dummy_config_h

@@ -1,6 +1,6 @@
 /* config.h - dummy
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Espressif/ESP-IDF/examples/wolfssl_benchmark/main/helper.c

@@ -1,6 +1,6 @@
 /* helper.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Espressif/ESP-IDF/examples/wolfssl_client/main/client-tls.c

@@ -1,6 +1,6 @@
 /* client-tls-callback.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Espressif/ESP-IDF/examples/wolfssl_client/main/include/wifi_connect.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Espressif/ESP-IDF/examples/wolfssl_client/main/wifi_connect.c

@@ -1,6 +1,6 @@
 /* wifi_connect.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Espressif/ESP-IDF/examples/wolfssl_server/main/include/wifi_connect.h

@@ -1,6 +1,6 @@
 /* wifi_connect.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Espressif/ESP-IDF/examples/wolfssl_server/main/server-tls.c

@@ -1,6 +1,6 @@
 /* server-tls-callback.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Espressif/ESP-IDF/examples/wolfssl_server/main/wifi_connect.c

@@ -1,6 +1,6 @@
 /* wifi_connect.c 
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Espressif/ESP-IDF/user_settings.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/GCC-ARM/Header/user_settings.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/GCC-ARM/Source/armtarget.c

@@ -1,6 +1,6 @@
 /* armtarget.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/GCC-ARM/Source/benchmark_main.c

@@ -1,6 +1,6 @@
 /* benchmark_main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/GCC-ARM/Source/test_main.c

@@ -1,6 +1,6 @@
 /* test_main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/GCC-ARM/Source/tls_client.c

@@ -1,6 +1,6 @@
 /* tls_client.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/GCC-ARM/Source/wolf_main.c

@@ -1,6 +1,6 @@
 /* wolf_main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 2 - 1
IDE/HEXAGON/DSP/Makefile

@@ -1,6 +1,6 @@
 # Makefile
 #
-# Copyright (C) 2006-2020 wolfSSL Inc.
+# Copyright (C) 2006-2021 wolfSSL Inc.
 #
 # This file is part of wolfSSL.
 #
@@ -17,6 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
+#/
 
 ENVI=hexagon
 

+ 2 - 1
IDE/HEXAGON/Makefile

@@ -1,6 +1,6 @@
 # Makefile
 #
-# Copyright (C) 2006-2020 wolfSSL Inc.
+# Copyright (C) 2006-2021 wolfSSL Inc.
 #
 # This file is part of wolfSSL.
 #
@@ -17,6 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
+#/
 
 ENVI=UbuntuARM
 

+ 1 - 1
IDE/HEXAGON/ecc-verify-benchmark.c

@@ -1,6 +1,6 @@
 /* ecc-verify-benchmark.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/HEXAGON/ecc-verify.c

@@ -1,6 +1,6 @@
 /* ecc-verify.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/IAR-EWARM/Projects/benchmark/benchmark-main.c

@@ -1,6 +1,6 @@
 /* benchmark-main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/IAR-EWARM/Projects/benchmark/current_time.c

@@ -1,6 +1,6 @@
 /* current-time.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/IAR-EWARM/Projects/common/minimum-startup.c

@@ -1,6 +1,6 @@
 /* minimum-startup.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/IAR-EWARM/Projects/test/test-main.c

@@ -1,6 +1,6 @@
 /* test-main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/LPCXPRESSO/lib_wolfssl/lpc_18xx_port.c

@@ -1,6 +1,6 @@
 /* lpc_18xx_port.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/LPCXPRESSO/wolf_example/src/lpc_18xx_startup.c

@@ -1,6 +1,6 @@
 /* lpc_18xx_startup.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/M68K/benchmark/main.cpp

@@ -1,6 +1,6 @@
 /* main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/M68K/testwolfcrypt/main.cpp

@@ -1,6 +1,6 @@
 /* main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK-ARM/LPC43xx/time-LCP43xx.c

@@ -1,6 +1,6 @@
 /* time.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/cert_data.c

@@ -1,6 +1,6 @@
 /* certs_test.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/config-BARE-METAL.h

@@ -1,6 +1,6 @@
 /* config-BEREFOOT.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/config-FS.h

@@ -1,6 +1,6 @@
 /* config-FS.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/config-RTX-TCP-FS.h

@@ -1,6 +1,6 @@
 /* config-RTX-TCP-FS.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/config.h

@@ -1,6 +1,6 @@
 /* config.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/main.c

@@ -1,6 +1,6 @@
 /* main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/shell.c

@@ -1,6 +1,6 @@
 /*shell.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/time-CortexM3-4.c

@@ -1,6 +1,6 @@
 /* time-STM32F2.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/time-dummy.c

@@ -1,6 +1,6 @@
 /* time-dummy.c.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/wolfssl_MDK_ARM.c

@@ -1,6 +1,6 @@
 /* wolfssl_KEIL_RL.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK-ARM/MDK-ARM/wolfSSL/wolfssl_MDK_ARM.h

@@ -1,6 +1,6 @@
 /* wolfssl_KEIL_RL.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK-ARM/STM32F2xx_StdPeriph_Lib/time-STM32F2xx.c

@@ -1,6 +1,6 @@
 /* time-STM32F2xx.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Conf/user_settings.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Inc/wolfssl_MDK_ARM.h

@@ -1,6 +1,6 @@
 /* wolfssl_KEIL_ARM.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/CryptBenchmark/RTE/wolfSSL/user_settings.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/CryptBenchmark/main.c

@@ -1,6 +1,6 @@
 /* main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/CryptTest/RTE/wolfSSL/user_settings.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/CryptTest/main.c

@@ -1,6 +1,6 @@
 /* main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/EchoClient/RTE/wolfSSL/user_settings.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/EchoClient/main.c

@@ -1,6 +1,6 @@
 /* main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/EchoServer/RTE/wolfSSL/user_settings.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/EchoServer/main.c

@@ -1,6 +1,6 @@
 /* main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/SimpleClient/RTE/wolfSSL/user_settings.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/SimpleClient/main.c

@@ -1,6 +1,6 @@
 /* main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/SimpleServer/RTE/wolfSSL/user_settings.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/SimpleServer/main.c

@@ -1,6 +1,6 @@
 /* main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/wolfSSL-Full/main.c

@@ -1,6 +1,6 @@
 /* main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/wolfSSL-Full/shell.c

@@ -1,6 +1,6 @@
 /*shell.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/wolfSSL-Full/time-CortexM3-4.c

@@ -1,6 +1,6 @@
 /* time-STM32F2.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Projects/wolfSSL-Lib/RTE/wolfSSL/user_settings.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/MDK5-ARM/Src/ssl-dummy.c

@@ -1,6 +1,6 @@
 /* ssl-dummy.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 4 - 3
IDE/MQX/client-tls.c

@@ -1,8 +1,8 @@
 /* client-tls.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
- * This file is part of wolfSSL. (formerly known as CyaSSL)
+ * This file is part of wolfSSL.
  *
  * wolfSSL is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -16,8 +16,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
  */
+
 
 
 /* wolfSSL */

+ 4 - 3
IDE/MQX/server-tls.c

@@ -1,8 +1,8 @@
 /* server-tls.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
- * This file is part of wolfSSL. (formerly known as CyaSSL)
+ * This file is part of wolfSSL.
  *
  * wolfSSL is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -16,8 +16,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
  */
+
 
 /* wolfSSL */
 #include <wolfssl/wolfcrypt/settings.h>

+ 2 - 1
IDE/MYSQL/CMakeLists_wolfCrypt.txt

@@ -1,6 +1,6 @@
 # CMakeLists.txt
 #
-# Copyright (C) 2006-2020 wolfSSL Inc.
+# Copyright (C) 2006-2021 wolfSSL Inc.
 #
 # This file is part of wolfSSL.
 #
@@ -18,6 +18,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
 #/
+#/
 
 INCLUDE_DIRECTORIES(
   ${CMAKE_SOURCE_DIR}/include

+ 2 - 1
IDE/MYSQL/CMakeLists_wolfSSL.txt

@@ -1,6 +1,6 @@
 # CMakeLists.txt
 #
-# Copyright (C) 2006-2020 wolfSSL Inc.
+# Copyright (C) 2006-2021 wolfSSL Inc.
 #
 # This file is part of wolfSSL.
 #
@@ -18,6 +18,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
 #/
+#/
 
 INCLUDE_DIRECTORIES(
  ${CMAKE_SOURCE_DIR}/include

+ 3 - 3
IDE/QNX/example-client/client-tls.c

@@ -1,8 +1,8 @@
 /* client-tls.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
- * This file is part of wolfSSL. (formerly known as CyaSSL)
+ * This file is part of wolfSSL.
  *
  * wolfSSL is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
  */
 
 #include <stdlib.h>

+ 3 - 3
IDE/QNX/example-cmac/cmac-test.c

@@ -1,8 +1,8 @@
 /* cmac-test.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
- * This file is part of wolfSSL. (formerly known as CyaSSL)
+ * This file is part of wolfSSL.
  *
  * wolfSSL is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
  */
 
 #include <wolfssl/options.h>

+ 3 - 3
IDE/QNX/example-server/server-tls.c

@@ -1,8 +1,8 @@
 /* server-tls.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
- * This file is part of wolfSSL. (formerly known as CyaSSL)
+ * This file is part of wolfSSL.
  *
  * wolfSSL is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
  */
 
 #include <stdlib.h>

+ 1 - 1
IDE/RISCV/SIFIVE-HIFIVE1/main.c

@@ -1,6 +1,6 @@
 /* main.c
  *
- * Copyright (C) 2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/RISCV/SIFIVE-HIFIVE1/user_settings.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ROWLEY-CROSSWORKS-ARM/arm_startup.c

@@ -1,6 +1,6 @@
 /* arm_startup.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ROWLEY-CROSSWORKS-ARM/benchmark_main.c

@@ -1,6 +1,6 @@
 /* benchmark_main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ROWLEY-CROSSWORKS-ARM/kinetis_hw.c

@@ -1,6 +1,6 @@
 /* kinetis_hw.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ROWLEY-CROSSWORKS-ARM/retarget.c

@@ -1,6 +1,6 @@
 /* retarget.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/ROWLEY-CROSSWORKS-ARM/test_main.c

@@ -1,6 +1,6 @@
 /* test_main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Renesas/cs+/Projects/common/strings.h

@@ -1,6 +1,6 @@
 /* strings.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Renesas/cs+/Projects/common/unistd.h

@@ -1,6 +1,6 @@
 /* unistd.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Renesas/cs+/Projects/common/user_settings.h

@@ -1,6 +1,6 @@
 /* user_settings.h
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Renesas/cs+/Projects/common/wolfssl_dummy.c

@@ -1,6 +1,6 @@
 /* wolfssl_dummy.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Renesas/cs+/Projects/t4_demo/wolf_client.c

@@ -1,6 +1,6 @@
 /* wolf_client.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Renesas/cs+/Projects/t4_demo/wolf_main.c

@@ -1,6 +1,6 @@
 /* wolf_main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Renesas/cs+/Projects/t4_demo/wolf_server.c

@@ -1,6 +1,6 @@
 /* wolf_server.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 1 - 1
IDE/Renesas/cs+/Projects/test/test_main.c

@@ -1,6 +1,6 @@
 /* test_main.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *

+ 2 - 1
IDE/Renesas/e2studio/DK-S7G2/benchmark-template/src/app_entry.c

@@ -1,6 +1,6 @@
 /* app_entry.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *
@@ -18,6 +18,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
  */
+
 
 #include "app.h"
 #include "stdio.h"

+ 2 - 1
IDE/Renesas/e2studio/DK-S7G2/example_server-template/src/app_entry.c

@@ -1,6 +1,6 @@
 /* app_entry.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *
@@ -18,6 +18,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
  */
+
 
 
 #include "app.h"

+ 2 - 1
IDE/Renesas/e2studio/DK-S7G2/wolfcrypttest-template/src/app_entry.c

@@ -1,6 +1,6 @@
 /* app_entry.c
  *
- * Copyright (C) 2006-2020 wolfSSL Inc.
+ * Copyright (C) 2006-2021 wolfSSL Inc.
  *
  * This file is part of wolfSSL.
  *
@@ -18,6 +18,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
  */
+
 
 
 #include <app.h>

Some files were not shown because too many files changed in this diff