We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85c713 commit 744700eCopy full SHA for 744700e
services/nbus2/nbus2.c
@@ -1,4 +1,4 @@
1
-/* SPDX-License-Identifier: BSD-2-Clause
+/* SPDX-License-Identifier: GPL-3.0-or-later
2
*
3
* nbus2 messaging bus implementation
4
services/nbus2/nbus2.h
@@ -9,10 +9,10 @@
9
#pragma once
10
11
#include <stdint.h>
12
+#include <main.h>
13
#include <interfaces/stream.h>
14
#include <interfaces/datagram.h>
15
#include "blake2s-siv.h"
-#include <main.h>
16
17
18
#define NBUS_TIMEOUT_MS 1
0 commit comments