Skip to content

Commit a1ac28e

Browse files
committed
chore: update file header
1 parent ecf8a6c commit a1ac28e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

examples/bc28_mqtt_sample.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, RudyLo <[email protected]>
2+
* Copyright (c) 2023, RudyLo <[email protected]>
33
*
44
* SPDX-License-Identifier: LGPL-2.1
55
*

inc/bc28_mqtt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, RudyLo <[email protected]>
2+
* Copyright (c) 2023, RudyLo <[email protected]>
33
*
44
* SPDX-License-Identifier: LGPL-2.1
55
*

src/bc28_mqtt.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, RudyLo <[email protected]>
2+
* Copyright (c) 2023, RudyLo <[email protected]>
33
*
44
* SPDX-License-Identifier: LGPL-2.1
55
*
@@ -9,6 +9,7 @@
99
* 2020-06-04 luhuadong v0.0.1
1010
* 2020-07-25 luhuadong support state transition
1111
* 2020-08-16 luhuadong support bind recv parser
12+
* 2023-03-28 kurisaW support serial v2
1213
*/
1314

1415
#include <stdio.h>

0 commit comments

Comments
 (0)