Skip to content

Commit 5ad13db

Browse files
committed
unit-parser.c: Added (c) and short description
1 parent 4d93c68 commit 5ad13db

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

tools/unit-tests/unit-parser.c

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
/* unit-parser.c
2+
*
3+
* Unit test for parser functions in libwolfboot.c
4+
*
5+
*
6+
* Copyright (C) 2020 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 2 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+
*/
24+
25+
/* Option to enable sign tool debugging */
26+
/* Must also define DEBUG_WOLFSSL in user_settings.h */
127
#define WOLFBOOT_HASH_SHA256
228
#define IMAGE_HEADER_SIZE 256
329
#define UNIT_TEST

0 commit comments

Comments
 (0)