mirror of
https://github.com/ipxe/ipxe.git
synced 2024-11-23 01:16:40 -06:00
[mucurses] Add missing FILE_LICENCE declarations
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
5e95a79241
commit
7aa689e3ba
@ -7,6 +7,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
FILE_LICENCE ( GPL2_OR_LATER );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Audible signal
|
* Audible signal
|
||||||
*
|
*
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
FILE_LICENCE ( GPL2_OR_LATER );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Draw borders from single-byte characters and renditions around a
|
* Draw borders from single-byte characters and renditions around a
|
||||||
* window
|
* window
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
* MuCurses keyboard input handling functions
|
* MuCurses keyboard input handling functions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
FILE_LICENCE ( GPL2_OR_LATER );
|
||||||
|
|
||||||
#define INPUT_DELAY 200 // half-blocking delay timer resolution (ms)
|
#define INPUT_DELAY 200 // half-blocking delay timer resolution (ms)
|
||||||
#define INPUT_DELAY_TIMEOUT 1000 // half-blocking delay timeout
|
#define INPUT_DELAY_TIMEOUT 1000 // half-blocking delay timeout
|
||||||
|
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
FILE_LICENCE ( GPL2_OR_LATER );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add string of single-byte characters and renditions to a window
|
* Add string of single-byte characters and renditions to a window
|
||||||
*
|
*
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
* Soft label key functions
|
* Soft label key functions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
FILE_LICENCE ( GPL2_OR_LATER );
|
||||||
|
|
||||||
#define MIN_SPACE_SIZE 2
|
#define MIN_SPACE_SIZE 2
|
||||||
|
|
||||||
#define SLK_MAX_LABEL_LEN 8
|
#define SLK_MAX_LABEL_LEN 8
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
FILE_LICENCE ( GPL2_OR_LATER );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delete a window
|
* Delete a window
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user