diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-03-05 11:36:30 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-03-05 11:40:13 +0000 |
commit | 1a4e94a8286d5080330053ee2ce1273f4393b124 (patch) | |
tree | 3135686919bee0431c9480ef3b0adba93c1241a8 /src/include/ipxe/gdbstub.h | |
parent | 93b458644798fb55023b1bd84b35019b1184d330 (diff) | |
download | ipxe-1a4e94a8286d5080330053ee2ce1273f4393b124.tar.gz |
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Relicense files with kind permission from
Stefan Hajnoczi <stefanha@redhat.com>
alongside the contributors who have already granted such relicensing
permission.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/gdbstub.h')
-rw-r--r-- | src/include/ipxe/gdbstub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/gdbstub.h b/src/include/ipxe/gdbstub.h index 319606747..13ca33ddb 100644 --- a/src/include/ipxe/gdbstub.h +++ b/src/include/ipxe/gdbstub.h @@ -7,7 +7,7 @@ * */ -FILE_LICENCE ( GPL2_OR_LATER ); +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <stdint.h> #include <ipxe/tables.h> |