Skip to content

Commit 48252aa

Browse files
committed
Updated copyright in rp2350 test-app
1 parent d120000 commit 48252aa

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

IDE/pico-sdk/rp2350/test-app/runtime.c

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
/* runtime.c
2+
*
3+
* Custom pre-init for non-secure application, staged by wolfBoot.
4+
* Wolfboot test application for raspberry-pi pico2 (rp2350)
5+
*
6+
* Copyright (C) 2025 wolfSSL Inc.
7+
*
8+
* This file is part of wolfBoot.
9+
*
10+
* wolfBoot is free software; you can redistribute it and/or modify
11+
* it under the terms of the GNU General Public License as published by
12+
* the Free Software Foundation; either version 3 of the License, or
13+
* (at your option) any later version.
14+
*
15+
* wolfBoot is distributed in the hope that it will be useful,
16+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU General Public License for more details.
19+
*
20+
* You should have received a copy of the GNU General Public License
21+
* along with this program; if not, write to the Free Software
22+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
23+
*/
124
#include <stdint.h>
225
typedef void (*preinit_fn_t)(void);
326

0 commit comments

Comments
 (0)