Browse Source

[mucurses] Add missing FILE_LICENCE declarations

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 years ago
parent
commit
7aa689e3ba

+ 2
- 0
src/hci/mucurses/alert.c View File

7
  *
7
  *
8
  */
8
  */
9
 
9
 
10
+FILE_LICENCE ( GPL2_OR_LATER );
11
+
10
 /**
12
 /**
11
  * Audible signal
13
  * Audible signal
12
  *
14
  *

+ 2
- 0
src/hci/mucurses/edging.c View File

8
  *
8
  *
9
  */
9
  */
10
 
10
 
11
+FILE_LICENCE ( GPL2_OR_LATER );
12
+
11
 /**
13
 /**
12
  * Draw borders from single-byte characters and renditions around a
14
  * Draw borders from single-byte characters and renditions around a
13
  * window
15
  * window

+ 2
- 0
src/hci/mucurses/kb.c View File

8
  * MuCurses keyboard input handling functions
8
  * MuCurses keyboard input handling functions
9
  */
9
  */
10
 
10
 
11
+FILE_LICENCE ( GPL2_OR_LATER );
12
+
11
 #define INPUT_DELAY 		200 // half-blocking delay timer resolution (ms)
13
 #define INPUT_DELAY 		200 // half-blocking delay timer resolution (ms)
12
 #define INPUT_DELAY_TIMEOUT 	1000 // half-blocking delay timeout
14
 #define INPUT_DELAY_TIMEOUT 	1000 // half-blocking delay timeout
13
 
15
 

+ 2
- 0
src/hci/mucurses/print_nadv.c View File

8
  *
8
  *
9
  */
9
  */
10
 
10
 
11
+FILE_LICENCE ( GPL2_OR_LATER );
12
+
11
 /**
13
 /**
12
  * Add string of single-byte characters and renditions to a window
14
  * Add string of single-byte characters and renditions to a window
13
  *
15
  *

+ 2
- 0
src/hci/mucurses/slk.c View File

11
  * Soft label key functions
11
  * Soft label key functions
12
  */
12
  */
13
 
13
 
14
+FILE_LICENCE ( GPL2_OR_LATER );
15
+
14
 #define MIN_SPACE_SIZE 2
16
 #define MIN_SPACE_SIZE 2
15
 
17
 
16
 #define SLK_MAX_LABEL_LEN 8
18
 #define SLK_MAX_LABEL_LEN 8

+ 2
- 0
src/hci/mucurses/windows.c View File

9
  *
9
  *
10
  */
10
  */
11
 
11
 
12
+FILE_LICENCE ( GPL2_OR_LATER );
13
+
12
 /**
14
 /**
13
  * Delete a window
15
  * Delete a window
14
  *
16
  *

Loading…
Cancel
Save