Browse Source

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

Relicence files with kind permission from the following contributors:

  Alex Williamson <alex.williamson@redhat.com>
  Eduardo Habkost <ehabkost@redhat.com>
  Greg Jednaszewski <jednaszewski@gmail.com>
  H. Peter Anvin <hpa@zytor.com>
  Marin Hannache <git@mareo.fr>
  Robin Smidsrød <robin@smidsrod.no>
  Shao Miller <sha0.miller@gmail.com>
  Thomas Horsten <thomas@horsten.com>

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 years ago
parent
commit
626ccf76ea

+ 5
- 1
src/arch/i386/core/pci_autoboot.c View File

@@ -16,9 +16,13 @@
16 16
  * along with this program; if not, write to the Free Software
17 17
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 18
  * 02110-1301, USA.
19
+ *
20
+ * You can also choose to distribute this program under the terms of
21
+ * the Unmodified Binary Distribution Licence (as given in the file
22
+ * COPYING.UBDL), provided that you have satisfied its requirements.
19 23
  */
20 24
 
21
-FILE_LICENCE ( GPL2_OR_LATER );
25
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
22 26
 
23 27
 #include <stdint.h>
24 28
 #include <ipxe/device.h>

+ 5
- 1
src/arch/i386/firmware/pcbios/fakee820.c View File

@@ -14,9 +14,13 @@
14 14
  * along with this program; if not, write to the Free Software
15 15
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16 16
  * 02110-1301, USA.
17
+ *
18
+ * You can also choose to distribute this program under the terms of
19
+ * the Unmodified Binary Distribution Licence (as given in the file
20
+ * COPYING.UBDL), provided that you have satisfied its requirements.
17 21
  */
18 22
 
19
-FILE_LICENCE ( GPL2_OR_LATER );
23
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
20 24
 
21 25
 #include <realmode.h>
22 26
 #include <biosint.h>

+ 5
- 1
src/arch/i386/include/pxe_api.h View File

@@ -17,6 +17,10 @@
17 17
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 18
  * 02110-1301, USA.
19 19
  *
20
+ * You can also choose to distribute this program under the terms of
21
+ * the Unmodified Binary Distribution Licence (as given in the file
22
+ * COPYING.UBDL), provided that you have satisfied its requirements.
23
+ *
20 24
  * As an alternative, at your option, you may use this file under the
21 25
  * following terms, known as the "MIT license":
22 26
  *
@@ -49,7 +53,7 @@
49 53
  *
50 54
  */
51 55
 
52
-FILE_LICENCE ( GPL2_OR_LATER );
56
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
53 57
 
54 58
 #include "pxe_types.h"
55 59
 

+ 5
- 1
src/arch/i386/interface/pcbios/apm.c View File

@@ -15,9 +15,13 @@
15 15
  * along with this program; if not, write to the Free Software
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 17
  * 02110-1301, USA.
18
+ *
19
+ * You can also choose to distribute this program under the terms of
20
+ * the Unmodified Binary Distribution Licence (as given in the file
21
+ * COPYING.UBDL), provided that you have satisfied its requirements.
18 22
  */
19 23
 
20
-FILE_LICENCE ( GPL2_OR_LATER );
24
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
21 25
 
22 26
 /**
23 27
  * @file

+ 5
- 1
src/arch/i386/interface/pxe/pxe_entry.S View File

@@ -16,9 +16,13 @@
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 17
  * 02110-1301, USA.
18 18
  *
19
+ * You can also choose to distribute this program under the terms of
20
+ * the Unmodified Binary Distribution Licence (as given in the file
21
+ * COPYING.UBDL), provided that you have satisfied its requirements.
22
+ *
19 23
  */
20 24
 
21
-FILE_LICENCE ( GPL2_OR_LATER )
25
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
22 26
 
23 27
 	.arch i386
24 28
 

+ 5
- 1
src/arch/i386/interface/pxe/pxe_exit_hook.c View File

@@ -21,9 +21,13 @@
21 21
  * along with this program; if not, write to the Free Software
22 22
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
23 23
  * 02110-1301, USA.
24
+ *
25
+ * You can also choose to distribute this program under the terms of
26
+ * the Unmodified Binary Distribution Licence (as given in the file
27
+ * COPYING.UBDL), provided that you have satisfied its requirements.
24 28
  */
25 29
 
26
-FILE_LICENCE ( GPL2_OR_LATER );
30
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
27 31
 
28 32
 #include <stdint.h>
29 33
 #include <realmode.h>

