diff --git a/hal/cc26x2.c b/hal/cc26x2.c index 64509c09..ededd8f9 100644 --- a/hal/cc26x2.c +++ b/hal/cc26x2.c @@ -1,6 +1,6 @@ /* cc26x2.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/hal/hifive1.c b/hal/hifive1.c index 8e05df64..bdd7416b 100644 --- a/hal/hifive1.c +++ b/hal/hifive1.c @@ -1,6 +1,6 @@ /* hifive1.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/hal/kinetis.c b/hal/kinetis.c index d041c151..3a964757 100644 --- a/hal/kinetis.c +++ b/hal/kinetis.c @@ -1,6 +1,6 @@ /* kinetis.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/hal/nrf52.c b/hal/nrf52.c index 54bf65e2..55d0e4da 100644 --- a/hal/nrf52.c +++ b/hal/nrf52.c @@ -1,6 +1,6 @@ /* nrf52.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/hal/samr21.c b/hal/samr21.c index a4a08597..7187e28f 100644 --- a/hal/samr21.c +++ b/hal/samr21.c @@ -1,6 +1,6 @@ /* samr21.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/hal/spi/spi_drv_stm32.c b/hal/spi/spi_drv_stm32.c index 65a9ff71..0922c840 100644 --- a/hal/spi/spi_drv_stm32.c +++ b/hal/spi/spi_drv_stm32.c @@ -6,7 +6,7 @@ * * Pinout: see spi_drv_stm32.h * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/hal/stm32f4.c b/hal/stm32f4.c index 78796f8b..99286178 100644 --- a/hal/stm32f4.c +++ b/hal/stm32f4.c @@ -1,6 +1,6 @@ /* stm32f4.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/hal/stm32f7.c b/hal/stm32f7.c index a026f0aa..511ba504 100644 --- a/hal/stm32f7.c +++ b/hal/stm32f7.c @@ -1,6 +1,6 @@ /* stm32f7.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/hal/stm32g0.c b/hal/stm32g0.c index 0b85f275..b26a1950 100644 --- a/hal/stm32g0.c +++ b/hal/stm32g0.c @@ -1,6 +1,6 @@ /* stm32g0.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/hal/stm32h7.c b/hal/stm32h7.c index 922d1cda..7dcdb7d3 100644 --- a/hal/stm32h7.c +++ b/hal/stm32h7.c @@ -1,6 +1,6 @@ /* stm32h7.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/hal/stm32l0.c b/hal/stm32l0.c index 71565933..9d5f3277 100644 --- a/hal/stm32l0.c +++ b/hal/stm32l0.c @@ -1,6 +1,6 @@ /* stm32l0.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/hal/stm32wb.c b/hal/stm32wb.c index 0db5dd06..a3e94ce2 100644 --- a/hal/stm32wb.c +++ b/hal/stm32wb.c @@ -1,6 +1,6 @@ /* stm32wb.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/include/hal.h b/include/hal.h index 7b8a274d..82d37915 100644 --- a/include/hal.h +++ b/include/hal.h @@ -2,7 +2,7 @@ * * The HAL API definitions. * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/include/image.h b/include/image.h index d37539fc..31571bd0 100644 --- a/include/image.h +++ b/include/image.h @@ -3,7 +3,7 @@ * Functions to help with wolfBoot image header * * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/include/loader.h b/include/loader.h index c92779f8..56e4da94 100644 --- a/include/loader.h +++ b/include/loader.h @@ -3,7 +3,7 @@ * Public key information for the signed images * * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/include/printf.h b/include/printf.h index b0d34b0e..e9ec30d3 100644 --- a/include/printf.h +++ b/include/printf.h @@ -2,7 +2,7 @@ * * The HAL API definitions. * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/include/spi_drv.h b/include/spi_drv.h index 762d3cd5..01edb160 100644 --- a/include/spi_drv.h +++ b/include/spi_drv.h @@ -7,7 +7,7 @@ * implementing the spi_ calls below. * * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/include/spi_flash.h b/include/spi_flash.h index 9a635c1a..c8d6e0f4 100644 --- a/include/spi_flash.h +++ b/include/spi_flash.h @@ -6,7 +6,7 @@ * Compile with SPI_FLASH=1 * * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/include/target.h.in b/include/target.h.in index 9342bf17..eff2537c 100644 --- a/include/target.h.in +++ b/include/target.h.in @@ -5,7 +5,7 @@ * target.h is automatically generated using the template in target.h.in by running * "make config". * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/include/user_settings.h b/include/user_settings.h index ceb5f8a4..aed0f429 100644 --- a/include/user_settings.h +++ b/include/user_settings.h @@ -4,7 +4,7 @@ * Enabled via WOLFSSL_USER_SETTINGS. * * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/include/wolfboot/wolfboot.h b/include/wolfboot/wolfboot.h index 4f733541..173e8980 100644 --- a/include/wolfboot/wolfboot.h +++ b/include/wolfboot/wolfboot.h @@ -2,7 +2,7 @@ * * The wolfBoot API definitions. * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/src/boot_arm.c b/src/boot_arm.c index d330379f..02ebfa3e 100644 --- a/src/boot_arm.c +++ b/src/boot_arm.c @@ -1,6 +1,6 @@ /* boot_arm.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/src/boot_riscv.c b/src/boot_riscv.c index edf5f42f..5eca63c3 100644 --- a/src/boot_riscv.c +++ b/src/boot_riscv.c @@ -1,6 +1,6 @@ /* boot_riscv.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/src/image.c b/src/image.c index 0998d0b8..5940275e 100644 --- a/src/image.c +++ b/src/image.c @@ -1,6 +1,6 @@ /* image.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/src/libwolfboot.c b/src/libwolfboot.c index 4eb42dbf..f8379971 100644 --- a/src/libwolfboot.c +++ b/src/libwolfboot.c @@ -1,6 +1,6 @@ /* libwolfboot.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/src/loader.c b/src/loader.c index 7dc63ec6..69cb3830 100644 --- a/src/loader.c +++ b/src/loader.c @@ -1,6 +1,6 @@ /* loader.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/src/spi_flash.c b/src/spi_flash.c index 2c4f07ce..ac2e0f43 100644 --- a/src/spi_flash.c +++ b/src/spi_flash.c @@ -4,7 +4,7 @@ * functionalities, on top of the spi_drv.h HAL. * * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/src/string.c b/src/string.c index c8f0104f..b09274c2 100644 --- a/src/string.c +++ b/src/string.c @@ -3,7 +3,7 @@ * Implementations of standard library functions to eliminate external dependencies. * * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/src/vector_riscv.S b/src/vector_riscv.S index 7c8f8334..605dca11 100644 --- a/src/vector_riscv.S +++ b/src/vector_riscv.S @@ -1,6 +1,6 @@ /** * RISC-V bootup - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/src/xmalloc_ecc.c b/src/xmalloc_ecc.c index b8ca2ca8..6b5a52aa 100644 --- a/src/xmalloc_ecc.c +++ b/src/xmalloc_ecc.c @@ -3,7 +3,7 @@ * Implementations of minimal malloc/free * * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/src/xmalloc_rsa.c b/src/xmalloc_rsa.c index e6bf5742..16d26534 100644 --- a/src/xmalloc_rsa.c +++ b/src/xmalloc_rsa.c @@ -3,7 +3,7 @@ * Implementations of minimal malloc/free * * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/app_hifive1.c b/test-app/app_hifive1.c index 8cb9e89f..de285f1b 100644 --- a/test-app/app_hifive1.c +++ b/test-app/app_hifive1.c @@ -1,6 +1,6 @@ /* hifive1.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/app_kinetis.c b/test-app/app_kinetis.c index 636ad9ad..c81698fa 100644 --- a/test-app/app_kinetis.c +++ b/test-app/app_kinetis.c @@ -1,6 +1,6 @@ /* kinetis.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/app_nrf32.c b/test-app/app_nrf32.c index dcc57e38..b465df80 100644 --- a/test-app/app_nrf32.c +++ b/test-app/app_nrf32.c @@ -1,6 +1,6 @@ /* nrf52.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/app_samr21.c b/test-app/app_samr21.c index 8f4d9973..dda87ff9 100644 --- a/test-app/app_samr21.c +++ b/test-app/app_samr21.c @@ -1,6 +1,6 @@ /* samr21.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/app_stm32f4.c b/test-app/app_stm32f4.c index 8370c503..2555993f 100644 --- a/test-app/app_stm32f4.c +++ b/test-app/app_stm32f4.c @@ -2,7 +2,7 @@ * * Test bare-metal blinking led application * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/app_stm32g0.c b/test-app/app_stm32g0.c index 94db25c0..5e25e142 100644 --- a/test-app/app_stm32g0.c +++ b/test-app/app_stm32g0.c @@ -2,7 +2,7 @@ * * Test bare-metal boot-led-on application * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/app_stm32h7.c b/test-app/app_stm32h7.c index 8086e5c4..e95f4d08 100644 --- a/test-app/app_stm32h7.c +++ b/test-app/app_stm32h7.c @@ -2,7 +2,7 @@ * * Test bare-metal application. * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/app_stm32l0.c b/test-app/app_stm32l0.c index 7b098b81..a3f27bf5 100644 --- a/test-app/app_stm32l0.c +++ b/test-app/app_stm32l0.c @@ -2,7 +2,7 @@ * * Test bare-metal boot-led-on application * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/app_stm32wb.c b/test-app/app_stm32wb.c index 48f99940..31da8447 100644 --- a/test-app/app_stm32wb.c +++ b/test-app/app_stm32wb.c @@ -2,7 +2,7 @@ * * Test bare-metal boot-led-on application * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/led.c b/test-app/led.c index 86ff8b50..697763d4 100644 --- a/test-app/led.c +++ b/test-app/led.c @@ -2,7 +2,7 @@ * * Test bare-metal blinking led application * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/led.h b/test-app/led.h index 14b36fee..ea469477 100644 --- a/test-app/led.h +++ b/test-app/led.h @@ -2,7 +2,7 @@ * * Test bare-metal blinking led application * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/startup_arm.c b/test-app/startup_arm.c index 0bb4a4f2..72013cfa 100644 --- a/test-app/startup_arm.c +++ b/test-app/startup_arm.c @@ -2,7 +2,7 @@ * * Test bare-metal blinking led application * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/startup_riscv.c b/test-app/startup_riscv.c index 724a94e4..50f9d4ac 100644 --- a/test-app/startup_riscv.c +++ b/test-app/startup_riscv.c @@ -1,6 +1,6 @@ /* startup_riscv.c * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/system.c b/test-app/system.c index 58025f58..01d6c574 100644 --- a/test-app/system.c +++ b/test-app/system.c @@ -2,7 +2,7 @@ * * Test bare-metal blinking led application * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/system.h b/test-app/system.h index cba2b87f..cbbfce00 100644 --- a/test-app/system.h +++ b/test-app/system.h @@ -1,7 +1,7 @@ /* system.h * * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/timer.c b/test-app/timer.c index 2c4b267f..057c03a7 100644 --- a/test-app/timer.c +++ b/test-app/timer.c @@ -2,7 +2,7 @@ * * Test bare-metal blinking led application * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/timer.h b/test-app/timer.h index 412f208c..bd66daea 100644 --- a/test-app/timer.h +++ b/test-app/timer.h @@ -2,7 +2,7 @@ * * Test bare-metal blinking led application * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/test-app/vector_riscv.S b/test-app/vector_riscv.S index 38075ca1..24603e9f 100644 --- a/test-app/vector_riscv.S +++ b/test-app/vector_riscv.S @@ -1,6 +1,6 @@ /** * RISC-V bootup - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/tools/keytools/keygen.py b/tools/keytools/keygen.py index f9fa2608..e33234f4 100755 --- a/tools/keytools/keygen.py +++ b/tools/keytools/keygen.py @@ -2,7 +2,7 @@ ''' * keygen.py * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/tools/keytools/sign.py b/tools/keytools/sign.py index 47a7dbd1..41ea1c8a 100755 --- a/tools/keytools/sign.py +++ b/tools/keytools/sign.py @@ -2,7 +2,7 @@ ''' * sign.py * - * Copyright (C) 2019 wolfSSL Inc. + * Copyright (C) 2020 wolfSSL Inc. * * This file is part of wolfBoot. * diff --git a/tools/test-expect-version/test-expect-version.c b/tools/test-expect-version/test-expect-version.c index 5387ecde..5f580ce1 100644 --- a/tools/test-expect-version/test-expect-version.c +++ b/tools/test-expect-version/test-expect-version.c @@ -1,6 +1,6 @@ /* test-update-server.c * - * Copyright (C) 2006-2019 wolfSSL Inc. + * Copyright (C) 2006-2020 wolfSSL Inc. * * This file is part of wolfSSL. (formerly known as CyaSSL) * diff --git a/tools/test-update-server/server.c b/tools/test-update-server/server.c index a0a5b7aa..d6f05f32 100644 --- a/tools/test-update-server/server.c +++ b/tools/test-update-server/server.c @@ -1,6 +1,6 @@ /* test-update-server.c * - * Copyright (C) 2006-2019 wolfSSL Inc. + * Copyright (C) 2006-2020 wolfSSL Inc. * * This file is part of wolfSSL. (formerly known as CyaSSL) *