From 60cfdcefc1b579cef2018c334932d5a61a37b6a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 25 Mar 2021 08:07:57 +0100 Subject: [PATCH] give the project a proper name (and license) --- FINAL2013V2.ino => PanikSwitch.ino | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) rename FINAL2013V2.ino => PanikSwitch.ino (93%) diff --git a/FINAL2013V2.ino b/PanikSwitch.ino similarity index 93% rename from FINAL2013V2.ino rename to PanikSwitch.ino index c9f3829..8c92cb1 100644 --- a/FINAL2013V2.ino +++ b/PanikSwitch.ino @@ -1,4 +1,20 @@ -// Panik Web Form Demo +/* + * PanikSwitch + * Copyright (C) 2021-2021 Radio Panik + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ #define SERIAL_DEBUG #define ENABLE_UDP -- 2.39.2