]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
authorMichael Brown <mcb30@ipxe.org>
Mon, 2 Mar 2015 12:04:57 +0000 (12:04 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 2 Mar 2015 14:17:31 +0000 (14:17 +0000)
Relicense files authored by Dan Lynch while working as an employee of
Fen Systems Ltd., with permission from Fen Systems Ltd.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
15 files changed:
src/hci/mucurses/alert.c
src/hci/mucurses/ansi_screen.c
src/hci/mucurses/clear.c
src/hci/mucurses/colour.c
src/hci/mucurses/cursor.h
src/hci/mucurses/edging.c
src/hci/mucurses/kb.c
src/hci/mucurses/mucurses.c
src/hci/mucurses/mucurses.h
src/hci/mucurses/print.c
src/hci/mucurses/print_nadv.c
src/hci/mucurses/slk.c
src/hci/mucurses/winattrs.c
src/hci/mucurses/windows.c
src/hci/mucurses/wininit.c

index 833330a0a87891327844adb48596edcc861d15ec..7dc61c222320f35803838cfca85154ce1a6f814e 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 /**
  * Audible signal
index 1d3143f89f51a94532cf31563da6a277cb38f676..1cf3309ddd1891005967ac85f521dcac413549ba 100644 (file)
@@ -3,7 +3,7 @@
 #include <ipxe/ansicol.h>
 #include <ipxe/console.h>
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 static void ansiscr_reset(struct _curses_screen *scr) __nonnull;
 static void ansiscr_movetoyx(struct _curses_screen *scr,
index f5e52ca20123b40205371f34eea357811f38fc03..2054f72cc9bef55aa92d890d54a7f40ee5dc31f9 100644 (file)
@@ -8,7 +8,7 @@
  *
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 /**
  * Clear a window to the bottom from current cursor position
index c1359c868368f4f3d98df7e47ca90105c5d46ae0..b0c480b1ff4eaa14a2c46fbcf0809682454c6b3f 100644 (file)
@@ -1,6 +1,6 @@
 #include <curses.h>
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 struct colour_pair {
        short fcol;
index 16b7d27c27b27ac051a7b4562225bc77112e3e8a..2e0c896a640ba484fbc4240380a92058403a2a2d 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 struct cursor_pos {
        unsigned int y, x;
index bbee0336da1587d387cebf1bd3e6f37a6d591f0e..e938d338b4a9b54e2b3489c83f562d63dad4bf0b 100644 (file)
@@ -8,7 +8,7 @@
  *
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 /**
  * Draw borders from single-byte characters and renditions around a
index a8163ef72328e823036267ff8225de34a9bbaf1f..8face14d89593c873295dc11ccfe5dc579371d3b 100644 (file)
@@ -8,7 +8,7 @@
  * MuCurses keyboard input handling functions
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 #define INPUT_DELAY            200 // half-blocking delay timer resolution (ms)
 #define INPUT_DELAY_TIMEOUT    1000 // half-blocking delay timeout
index b67445baf50a1d2974ccbaf8b2cf9b4fd849b802..98a8a2c59011cd9bdfebf4f8b16b87c6efe8fa32 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 static void _wupdcurs ( WINDOW *win ) __nonnull;
 void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull;
index 7ac1086ac561564aa5ab66599e2f8c521d598876..27039478717913e33b404aff6456382951cf1a24 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 #define WRAP 0
 #define NOWRAP 1
index 9c682588b9a150c8a242155730b4da7fb997f7f4..e8831c58fbba18508e19e85adb502b12673c9132 100644 (file)
@@ -10,7 +10,7 @@
  *
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 /**
  * Add a single-byte character and rendition to a window and advance
index 5caf7d4ea6392fdb05d71af3670338737c87259c..3a44e5bd2b329ae03b5ca605ea52ae8080ba15a3 100644 (file)
@@ -8,7 +8,7 @@
  *
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 /**
  * Add string of single-byte characters and renditions to a window
index 9c90acc331e19a6180ed02e5af7cf8d5f51edaba..660eb65c0d63958171c0436c273ecd2cf33cb8ad 100644 (file)
@@ -11,7 +11,7 @@
  * Soft label key functions
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 #define MIN_SPACE_SIZE 2
 
index f549d7519ac41932cc38a87c6ef0d93f917b7066..97a5a18b399e3f7eb511ea71e1b72d81ec021e34 100644 (file)
@@ -6,7 +6,7 @@
  *
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 /**
  * Get the background rendition attributes for a window
index a24771c89615eea2f26d03326623ae8eb7ea7292..7f39bdea2b7da4c77132b25d1468f0f0e6878af1 100644 (file)
@@ -9,7 +9,7 @@
  *
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 /**
  * Delete a window
index b75abba44453e3205670b70e3f60cad83f75fe89..dd84d2f1dd24d505ea672d189ea92fd95caf741e 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 /**
  * Initialise console environment