Ver código fonte

[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 anos atrás
pai
commit
626ccf76ea

+ 5
- 1
src/arch/i386/core/pci_autoboot.c Ver arquivo

16
  * along with this program; if not, write to the Free Software
16
  * along with this program; if not, write to the Free Software
17
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18
  * 02110-1301, USA.
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
 #include <stdint.h>
27
 #include <stdint.h>
24
 #include <ipxe/device.h>
28
 #include <ipxe/device.h>

+ 5
- 1
src/arch/i386/firmware/pcbios/fakee820.c Ver arquivo

14
  * along with this program; if not, write to the Free Software
14
  * along with this program; if not, write to the Free Software
15
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
15
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
  * 02110-1301, USA.
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
 #include <realmode.h>
25
 #include <realmode.h>
22
 #include <biosint.h>
26
 #include <biosint.h>

+ 5
- 1
src/arch/i386/include/pxe_api.h Ver arquivo

17
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18
  * 02110-1301, USA.
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
  * As an alternative, at your option, you may use this file under the
24
  * As an alternative, at your option, you may use this file under the
21
  * following terms, known as the "MIT license":
25
  * following terms, known as the "MIT license":
22
  *
26
  *
49
  *
53
  *
50
  */
54
  */
51
 
55
 
52
-FILE_LICENCE ( GPL2_OR_LATER );
56
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
53
 
57
 
54
 #include "pxe_types.h"
58
 #include "pxe_types.h"
55
 
59
 

+ 5
- 1
src/arch/i386/interface/pcbios/apm.c Ver arquivo

15
  * along with this program; if not, write to the Free Software
15
  * along with this program; if not, write to the Free Software
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * 02110-1301, USA.
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
  * @file
27
  * @file

+ 5
- 1
src/arch/i386/interface/pxe/pxe_entry.S Ver arquivo

16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * 02110-1301, USA.
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
 	.arch i386
27
 	.arch i386
24
 
28
 

+ 5
- 1
src/arch/i386/interface/pxe/pxe_exit_hook.c Ver arquivo

21
  * along with this program; if not, write to the Free Software
21
  * along with this program; if not, write to the Free Software
22
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
23
  * 02110-1301, USA.
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
 #include <stdint.h>
32
 #include <stdint.h>
29
 #include <realmode.h>
33
 #include <realmode.h>

+ 5
- 1
src/arch/i386/interface/pxe/pxe_file.c Ver arquivo

31
  * along with this program; if not, write to the Free Software
31
  * along with this program; if not, write to the Free Software
32
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
32
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
33
  * 02110-1301, USA.
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
 FEATURE ( FEATURE_MISC, "PXEXT", DHCP_EB_FEATURE_PXE_EXT, 2 );
42
 FEATURE ( FEATURE_MISC, "PXEXT", DHCP_EB_FEATURE_PXE_EXT, 2 );
39
 
43
 

+ 1
- 1
src/config/dhcp.h Ver arquivo

7
  *
7
  *
8
  */
8
  */
9
 
9
 
10
-FILE_LICENCE ( GPL2_OR_LATER );
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
 
11
 
12
 #include <config/defaults.h>
12
 #include <config/defaults.h>
13
 
13
 

+ 5
- 1
src/core/exec.c Ver arquivo

15
  * along with this program; if not, write to the Free Software
15
  * along with this program; if not, write to the Free Software
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * 02110-1301, USA.
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
 #include <stdint.h>
26
 #include <stdint.h>
23
 #include <string.h>
27
 #include <string.h>

+ 5
- 1
src/core/getopt.c Ver arquivo

15
  * along with this program; if not, write to the Free Software
15
  * along with this program; if not, write to the Free Software
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * 02110-1301, USA.
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
 #include <stdint.h>
26
 #include <stdint.h>
23
 #include <string.h>
27
 #include <string.h>

+ 5
- 1
src/core/null_reboot.c Ver arquivo

15
  * along with this program; if not, write to the Free Software
15
  * along with this program; if not, write to the Free Software
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * 02110-1301, USA.
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
  * @file
27
  * @file

+ 5
- 1
src/drivers/infiniband/qib7322.c Ver arquivo

15
  * along with this program; if not, write to the Free Software
15
  * along with this program; if not, write to the Free Software
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * 02110-1301, USA.
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
 #include <stdint.h>
26
 #include <stdint.h>
23
 #include <stdlib.h>
27
 #include <stdlib.h>

+ 5
- 1
src/hci/commands/image_cmd.c Ver arquivo

15
  * along with this program; if not, write to the Free Software
15
  * along with this program; if not, write to the Free Software
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * 02110-1301, USA.
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
 #include <stdint.h>
26
 #include <stdint.h>
23
 #include <stdlib.h>
27
 #include <stdlib.h>

+ 5
- 1
src/hci/commands/poweroff_cmd.c Ver arquivo

15
  * along with this program; if not, write to the Free Software
15
  * along with this program; if not, write to the Free Software
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * 02110-1301, USA.
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
 #include <stdio.h>
24
 #include <stdio.h>
24
 #include <ipxe/parseopt.h>
28
 #include <ipxe/parseopt.h>
25
 #include <ipxe/reboot.h>
29
 #include <ipxe/reboot.h>
26
 
30
 
27
-FILE_LICENCE ( GPL2_OR_LATER );
31
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
28
 
32
 
29
 /** @file
33
 /** @file
30
  *
34
  *

+ 1
- 1
src/include/ipxe/mount.h Ver arquivo

9
  *
9
  *
10
  */
10
  */
11
 
11
 
12
-FILE_LICENCE ( GPL2_OR_LATER );
12
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
13
 
13
 
14
 /** NFS MOUNT protocol number */
14
 /** NFS MOUNT protocol number */
15
 #define ONCRPC_MOUNT 100005
15
 #define ONCRPC_MOUNT 100005

+ 1
- 1
src/include/ipxe/nfs.h Ver arquivo

10
  *
10
  *
11
  */
11
  */
12
 
12
 
13
-FILE_LICENCE ( GPL2_OR_LATER );
13
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
14
 
14
 
15
 /** NFS protocol number */
15
 /** NFS protocol number */
16
 #define ONCRPC_NFS 100003
16
 #define ONCRPC_NFS 100003

+ 1
- 1
src/include/ipxe/nfs_open.h Ver arquivo

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

+ 1
- 1
src/include/ipxe/nfs_uri.h Ver arquivo

7
  *
7
  *
8
  */
8
  */
9
 
9
 
10
-FILE_LICENCE ( GPL2_OR_LATER );
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
 
11
 
12
 #include <ipxe/uri.h>
12
 #include <ipxe/uri.h>
13
 
13
 

+ 1
- 1
src/include/ipxe/oncrpc.h Ver arquivo

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

+ 1
- 1
src/include/ipxe/oncrpc_iob.h Ver arquivo

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
  * Add a string to the end of an I/O buffer
19
  * Add a string to the end of an I/O buffer

+ 1
- 1
src/include/ipxe/portmap.h Ver arquivo

10
  *
10
  *
11
  */
11
  */
12
 
12
 
13
-FILE_LICENCE ( GPL2_OR_LATER );
13
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
14
 
14
 
15
 /** PORTMAP default port */
15
 /** PORTMAP default port */
16
 #define PORTMAP_PORT   111
16
 #define PORTMAP_PORT   111

+ 1
- 1
src/include/ipxe/reboot.h Ver arquivo

7
  *
7
  *
8
  */
8
  */
9
 
9
 
10
-FILE_LICENCE ( GPL2_OR_LATER );
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
 
11
 
12
 #include <ipxe/api.h>
12
 #include <ipxe/api.h>
13
 #include <config/reboot.h>
13
 #include <config/reboot.h>

+ 5
- 1
src/interface/efi/efi_reboot.c Ver arquivo

15
  * along with this program; if not, write to the Free Software
15
  * along with this program; if not, write to the Free Software
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * 02110-1301, USA.
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
  * @file
27
  * @file

+ 5
- 1
src/net/dhcpopts.c Ver arquivo

15
  * along with this program; if not, write to the Free Software
15
  * along with this program; if not, write to the Free Software
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * 02110-1301, USA.
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
 #include <stdint.h>
26
 #include <stdint.h>
23
 #include <stdlib.h>
27
 #include <stdlib.h>

+ 5
- 1
src/net/infiniband.c Ver arquivo

15
  * along with this program; if not, write to the Free Software
15
  * along with this program; if not, write to the Free Software
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * 02110-1301, USA.
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
 #include <stdint.h>
26
 #include <stdint.h>
23
 #include <stdlib.h>
27
 #include <stdlib.h>

+ 5
- 1
src/net/netdev_settings.c Ver arquivo

15
  * along with this program; if not, write to the Free Software
15
  * along with this program; if not, write to the Free Software
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
  * 02110-1301, USA.
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
 #include <string.h>
26
 #include <string.h>
23
 #include <errno.h>
27
 #include <errno.h>

Carregando…
Cancelar
Salvar