diff options
author | June McEnroe <june@causal.agency> | 2018-02-01 10:48:48 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-02-01 10:48:48 -0500 |
commit | 740adca3d8a8b946a5b5923c9f3924ed3040d231 (patch) | |
tree | 4ebd4ab58acd28f8b400e1b21038f425eaa56d65 /bin | |
parent | Build any target by default (diff) | |
download | src-740adca3d8a8b946a5b5923c9f3924ed3040d231.tar.gz src-740adca3d8a8b946a5b5923c9f3924ed3040d231.zip |
Add license notice to gfxx
Diffstat (limited to '')
-rw-r--r-- | bin/gfxx.c | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/bin/gfxx.c b/bin/gfxx.c index e5bf93da..cf7cfab5 100644 --- a/bin/gfxx.c +++ b/bin/gfxx.c @@ -1,3 +1,19 @@ +/* Copyright (c) 2018, June McEnroe <programble@gmail.com> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include <err.h> #include <fcntl.h> #include <linux/fb.h> @@ -71,6 +87,22 @@ int main(int argc, char *argv[]) { // ABSTRACTION LINE +/* Copyright (c) 2018, June McEnroe <programble@gmail.com> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include <stdbool.h> #include <stdint.h> #include <stdio.h> |