summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-05-27 17:35:34 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-05-27 17:36:07 +0200
commit28d329c7cbda8a84af120792f5332f9f70b10f27 (patch)
treed5235b6a0578f01722968c7b4fdf9293d298092f
parent30fafc98415d473465c605f1477701a9b9270acb (diff)
downloadexynos-gpio-tool-28d329c7cbda8a84af120792f5332f9f70b10f27.tar.gz
exynos-gpio-tool-28d329c7cbda8a84af120792f5332f9f70b10f27.tar.bz2
exynos-gpio-tool-28d329c7cbda8a84af120792f5332f9f70b10f27.zip
main.c: Add forgetten GPL header
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--main.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/main.c b/main.c
index 544154e..2e2f1c2 100644
--- a/main.c
+++ b/main.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2021 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
+ *
+ * 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 <https://www.gnu.org/licenses/>.
+ */
+
#include <assert.h>
#include <errno.h>
#include <fcntl.h>