From 4219ae2888627e16a5d0db9c76582da972d46913 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 11 Jun 2021 14:02:40 +0200 Subject: [PATCH] Local worker --- src/localworker.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/localworker.c b/src/localworker.c index e69de29..ccbe6c1 100644 --- a/src/localworker.c +++ b/src/localworker.c @@ -0,0 +1,20 @@ +//=-------------------------------------------------------------------------=// +// Local worker module // +// // +// Copyright © 2021 The Gem-graph Project // +// // +// This file is part of gem-graph. // +// // +// 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 . // +//=-------------------------------------------------------------------------=//