Browse Source

[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>
tags/v1.20.1
Michael Brown 9 years ago
parent
commit
e24be567f4

+ 1
- 1
src/hci/mucurses/alert.c View File

7
  *
7
  *
8
  */
8
  */
9
 
9
 
10
-FILE_LICENCE ( GPL2_OR_LATER );
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
 
11
 
12
 /**
12
 /**
13
  * Audible signal
13
  * Audible signal

+ 1
- 1
src/hci/mucurses/ansi_screen.c View File

3
 #include <ipxe/ansicol.h>
3
 #include <ipxe/ansicol.h>
4
 #include <ipxe/console.h>
4
 #include <ipxe/console.h>
5
 
5
 
6
-FILE_LICENCE ( GPL2_OR_LATER );
6
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
7
 
7
 
8
 static void ansiscr_reset(struct _curses_screen *scr) __nonnull;
8
 static void ansiscr_reset(struct _curses_screen *scr) __nonnull;
9
 static void ansiscr_movetoyx(struct _curses_screen *scr,
9
 static void ansiscr_movetoyx(struct _curses_screen *scr,

+ 1
- 1
src/hci/mucurses/clear.c View File

8
  *
8
  *
9
  */
9
  */
10
 
10
 
11
-FILE_LICENCE ( GPL2_OR_LATER );
11
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
12
 
12
 
13
 /**
13
 /**
14
  * Clear a window to the bottom from current cursor position
14
  * Clear a window to the bottom from current cursor position

+ 1
- 1
src/hci/mucurses/colour.c View File

1
 #include <curses.h>
1
 #include <curses.h>
2
 
2
 
3
-FILE_LICENCE ( GPL2_OR_LATER );
3
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
4
 
4
 
5
 struct colour_pair {
5
 struct colour_pair {
6
 	short fcol;
6
 	short fcol;

+ 1
- 1
src/hci/mucurses/cursor.h View File

7
  *
7
  *
8
  */
8
  */
9
 
9
 
10
-FILE_LICENCE ( GPL2_OR_LATER );
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
 
11
 
12
 struct cursor_pos {
12
 struct cursor_pos {
13
 	unsigned int y, x;
13
 	unsigned int y, x;

+ 1
- 1
src/hci/mucurses/edging.c View File

8
  *
8
  *
9
  */
9
  */
10
 
10
 
11
-FILE_LICENCE ( GPL2_OR_LATER );
11
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
12
 
12
 
13
 /**
13
 /**
14
  * Draw borders from single-byte characters and renditions around a
14
  * Draw borders from single-byte characters and renditions around a

+ 1
- 1
src/hci/mucurses/kb.c View File

8
  * MuCurses keyboard input handling functions
8
  * MuCurses keyboard input handling functions
9
  */
9
  */
10
 
10
 
11
-FILE_LICENCE ( GPL2_OR_LATER );
11
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
12
 
12
 
13
 #define INPUT_DELAY 		200 // half-blocking delay timer resolution (ms)
13
 #define INPUT_DELAY 		200 // half-blocking delay timer resolution (ms)
14
 #define INPUT_DELAY_TIMEOUT 	1000 // half-blocking delay timeout
14
 #define INPUT_DELAY_TIMEOUT 	1000 // half-blocking delay timeout

+ 1
- 1
src/hci/mucurses/mucurses.c View File

7
  *
7
  *
8
  */
8
  */
9
 
9
 
10
-FILE_LICENCE ( GPL2_OR_LATER );
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
 
11
 
12
 static void _wupdcurs ( WINDOW *win ) __nonnull;
12
 static void _wupdcurs ( WINDOW *win ) __nonnull;
13
 void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull;
13
 void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull;

+ 1
- 1
src/hci/mucurses/mucurses.h View File

7
  *
7
  *
8
  */
8
  */
9
 
9
 
10
-FILE_LICENCE ( GPL2_OR_LATER );
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
 
11
 
12
 #define WRAP 0
12
 #define WRAP 0
13
 #define NOWRAP 1
13
 #define NOWRAP 1

+ 1
- 1
src/hci/mucurses/print.c View File

10
  *
10
  *
11
  */
11
  */
12
 
12
 
13
-FILE_LICENCE ( GPL2_OR_LATER );
13
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
14
 
14
 
15
 /**
15
 /**
16
  * Add a single-byte character and rendition to a window and advance
16
  * Add a single-byte character and rendition to a window and advance

+ 1
- 1
src/hci/mucurses/print_nadv.c View File

8
  *
8
  *
9
  */
9
  */
10
 
10
 
11
-FILE_LICENCE ( GPL2_OR_LATER );
11
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
12
 
12
 
13
 /**
13
 /**
14
  * Add string of single-byte characters and renditions to a window
14
  * Add string of single-byte characters and renditions to a window

+ 1
- 1
src/hci/mucurses/slk.c View File

11
  * Soft label key functions
11
  * Soft label key functions
12
  */
12
  */
13
 
13
 
14
-FILE_LICENCE ( GPL2_OR_LATER );
14
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
15
 
15
 
16
 #define MIN_SPACE_SIZE 2
16
 #define MIN_SPACE_SIZE 2
17
 
17
 

+ 1
- 1
src/hci/mucurses/winattrs.c View File

6
  *
6
  *
7
  */
7
  */
8
 
8
 
9
-FILE_LICENCE ( GPL2_OR_LATER );
9
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
10
 
10
 
11
 /**
11
 /**
12
  * Get the background rendition attributes for a window
12
  * Get the background rendition attributes for a window

+ 1
- 1
src/hci/mucurses/windows.c View File

9
  *
9
  *
10
  */
10
  */
11
 
11
 
12
-FILE_LICENCE ( GPL2_OR_LATER );
12
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
13
 
13
 
14
 /**
14
 /**
15
  * Delete a window
15
  * Delete a window

+ 1
- 1
src/hci/mucurses/wininit.c View File

7
  *
7
  *
8
  */
8
  */
9
 
9
 
10
-FILE_LICENCE ( GPL2_OR_LATER );
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
 
11
 
12
 /**
12
 /**
13
  * Initialise console environment
13
  * Initialise console environment

Loading…
Cancel
Save