From aff18157225a69e724c1c9d7cd35bdb5bf2f6617 Mon Sep 17 00:00:00 2001 From: Nikos Papagiannopoulos Date: Wed, 7 Oct 2020 18:07:37 +0200 Subject: [PATCH] Add Copyright notice --- LEDWolke.ino | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/LEDWolke.ino b/LEDWolke.ino index aeb24ca..aeff36e 100644 --- a/LEDWolke.ino +++ b/LEDWolke.ino @@ -1,6 +1,11 @@ /* - LED Fading mit NodeMCU v 1.0 -*/ + * LED Fading mit NodeMCU v 1.0 + * + * (c) Nikos Papagiannopoulos + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ class RgbLed { int ledRedPin;