add gpl and lgpl text.

add README
This commit is contained in:
2021-06-28 22:53:00 +02:00
parent 0b9f9fd7a2
commit b5a8705fe4
7 changed files with 912 additions and 1 deletions

View File

@ -1,3 +1,20 @@
/*UVOS*/
/* This file is part of UsbLedController.
*
* TelemetrySystem is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License (LGPL) version 3 as published by
* the Free Software Foundation.
*
* TelemetrySystem 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with TelemetrySystem. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef WRITEPIN_H
#define WRITEPIN_H
#include <avr/io.h>