Compare commits

..

No commits in common. "f49f32a83ec63e63072ba98ebf68fb098d67fc98" and "781c2a603a0791b15a5f3a770632f8b66a9b1b2b" have entirely different histories.

7 changed files with 10 additions and 48 deletions

View File

@ -5,8 +5,8 @@
* This file is part of GDSII-Converter. * This file is part of GDSII-Converter.
* *
* GDSII-Converter is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * 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

View File

@ -5,8 +5,8 @@
* This file is part of GDSII-Converter. * This file is part of GDSII-Converter.
* *
* GDSII-Converter is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * 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

View File

@ -5,8 +5,8 @@
* This file is part of GDSII-Converter. * This file is part of GDSII-Converter.
* *
* GDSII-Converter is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * 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

View File

@ -5,8 +5,8 @@
* This file is part of GDSII-Converter. * This file is part of GDSII-Converter.
* *
* GDSII-Converter is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * 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

View File

@ -1,22 +1,3 @@
/*
* 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 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 <http://www.gnu.org/licenses/>.
*/
#include "layer-selector.h" #include "layer-selector.h"
#include "gdsparse.h" #include "gdsparse.h"

View File

@ -1,22 +1,3 @@
/*
* 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 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __LAYER_SELECTOR_H__ #ifndef __LAYER_SELECTOR_H__
#define __LAYER_SELECTOR_H__ #define __LAYER_SELECTOR_H__

4
main.c
View File

@ -5,8 +5,8 @@
* This file is part of GDSII-Converter. * This file is part of GDSII-Converter.
* *
* GDSII-Converter is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * 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