summaryrefslogtreecommitdiff
path: root/is.c
diff options
context:
space:
mode:
authorAndi Shyti <andi.shyti@samsung.com>2017-02-13 16:07:52 +0900
committerAndi Shyti <andi.shyti@samsung.com>2017-02-13 16:07:52 +0900
commit6a0156557b58e8280693b932b4321b855dfc212b (patch)
tree86556c79af14b36bae23f6bc9903f9252c94a3fc /is.c
parent1c08abb97d89b2d18be16e3a91fcece94f759817 (diff)
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 <andi.shyti@samsung.com>
Diffstat (limited to 'is.c')
-rw-r--r--is.c20
1 files changed, 20 insertions, 0 deletions
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 <andi.shyti@samsung.com>
+ *
+ * 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 <fcntl.h>
#include <linux/lirc.h>
#include <stdio.h>