summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/core/asprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/ipxe/src/core/asprintf.c')
-rw-r--r--qemu/roms/ipxe/src/core/asprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/roms/ipxe/src/core/asprintf.c b/qemu/roms/ipxe/src/core/asprintf.c
index 03cf45cfc..00edf8e11 100644
--- a/qemu/roms/ipxe/src/core/asprintf.c
+++ b/qemu/roms/ipxe/src/core/asprintf.c
@@ -4,7 +4,7 @@
#include <stdio.h>
#include <errno.h>
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
/**
* Write a formatted string to newly allocated memory.