summaryrefslogtreecommitdiff
path: root/include/cmd_mem.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/cmd_mem.h
parent15e476bc8dcadb88cad1e593e22cbeca62d05edb (diff)
downloadz180-stamp-35edb766593d019b89a3f40b6d6cdd2b50f18032.zip
Add copyright notice
Diffstat (limited to 'include/cmd_mem.h')
-rw-r--r--include/cmd_mem.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/cmd_mem.h b/include/cmd_mem.h
index 1802338..05227cc 100644
--- a/include/cmd_mem.h
+++ b/include/cmd_mem.h
@@ -1,3 +1,9 @@
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
#ifndef CMD_MEM_H
#define CMD_MEM_H
@@ -25,4 +31,3 @@ extern command_ret_t do_mem_mwc(cmd_tbl_t *, int, int, char * const []);
#endif /* CONFIG_MX_CYCLIC */
#endif /* CMD_MEM_H */
-