X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/04cffff06efa61b5300105d0db98c0f4fbfa8d47..179bc6099854fc3772517d781052b0d9aabc7329:/avr/env.c diff --git a/avr/env.c b/avr/env.c index 017053c..7be7d03 100644 --- a/avr/env.c +++ b/avr/env.c @@ -1,3 +1,9 @@ +/* + * (C) Copyright 2014 Leo C. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + #include "common.h" #include #include @@ -8,7 +14,6 @@ #include "xmalloc.h" #include "crc.h" #include "command.h" - #include "env.h"