fixed license
This commit is contained in:
parent
ace8a1d8f5
commit
3d94eddd57
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* GDSII converter
|
* GDSII-Converter
|
||||||
* Copyright (C) 2018 Mario Hüttel <mario.huettel@gmx.net>
|
* Copyright (C) 2018 Mario Hüttel <mario.huettel@gmx.net>
|
||||||
*
|
*
|
||||||
* This file is part of GDSII-Converter.
|
* This file is part of GDSII-Converter.
|
||||||
@ -8,7 +8,7 @@
|
|||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation, either version 2 of the License.
|
* 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
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* GDSII converter
|
* GDSII-Converter
|
||||||
* Copyright (C) 2018 Mario Hüttel <mario.huettel@gmx.net>
|
* Copyright (C) 2018 Mario Hüttel <mario.huettel@gmx.net>
|
||||||
*
|
*
|
||||||
* This file is part of GDSII-Converter.
|
* This file is part of GDSII-Converter.
|
||||||
@ -8,7 +8,7 @@
|
|||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation, either version 2 of the License.
|
* 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
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
/*
|
||||||
|
* GDSII-Converter
|
||||||
|
* Copyright (C) 2018 Mario Hüttel <mario.huettel@gmx.net>
|
||||||
|
*
|
||||||
|
* 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 <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "layer-element.h"
|
#include "layer-element.h"
|
||||||
|
|
||||||
G_DEFINE_TYPE (LayerElement, layer_element, GTK_TYPE_BOX)
|
G_DEFINE_TYPE (LayerElement, layer_element, GTK_TYPE_BOX)
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
/*
|
||||||
|
* GDSII-Converter
|
||||||
|
* Copyright (C) 2018 Mario Hüttel <mario.huettel@gmx.net>
|
||||||
|
*
|
||||||
|
* 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 <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __LAYER_ELEMENT_H__
|
#ifndef __LAYER_ELEMENT_H__
|
||||||
#define __LAYER_ELEMENT_H__
|
#define __LAYER_ELEMENT_H__
|
||||||
|
|
||||||
|
4
main.c
4
main.c
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* GDSII converter
|
* GDSII-Converter
|
||||||
* Copyright (C) 2018 Mario Hüttel <mario.huettel@gmx.net>
|
* Copyright (C) 2018 Mario Hüttel <mario.huettel@gmx.net>
|
||||||
*
|
*
|
||||||
* This file is part of GDSII-Converter.
|
* This file is part of GDSII-Converter.
|
||||||
@ -8,7 +8,7 @@
|
|||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation, either version 2 of the License.
|
* 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
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
|
Loading…
Reference in New Issue
Block a user