Fix header comments

pull/714/head
Mattia Moffa 2026-03-17 13:50:53 +01:00 committed by Daniele Lacamera
parent b5d406098f
commit e80a93d81d
4 changed files with 22 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* nrf54l.c
*
* Copyright (C) 2025 wolfSSL Inc.
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfBoot.
*

View File

@ -1,6 +1,6 @@
/* nrf54l.h
*
* Copyright (C) 2025 wolfSSL Inc.
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfBoot.
*

View File

@ -4,7 +4,7 @@
*
* Pinout: see spi_drv_nrf54l.h
*
* Copyright (C) 2025 wolfSSL Inc.
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfBoot.
*

View File

@ -1,6 +1,24 @@
/* app_nrf54l.c
*
* Basic smoke test for the nRF54L15 target.
* Test bare-metal application.
*
* Copyright (C) 2026 wolfSSL Inc.
*
* This file is part of wolfBoot.
*
* wolfBoot is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* wolfBoot is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* 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
*/
#include <stdint.h>