From d52f5afb93cfafb9dbaf3b9a9d7bd7fd40da29b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Wed, 16 May 2018 16:27:38 +0200 Subject: [PATCH] add GPL license --- layer-selector.c | 19 +++++++++++++++++++ layer-selector.h | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/layer-selector.c b/layer-selector.c index ed5f256..32b8845 100644 --- a/layer-selector.c +++ b/layer-selector.c @@ -1,3 +1,22 @@ +/* + * GDSII-Converter + * Copyright (C) 2018 Mario Hüttel + * + * This file is part of GDSII-Converter. + * + * GDSII-Converter 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 2 of the License. + * + * GDSII-Converter 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 . + */ + #include "layer-selector.h" #include "gdsparse.h" diff --git a/layer-selector.h b/layer-selector.h index 4dc9482..008810e 100644 --- a/layer-selector.h +++ b/layer-selector.h @@ -1,3 +1,22 @@ +/* + * GDSII-Converter + * Copyright (C) 2018 Mario Hüttel + * + * This file is part of GDSII-Converter. + * + * GDSII-Converter 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 2 of the License. + * + * GDSII-Converter 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 . + */ + #ifndef __LAYER_SELECTOR_H__ #define __LAYER_SELECTOR_H__