summaryrefslogtreecommitdiff
path: root/include/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cli.h')
-rw-r--r--include/cli.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/include/cli.h b/include/cli.h
index 67ff63b..f6fb2ab 100644
--- a/include/cli.h
+++ b/include/cli.h
@@ -1,4 +1,13 @@
-#ifndef CLI_H
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * (C) Copyright 2014 Google, Inc
+ * Simon Glass <sjg@chromium.org>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef CLI_H
#define CLI_H
/**
@@ -61,4 +70,3 @@ int run_command_list(const char *cmd, int len);
#endif /* CLI_H */
-