diff options
author | Michael Brown | 2015-03-02 13:02:11 +0100 |
---|---|---|
committer | Michael Brown | 2015-03-02 13:07:14 +0100 |
commit | 7aa689e3badf8c7c278b725d4fe1273399d52405 (patch) | |
tree | d74c037e83b063fc550bff21fe1e229db323128d /src/hci | |
parent | [legal] Include full licence text for all GPL2_OR_LATER files (diff) | |
download | ipxe-7aa689e3badf8c7c278b725d4fe1273399d52405.tar.gz ipxe-7aa689e3badf8c7c278b725d4fe1273399d52405.tar.xz ipxe-7aa689e3badf8c7c278b725d4fe1273399d52405.zip |
[mucurses] Add missing FILE_LICENCE declarations
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/hci')
-rw-r--r-- | src/hci/mucurses/alert.c | 2 | ||||
-rw-r--r-- | src/hci/mucurses/edging.c | 2 | ||||
-rw-r--r-- | src/hci/mucurses/kb.c | 2 | ||||
-rw-r--r-- | src/hci/mucurses/print_nadv.c | 2 | ||||
-rw-r--r-- | src/hci/mucurses/slk.c | 2 | ||||
-rw-r--r-- | src/hci/mucurses/windows.c | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/src/hci/mucurses/alert.c b/src/hci/mucurses/alert.c index 00e959a8..833330a0 100644 --- a/src/hci/mucurses/alert.c +++ b/src/hci/mucurses/alert.c @@ -7,6 +7,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + /** * Audible signal * diff --git a/src/hci/mucurses/edging.c b/src/hci/mucurses/edging.c index eccd3242..bbee0336 100644 --- a/src/hci/mucurses/edging.c +++ b/src/hci/mucurses/edging.c @@ -8,6 +8,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + /** * Draw borders from single-byte characters and renditions around a * window diff --git a/src/hci/mucurses/kb.c b/src/hci/mucurses/kb.c index b38c8c14..a8163ef7 100644 --- a/src/hci/mucurses/kb.c +++ b/src/hci/mucurses/kb.c @@ -8,6 +8,8 @@ * MuCurses keyboard input handling functions */ +FILE_LICENCE ( GPL2_OR_LATER ); + #define INPUT_DELAY 200 // half-blocking delay timer resolution (ms) #define INPUT_DELAY_TIMEOUT 1000 // half-blocking delay timeout diff --git a/src/hci/mucurses/print_nadv.c b/src/hci/mucurses/print_nadv.c index ee472e68..5caf7d4e 100644 --- a/src/hci/mucurses/print_nadv.c +++ b/src/hci/mucurses/print_nadv.c @@ -8,6 +8,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + /** * Add string of single-byte characters and renditions to a window * diff --git a/src/hci/mucurses/slk.c b/src/hci/mucurses/slk.c index 600658e7..9c90acc3 100644 --- a/src/hci/mucurses/slk.c +++ b/src/hci/mucurses/slk.c @@ -11,6 +11,8 @@ * Soft label key functions */ +FILE_LICENCE ( GPL2_OR_LATER ); + #define MIN_SPACE_SIZE 2 #define SLK_MAX_LABEL_LEN 8 diff --git a/src/hci/mucurses/windows.c b/src/hci/mucurses/windows.c index 63d0af08..a24771c8 100644 --- a/src/hci/mucurses/windows.c +++ b/src/hci/mucurses/windows.c @@ -9,6 +9,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + /** * Delete a window * |