summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Brown2009-05-01 16:41:06 +0200
committerMichael Brown2009-05-18 09:33:25 +0200
commitc44a193d0d147ed6f98741124569864e516e9d4b (patch)
tree94a9b841e13eb643181e180f358c8612b1b29bfc /src/config
parent[legal] Add licence.pl and %.licence make target (diff)
downloadipxe-c44a193d0d147ed6f98741124569864e516e9d4b.tar.gz
ipxe-c44a193d0d147ed6f98741124569864e516e9d4b.tar.xz
ipxe-c44a193d0d147ed6f98741124569864e516e9d4b.zip
[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.
Diffstat (limited to 'src/config')
-rw-r--r--src/config/console.h2
-rw-r--r--src/config/defaults.h2
-rw-r--r--src/config/defaults/pcbios.h2
-rw-r--r--src/config/general.h2
-rw-r--r--src/config/ioapi.h2
-rw-r--r--src/config/nap.h2
-rw-r--r--src/config/serial.h2
-rw-r--r--src/config/timer.h2
-rw-r--r--src/config/umalloc.h2
9 files changed, 18 insertions, 0 deletions
diff --git a/src/config/console.h b/src/config/console.h
index b4ea1dda6..be3242dd9 100644
--- a/src/config/console.h
+++ b/src/config/console.h
@@ -10,6 +10,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#include <config/defaults.h>
//#define CONSOLE_PCBIOS /* Default BIOS console */
diff --git a/src/config/defaults.h b/src/config/defaults.h
index 1f55ef3cc..389c0b07b 100644
--- a/src/config/defaults.h
+++ b/src/config/defaults.h
@@ -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)
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h
index 4359e1a4c..f7b8a45cb 100644
--- a/src/config/defaults/pcbios.h
+++ b/src/config/defaults/pcbios.h
@@ -7,6 +7,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#define UACCESS_LIBRM
#define IOAPI_X86
#define PCIAPI_PCBIOS
diff --git a/src/config/general.h b/src/config/general.h
index 6dffdd6b7..dfc87007c 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -7,6 +7,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#include <config/defaults.h>
/*
diff --git a/src/config/ioapi.h b/src/config/ioapi.h
index 7726a0f01..8ddd557b9 100644
--- a/src/config/ioapi.h
+++ b/src/config/ioapi.h
@@ -7,6 +7,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#include <config/defaults.h>
//#undef PCIAPI_PCBIOS /* Access via PCI BIOS */
diff --git a/src/config/nap.h b/src/config/nap.h
index 8648d925e..1b981355a 100644
--- a/src/config/nap.h
+++ b/src/config/nap.h
@@ -7,6 +7,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#include <config/defaults.h>
//#undef NAP_PCBIOS
diff --git a/src/config/serial.h b/src/config/serial.h
index 984a7a9c0..1d7f51ef5 100644
--- a/src/config/serial.h
+++ b/src/config/serial.h
@@ -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
diff --git a/src/config/timer.h b/src/config/timer.h
index 7c3f3521d..cc6a93d18 100644
--- a/src/config/timer.h
+++ b/src/config/timer.h
@@ -7,6 +7,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#include <config/defaults.h>
//#undef TIMER_PCBIOS
diff --git a/src/config/umalloc.h b/src/config/umalloc.h
index de4019e50..65febf1fd 100644
--- a/src/config/umalloc.h
+++ b/src/config/umalloc.h
@@ -7,6 +7,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#include <config/defaults.h>
#endif /* CONFIG_UMALLOC_H */