diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-12-21 22:04:23 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-12-21 22:04:23 +0100 |
commit | 433de03145f6e90e9db5f6f467488acf82e9318b (patch) | |
tree | 7dd481dd8552fb0c197c3836f0a7937942cd591a /src | |
parent | bb4b361941e33c60578f597b004a4ab83b7858b0 (diff) |
add another missing copyright header
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/lora32u4ii/driver/stdout.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/lora32u4ii/driver/stdout.cc b/src/arch/lora32u4ii/driver/stdout.cc index ee45a43..e7ddd5f 100644 --- a/src/arch/lora32u4ii/driver/stdout.cc +++ b/src/arch/lora32u4ii/driver/stdout.cc @@ -1,3 +1,8 @@ +/* + * Copyright 2021 Daniel Friesel + * + * SPDX-License-Identifier: BSD-2-Clause + */ #include "driver/stdout.h" #include <avr/io.h> |