Skip to content

Commit 744700e

Browse files
committed
chore: Update license, reorder includes
1 parent f85c713 commit 744700e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

services/nbus2/nbus2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: BSD-2-Clause
1+
/* SPDX-License-Identifier: GPL-3.0-or-later
22
*
33
* nbus2 messaging bus implementation
44
*

services/nbus2/nbus2.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: BSD-2-Clause
1+
/* SPDX-License-Identifier: GPL-3.0-or-later
22
*
33
* nbus2 messaging bus implementation
44
*
@@ -9,10 +9,10 @@
99
#pragma once
1010

1111
#include <stdint.h>
12+
#include <main.h>
1213
#include <interfaces/stream.h>
1314
#include <interfaces/datagram.h>
1415
#include "blake2s-siv.h"
15-
#include <main.h>
1616

1717

1818
#define NBUS_TIMEOUT_MS 1

0 commit comments

Comments
 (0)