+ 5
- 1
src/arch/i386/interface/pxe/pxe_file.c View File

@@ -31,9 +31,13 @@
31 31
  * along with this program; if not, write to the Free Software
32 32
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
33 33
  * 02110-1301, USA.
34
+ *
35
+ * You can also choose to distribute this program under the terms of
36
+ * the Unmodified Binary Distribution Licence (as given in the file
37
+ * COPYING.UBDL), provided that you have satisfied its requirements.
34 38
  */
35 39
 
36
-FILE_LICENCE ( GPL2_OR_LATER );
40
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
37 41
 
38 42
 FEATURE ( FEATURE_MISC, "PXEXT", DHCP_EB_FEATURE_PXE_EXT, 2 );
39 43
 

+ 1
- 1
src/config/dhcp.h View File

@@ -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
 #include <config/defaults.h>
13 13
 

+ 5
- 1
src/core/exec.c View File

@@ -15,9 +15,13 @@
15 15
  * along with this program; if not, write to the Free Software
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 17
  * 02110-1301, USA.
18
+ *
19
+ * You can also choose to distribute this program under the terms of
20
+ * the Unmodified Binary Distribution Licence (as given in the file
21
+ * COPYING.UBDL), provided that you have satisfied its requirements.
18 22
  */
19 23
 
20
-FILE_LICENCE ( GPL2_OR_LATER );
24
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
21 25
 
22 26
 #include <stdint.h>
23 27
 #include <string.h>

+ 5
- 1
src/core/getopt.c View File

@@ -15,9 +15,13 @@
15 15
  * along with this program; if not, write to the Free Software
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 17
  * 02110-1301, USA.
18
+ *
19
+ * You can also choose to distribute this program under the terms of
20
+ * the Unmodified Binary Distribution Licence (as given in the file
21
+ * COPYING.UBDL), provided that you have satisfied its requirements.
18 22
  */
19 23
 
20
-FILE_LICENCE ( GPL2_OR_LATER );
24
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
21 25
 
22 26
 #include <stdint.h>
23 27
 #include <string.h>

+ 5
- 1
src/core/null_reboot.c View File

@@ -15,9 +15,13 @@
15 15
  * along with this program; if not, write to the Free Software
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 17
  * 02110-1301, USA.
18
+ *
19
+ * You can also choose to distribute this program under the terms of
20
+ * the Unmodified Binary Distribution Licence (as given in the file
21
+ * COPYING.UBDL), provided that you have satisfied its requirements.
18 22
  */
19 23
 
20
-FILE_LICENCE ( GPL2_OR_LATER );
24
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
21 25
 
22 26
 /**
23 27
  * @file

+ 5
- 1
src/drivers/infiniband/qib7322.c View File

@@ -15,9 +15,13 @@
15 15
  * along with this program; if not, write to the Free Software
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 17
  * 02110-1301, USA.
18
+ *
19
+ * You can also choose to distribute this program under the terms of
20
+ * the Unmodified Binary Distribution Licence (as given in the file
21
+ * COPYING.UBDL), provided that you have satisfied its requirements.
18 22
  */
19 23
 
20
-FILE_LICENCE ( GPL2_OR_LATER );
24
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
21 25
 
22 26
 #include <stdint.h>
23 27
 #include <stdlib.h>

+ 5
- 1
src/hci/commands/image_cmd.c View File

@@ -15,9 +15,13 @@
15 15
  * along with this program; if not, write to the Free Software
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 17
  * 02110-1301, USA.
18
+ *
19
+ * You can also choose to distribute this program under the terms of
20
+ * the Unmodified Binary Distribution Licence (as given in the file
21
+ * COPYING.UBDL), provided that you have satisfied its requirements.
18 22
  */
19 23
 
20
-FILE_LICENCE ( GPL2_OR_LATER );
24
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
21 25
 
22 26
 #include <stdint.h>
23 27
 #include <stdlib.h>

+ 5
- 1
src/hci/commands/poweroff_cmd.c View File

@@ -15,6 +15,10 @@
15 15
  * along with this program; if not, write to the Free Software
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 17
  * 02110-1301, USA.
18
+ *
19
+ * You can also choose to distribute this program under the terms of
20
+ * the Unmodified Binary Distribution Licence (as given in the file
21
+ * COPYING.UBDL), provided that you have satisfied its requirements.
18 22
  */
19 23
 
20 24
 #include <stdio.h>
@@ -24,7 +28,7 @@
24 28
 #include <ipxe/parseopt.h>
