]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/cli.h
Add copyright notice
[z180-stamp.git] / include / cli.h
index 67ff63b587eef91308e21c41831c5011264532f4..f6fb2abff566c88a1c46767bb28fded74e4d8ec5 100644 (file)
@@ -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 */
-