]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/env.c
Add copyright notice
[z180-stamp.git] / avr / env.c
index 017053c24817a8af3de7c4d0d13361bc8de74a8b..7be7d03501f102a7fbed6367262272859d3f8ead 100644 (file)
--- a/avr/env.c
+++ b/avr/env.c
@@ -1,3 +1,9 @@
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
 #include "common.h"
 #include <string.h>
 #include <stdlib.h>
@@ -8,7 +14,6 @@
 #include "xmalloc.h"
 #include "crc.h"
 #include "command.h"
-
 #include "env.h"