diff options
Diffstat (limited to 'gpxe/src/arch/i386/transitions')
-rw-r--r-- | gpxe/src/arch/i386/transitions/libkir.S | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | gpxe/src/arch/i386/transitions/librm.S | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | gpxe/src/arch/i386/transitions/librm_mgmt.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/gpxe/src/arch/i386/transitions/libkir.S b/gpxe/src/arch/i386/transitions/libkir.S index 1023ddd0..1176fcce 100644 --- a/gpxe/src/arch/i386/transitions/libkir.S +++ b/gpxe/src/arch/i386/transitions/libkir.S @@ -5,6 +5,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ) + /**************************************************************************** * This file defines libkir: an interface between external and * internal environments when -DKEEP_IT_REAL is used, so that both diff --git a/gpxe/src/arch/i386/transitions/librm.S b/gpxe/src/arch/i386/transitions/librm.S index 8cf1f7f5..cb27ef35 100755..100644 --- a/gpxe/src/arch/i386/transitions/librm.S +++ b/gpxe/src/arch/i386/transitions/librm.S @@ -5,6 +5,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ) + /* Drag in local definitions */ #include "librm.h" diff --git a/gpxe/src/arch/i386/transitions/librm_mgmt.c b/gpxe/src/arch/i386/transitions/librm_mgmt.c index 50569f8e..f00be811 100755..100644 --- a/gpxe/src/arch/i386/transitions/librm_mgmt.c +++ b/gpxe/src/arch/i386/transitions/librm_mgmt.c @@ -5,6 +5,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include <stdint.h> #include <realmode.h> |