瀏覽代碼

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

Relicense files with kind permission from

    Stefan Hajnoczi <stefanha@redhat.com>

alongside the contributors who have already granted such relicensing
permission.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 年之前
父節點
當前提交
1a4e94a828

+ 5
- 1
src/arch/i386/core/gdbmach.c 查看文件

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 <stddef.h>
26
 #include <stddef.h>
23
 #include <stdio.h>
27
 #include <stdio.h>

+ 5
- 1
src/arch/i386/drivers/net/undiload.c 查看文件

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>

+ 1
- 1
src/arch/i386/prefix/kkpxeprefix.S 查看文件

3
  *****************************************************************************
3
  *****************************************************************************
4
  */
4
  */
5
 
5
 
6
-FILE_LICENCE ( GPL2_OR_LATER )
6
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
7
 
7
 
8
 #define PXELOADER_KEEP_UNDI
8
 #define PXELOADER_KEEP_UNDI
9
 #define PXELOADER_KEEP_PXE
9
 #define PXELOADER_KEEP_PXE

+ 5
- 1
src/core/fnrec.c 查看文件

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 <stdlib.h>
26
 #include <stdlib.h>
23
 #include <stdio.h>
27
 #include <stdio.h>

+ 5
- 1
src/core/gdbserial.c 查看文件

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 <assert.h>
26
 #include <assert.h>
23
 #include <ipxe/serial.h>
27
 #include <ipxe/serial.h>

+ 5
- 1
src/core/gdbstub.c 查看文件

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/core/gdbudp.c 查看文件

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 <stdio.h>
26
 #include <stdio.h>
23
 #include <string.h>
27
 #include <string.h>

+ 1
- 1
src/drivers/net/virtio-net.c 查看文件

20
  * See the COPYING file in the top-level directory.
20
  * See the COPYING file in the top-level directory.
21
  */
21
  */
22
 
22
 
23
-FILE_LICENCE ( GPL2_OR_LATER );
23
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
24
 
24
 
25
 #include <errno.h>
25
 #include <errno.h>
26
 #include <stdlib.h>
26
 #include <stdlib.h>

+ 1
- 1
src/drivers/net/vxge/vxge.c 查看文件

5
  * as "vxge" even though the code is in vxge_* named files.
5
  * as "vxge" even though the code is in vxge_* named files.
6
  */
6
  */
7
 
7
 
8
-FILE_LICENCE(GPL2_OR_LATER);
8
+FILE_LICENCE(GPL2_OR_LATER_OR_UBDL);
9
 
9
 
10
 #include <ipxe/pci.h>
10
 #include <ipxe/pci.h>
11
 
11
 

+ 5
- 1
src/hci/commands/gdbstub_cmd.c 查看文件

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 <stdio.h>
26
 #include <stdio.h>
23
 #include <errno.h>
27
 #include <errno.h>

+ 1
- 1
src/include/ipxe/gdbserial.h 查看文件

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

+ 1
- 1
src/include/ipxe/gdbstub.h 查看文件

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

+ 1
- 1
src/include/ipxe/gdbudp.h 查看文件

7
  *
7
  *
8
  */
8
  */
9
 
9
 
10
-FILE_LICENCE ( GPL2_OR_LATER );
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
 
11
 
12
 struct sockaddr_in;
12
 struct sockaddr_in;
13
 struct gdb_transport;
13
 struct gdb_transport;

+ 1
- 1
src/include/ipxe/serial.h 查看文件

7
  *
7
  *
8
  */
8
  */
9
 
9
 
10
-FILE_LICENCE ( GPL2_OR_LATER );
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
 
11
 
12
 extern void serial_putc ( int ch );
12
 extern void serial_putc ( int ch );
13
 extern int serial_getc ( void );
13
 extern int serial_getc ( void );

+ 5
- 1
src/net/vlan.c 查看文件

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>

Loading…
取消
儲存