diff options
Diffstat (limited to 'src/app/luxlog/main.cc')
-rw-r--r-- | src/app/luxlog/main.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/luxlog/main.cc b/src/app/luxlog/main.cc index c7680ac..ebaecfb 100644 --- a/src/app/luxlog/main.cc +++ b/src/app/luxlog/main.cc @@ -1,3 +1,8 @@ +/* + * Copyright 2020 Daniel Friesel + * + * SPDX-License-Identifier: BSD-2-Clause + */ #include "arch.h" #include "driver/gpio.h" #include "driver/stdout.h" |