summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/time_cmd.c
diff options
context:
space:
mode:
authorMichael Brown2010-11-22 00:35:50 +0100
committerMichael Brown2010-11-22 01:34:48 +0100
commitfdd42fa950818fa5494421500125f1841c916c7c (patch)
tree487b7d5e63c9c852a1a3666d74407eca1f486e23 /src/hci/commands/time_cmd.c
parent[image] Use generic option-parsing library (diff)
downloadipxe-fdd42fa950818fa5494421500125f1841c916c7c.tar.gz
ipxe-fdd42fa950818fa5494421500125f1841c916c7c.tar.xz
ipxe-fdd42fa950818fa5494421500125f1841c916c7c.zip
[legal] Add some missing FILE_LICENCE declarations
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/hci/commands/time_cmd.c')
-rw-r--r--src/hci/commands/time_cmd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hci/commands/time_cmd.c b/src/hci/commands/time_cmd.c
index e7ad4a76..b8af15ff 100644
--- a/src/hci/commands/time_cmd.c
+++ b/src/hci/commands/time_cmd.c
@@ -19,6 +19,8 @@
* Shao Miller <shao.miller@yrdsb.edu.on.ca>.
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>