diff options
Diffstat (limited to 'src/include/gpxe/ansiesc.h')
-rw-r--r-- | src/include/gpxe/ansiesc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/ansiesc.h b/src/include/gpxe/ansiesc.h index ccc4ca657..85f7a9f32 100644 --- a/src/include/gpxe/ansiesc.h +++ b/src/include/gpxe/ansiesc.h @@ -26,6 +26,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + /** A handler for an escape sequence */ struct ansiesc_handler { /** The control function identifier |