summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/autoboot_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands/autoboot_cmd.c')
-rw-r--r--src/hci/commands/autoboot_cmd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hci/commands/autoboot_cmd.c b/src/hci/commands/autoboot_cmd.c
index 0e6f2948..95b172d1 100644
--- a/src/hci/commands/autoboot_cmd.c
+++ b/src/hci/commands/autoboot_cmd.c
@@ -2,6 +2,8 @@
#include <gpxe/command.h>
#include <usr/autoboot.h>
+FILE_LICENCE ( GPL2_OR_LATER );
+
static int autoboot_exec ( int argc, char **argv ) {
if ( argc != 1 ) {