Parcourir la 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 il y a 9 ans
Parent
révision
e24be567f4

+ 1
- 1
src/hci/mucurses/alert.c Voir le fichier

@@ -7,7 +7,7 @@
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 13
  * Audible signal

+ 1
- 1
src/hci/mucurses/ansi_screen.c Voir le fichier

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

+ 1
- 1
src/hci/mucurses/clear.c Voir le fichier

@@ -8,7 +8,7 @@
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 14
  * Clear a window to the bottom from current cursor position

+ 1
- 1
src/hci/mucurses/colour.c Voir le fichier

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

+ 1
- 1
src/hci/mucurses/cursor.h Voir le fichier

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

+ 1
- 1
src/hci/mucurses/edging.c Voir le fichier

@@ -8,7 +8,7 @@
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 14
  * Draw borders from single-byte characters and renditions around a

+ 1
- 1
src/hci/mucurses/kb.c Voir le fichier

@@ -8,7 +8,7 @@
8 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 13
 #define INPUT_DELAY 		200 // half-blocking delay timer resolution (ms)
14 14
 #define INPUT_DELAY_TIMEOUT 	1000 // half-blocking delay timeout

+ 1
- 1
src/hci/mucurses/mucurses.c Voir le fichier

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

+ 1
- 1
src/hci/mucurses/mucurses.h Voir le fichier

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

+ 1
- 1
src/hci/mucurses/print.c Voir le fichier

@@ -10,7 +10,7 @@
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 16
  * Add a single-byte character and rendition to a window and advance

+ 1
- 1
src/hci/mucurses/print_nadv.c Voir le fichier

@@ -8,7 +8,7 @@
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 14
  * Add string of single-byte characters and renditions to a window

+ 1
- 1
src/hci/mucurses/slk.c Voir le fichier

@@ -11,7 +11,7 @@
11 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 16
 #define MIN_SPACE_SIZE 2
17 17
 

+ 1
- 1
src/hci/mucurses/winattrs.c Voir le fichier

@@ -6,7 +6,7 @@
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 12
  * Get the background rendition attributes for a window

+ 1
- 1
src/hci/mucurses/windows.c Voir le fichier

@@ -9,7 +9,7 @@
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 15
  * Delete a window

+ 1
- 1
src/hci/mucurses/wininit.c Voir le fichier

@@ -7,7 +7,7 @@
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 13
  * Initialise console environment

Chargement…
Annuler
Enregistrer