Skip to content

Commit 7aa689e

Browse files
committed
[mucurses] Add missing FILE_LICENCE declarations
Signed-off-by: Michael Brown <[email protected]>
1 parent 5e95a79 commit 7aa689e

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

src/hci/mucurses/alert.c

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
*
88
*/
99

10+
FILE_LICENCE ( GPL2_OR_LATER );
11+
1012
/**
1113
* Audible signal
1214
*

src/hci/mucurses/edging.c

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
*
99
*/
1010

11+
FILE_LICENCE ( GPL2_OR_LATER );
12+
1113
/**
1214
* Draw borders from single-byte characters and renditions around a
1315
* window

src/hci/mucurses/kb.c

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* MuCurses keyboard input handling functions
99
*/
1010

11+
FILE_LICENCE ( GPL2_OR_LATER );
12+
1113
#define INPUT_DELAY 200 // half-blocking delay timer resolution (ms)
1214
#define INPUT_DELAY_TIMEOUT 1000 // half-blocking delay timeout
1315

src/hci/mucurses/print_nadv.c

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
*
99
*/
1010

11+
FILE_LICENCE ( GPL2_OR_LATER );
12+
1113
/**
1214
* Add string of single-byte characters and renditions to a window
1315
*

src/hci/mucurses/slk.c

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* Soft label key functions
1212
*/
1313

14+
FILE_LICENCE ( GPL2_OR_LATER );
15+
1416
#define MIN_SPACE_SIZE 2
1517

1618
#define SLK_MAX_LABEL_LEN 8

src/hci/mucurses/windows.c

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
*
1010
*/
1111

12+
FILE_LICENCE ( GPL2_OR_LATER );
13+
1214
/**
1315
* Delete a window
1416
*

0 commit comments

Comments
 (0)