add copyright notice

This commit is contained in:
r4 2022-04-19 16:48:43 +02:00
parent 9420eb8293
commit 5ed8e8f226
7 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
// SPDX license identifier: MIT
#include "settings.hh"
void setup() {

View File

@ -1,3 +1,6 @@
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
// SPDX license identifier: MIT
#pragma once
/************************

View File

@ -1,3 +1,6 @@
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
// SPDX license identifier: MIT
#include "fstr.hh"
size_t fstrlen(const __FlashStringHelper *s) {

View File

@ -1,3 +1,6 @@
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
// SPDX license identifier: MIT
#pragma once
#include <Arduino.h>

View File

@ -1,3 +1,6 @@
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
// SPDX license identifier: MIT
#include "io.hh"
static int serial_putch(char c, FILE *f) {

View File

@ -1,3 +1,6 @@
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
// SPDX license identifier: MIT
#pragma once
#include <Arduino.h>

View File

@ -1,3 +1,6 @@
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
// SPDX license identifier: MIT
#pragma once
#include <EEPROM.h>