From 373c854908e913691839d9b11e97128d43f64ab8 Mon Sep 17 00:00:00 2001 From: Nate Choe Date: Sun, 1 May 2022 05:13:32 -0500 Subject: [PATCH] Added GPL message to inlines.c --- src/inlines.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/inlines.c b/src/inlines.c index 2a43e50..db48258 100644 --- a/src/inlines.c +++ b/src/inlines.c @@ -1,3 +1,20 @@ +/* + ncdg - A program to help generate natechoe.dev + Copyright (C) 2022 Nate Choe (natechoe9@gmail.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 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 . + */ #include #include