From b7832e67606747b6581e2eeb7e5014a201a62177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Thu, 3 Jan 2019 19:29:56 +0100 Subject: [PATCH] Add license --- main.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/main.c b/main.c index 1522577..ceefdf8 100644 --- a/main.c +++ b/main.c @@ -1,3 +1,22 @@ +/* + * GDSII-Converter + * Copyright (C) 2018 Mario Hüttel + * + * This file is part of memory-acces-callback. + * + * memory-acces-callback is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * memory-acces-callback 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 GDSII-Converter. If not, see . + */ + #undef _GNU_SOURCE #define _GNU_SOURCE