summaryrefslogtreecommitdiff
path: root/include/cli.h
diff options
context:
space:
mode:
authorLeo C2014-12-16 16:03:06 +0100
committerLeo C2014-12-16 16:03:06 +0100
commit35edb766593d019b89a3f40b6d6cdd2b50f18032 (patch)
treed46f856c2f2b5f27b479162b234ff8bafcd8c349 /include/cli.h
parent15e476bc8dcadb88cad1e593e22cbeca62d05edb (diff)
downloadz180-stamp-35edb766593d019b89a3f40b6d6cdd2b50f18032.zip
Add copyright notice
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 */
-