Skip to content

Commit 2014170

Browse files
committed
license: add missing License-Identifier
Somehow we missed this when the files were created.
1 parent f21ae48 commit 2014170

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bricks/ev3dev/pb_type_ev3dev_font.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier
1+
// SPDX-License-Identifier: MIT
22
// Copyright (c) 2013, 2014 Damien P. George
33
// Copyright (c) 2019-2020 The Pybricks Authors
44

bricks/ev3dev/pb_type_ev3dev_image.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier
1+
// SPDX-License-Identifier: MIT
22
// Copyright (c) 2013, 2014 Damien P. George
33
// Copyright (c) 2019-2020 The Pybricks Authors
44

bricks/ev3dev/pb_type_ev3dev_speaker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier
1+
// SPDX-License-Identifier: MIT
22
// Copyright (c) 2018-2020 The Pybricks Authors
33

44
// class Speaker

lib/lego/lego_uart.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier
1+
// SPDX-License-Identifier: MIT
22
// Copyright (c) 2019-2020 The Pybricks Authors
33

44
// LEGO UART Message Protocol (LUMP) for EV3 and Powered Up I/O devices
@@ -475,7 +475,7 @@ typedef enum {
475475
LUMP_TYPE_ID_TECHNIC_M_ANGULAR_MOTOR = 75,
476476

477477
/** Technic Large Angular Motor */
478-
LUMP_TYPE_ID_TECHNIC_L_ANGULAR_MOTOR = 76,
478+
LUMP_TYPE_ID_TECHNIC_L_ANGULAR_MOTOR = 76,
479479

480480
} lump_type_id_t;
481481

0 commit comments

Comments
 (0)