add copyright notice
This commit is contained in:
parent
9420eb8293
commit
5ed8e8f226
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
|
||||||
|
// SPDX license identifier: MIT
|
||||||
|
|
||||||
#include "settings.hh"
|
#include "settings.hh"
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
|
||||||
|
// SPDX license identifier: MIT
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/************************
|
/************************
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
|
||||||
|
// SPDX license identifier: MIT
|
||||||
|
|
||||||
#include "fstr.hh"
|
#include "fstr.hh"
|
||||||
|
|
||||||
size_t fstrlen(const __FlashStringHelper *s) {
|
size_t fstrlen(const __FlashStringHelper *s) {
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
|
||||||
|
// SPDX license identifier: MIT
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
|
||||||
|
// SPDX license identifier: MIT
|
||||||
|
|
||||||
#include "io.hh"
|
#include "io.hh"
|
||||||
|
|
||||||
static int serial_putch(char c, FILE *f) {
|
static int serial_putch(char c, FILE *f) {
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
|
||||||
|
// SPDX license identifier: MIT
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
|
||||||
|
// SPDX license identifier: MIT
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <EEPROM.h>
|
#include <EEPROM.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user