Skip to content

Commit e80a93d

Browse files
mattia-moffadanielinux
authored andcommitted
Fix header comments
1 parent b5d4060 commit e80a93d

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

hal/nrf54l.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* nrf54l.c
22
*
3-
* Copyright (C) 2025 wolfSSL Inc.
3+
* Copyright (C) 2026 wolfSSL Inc.
44
*
55
* This file is part of wolfBoot.
66
*

hal/nrf54l.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* nrf54l.h
22
*
3-
* Copyright (C) 2025 wolfSSL Inc.
3+
* Copyright (C) 2026 wolfSSL Inc.
44
*
55
* This file is part of wolfBoot.
66
*

hal/spi/spi_drv_nrf54l.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Pinout: see spi_drv_nrf54l.h
66
*
7-
* Copyright (C) 2025 wolfSSL Inc.
7+
* Copyright (C) 2026 wolfSSL Inc.
88
*
99
* This file is part of wolfBoot.
1010
*

test-app/app_nrf54l.c

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
/* app_nrf54l.c
22
*
3-
* Basic smoke test for the nRF54L15 target.
3+
* Test bare-metal application.
4+
*
5+
* Copyright (C) 2026 wolfSSL Inc.
6+
*
7+
* This file is part of wolfBoot.
8+
*
9+
* wolfBoot is free software; you can redistribute it and/or modify
10+
* it under the terms of the GNU General Public License as published by
11+
* the Free Software Foundation; either version 3 of the License, or
12+
* (at your option) any later version.
13+
*
14+
* wolfBoot is distributed in the hope that it will be useful,
15+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
* GNU General Public License for more details.
18+
*
19+
* You should have received a copy of the GNU General Public License
20+
* along with this program; if not, write to the Free Software
21+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
422
*/
523

624
#include <stdint.h>

0 commit comments

Comments
 (0)