25 29
 #include <ipxe/reboot.h>
26 30
 
27
-FILE_LICENCE ( GPL2_OR_LATER );
31
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
28 32
 
29 33
 /** @file
30 34
  *

+ 1
- 1
src/include/ipxe/mount.h View File

@@ -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
 /** NFS MOUNT protocol number */
15 15
 #define ONCRPC_MOUNT 100005

+ 1
- 1
src/include/ipxe/nfs.h View File

@@ -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
 /** NFS protocol number */
16 16
 #define ONCRPC_NFS 100003

+ 1
- 1
src/include/ipxe/nfs_open.h View File

@@ -7,6 +7,6 @@
7 7
  *
8 8
  */
9 9
 
10
-FILE_LICENCE ( GPL2_OR_LATER );
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11 11
 
12 12
 #endif /* _IPXE_NFS_OPEN_H */

+ 1
- 1
src/include/ipxe/nfs_uri.h View File

@@ -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
 #include <ipxe/uri.h>
13 13
 

+ 1
- 1
src/include/ipxe/oncrpc.h View File

@@ -11,7 +11,7 @@
11 11
  *
12 12
  */
13 13
 
14
-FILE_LICENCE ( GPL2_OR_LATER );
14
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
15 15
 
16 16
 /** ONC RCP Version */
17 17
 #define ONCRPC_VERS 2

+ 1
- 1
src/include/ipxe/oncrpc_iob.h View File

@@ -13,7 +13,7 @@
13 13
  *
14 14
  */
15 15
 
16
-FILE_LICENCE ( GPL2_OR_LATER );
16
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
17 17
 
18 18
 /**
19 19
  * Add a string to the end of an I/O buffer

+ 1
- 1
src/include/ipxe/portmap.h View File

@@ -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
 /** PORTMAP default port */
16 16
 #define PORTMAP_PORT   111

+ 1
- 1
src/include/ipxe/reboot.h View File

@@ -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
 #include <ipxe/api.h>
13 13
 #include <config/reboot.h>

+ 5
- 1
src/interface/efi/efi_reboot.c View File

@@ -15,9 +15,13 @@
15 15
  * along with this program; if not, write to the Free Software
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 17
  * 02110-1301, USA.
18
+ *
19
+ * You can also choose to distribute this program under the terms of
20
+ * the Unmodified Binary Distribution Licence (as given in the file
21
+ * COPYING.UBDL), provided that you have satisfied its requirements.
18 22
  */
19 23
 
20
-FILE_LICENCE ( GPL2_OR_LATER );
24
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
21 25
 
22 26
 /**
23 27
  * @file

+ 5
- 1
src/net/dhcpopts.c View File

@@ -15,9 +15,13 @@
15 15
  * along with this program; if not, write to the Free Software
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 17
  * 02110-1301, USA.
18
+ *
19
+ * You can also choose to distribute this program under the terms of
20
+ * the Unmodified Binary Distribution Licence (as given in the file
21
+ * COPYING.UBDL), provided that you have satisfied its requirements.
18 22
  */
19 23
 
20
-FILE_LICENCE ( GPL2_OR_LATER );
24
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
21 25
 
22 26
 #include <stdint.h>
23 27
 #include <stdlib.h>

+ 5
- 1
src/net/infiniband.c View File

@@ -15,9 +15,13 @@
15 15
  * along with this program; if not, write to the Free Software
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 17
  * 02110-1301, USA.
18
+ *
19
+ * You can also choose to distribute this program under the terms of
20
+ * the Unmodified Binary Distribution Licence (as given in the file
21
+ * COPYING.UBDL), provided that you have satisfied its requirements.
18 22
  */
19 23
 
20
-FILE_LICENCE ( GPL2_OR_LATER );
24
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
21 25
 
22 26
 #include <stdint.h>
23 27
 #include <stdlib.h>

+ 5
- 1
src/net/netdev_settings.c View File

@@ -15,9 +15,13 @@
15 15
  * along with this program; if not, write to the Free Software
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 17
  * 02110-1301, USA.
18
+ *
19
+ * You can also choose to distribute this program under the terms of
20
+ * the Unmodified Binary Distribution Licence (as given in the file
21
+ * COPYING.UBDL), provided that you have satisfied its requirements.
18 22
  */
19 23
 
20
-FILE_LICENCE ( GPL2_OR_LATER );
24
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
21 25
 
22 26
 #include <string.h>
23 27
 #include <errno.h>

Loading…
Cancel
Save