summaryrefslogtreecommitdiff
path: root/stmfts.c
diff options
context:
space:
mode:
authorAndi Shyti <andi.shyti@samsung.com>2017-02-13 14:47:17 +0900
committerAndi Shyti <andi.shyti@samsung.com>2017-02-13 14:50:43 +0900
commita1fd0593b2dd6ffadf688cd07087de876fcb397b (patch)
tree11a77398c6c01b56131ec3f99b427882e0cd7521 /stmfts.c
parent4a23142c97f061a4e8098f257655288c2307e358 (diff)
copyright: added GPLv2 license
Added GPLv2 copyright file and copyright header to the stmfts.c file Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
Diffstat (limited to 'stmfts.c')
-rw-r--r--stmfts.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/stmfts.c b/stmfts.c
index 660d9ce..5c2634e 100644
--- a/stmfts.c
+++ b/stmfts.c
@@ -1,3 +1,23 @@
+/*
+ * ST Microelectronics Finger Tip S stmfts 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 <dirent.h>
#include <errno.h>
#include <error.h>