]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[mucurses] Add missing FILE_LICENCE declarations
authorMichael Brown <mcb30@ipxe.org>
Mon, 2 Mar 2015 12:02:11 +0000 (12:02 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 2 Mar 2015 12:07:14 +0000 (12:07 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/hci/mucurses/alert.c
src/hci/mucurses/edging.c
src/hci/mucurses/kb.c
src/hci/mucurses/print_nadv.c
src/hci/mucurses/slk.c
src/hci/mucurses/windows.c

index 00e959a89038a0ef6009f62d221a18fdff9cd761..833330a0a87891327844adb48596edcc861d15ec 100644 (file)
@@ -7,6 +7,8 @@
  *
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 /**
  * Audible signal
  *
index eccd324224a015efe08312065c1cc9c99d89a933..bbee0336da1587d387cebf1bd3e6f37a6d591f0e 100644 (file)
@@ -8,6 +8,8 @@
  *
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 /**
  * Draw borders from single-byte characters and renditions around a
  * window
index b38c8c1465a1acb8c14261657b8fde81ccba9a60..a8163ef72328e823036267ff8225de34a9bbaf1f 100644 (file)
@@ -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
 
index ee472e6853730e31329e403296f674205d3b9cd7..5caf7d4ea6392fdb05d71af3670338737c87259c 100644 (file)
@@ -8,6 +8,8 @@
  *
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 /**
  * Add string of single-byte characters and renditions to a window
  *
index 600658e75e14170b0248ed736739c03cec57a1d3..9c90acc331e19a6180ed02e5af7cf8d5f51edaba 100644 (file)
@@ -11,6 +11,8 @@
  * Soft label key functions
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #define MIN_SPACE_SIZE 2
 
 #define SLK_MAX_LABEL_LEN 8
index 63d0af08c41389f882c7057745c4f7b67f6b2e08..a24771c89615eea2f26d03326623ae8eb7ea7292 100644 (file)
@@ -9,6 +9,8 @@
  *
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 /**
  * Delete a window
  *