update copyright to 2020

pull/33/head
Chris Conlon 2020-01-03 15:36:00 -08:00
parent e253dc2340
commit 1f57ad9f39
53 changed files with 53 additions and 53 deletions

View File

@ -1,6 +1,6 @@
/* cc26x2.c /* cc26x2.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* hifive1.c /* hifive1.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* kinetis.c /* kinetis.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* nrf52.c /* nrf52.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* samr21.c /* samr21.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -6,7 +6,7 @@
* *
* Pinout: see spi_drv_stm32.h * Pinout: see spi_drv_stm32.h
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* stm32f4.c /* stm32f4.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* stm32f7.c /* stm32f7.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* stm32g0.c /* stm32g0.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* stm32h7.c /* stm32h7.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* stm32l0.c /* stm32l0.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* stm32wb.c /* stm32wb.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* The HAL API definitions. * The HAL API definitions.
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -3,7 +3,7 @@
* Functions to help with wolfBoot image header * Functions to help with wolfBoot image header
* *
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -3,7 +3,7 @@
* Public key information for the signed images * Public key information for the signed images
* *
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* The HAL API definitions. * The HAL API definitions.
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -7,7 +7,7 @@
* implementing the spi_ calls below. * implementing the spi_ calls below.
* *
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -6,7 +6,7 @@
* Compile with SPI_FLASH=1 * Compile with SPI_FLASH=1
* *
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -5,7 +5,7 @@
* target.h is automatically generated using the template in target.h.in by running * target.h is automatically generated using the template in target.h.in by running
* "make config". * "make config".
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -4,7 +4,7 @@
* Enabled via WOLFSSL_USER_SETTINGS. * Enabled via WOLFSSL_USER_SETTINGS.
* *
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* The wolfBoot API definitions. * The wolfBoot API definitions.
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* boot_arm.c /* boot_arm.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* boot_riscv.c /* boot_riscv.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* image.c /* image.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* libwolfboot.c /* libwolfboot.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* loader.c /* loader.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -4,7 +4,7 @@
* functionalities, on top of the spi_drv.h HAL. * 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. * This file is part of wolfBoot.
* *

View File

@ -3,7 +3,7 @@
* Implementations of standard library functions to eliminate external dependencies. * 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. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/** /**
* RISC-V bootup * RISC-V bootup
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -3,7 +3,7 @@
* Implementations of minimal malloc/free * Implementations of minimal malloc/free
* *
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -3,7 +3,7 @@
* Implementations of minimal malloc/free * Implementations of minimal malloc/free
* *
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* hifive1.c /* hifive1.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* kinetis.c /* kinetis.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* nrf52.c /* nrf52.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* samr21.c /* samr21.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* Test bare-metal blinking led application * Test bare-metal blinking led application
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* Test bare-metal boot-led-on application * Test bare-metal boot-led-on application
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* Test bare-metal application. * Test bare-metal application.
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* Test bare-metal boot-led-on application * Test bare-metal boot-led-on application
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* Test bare-metal boot-led-on application * Test bare-metal boot-led-on application
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* Test bare-metal blinking led application * Test bare-metal blinking led application
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* Test bare-metal blinking led application * Test bare-metal blinking led application
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* Test bare-metal blinking led application * Test bare-metal blinking led application
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* startup_riscv.c /* startup_riscv.c
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* Test bare-metal blinking led application * Test bare-metal blinking led application
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,7 +1,7 @@
/* system.h /* system.h
* *
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* Test bare-metal blinking led application * Test bare-metal blinking led application
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
* *
* Test bare-metal blinking led application * Test bare-metal blinking led application
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/** /**
* RISC-V bootup * RISC-V bootup
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
''' '''
* keygen.py * keygen.py
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -2,7 +2,7 @@
''' '''
* sign.py * sign.py
* *
* Copyright (C) 2019 wolfSSL Inc. * Copyright (C) 2020 wolfSSL Inc.
* *
* This file is part of wolfBoot. * This file is part of wolfBoot.
* *

View File

@ -1,6 +1,6 @@
/* test-update-server.c /* 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) * This file is part of wolfSSL. (formerly known as CyaSSL)
* *

View File

@ -1,6 +1,6 @@
/* test-update-server.c /* 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) * This file is part of wolfSSL. (formerly known as CyaSSL)
* *