summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/config_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands/config_cmd.c')
-rw-r--r--src/hci/commands/config_cmd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hci/commands/config_cmd.c b/src/hci/commands/config_cmd.c
index 87abb05a..a9e1f169 100644
--- a/src/hci/commands/config_cmd.c
+++ b/src/hci/commands/config_cmd.c
@@ -4,6 +4,8 @@
#include <gpxe/settings.h>
#include <gpxe/settings_ui.h>
+FILE_LICENCE ( GPL2_OR_LATER );
+
static int config_exec ( int argc, char **argv ) {
char *settings_name;
struct settings *settings;