diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-05-27 17:35:34 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-05-27 17:36:07 +0200 |
| commit | 28d329c7cbda8a84af120792f5332f9f70b10f27 (patch) | |
| tree | d5235b6a0578f01722968c7b4fdf9293d298092f | |
| parent | 30fafc98415d473465c605f1477701a9b9270acb (diff) | |
| download | exynos-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.c | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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> |
