From 34191743a11e5039c6d465eb89c708f890f4050c Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sat, 19 Aug 2017 12:11:04 -0600 Subject: Added missing GPL header, fixed typo, fixed missing return. --- RoundTable/round-table.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'RoundTable/round-table.c') diff --git a/RoundTable/round-table.c b/RoundTable/round-table.c index 4d2d14e..b18228d 100644 --- a/RoundTable/round-table.c +++ b/RoundTable/round-table.c @@ -1,3 +1,26 @@ +/* + * RoundTable: Generic foundation code for e-switch flashlights. + * Other possible names: + * - Mostly Harmless + * - FSM / SpaghettiMonster + * - ... + * + * Copyright (C) 2017 Selene ToyKeeper + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include "tk-attiny.h" #include -- cgit v1.2.3