[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:
Michael Brown
2009-05-01 15:41:06 +01:00
parent 41307f2874
commit c44a193d0d
518 changed files with 1039 additions and 2 deletions

View File

@@ -10,6 +10,8 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <config/defaults.h>
//#define CONSOLE_PCBIOS /* Default BIOS console */

View File

@@ -1,6 +1,8 @@
#ifndef CONFIG_DEFAULTS_H
#define CONFIG_DEFAULTS_H
FILE_LICENCE ( GPL2_OR_LATER );
#define CONFIG_DEFAULTS(_platform) <config/defaults/_platform.h>
#include CONFIG_DEFAULTS(PLATFORM)

View File

@@ -7,6 +7,8 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#define UACCESS_LIBRM
#define IOAPI_X86
#define PCIAPI_PCBIOS

View File

@@ -7,6 +7,8 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <config/defaults.h>
/*

View File

@@ -7,6 +7,8 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <config/defaults.h>
//#undef PCIAPI_PCBIOS /* Access via PCI BIOS */

View File

@@ -7,6 +7,8 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <config/defaults.h>
//#undef NAP_PCBIOS

View File

@@ -11,6 +11,8 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#define COMCONSOLE 0x3f8 /* I/O port address */
/* Keep settings from a previous user of the serial port (e.g. lilo or

View File

@@ -7,6 +7,8 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <config/defaults.h>
//#undef TIMER_PCBIOS

View File

@@ -7,6 +7,8 @@
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <config/defaults.h>
#endif /* CONFIG_UMALLOC_H */