From 3d94eddd57978c4f7d6a095aa02e08e807ddb476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Tue, 15 May 2018 22:54:10 +0200 Subject: [PATCH] fixed license --- gdsparse.c | 4 ++-- gdsparse.h | 4 ++-- layer-element.c | 19 +++++++++++++++++++ layer-element.h | 19 +++++++++++++++++++ main.c | 4 ++-- 5 files changed, 44 insertions(+), 6 deletions(-) diff --git a/gdsparse.c b/gdsparse.c index ebe185c..610cd11 100644 --- a/gdsparse.c +++ b/gdsparse.c @@ -1,5 +1,5 @@ /* - * GDSII converter + * GDSII-Converter * Copyright (C) 2018 Mario Hüttel * * This file is part of GDSII-Converter. @@ -8,7 +8,7 @@ * 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, + * 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. diff --git a/gdsparse.h b/gdsparse.h index cd3d39a..cf55c73 100644 --- a/gdsparse.h +++ b/gdsparse.h @@ -1,5 +1,5 @@ /* - * GDSII converter + * GDSII-Converter * Copyright (C) 2018 Mario Hüttel * * This file is part of GDSII-Converter. @@ -8,7 +8,7 @@ * 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, + * 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. diff --git a/layer-element.c b/layer-element.c index c14eb42..1e8185d 100644 --- a/layer-element.c +++ b/layer-element.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-element.h" G_DEFINE_TYPE (LayerElement, layer_element, GTK_TYPE_BOX) diff --git a/layer-element.h b/layer-element.h index 0639f40..bec3e67 100644 --- a/layer-element.h +++ b/layer-element.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_ELEMENT_H__ #define __LAYER_ELEMENT_H__ diff --git a/main.c b/main.c index f9f8917..a8eeea3 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,5 @@ /* - * GDSII converter + * GDSII-Converter * Copyright (C) 2018 Mario Hüttel * * This file is part of GDSII-Converter. @@ -8,7 +8,7 @@ * 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, + * 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.