mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 17:41:18 +03:00
[legal] Add a selection of FILE_LICENCE declarations
Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER )
|
||||
|
||||
#define BOOT_SEG 0x07c0
|
||||
#define EXEC_SEG 0x0100
|
||||
#define STACK_SEG 0x0200
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
* getting whole tracks at a time whenever possible.
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_ONLY )
|
||||
|
||||
.equ BOOTSEG, 0x07C0 /* original address of boot-sector */
|
||||
|
||||
.equ SYSSEG, 0x1000 /* system loaded at SYSSEG<<4 */
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER )
|
||||
|
||||
.text
|
||||
.arch i386
|
||||
.section ".prefix", "awx", @progbits
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
*****************************************************************************
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER )
|
||||
|
||||
#define PXELOADER_KEEP_UNDI
|
||||
#define PXELOADER_KEEP_PXE
|
||||
#include "pxeprefix.S"
|
||||
|
||||
@@ -3,5 +3,7 @@
|
||||
*****************************************************************************
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER )
|
||||
|
||||
#define PXELOADER_KEEP_UNDI
|
||||
#include "pxeprefix.S"
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER )
|
||||
|
||||
.arch i386
|
||||
|
||||
/**
|
||||
|
||||
@@ -34,6 +34,8 @@
|
||||
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL_ANY )
|
||||
|
||||
#define SETUPSECS 4 /* Minimal nr of setup-sectors */
|
||||
#define PREFIXSIZE ((SETUPSECS+1)*512)
|
||||
#define PREFIXPGH (PREFIXSIZE / 16 )
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER )
|
||||
|
||||
#define PXENV_UNDI_SHUTDOWN 0x0005
|
||||
#define PXENV_UNDI_GET_NIC_TYPE 0x0012
|
||||
#define PXENV_UNDI_GET_IFACE_INFO 0x0013
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* Michael Brown 9 Mar 2005
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER )
|
||||
|
||||
/****************************************************************************
|
||||
* This file provides the decompress() and decompress16() functions
|
||||
* which can be called in order to decompress an image compressed with
|
||||
|
||||
@@ -3,5 +3,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER )
|
||||
|
||||
#define CODE16
|
||||
#include "unnrv2b.S"
|
||||
|
||||
Reference in New Issue
Block a user