From 6a0156557b58e8280693b932b4321b855dfc212b Mon Sep 17 00:00:00 2001 From: Andi Shyti Date: Mon, 13 Feb 2017 16:07:52 +0900 Subject: copyright: added GPLv2 licensing The COPYING file has the gplv2 license for the entire program. Added the GPLv2 header in the ir-spi.c. Signed-off-by: Andi Shyti --- is.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'is.c') diff --git a/is.c b/is.c index 2c5667a..77d2d98 100644 --- a/is.c +++ b/is.c @@ -1,3 +1,23 @@ +/* + * ir-spi testing program + * Copyright (C) 2017 Andi Shyti + * + * 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 2 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, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + */ + #include #include #include -- cgit v1.2.3