From 5ed8e8f22699a254a4fb0cd0f236bd92126e40e8 Mon Sep 17 00:00:00 2001 From: r4 Date: Tue, 19 Apr 2022 16:48:43 +0200 Subject: [PATCH] add copyright notice --- reset_sketch/reset_sketch.ino | 3 +++ spybug/aaa_config.hh | 3 +++ spybug/fstr.cpp | 3 +++ spybug/fstr.hh | 3 +++ spybug/io.cpp | 3 +++ spybug/io.hh | 3 +++ spybug/settings.hh | 3 +++ 7 files changed, 21 insertions(+) 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