diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-12-21 22:02:48 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-12-21 22:02:48 +0100 |
commit | 65856cb69cd0212daeeab8eea10203c9899c5d27 (patch) | |
tree | a49fcd118155dfcbff59cc29316de0e9599485fe | |
parent | bf974ab871e3be2eabb46be61e1934b8237e16a8 (diff) |
lora32u4ii stdout: add missing copyright header
-rw-r--r-- | include/arch/lora32u4ii/driver/stdout.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/arch/lora32u4ii/driver/stdout.h b/include/arch/lora32u4ii/driver/stdout.h index e9f0411..9adc214 100644 --- a/include/arch/lora32u4ii/driver/stdout.h +++ b/include/arch/lora32u4ii/driver/stdout.h @@ -1,3 +1,8 @@ +/* + * Copyright 2021 Daniel Friesel + * + * SPDX-License-Identifier: BSD-2-Clause + */ #ifndef STANDARDOUTPUT_H #define STANDARDOUTPUT_H |