]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/command_tbl.c
Add copyright notice
[z180-stamp.git] / avr / command_tbl.c
index e5c6567b667395064fb05514016893d813d6e07f..b70c7112e3cfbf66ddb61038745d9c0ef16319d7 100644 (file)
@@ -1,10 +1,13 @@
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
 
 #include "common.h"
-
 #include "command.h"
 #include "cmd_mem.h"
 
-
 extern command_ret_t do_help(cmd_tbl_t *, int, int, char * const []);
 extern command_ret_t do_echo(cmd_tbl_t *, int, int, char * const []);
 extern command_ret_t do_sleep(cmd_tbl_t *, int, int, char * const []);