From 322439145e60e9496352bc5124f52cd1c22422ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 17 Nov 2019 14:13:06 +0100 Subject: [PATCH] plugins: python-renderer: Add license and doxygen --- plugins/python-renderer/src/plugin-main.c | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/plugins/python-renderer/src/plugin-main.c b/plugins/python-renderer/src/plugin-main.c index e119aa6..2657303 100644 --- a/plugins/python-renderer/src/plugin-main.c +++ b/plugins/python-renderer/src/plugin-main.c @@ -1,3 +1,30 @@ +/* + * GDSII-Converter Python Plugin + * Copyright (C) 2019 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 . + */ + +/** + * @defgroup python-plugin Python Plugin for External Renderer + * @ingroup plugins + * This is a plugin for calling an external python script as renderer + * @addtogroup python-plugin + * @{ + */ + #include #include #include