diff options
Diffstat (limited to 'src/arch/i386/include/bootsector.h')
-rw-r--r-- | src/arch/i386/include/bootsector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/include/bootsector.h b/src/arch/i386/include/bootsector.h index 8730fbfc..c5d35aae 100644 --- a/src/arch/i386/include/bootsector.h +++ b/src/arch/i386/include/bootsector.h @@ -6,7 +6,7 @@ * x86 bootsector image format */ -FILE_LICENCE ( GPL2_OR_LATER ); +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); extern int call_bootsector ( unsigned int segment, unsigned int offset, unsigned int drive ); |