From c44a193d0d147ed6f98741124569864e516e9d4b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 1 May 2009 15:41:06 +0100 Subject: [legal] Add a selection of FILE_LICENCE declarations Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE. --- src/hci/commands/config_cmd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/hci/commands/config_cmd.c') 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 #include +FILE_LICENCE ( GPL2_OR_LATER ); + static int config_exec ( int argc, char **argv ) { char *settings_name; struct settings *settings; -- cgit v1.2.3-55-g7522