From 66fa34611861e15371823a0fa34bcd45c9779fd0 Mon Sep 17 00:00:00 2001 From: jpekkila Date: Mon, 5 Aug 2019 18:24:55 +0300 Subject: [PATCH] Added a copyright text to ctest --- src/ctest/main.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/ctest/main.c b/src/ctest/main.c index a718b7d..5f31f17 100644 --- a/src/ctest/main.c +++ b/src/ctest/main.c @@ -1,3 +1,21 @@ +/* + Copyright (C) 2014-2019, Johannes Pekkilae, Miikka Vaeisalae. + + This file is part of Astaroth. + + Astaroth 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. + + Astaroth 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 Astaroth. If not, see . +*/ #include #include