From a4d84cff439d2851c746eac070a0148d358a5934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 17 Nov 2019 15:52:28 +0100 Subject: [PATCH] Fix license header --- cell-selector/lib-cell-renderer.c | 2 +- command-line.c | 2 +- gds-render-gui.c | 2 +- gds-utils/gds-tree-checker.c | 2 +- geometric/bounding-box.c | 2 +- geometric/cell-geometrics.c | 2 +- geometric/vector-operations.c | 2 +- include/gds-render/cell-selector/lib-cell-renderer.h | 2 +- include/gds-render/command-line.h | 2 +- include/gds-render/gds-render-gui.h | 2 +- include/gds-render/gds-utils/gds-parser.h | 2 +- include/gds-render/gds-utils/gds-tree-checker.h | 2 +- include/gds-render/gds-utils/gds-types.h | 2 +- include/gds-render/geometric/bounding-box.h | 2 +- include/gds-render/geometric/cell-geometrics.h | 2 +- include/gds-render/geometric/vector-operations.h | 2 +- include/gds-render/layer/color-palette.h | 2 +- include/gds-render/layer/layer-selector.h | 2 +- include/gds-render/output-renderers/cairo-renderer.h | 2 +- include/gds-render/output-renderers/external-renderer.h | 2 +- include/gds-render/output-renderers/gds-output-renderer.h | 2 +- include/gds-render/output-renderers/latex-renderer.h | 2 +- include/gds-render/widgets/activity-bar.h | 2 +- include/gds-render/widgets/conv-settings-dialog.h | 2 +- include/gds-render/widgets/layer-element.h | 2 +- layer/color-palette.c | 2 +- layer/layer-selector.c | 2 +- output-renderers/cairo-renderer.c | 2 +- output-renderers/external-renderer.c | 2 +- output-renderers/gds-output-renderer.c | 2 +- output-renderers/latex-renderer.c | 2 +- plugins/python-renderer/src/gds-render-module.c | 2 +- plugins/python-renderer/src/plugin-main.c | 5 +++-- 33 files changed, 35 insertions(+), 34 deletions(-) diff --git a/cell-selector/lib-cell-renderer.c b/cell-selector/lib-cell-renderer.c index 0e53f48..d52bd6c 100644 --- a/cell-selector/lib-cell-renderer.c +++ b/cell-selector/lib-cell-renderer.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/command-line.c b/command-line.c index 1545a9f..deda78c 100644 --- a/command-line.c +++ b/command-line.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/gds-render-gui.c b/gds-render-gui.c index 7381518..f9c98f4 100644 --- a/gds-render-gui.c +++ b/gds-render-gui.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/gds-utils/gds-tree-checker.c b/gds-utils/gds-tree-checker.c index fb66048..9c29f90 100644 --- a/gds-utils/gds-tree-checker.c +++ b/gds-utils/gds-tree-checker.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/geometric/bounding-box.c b/geometric/bounding-box.c index a37dda4..8b6723f 100644 --- a/geometric/bounding-box.c +++ b/geometric/bounding-box.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/geometric/cell-geometrics.c b/geometric/cell-geometrics.c index ee86ae2..7056e0f 100644 --- a/geometric/cell-geometrics.c +++ b/geometric/cell-geometrics.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/geometric/vector-operations.c b/geometric/vector-operations.c index f3b0eb1..804b70a 100644 --- a/geometric/vector-operations.c +++ b/geometric/vector-operations.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/cell-selector/lib-cell-renderer.h b/include/gds-render/cell-selector/lib-cell-renderer.h index d1f075e..f174405 100644 --- a/include/gds-render/cell-selector/lib-cell-renderer.h +++ b/include/gds-render/cell-selector/lib-cell-renderer.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/command-line.h b/include/gds-render/command-line.h index 242981d..ba2cffb 100644 --- a/include/gds-render/command-line.h +++ b/include/gds-render/command-line.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/gds-render-gui.h b/include/gds-render/gds-render-gui.h index 16680a0..7539f9d 100644 --- a/include/gds-render/gds-render-gui.h +++ b/include/gds-render/gds-render-gui.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/gds-utils/gds-parser.h b/include/gds-render/gds-utils/gds-parser.h index ec0cf80..3c8948a 100644 --- a/include/gds-render/gds-utils/gds-parser.h +++ b/include/gds-render/gds-utils/gds-parser.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/gds-utils/gds-tree-checker.h b/include/gds-render/gds-utils/gds-tree-checker.h index ff3af9d..c5184a1 100644 --- a/include/gds-render/gds-utils/gds-tree-checker.h +++ b/include/gds-render/gds-utils/gds-tree-checker.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/gds-utils/gds-types.h b/include/gds-render/gds-utils/gds-types.h index 4e1e49f..c4cc159 100644 --- a/include/gds-render/gds-utils/gds-types.h +++ b/include/gds-render/gds-utils/gds-types.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/geometric/bounding-box.h b/include/gds-render/geometric/bounding-box.h index c12030a..474ecc7 100644 --- a/include/gds-render/geometric/bounding-box.h +++ b/include/gds-render/geometric/bounding-box.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/geometric/cell-geometrics.h b/include/gds-render/geometric/cell-geometrics.h index 6226bf8..c696ca9 100644 --- a/include/gds-render/geometric/cell-geometrics.h +++ b/include/gds-render/geometric/cell-geometrics.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/geometric/vector-operations.h b/include/gds-render/geometric/vector-operations.h index 38ecc7a..dfcacf4 100644 --- a/include/gds-render/geometric/vector-operations.h +++ b/include/gds-render/geometric/vector-operations.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/layer/color-palette.h b/include/gds-render/layer/color-palette.h index 2cd9bec..cebba6e 100644 --- a/include/gds-render/layer/color-palette.h +++ b/include/gds-render/layer/color-palette.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/layer/layer-selector.h b/include/gds-render/layer/layer-selector.h index a3d7535..11cda79 100644 --- a/include/gds-render/layer/layer-selector.h +++ b/include/gds-render/layer/layer-selector.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/output-renderers/cairo-renderer.h b/include/gds-render/output-renderers/cairo-renderer.h index cceb692..55d7fbf 100644 --- a/include/gds-render/output-renderers/cairo-renderer.h +++ b/include/gds-render/output-renderers/cairo-renderer.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** * @file cairo-renderer.h diff --git a/include/gds-render/output-renderers/external-renderer.h b/include/gds-render/output-renderers/external-renderer.h index 271752b..e50b666 100644 --- a/include/gds-render/output-renderers/external-renderer.h +++ b/include/gds-render/output-renderers/external-renderer.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/output-renderers/gds-output-renderer.h b/include/gds-render/output-renderers/gds-output-renderer.h index 1dd9c85..ec01b62 100644 --- a/include/gds-render/output-renderers/gds-output-renderer.h +++ b/include/gds-render/output-renderers/gds-output-renderer.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/output-renderers/latex-renderer.h b/include/gds-render/output-renderers/latex-renderer.h index 8c374e9..429b8a9 100644 --- a/include/gds-render/output-renderers/latex-renderer.h +++ b/include/gds-render/output-renderers/latex-renderer.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/widgets/activity-bar.h b/include/gds-render/widgets/activity-bar.h index 1f35797..aa610ae 100644 --- a/include/gds-render/widgets/activity-bar.h +++ b/include/gds-render/widgets/activity-bar.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/widgets/conv-settings-dialog.h b/include/gds-render/widgets/conv-settings-dialog.h index 11f247b..723b277 100644 --- a/include/gds-render/widgets/conv-settings-dialog.h +++ b/include/gds-render/widgets/conv-settings-dialog.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/include/gds-render/widgets/layer-element.h b/include/gds-render/widgets/layer-element.h index efe6f3b..db74bd9 100644 --- a/include/gds-render/widgets/layer-element.h +++ b/include/gds-render/widgets/layer-element.h @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/layer/color-palette.c b/layer/color-palette.c index ae51dae..2745b3e 100644 --- a/layer/color-palette.c +++ b/layer/color-palette.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/layer/layer-selector.c b/layer/layer-selector.c index 4111731..b75a1c1 100644 --- a/layer/layer-selector.c +++ b/layer/layer-selector.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/output-renderers/cairo-renderer.c b/output-renderers/cairo-renderer.c index 8d99759..5703095 100644 --- a/output-renderers/cairo-renderer.c +++ b/output-renderers/cairo-renderer.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** * @file cairo-renderer.c diff --git a/output-renderers/external-renderer.c b/output-renderers/external-renderer.c index 413c3c6..34d952f 100644 --- a/output-renderers/external-renderer.c +++ b/output-renderers/external-renderer.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/output-renderers/gds-output-renderer.c b/output-renderers/gds-output-renderer.c index 25c64c8..dd44f66 100644 --- a/output-renderers/gds-output-renderer.c +++ b/output-renderers/gds-output-renderer.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/output-renderers/latex-renderer.c b/output-renderers/latex-renderer.c index e479e8b..6c676c8 100644 --- a/output-renderers/latex-renderer.c +++ b/output-renderers/latex-renderer.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/plugins/python-renderer/src/gds-render-module.c b/plugins/python-renderer/src/gds-render-module.c index 9f1cf33..8edc7e5 100644 --- a/plugins/python-renderer/src/gds-render-module.c +++ b/plugins/python-renderer/src/gds-render-module.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** diff --git a/plugins/python-renderer/src/plugin-main.c b/plugins/python-renderer/src/plugin-main.c index 8c6afcd..6dbf290 100644 --- a/plugins/python-renderer/src/plugin-main.c +++ b/plugins/python-renderer/src/plugin-main.c @@ -14,7 +14,7 @@ * 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 . + * along with GDSII-Converter. If not, see . */ /** @@ -106,7 +106,8 @@ int FUNC_DECL(EXTERNAL_LIBRARY_INIT_FUNCTION)(const char *params, const char *ve if (!getcwd(cwd, sizeof(cwd))) { fprintf(stderr, "Error getting current working directory. Maybe the path is too long?\n"); - return -2; + ret = -2; + goto return_value; } p_sys_path = PySys_GetObject("path");