From a5d794461a6ee1ca6a34860490baadfb47b14aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Mon, 23 Jul 2018 15:26:51 +0200 Subject: [PATCH] Add license --- main-window.c | 19 +++++++++++++++++++ main-window.h | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/main-window.c b/main-window.c index e2d860d..f700628 100644 --- a/main-window.c +++ b/main-window.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 version 2 as + * published by the Free Software Foundation. + * + * 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 "main-window.h" #include #include "gds-parser/gds-parser.h" diff --git a/main-window.h b/main-window.h index 15b9b26..ec9a0a3 100644 --- a/main-window.h +++ b/main-window.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 version 2 as + * published by the Free Software Foundation. + * + * 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 _MAIN_WINDOW_H_ #define _MAIN_WINDOW_H_