mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
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>
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Audible signal
|
* Audible signal
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#include <ipxe/ansicol.h>
|
#include <ipxe/ansicol.h>
|
||||||
#include <ipxe/console.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_reset(struct _curses_screen *scr) __nonnull;
|
||||||
static void ansiscr_movetoyx(struct _curses_screen *scr,
|
static void ansiscr_movetoyx(struct _curses_screen *scr,
|
||||||
|
|||||||
@@ -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
|
* Clear a window to the bottom from current cursor position
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include <curses.h>
|
#include <curses.h>
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
|
||||||
struct colour_pair {
|
struct colour_pair {
|
||||||
short fcol;
|
short fcol;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
|
||||||
struct cursor_pos {
|
struct cursor_pos {
|
||||||
unsigned int y, x;
|
unsigned int y, x;
|
||||||
|
|||||||
@@ -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
|
* Draw borders from single-byte characters and renditions around a
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
* MuCurses keyboard input handling functions
|
* 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 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
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
|
||||||
static void _wupdcurs ( WINDOW *win ) __nonnull;
|
static void _wupdcurs ( WINDOW *win ) __nonnull;
|
||||||
void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull;
|
void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
|
||||||
#define WRAP 0
|
#define WRAP 0
|
||||||
#define NOWRAP 1
|
#define NOWRAP 1
|
||||||
|
|||||||
@@ -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
|
* Add a single-byte character and rendition to a window and advance
|
||||||
|
|||||||
@@ -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
|
* Add string of single-byte characters and renditions to a window
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
* Soft label key functions
|
* Soft label key functions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
|
||||||
#define MIN_SPACE_SIZE 2
|
#define MIN_SPACE_SIZE 2
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the background rendition attributes for a window
|
* Get the background rendition attributes for a window
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delete a window
|
* Delete a window
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
FILE_LICENCE ( GPL2_OR_LATER );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialise console environment
|
* Initialise console environment
|
||||||
|
|||||||
Reference in New Issue
Block a user