diff --git a/reset_sketch/reset_sketch.ino b/reset_sketch/reset_sketch.ino index 46beffc..ae522f8 100644 --- a/reset_sketch/reset_sketch.ino +++ b/reset_sketch/reset_sketch.ino @@ -1,3 +1,6 @@ +// Copyright 2022 Darwin Schuppan +// SPDX license identifier: MIT + #include "settings.hh" void setup() { diff --git a/spybug/aaa_config.hh b/spybug/aaa_config.hh index cc4dfe3..d33e71e 100644 --- a/spybug/aaa_config.hh +++ b/spybug/aaa_config.hh @@ -1,3 +1,6 @@ +// Copyright 2022 Darwin Schuppan +// SPDX license identifier: MIT + #pragma once /************************ diff --git a/spybug/fstr.cpp b/spybug/fstr.cpp index fdb26b7..f11ed1c 100644 --- a/spybug/fstr.cpp +++ b/spybug/fstr.cpp @@ -1,3 +1,6 @@ +// Copyright 2022 Darwin Schuppan +// SPDX license identifier: MIT + #include "fstr.hh" size_t fstrlen(const __FlashStringHelper *s) { diff --git a/spybug/fstr.hh b/spybug/fstr.hh index 76b7165..8a8439e 100644 --- a/spybug/fstr.hh +++ b/spybug/fstr.hh @@ -1,3 +1,6 @@ +// Copyright 2022 Darwin Schuppan +// SPDX license identifier: MIT + #pragma once #include diff --git a/spybug/io.cpp b/spybug/io.cpp index 9042a60..19d853c 100644 --- a/spybug/io.cpp +++ b/spybug/io.cpp @@ -1,3 +1,6 @@ +// Copyright 2022 Darwin Schuppan +// SPDX license identifier: MIT + #include "io.hh" static int serial_putch(char c, FILE *f) { diff --git a/spybug/io.hh b/spybug/io.hh index 6066cba..a77b0e9 100644 --- a/spybug/io.hh +++ b/spybug/io.hh @@ -1,3 +1,6 @@ +// Copyright 2022 Darwin Schuppan +// SPDX license identifier: MIT + #pragma once #include diff --git a/spybug/settings.hh b/spybug/settings.hh index b96de8d..bcd065a 100644 --- a/spybug/settings.hh +++ b/spybug/settings.hh @@ -1,3 +1,6 @@ +// Copyright 2022 Darwin Schuppan +// SPDX license identifier: MIT + #pragma once #include