diff options
Diffstat (limited to 'src/hci/commands/nvo_cmd.c')
-rw-r--r-- | src/hci/commands/nvo_cmd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hci/commands/nvo_cmd.c b/src/hci/commands/nvo_cmd.c index c0c07280b..5eb2f06f5 100644 --- a/src/hci/commands/nvo_cmd.c +++ b/src/hci/commands/nvo_cmd.c @@ -7,6 +7,8 @@ #include <gpxe/settings.h> #include <gpxe/command.h> +FILE_LICENCE ( GPL2_OR_LATER ); + static int show_exec ( int argc, char **argv ) { char buf[256]; int rc; |