From 15b51b0c0ac518bb6a60ffd1fc389262eae99908 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sat, 3 Feb 2024 19:06:07 +0100 Subject: license header added --- rpt.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/rpt.c b/rpt.c index c4197be..8966faf 100644 --- a/rpt.c +++ b/rpt.c @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2024 Tristan Riehs + * + * 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 "config.h" #include -- cgit v1.2.3