From 7aa689e3badf8c7c278b725d4fe1273399d52405 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 2 Mar 2015 12:02:11 +0000 Subject: [PATCH] [mucurses] Add missing FILE_LICENCE declarations Signed-off-by: Michael Brown --- src/hci/mucurses/alert.c | 2 ++ src/hci/mucurses/edging.c | 2 ++ src/hci/mucurses/kb.c | 2 ++ src/hci/mucurses/print_nadv.c | 2 ++ src/hci/mucurses/slk.c | 2 ++ src/hci/mucurses/windows.c | 2 ++ 6 files changed, 12 insertions(+) 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 *