diff --git a/src/ant/antCommon.h b/src/ant/antCommon.h index ddd4c5003..a748222a9 100644 --- a/src/ant/antCommon.h +++ b/src/ant/antCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_antCommon_h) -# define HDR_antCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_ANT_LIBRARY -# define ANT_PUBLIC __declspec(dllexport) -# else -# define ANT_PUBLIC __declspec(dllimport) -# endif -# define ANT_LOCAL - -# else - -# if __GNUC__ >= 4 -# define ANT_PUBLIC __attribute__ ((visibility ("default"))) -# define ANT_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define ANT_PUBLIC -# define ANT_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_antCommon_h) +# define HDR_antCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_ANT_LIBRARY +# define ANT_PUBLIC __declspec(dllexport) +# else +# define ANT_PUBLIC __declspec(dllimport) +# endif +# define ANT_LOCAL + +# else + +# if __GNUC__ >= 4 +# define ANT_PUBLIC __attribute__ ((visibility ("default"))) +# define ANT_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define ANT_PUBLIC +# define ANT_LOCAL +# endif + +# endif + +#endif diff --git a/src/ant/antConfig.cc b/src/ant/antConfig.cc index 6dc6171fc..052ce2d62 100644 --- a/src/ant/antConfig.cc +++ b/src/ant/antConfig.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/antConfig.h b/src/ant/antConfig.h index 2f57c3f13..87b302e98 100644 --- a/src/ant/antConfig.h +++ b/src/ant/antConfig.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/antConfigPage.cc b/src/ant/antConfigPage.cc index 77b723f51..48821f348 100644 --- a/src/ant/antConfigPage.cc +++ b/src/ant/antConfigPage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/antConfigPage.h b/src/ant/antConfigPage.h index d6d41e08f..3e7413681 100644 --- a/src/ant/antConfigPage.h +++ b/src/ant/antConfigPage.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/antForceLink.cc b/src/ant/antForceLink.cc index 311cad753..7a707fcb8 100644 --- a/src/ant/antForceLink.cc +++ b/src/ant/antForceLink.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,14 +20,14 @@ */ - -#include "antForceLink.h" - -namespace ant -{ - int _force_link_f () - { - return 0; - } -} - + +#include "antForceLink.h" + +namespace ant +{ + int _force_link_f () + { + return 0; + } +} + diff --git a/src/ant/antForceLink.h b/src/ant/antForceLink.h index 938d8879d..50cd0e7b0 100644 --- a/src/ant/antForceLink.h +++ b/src/ant/antForceLink.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,21 +20,21 @@ */ - -#ifndef HDR_antForceLink -#define HDR_antForceLink - -#include "antCommon.h" - -/** - * @file Include this function to force linking of the ant module - */ - -namespace ant -{ - ANT_PUBLIC int _force_link_f (); - static int _force_link_target = _force_link_f (); -} - -#endif - + +#ifndef HDR_antForceLink +#define HDR_antForceLink + +#include "antCommon.h" + +/** + * @file Include this function to force linking of the ant module + */ + +namespace ant +{ + ANT_PUBLIC int _force_link_f (); + static int _force_link_target = _force_link_f (); +} + +#endif + diff --git a/src/ant/antObject.cc b/src/ant/antObject.cc index 984ff7f4c..7bf5ba7ab 100644 --- a/src/ant/antObject.cc +++ b/src/ant/antObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/antObject.h b/src/ant/antObject.h index 597e8dccd..694e1b5c9 100644 --- a/src/ant/antObject.h +++ b/src/ant/antObject.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/antPlugin.cc b/src/ant/antPlugin.cc index b284a3dfe..e5b18884e 100644 --- a/src/ant/antPlugin.cc +++ b/src/ant/antPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/antPlugin.h b/src/ant/antPlugin.h index d6396e360..44d132c1e 100644 --- a/src/ant/antPlugin.h +++ b/src/ant/antPlugin.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/antPropertiesPage.cc b/src/ant/antPropertiesPage.cc index 7ffc09db6..81695f581 100644 --- a/src/ant/antPropertiesPage.cc +++ b/src/ant/antPropertiesPage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/antPropertiesPage.h b/src/ant/antPropertiesPage.h index a6b19ea95..f07bce943 100644 --- a/src/ant/antPropertiesPage.h +++ b/src/ant/antPropertiesPage.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/antService.cc b/src/ant/antService.cc index 1a47223aa..a537c6a27 100644 --- a/src/ant/antService.cc +++ b/src/ant/antService.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/antService.h b/src/ant/antService.h index 0f54e1ce4..6edaeccf2 100644 --- a/src/ant/antService.h +++ b/src/ant/antService.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/antTemplate.cc b/src/ant/antTemplate.cc index 3bf2dc305..309736a12 100644 --- a/src/ant/antTemplate.cc +++ b/src/ant/antTemplate.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/antTemplate.h b/src/ant/antTemplate.h index 39ea363f6..4b9013b8d 100644 --- a/src/ant/antTemplate.h +++ b/src/ant/antTemplate.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ant/gsiDeclAnt.cc b/src/ant/gsiDeclAnt.cc index 18ad6d44f..a8c0bc027 100644 --- a/src/ant/gsiDeclAnt.cc +++ b/src/ant/gsiDeclAnt.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/common/*.cc b/src/common/*.cc index 068a34841..4b67bbf67 100644 --- a/src/common/*.cc +++ b/src/common/*.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/common/*.h b/src/common/*.h index 068a34841..4b67bbf67 100644 --- a/src/common/*.h +++ b/src/common/*.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/contrib/dbGDS2Converter.cc b/src/db/contrib/dbGDS2Converter.cc index 409b858e8..386d9cd4e 100644 --- a/src/db/contrib/dbGDS2Converter.cc +++ b/src/db/contrib/dbGDS2Converter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/contrib/dbGDS2Converter.h b/src/db/contrib/dbGDS2Converter.h index 97a9de954..0102b0904 100644 --- a/src/db/contrib/dbGDS2Converter.h +++ b/src/db/contrib/dbGDS2Converter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/contrib/dbGDS2Text.cc b/src/db/contrib/dbGDS2Text.cc index b51167af1..032351b9a 100644 --- a/src/db/contrib/dbGDS2Text.cc +++ b/src/db/contrib/dbGDS2Text.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/contrib/dbGDS2Text.h b/src/db/contrib/dbGDS2Text.h index f33ee6689..ddbeac404 100644 --- a/src/db/contrib/dbGDS2Text.h +++ b/src/db/contrib/dbGDS2Text.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/contrib/dbGDS2TextReader.cc b/src/db/contrib/dbGDS2TextReader.cc index ab73a792f..c171eb67f 100644 --- a/src/db/contrib/dbGDS2TextReader.cc +++ b/src/db/contrib/dbGDS2TextReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/contrib/dbGDS2TextReader.h b/src/db/contrib/dbGDS2TextReader.h index 11c742f3c..84df056b5 100644 --- a/src/db/contrib/dbGDS2TextReader.h +++ b/src/db/contrib/dbGDS2TextReader.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/contrib/dbGDS2TextWriter.cc b/src/db/contrib/dbGDS2TextWriter.cc index b493b46c9..c85afcc38 100644 --- a/src/db/contrib/dbGDS2TextWriter.cc +++ b/src/db/contrib/dbGDS2TextWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/contrib/dbGDS2TextWriter.h b/src/db/contrib/dbGDS2TextWriter.h index c1bffe09b..8dd9c66b6 100644 --- a/src/db/contrib/dbGDS2TextWriter.h +++ b/src/db/contrib/dbGDS2TextWriter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbArray.cc b/src/db/dbArray.cc index 7d09e9ab9..ad346693f 100644 --- a/src/db/dbArray.cc +++ b/src/db/dbArray.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbArray.h b/src/db/dbArray.h index bd148bc8a..303cc057f 100644 --- a/src/db/dbArray.h +++ b/src/db/dbArray.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbBox.cc b/src/db/dbBox.cc index e393dd245..bf809edc4 100644 --- a/src/db/dbBox.cc +++ b/src/db/dbBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbBox.h b/src/db/dbBox.h index 382ecca43..ecba17e8e 100644 --- a/src/db/dbBox.h +++ b/src/db/dbBox.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbBoxConvert.cc b/src/db/dbBoxConvert.cc index 5a19a1b17..126a01ecd 100644 --- a/src/db/dbBoxConvert.cc +++ b/src/db/dbBoxConvert.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbBoxConvert.h b/src/db/dbBoxConvert.h index 57e6dc4dc..bcc866fa9 100644 --- a/src/db/dbBoxConvert.h +++ b/src/db/dbBoxConvert.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbBoxScanner.cc b/src/db/dbBoxScanner.cc index 8bf05445b..6194f2b4e 100644 --- a/src/db/dbBoxScanner.cc +++ b/src/db/dbBoxScanner.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbBoxScanner.h b/src/db/dbBoxScanner.h index 938d239b5..219dd332a 100644 --- a/src/db/dbBoxScanner.h +++ b/src/db/dbBoxScanner.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbBoxTree.h b/src/db/dbBoxTree.h index dd872b28e..52427c488 100644 --- a/src/db/dbBoxTree.h +++ b/src/db/dbBoxTree.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCIF.cc b/src/db/dbCIF.cc index 6429c8ba0..6935724c4 100644 --- a/src/db/dbCIF.cc +++ b/src/db/dbCIF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCIF.h b/src/db/dbCIF.h index f141d6925..af671a45f 100644 --- a/src/db/dbCIF.h +++ b/src/db/dbCIF.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCIFReader.cc b/src/db/dbCIFReader.cc index fa388bb6f..d70eedf38 100644 --- a/src/db/dbCIFReader.cc +++ b/src/db/dbCIFReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCIFReader.h b/src/db/dbCIFReader.h index 8adf2d320..a0fffc3e4 100644 --- a/src/db/dbCIFReader.h +++ b/src/db/dbCIFReader.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCIFWriter.cc b/src/db/dbCIFWriter.cc index d3cf7dc10..d06be9452 100644 --- a/src/db/dbCIFWriter.cc +++ b/src/db/dbCIFWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCIFWriter.h b/src/db/dbCIFWriter.h index 5bcf467f6..687dc3ddc 100644 --- a/src/db/dbCIFWriter.h +++ b/src/db/dbCIFWriter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCell.cc b/src/db/dbCell.cc index 58c675f7d..bc87d01bf 100644 --- a/src/db/dbCell.cc +++ b/src/db/dbCell.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCell.h b/src/db/dbCell.h index 7f47f19ac..45a1f54e9 100644 --- a/src/db/dbCell.h +++ b/src/db/dbCell.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCellGraphUtils.cc b/src/db/dbCellGraphUtils.cc index 77555ffb9..92bb2c895 100644 --- a/src/db/dbCellGraphUtils.cc +++ b/src/db/dbCellGraphUtils.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCellGraphUtils.h b/src/db/dbCellGraphUtils.h index 26aaae4dd..ece4db9c5 100644 --- a/src/db/dbCellGraphUtils.h +++ b/src/db/dbCellGraphUtils.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCellHullGenerator.cc b/src/db/dbCellHullGenerator.cc index d1850dd44..fe6221985 100644 --- a/src/db/dbCellHullGenerator.cc +++ b/src/db/dbCellHullGenerator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCellHullGenerator.h b/src/db/dbCellHullGenerator.h index 79d3dd620..a54494a65 100644 --- a/src/db/dbCellHullGenerator.h +++ b/src/db/dbCellHullGenerator.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCellInst.cc b/src/db/dbCellInst.cc index e4e41c52c..527530f74 100644 --- a/src/db/dbCellInst.cc +++ b/src/db/dbCellInst.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCellInst.h b/src/db/dbCellInst.h index 393e26c2a..8a755635a 100644 --- a/src/db/dbCellInst.h +++ b/src/db/dbCellInst.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCellMapping.cc b/src/db/dbCellMapping.cc index 54fb8836e..69587262e 100644 --- a/src/db/dbCellMapping.cc +++ b/src/db/dbCellMapping.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCellMapping.h b/src/db/dbCellMapping.h index d522b3d69..a6b1f24a4 100644 --- a/src/db/dbCellMapping.h +++ b/src/db/dbCellMapping.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbClip.cc b/src/db/dbClip.cc index a48fc88d0..9c06e27e2 100644 --- a/src/db/dbClip.cc +++ b/src/db/dbClip.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbClip.h b/src/db/dbClip.h index e7e6a14e5..e831b471f 100644 --- a/src/db/dbClip.h +++ b/src/db/dbClip.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbClipboard.cc b/src/db/dbClipboard.cc index 378ef2c77..1f4a4d654 100644 --- a/src/db/dbClipboard.cc +++ b/src/db/dbClipboard.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbClipboard.h b/src/db/dbClipboard.h index f3072ab54..7881e3dca 100644 --- a/src/db/dbClipboard.h +++ b/src/db/dbClipboard.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbClipboardData.cc b/src/db/dbClipboardData.cc index d436ee0c1..98fc7b3d9 100644 --- a/src/db/dbClipboardData.cc +++ b/src/db/dbClipboardData.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbClipboardData.h b/src/db/dbClipboardData.h index 65a3f2d62..3e344289f 100644 --- a/src/db/dbClipboardData.h +++ b/src/db/dbClipboardData.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCommon.h b/src/db/dbCommon.h index bc114022d..620893506 100644 --- a/src/db/dbCommon.h +++ b/src/db/dbCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_dbCommon_h) -# define HDR_dbCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_DB_LIBRARY -# define DB_PUBLIC __declspec(dllexport) -# else -# define DB_PUBLIC __declspec(dllimport) -# endif -# define DB_LOCAL - -# else - -# if __GNUC__ >= 4 -# define DB_PUBLIC __attribute__ ((visibility ("default"))) -# define DB_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define DB_PUBLIC -# define DB_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_dbCommon_h) +# define HDR_dbCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_DB_LIBRARY +# define DB_PUBLIC __declspec(dllexport) +# else +# define DB_PUBLIC __declspec(dllimport) +# endif +# define DB_LOCAL + +# else + +# if __GNUC__ >= 4 +# define DB_PUBLIC __attribute__ ((visibility ("default"))) +# define DB_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define DB_PUBLIC +# define DB_LOCAL +# endif + +# endif + +#endif diff --git a/src/db/dbCommonReader.cc b/src/db/dbCommonReader.cc index 5cc3c4098..cf0ed738e 100644 --- a/src/db/dbCommonReader.cc +++ b/src/db/dbCommonReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbCommonReader.h b/src/db/dbCommonReader.h index 9fb1c092d..d054a6989 100644 --- a/src/db/dbCommonReader.h +++ b/src/db/dbCommonReader.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbDXF.cc b/src/db/dbDXF.cc index 86e332834..c2b502ef2 100644 --- a/src/db/dbDXF.cc +++ b/src/db/dbDXF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbDXF.h b/src/db/dbDXF.h index dcfa455bd..779b8c99a 100644 --- a/src/db/dbDXF.h +++ b/src/db/dbDXF.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbDXFReader.cc b/src/db/dbDXFReader.cc index 901784aec..42ea9763e 100644 --- a/src/db/dbDXFReader.cc +++ b/src/db/dbDXFReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbDXFReader.h b/src/db/dbDXFReader.h index a21e9a679..789901bfc 100644 --- a/src/db/dbDXFReader.h +++ b/src/db/dbDXFReader.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbDXFWriter.cc b/src/db/dbDXFWriter.cc index 85c5c6a00..079548325 100644 --- a/src/db/dbDXFWriter.cc +++ b/src/db/dbDXFWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbDXFWriter.h b/src/db/dbDXFWriter.h index c1a4b8216..3b5a61ca6 100644 --- a/src/db/dbDXFWriter.h +++ b/src/db/dbDXFWriter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbEdge.cc b/src/db/dbEdge.cc index aa55c97b2..da3be0a0e 100644 --- a/src/db/dbEdge.cc +++ b/src/db/dbEdge.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbEdge.h b/src/db/dbEdge.h index d11354e49..ee022ae78 100644 --- a/src/db/dbEdge.h +++ b/src/db/dbEdge.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbEdgePair.cc b/src/db/dbEdgePair.cc index 9a93ac02d..b82893ab5 100644 --- a/src/db/dbEdgePair.cc +++ b/src/db/dbEdgePair.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbEdgePair.h b/src/db/dbEdgePair.h index fdc644f3a..1b0df0654 100644 --- a/src/db/dbEdgePair.h +++ b/src/db/dbEdgePair.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbEdgePairRelations.cc b/src/db/dbEdgePairRelations.cc index 1f0b487c5..a6fe00a05 100644 --- a/src/db/dbEdgePairRelations.cc +++ b/src/db/dbEdgePairRelations.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbEdgePairRelations.h b/src/db/dbEdgePairRelations.h index 90c82c0a9..09fc36aa2 100644 --- a/src/db/dbEdgePairRelations.h +++ b/src/db/dbEdgePairRelations.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbEdgePairs.cc b/src/db/dbEdgePairs.cc index e4f4bae1c..4e6d12b61 100644 --- a/src/db/dbEdgePairs.cc +++ b/src/db/dbEdgePairs.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbEdgePairs.h b/src/db/dbEdgePairs.h index a879a5042..768de2d04 100644 --- a/src/db/dbEdgePairs.h +++ b/src/db/dbEdgePairs.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbEdgeProcessor.cc b/src/db/dbEdgeProcessor.cc index d6feb6c04..eac51be1f 100644 --- a/src/db/dbEdgeProcessor.cc +++ b/src/db/dbEdgeProcessor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbEdgeProcessor.h b/src/db/dbEdgeProcessor.h index e391d9497..f18203e89 100644 --- a/src/db/dbEdgeProcessor.h +++ b/src/db/dbEdgeProcessor.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbEdges.cc b/src/db/dbEdges.cc index b4c0a3c07..a2f47f4a2 100644 --- a/src/db/dbEdges.cc +++ b/src/db/dbEdges.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbEdges.h b/src/db/dbEdges.h index cd9ebfaa7..68fe606d2 100644 --- a/src/db/dbEdges.h +++ b/src/db/dbEdges.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbEdgesToContours.h b/src/db/dbEdgesToContours.h index f166dbff6..fbcc24c0c 100644 --- a/src/db/dbEdgesToContours.h +++ b/src/db/dbEdgesToContours.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbFillTool.cc b/src/db/dbFillTool.cc index 79ceae6a8..fcea221a7 100644 --- a/src/db/dbFillTool.cc +++ b/src/db/dbFillTool.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbFillTool.h b/src/db/dbFillTool.h index f66defc73..03cfe866e 100644 --- a/src/db/dbFillTool.h +++ b/src/db/dbFillTool.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbForceLinkStreams.cc b/src/db/dbForceLinkStreams.cc index ad3f1f0ce..d71c666d8 100644 --- a/src/db/dbForceLinkStreams.cc +++ b/src/db/dbForceLinkStreams.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbFuzzyCellMapping.cc b/src/db/dbFuzzyCellMapping.cc index e1344ad1a..d7610d4be 100644 --- a/src/db/dbFuzzyCellMapping.cc +++ b/src/db/dbFuzzyCellMapping.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbFuzzyCellMapping.h b/src/db/dbFuzzyCellMapping.h index 731d6641d..6b6af08c1 100644 --- a/src/db/dbFuzzyCellMapping.h +++ b/src/db/dbFuzzyCellMapping.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbGDS2.cc b/src/db/dbGDS2.cc index 3aa7b15d6..67f5c4c75 100644 --- a/src/db/dbGDS2.cc +++ b/src/db/dbGDS2.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbGDS2.h b/src/db/dbGDS2.h index a8eea4500..de5f28790 100644 --- a/src/db/dbGDS2.h +++ b/src/db/dbGDS2.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbGDS2Reader.cc b/src/db/dbGDS2Reader.cc index 89d2abf2f..8e90a03ff 100644 --- a/src/db/dbGDS2Reader.cc +++ b/src/db/dbGDS2Reader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbGDS2Reader.h b/src/db/dbGDS2Reader.h index 3d77dc71d..4d4e3199b 100644 --- a/src/db/dbGDS2Reader.h +++ b/src/db/dbGDS2Reader.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbGDS2ReaderBase.cc b/src/db/dbGDS2ReaderBase.cc index 0dd8b1328..e36afd08c 100644 --- a/src/db/dbGDS2ReaderBase.cc +++ b/src/db/dbGDS2ReaderBase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbGDS2ReaderBase.h b/src/db/dbGDS2ReaderBase.h index f923772e8..b489e1d74 100644 --- a/src/db/dbGDS2ReaderBase.h +++ b/src/db/dbGDS2ReaderBase.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbGDS2Writer.cc b/src/db/dbGDS2Writer.cc index 04ec991f9..1a4b13f61 100644 --- a/src/db/dbGDS2Writer.cc +++ b/src/db/dbGDS2Writer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbGDS2Writer.h b/src/db/dbGDS2Writer.h index 0b4daaf61..5e99dd3a3 100644 --- a/src/db/dbGDS2Writer.h +++ b/src/db/dbGDS2Writer.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbGDS2WriterBase.cc b/src/db/dbGDS2WriterBase.cc index 92b227589..4a2f138bd 100644 --- a/src/db/dbGDS2WriterBase.cc +++ b/src/db/dbGDS2WriterBase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbGDS2WriterBase.h b/src/db/dbGDS2WriterBase.h index d7b1ef75c..a0d7c49ed 100644 --- a/src/db/dbGDS2WriterBase.h +++ b/src/db/dbGDS2WriterBase.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbGlyphs.cc b/src/db/dbGlyphs.cc index 7bb9414ac..4954e2bea 100644 --- a/src/db/dbGlyphs.cc +++ b/src/db/dbGlyphs.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbGlyphs.h b/src/db/dbGlyphs.h index 52add0698..18d9be721 100644 --- a/src/db/dbGlyphs.h +++ b/src/db/dbGlyphs.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbHash.h b/src/db/dbHash.h index 02083f7e2..8d03566da 100644 --- a/src/db/dbHash.h +++ b/src/db/dbHash.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbHershey.cc b/src/db/dbHershey.cc index 6cd044a44..45e20e3c9 100644 --- a/src/db/dbHershey.cc +++ b/src/db/dbHershey.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbHershey.h b/src/db/dbHershey.h index 586498d83..4a742e840 100644 --- a/src/db/dbHershey.h +++ b/src/db/dbHershey.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbHersheyFont.h b/src/db/dbHersheyFont.h index 765c81b5d..4282a389d 100644 --- a/src/db/dbHersheyFont.h +++ b/src/db/dbHersheyFont.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbInstElement.cc b/src/db/dbInstElement.cc index ce9b7c1a7..cf389a0d4 100644 --- a/src/db/dbInstElement.cc +++ b/src/db/dbInstElement.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbInstElement.h b/src/db/dbInstElement.h index 147a6277f..5de77db58 100644 --- a/src/db/dbInstElement.h +++ b/src/db/dbInstElement.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbInstances.cc b/src/db/dbInstances.cc index c8017a75e..bca5bd893 100644 --- a/src/db/dbInstances.cc +++ b/src/db/dbInstances.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbInstances.h b/src/db/dbInstances.h index e88fde0c2..9e17f1e3b 100644 --- a/src/db/dbInstances.h +++ b/src/db/dbInstances.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayer.h b/src/db/dbLayer.h index 274d6b9ca..cf144b6f7 100644 --- a/src/db/dbLayer.h +++ b/src/db/dbLayer.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayerMapping.cc b/src/db/dbLayerMapping.cc index d2c225b1f..22d2aaf5e 100644 --- a/src/db/dbLayerMapping.cc +++ b/src/db/dbLayerMapping.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayerMapping.h b/src/db/dbLayerMapping.h index 516a66c36..8e0942386 100644 --- a/src/db/dbLayerMapping.h +++ b/src/db/dbLayerMapping.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayerProperties.cc b/src/db/dbLayerProperties.cc index 182b53ed2..960df8436 100644 --- a/src/db/dbLayerProperties.cc +++ b/src/db/dbLayerProperties.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayerProperties.h b/src/db/dbLayerProperties.h index a673f698a..c327bed5b 100644 --- a/src/db/dbLayerProperties.h +++ b/src/db/dbLayerProperties.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayout.cc b/src/db/dbLayout.cc index b20245169..14e6bccf0 100644 --- a/src/db/dbLayout.cc +++ b/src/db/dbLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayout.h b/src/db/dbLayout.h index b93093cba..f6931e1da 100644 --- a/src/db/dbLayout.h +++ b/src/db/dbLayout.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayoutContextHandler.cc b/src/db/dbLayoutContextHandler.cc index bd702d66b..847ef4785 100644 --- a/src/db/dbLayoutContextHandler.cc +++ b/src/db/dbLayoutContextHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayoutContextHandler.h b/src/db/dbLayoutContextHandler.h index 9e6410c1a..71ef8dffe 100644 --- a/src/db/dbLayoutContextHandler.h +++ b/src/db/dbLayoutContextHandler.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayoutDiff.cc b/src/db/dbLayoutDiff.cc index 764893807..e18ac947e 100644 --- a/src/db/dbLayoutDiff.cc +++ b/src/db/dbLayoutDiff.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayoutDiff.h b/src/db/dbLayoutDiff.h index 32a312d9f..6d62ada1b 100644 --- a/src/db/dbLayoutDiff.h +++ b/src/db/dbLayoutDiff.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayoutQuery.cc b/src/db/dbLayoutQuery.cc index 7b2c045c5..0362ab6ca 100644 --- a/src/db/dbLayoutQuery.cc +++ b/src/db/dbLayoutQuery.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayoutQuery.h b/src/db/dbLayoutQuery.h index ab85e33ce..8ca1527e6 100644 --- a/src/db/dbLayoutQuery.h +++ b/src/db/dbLayoutQuery.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayoutStateModel.cc b/src/db/dbLayoutStateModel.cc index d13b5a71a..29588556b 100644 --- a/src/db/dbLayoutStateModel.cc +++ b/src/db/dbLayoutStateModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayoutStateModel.h b/src/db/dbLayoutStateModel.h index e4e76db90..709500857 100644 --- a/src/db/dbLayoutStateModel.h +++ b/src/db/dbLayoutStateModel.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayoutUtils.cc b/src/db/dbLayoutUtils.cc index 6c737ed89..a41cef07e 100644 --- a/src/db/dbLayoutUtils.cc +++ b/src/db/dbLayoutUtils.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLayoutUtils.h b/src/db/dbLayoutUtils.h index ca1cdc552..65e59668a 100644 --- a/src/db/dbLayoutUtils.h +++ b/src/db/dbLayoutUtils.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLibrary.cc b/src/db/dbLibrary.cc index 094d1c0f3..f6de6f924 100644 --- a/src/db/dbLibrary.cc +++ b/src/db/dbLibrary.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLibrary.h b/src/db/dbLibrary.h index e5234f4a9..6819e7c36 100644 --- a/src/db/dbLibrary.h +++ b/src/db/dbLibrary.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLibraryManager.cc b/src/db/dbLibraryManager.cc index 613dc17ab..1eac69871 100644 --- a/src/db/dbLibraryManager.cc +++ b/src/db/dbLibraryManager.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLibraryManager.h b/src/db/dbLibraryManager.h index 8bb0fdd5e..69a3647be 100644 --- a/src/db/dbLibraryManager.h +++ b/src/db/dbLibraryManager.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLibraryProxy.cc b/src/db/dbLibraryProxy.cc index 40e68d9bf..7920622d3 100644 --- a/src/db/dbLibraryProxy.cc +++ b/src/db/dbLibraryProxy.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLibraryProxy.h b/src/db/dbLibraryProxy.h index 8644d0de9..693f5bfed 100644 --- a/src/db/dbLibraryProxy.h +++ b/src/db/dbLibraryProxy.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLoadLayoutOptions.cc b/src/db/dbLoadLayoutOptions.cc index da99cadbd..e443c9b02 100644 --- a/src/db/dbLoadLayoutOptions.cc +++ b/src/db/dbLoadLayoutOptions.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbLoadLayoutOptions.h b/src/db/dbLoadLayoutOptions.h index e68855461..ef0741c0d 100644 --- a/src/db/dbLoadLayoutOptions.h +++ b/src/db/dbLoadLayoutOptions.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbManager.cc b/src/db/dbManager.cc index 735fd8144..2dd0bd633 100644 --- a/src/db/dbManager.cc +++ b/src/db/dbManager.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbManager.h b/src/db/dbManager.h index 88a3947aa..9618aad72 100644 --- a/src/db/dbManager.h +++ b/src/db/dbManager.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbMatrix.cc b/src/db/dbMatrix.cc index 9a9851032..b417cb399 100644 --- a/src/db/dbMatrix.cc +++ b/src/db/dbMatrix.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbMatrix.h b/src/db/dbMatrix.h index 8c444e549..5b6cad4bf 100644 --- a/src/db/dbMatrix.h +++ b/src/db/dbMatrix.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbMemStatistics.cc b/src/db/dbMemStatistics.cc index 152a7aad5..5b6c68d8c 100644 --- a/src/db/dbMemStatistics.cc +++ b/src/db/dbMemStatistics.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbMemStatistics.h b/src/db/dbMemStatistics.h index 2ed0b54c7..27ba39930 100644 --- a/src/db/dbMemStatistics.h +++ b/src/db/dbMemStatistics.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbMetaInfo.h b/src/db/dbMetaInfo.h index 7c1cdf3f9..d1d5c15a0 100644 --- a/src/db/dbMetaInfo.h +++ b/src/db/dbMetaInfo.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbOASIS.cc b/src/db/dbOASIS.cc index a65a24636..ad318abe3 100644 --- a/src/db/dbOASIS.cc +++ b/src/db/dbOASIS.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbOASIS.h b/src/db/dbOASIS.h index b04e85b68..e7934f7e1 100644 --- a/src/db/dbOASIS.h +++ b/src/db/dbOASIS.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbOASISReader.cc b/src/db/dbOASISReader.cc index 7e045c3f6..1863db72b 100644 --- a/src/db/dbOASISReader.cc +++ b/src/db/dbOASISReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbOASISReader.h b/src/db/dbOASISReader.h index 428906512..4ce062e12 100644 --- a/src/db/dbOASISReader.h +++ b/src/db/dbOASISReader.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbOASISWriter.cc b/src/db/dbOASISWriter.cc index de4843165..6d8b5b1b4 100644 --- a/src/db/dbOASISWriter.cc +++ b/src/db/dbOASISWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbOASISWriter.h b/src/db/dbOASISWriter.h index 1d749a33a..924bc8f29 100644 --- a/src/db/dbOASISWriter.h +++ b/src/db/dbOASISWriter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbObject.cc b/src/db/dbObject.cc index 3bb67d92f..224dcbc26 100644 --- a/src/db/dbObject.cc +++ b/src/db/dbObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbObject.h b/src/db/dbObject.h index fc7fc1c37..500499811 100644 --- a/src/db/dbObject.h +++ b/src/db/dbObject.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbObjectTag.h b/src/db/dbObjectTag.h index b37d6acda..b209e50f3 100644 --- a/src/db/dbObjectTag.h +++ b/src/db/dbObjectTag.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbObjectWithProperties.h b/src/db/dbObjectWithProperties.h index ccf023e0d..f03373cd8 100644 --- a/src/db/dbObjectWithProperties.h +++ b/src/db/dbObjectWithProperties.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPCellDeclaration.cc b/src/db/dbPCellDeclaration.cc index 193719a83..53526b952 100644 --- a/src/db/dbPCellDeclaration.cc +++ b/src/db/dbPCellDeclaration.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPCellDeclaration.h b/src/db/dbPCellDeclaration.h index 023bbec95..ea669a50a 100644 --- a/src/db/dbPCellDeclaration.h +++ b/src/db/dbPCellDeclaration.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPCellHeader.cc b/src/db/dbPCellHeader.cc index c6d4dae17..c052d5312 100644 --- a/src/db/dbPCellHeader.cc +++ b/src/db/dbPCellHeader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPCellHeader.h b/src/db/dbPCellHeader.h index 57916f1ae..4eb4abafc 100644 --- a/src/db/dbPCellHeader.h +++ b/src/db/dbPCellHeader.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPCellVariant.cc b/src/db/dbPCellVariant.cc index f902d9c69..d78a0fb2a 100644 --- a/src/db/dbPCellVariant.cc +++ b/src/db/dbPCellVariant.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPCellVariant.h b/src/db/dbPCellVariant.h index fa4863684..e0b07ec46 100644 --- a/src/db/dbPCellVariant.h +++ b/src/db/dbPCellVariant.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPath.cc b/src/db/dbPath.cc index e542184fe..4c0d81902 100644 --- a/src/db/dbPath.cc +++ b/src/db/dbPath.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPath.h b/src/db/dbPath.h index bce6c91ae..77cdf6a53 100644 --- a/src/db/dbPath.h +++ b/src/db/dbPath.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPoint.cc b/src/db/dbPoint.cc index 3a9a2992a..ca11d734f 100644 --- a/src/db/dbPoint.cc +++ b/src/db/dbPoint.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPoint.h b/src/db/dbPoint.h index a89c2c0f0..c262b0972 100644 --- a/src/db/dbPoint.h +++ b/src/db/dbPoint.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPolygon.cc b/src/db/dbPolygon.cc index 170dbafff..3a8e0f56a 100644 --- a/src/db/dbPolygon.cc +++ b/src/db/dbPolygon.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPolygon.h b/src/db/dbPolygon.h index 5a263fff2..5217ce508 100644 --- a/src/db/dbPolygon.h +++ b/src/db/dbPolygon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPolygonGenerators.cc b/src/db/dbPolygonGenerators.cc index 9f7b686e9..2d9f09448 100644 --- a/src/db/dbPolygonGenerators.cc +++ b/src/db/dbPolygonGenerators.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPolygonGenerators.h b/src/db/dbPolygonGenerators.h index f53369e25..0f85c24f4 100644 --- a/src/db/dbPolygonGenerators.h +++ b/src/db/dbPolygonGenerators.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPolygonTools.cc b/src/db/dbPolygonTools.cc index 658b83305..94249c34f 100644 --- a/src/db/dbPolygonTools.cc +++ b/src/db/dbPolygonTools.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPolygonTools.h b/src/db/dbPolygonTools.h index 21ec61053..643255ae1 100644 --- a/src/db/dbPolygonTools.h +++ b/src/db/dbPolygonTools.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPropertiesRepository.cc b/src/db/dbPropertiesRepository.cc index 86602ba0a..6e46fabbe 100644 --- a/src/db/dbPropertiesRepository.cc +++ b/src/db/dbPropertiesRepository.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbPropertiesRepository.h b/src/db/dbPropertiesRepository.h index ee845d273..12d1d8bfb 100644 --- a/src/db/dbPropertiesRepository.h +++ b/src/db/dbPropertiesRepository.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbReader.cc b/src/db/dbReader.cc index 685164f77..5e66456a1 100644 --- a/src/db/dbReader.cc +++ b/src/db/dbReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbReader.h b/src/db/dbReader.h index d65415985..b95ea74de 100644 --- a/src/db/dbReader.h +++ b/src/db/dbReader.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbRecursiveShapeIterator.cc b/src/db/dbRecursiveShapeIterator.cc index 81bd43acc..cb46624da 100644 --- a/src/db/dbRecursiveShapeIterator.cc +++ b/src/db/dbRecursiveShapeIterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbRecursiveShapeIterator.h b/src/db/dbRecursiveShapeIterator.h index fde0846d5..d07c00e8f 100644 --- a/src/db/dbRecursiveShapeIterator.h +++ b/src/db/dbRecursiveShapeIterator.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbRegion.cc b/src/db/dbRegion.cc index 1add013ce..386c6ef24 100644 --- a/src/db/dbRegion.cc +++ b/src/db/dbRegion.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbRegion.h b/src/db/dbRegion.h index cafdd9582..6227377ff 100644 --- a/src/db/dbRegion.h +++ b/src/db/dbRegion.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbSaveLayoutOptions.cc b/src/db/dbSaveLayoutOptions.cc index 35ff908b0..941b7fdfa 100644 --- a/src/db/dbSaveLayoutOptions.cc +++ b/src/db/dbSaveLayoutOptions.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbSaveLayoutOptions.h b/src/db/dbSaveLayoutOptions.h index a7ef448be..7b50d0a4d 100644 --- a/src/db/dbSaveLayoutOptions.h +++ b/src/db/dbSaveLayoutOptions.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbShape.cc b/src/db/dbShape.cc index fb5451f5d..cc576e5bc 100644 --- a/src/db/dbShape.cc +++ b/src/db/dbShape.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbShape.h b/src/db/dbShape.h index a35b0f2f2..ff3a324eb 100644 --- a/src/db/dbShape.h +++ b/src/db/dbShape.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbShapeIterator.cc b/src/db/dbShapeIterator.cc index 608c13131..1b7e34f09 100644 --- a/src/db/dbShapeIterator.cc +++ b/src/db/dbShapeIterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,806 +20,806 @@ */ -#include "dbShape.h" -#include "dbShapeRepository.h" -#include "dbShapes.h" - -namespace db -{ - -// ------------------------------------------------------------------------------- - -template -inline db::Shape -iterator_to_shape (db::Shapes *shapes, const db::layer &l, const Iter &iter) -{ - // for unstable containers, we simply use the pointer as a reference - return db::Shape (shapes, *iter); -} - -template -inline db::Shape -iterator_to_shape (db::Shapes *shapes, const db::layer &l, const Iter &iter) -{ - // for stable containers, we derive the primitive iterator via the pointer - return db::Shape (shapes, l.iterator_from_pointer (&*iter)); -} - -template -inline db::Shape -iterator_to_shape (const db::Shapes *shapes, const db::layer & /*l*/, const Iter &iter) -{ - // for unstable containers, we simply use the pointer as a reference - return db::Shape (shapes, *iter); -} - -template -inline db::Shape -iterator_to_shape (const db::Shapes *shapes, const db::layer &l, const Iter &iter) -{ - // for stable containers, we derive the primitive iterator via the pointer - return db::Shape (shapes, l.iterator_from_pointer (&*iter)); -} - -// ------------------------------------------------------------------------------- -// ShapeIterator implementation - -ShapeIterator::ShapeIterator () - : m_region_mode (None), - m_type (Null), - m_box (), - m_flags (0), - mp_shapes (0), - mp_prop_sel (0), - m_inv_prop_sel (false), - m_array_iterator_valid (false), - m_editable (false), - m_quad_id (0) -{ - m_valid = false; - m_with_props = false; -} - -ShapeIterator::ShapeIterator (const ShapeIterator &d) - : m_region_mode (None), - m_type (Null), - m_box (), - m_flags (0), - mp_shapes (0), - mp_prop_sel (0), - m_inv_prop_sel (false), - m_array_iterator_valid (false), - m_editable (false), - m_quad_id (0) -{ - m_valid = false; - m_with_props = false; - operator= (d); -} - -ShapeIterator::ShapeIterator (const shapes_type &shapes, unsigned int flags, const property_selector *prop_sel, bool inv_prop_sel) - : m_region_mode (None), - m_type (object_type (0)), - m_box (), - m_flags (flags), - mp_shapes (&shapes), - mp_prop_sel (prop_sel), - m_inv_prop_sel (inv_prop_sel), - m_array_iterator_valid (false), - m_editable (shapes.is_editable ()), - m_quad_id (0) -{ - // optimize: empty property selection plus inverse = no property selection at all - // any property selection and not inverse = only shapes with properties - if (mp_prop_sel) { - if (mp_prop_sel->empty () && m_inv_prop_sel) { - mp_prop_sel = 0; - m_inv_prop_sel = false; - } else if (! m_inv_prop_sel) { - m_flags |= Properties; - } - } - m_valid = false; - m_with_props = false; - - // look for the first type selected - for (unsigned int m = 1; m_type != Null && (m_flags & m) == 0; m <<= 1) { - m_type = object_type ((unsigned int) m_type + 1); - } - - advance (0); // validate -} - -ShapeIterator::ShapeIterator (const shapes_type &shapes, const box_type &box, region_mode mode, unsigned int flags, const property_selector *prop_sel, bool inv_prop_sel) - : m_region_mode (mode), - m_type (object_type (0)), - m_box (box), - m_flags (flags), - mp_shapes (&shapes), - mp_prop_sel (prop_sel), - m_inv_prop_sel (inv_prop_sel), - m_array_iterator_valid (false), - m_editable (shapes.is_editable ()), - m_quad_id (0) -{ - // optimize: empty property selection plus inverse = no property selection at all - // any property selection and not inverse = only shapes with properties - if (mp_prop_sel) { - if (mp_prop_sel->empty () && m_inv_prop_sel) { - mp_prop_sel = 0; - m_inv_prop_sel = false; - } else if (! m_inv_prop_sel) { - m_flags |= Properties; - } - } - m_valid = false; - m_with_props = false; - - // look for the first type selected - for (unsigned int m = 1; m_type != Null && (m_flags & m) == 0; m <<= 1) { - m_type = object_type ((unsigned int) m_type + 1); - } - - advance (0); // validate -} - -ShapeIterator & -ShapeIterator::operator= (const ShapeIterator &d) -{ - if (&d != this) { - - cleanup (); - - m_d = d.m_d; - m_valid = d.m_valid; - m_with_props = d.m_with_props; - m_region_mode = d.m_region_mode; - m_type = d.m_type; - m_box = d.m_box; - m_shape = d.m_shape; - m_array = d.m_array; - m_flags = d.m_flags; - mp_shapes = d.mp_shapes; - mp_prop_sel = d.mp_prop_sel; - m_inv_prop_sel = d.m_inv_prop_sel; - m_array_iterator_valid = d.m_array_iterator_valid; - m_editable = d.m_editable; - m_quad_id = d.m_quad_id; - - if (m_type != Null) { - - if (m_array_iterator_valid) { - - if (m_type == PolygonPtrArray) { - - polygon_ptr_array_iterator_type *d_arr_iter = (polygon_ptr_array_iterator_type *) d.m_ad.iter; - polygon_ptr_array_iterator_type *arr_iter = (polygon_ptr_array_iterator_type *) m_ad.iter; - new (arr_iter) polygon_ptr_array_iterator_type (*d_arr_iter); - - } else if (m_type == SimplePolygonPtrArray) { - - simple_polygon_ptr_array_iterator_type *d_arr_iter = (simple_polygon_ptr_array_iterator_type *) d.m_ad.iter; - simple_polygon_ptr_array_iterator_type *arr_iter = (simple_polygon_ptr_array_iterator_type *) m_ad.iter; - new (arr_iter) simple_polygon_ptr_array_iterator_type (*d_arr_iter); - - } else if (m_type == PathPtrArray) { - - path_ptr_array_iterator_type *d_arr_iter = (path_ptr_array_iterator_type *) d.m_ad.iter; - path_ptr_array_iterator_type *arr_iter = (path_ptr_array_iterator_type *) m_ad.iter; - new (arr_iter) path_ptr_array_iterator_type (*d_arr_iter); - - } else if (m_type == TextPtrArray) { - - text_ptr_array_iterator_type *d_arr_iter = (text_ptr_array_iterator_type *) d.m_ad.iter; - text_ptr_array_iterator_type *arr_iter = (text_ptr_array_iterator_type *) m_ad.iter; - new (arr_iter) text_ptr_array_iterator_type (*d_arr_iter); - - } else if (m_type == BoxArray) { - - box_array_iterator_type *d_arr_iter = (box_array_iterator_type *) d.m_ad.iter; - box_array_iterator_type *arr_iter = (box_array_iterator_type *) m_ad.iter; - new (arr_iter) box_array_iterator_type (*d_arr_iter); - - } else if (m_type == ShortBoxArray) { - - short_box_array_iterator_type *d_arr_iter = (short_box_array_iterator_type *) d.m_ad.iter; - short_box_array_iterator_type *arr_iter = (short_box_array_iterator_type *) m_ad.iter; - new (arr_iter) short_box_array_iterator_type (*d_arr_iter); - - } - - } - - } - - } - return *this; -} - -template -inline void -ShapeIterator::skip_array_iter () -{ - Iter *arr_iter = (Iter *) m_ad.iter; - arr_iter->~Iter (); -} - -void -ShapeIterator::skip_array () -{ - if (m_array_iterator_valid) { - if (m_type == PolygonPtrArray) { - skip_array_iter (); - } else if (m_type == SimplePolygonPtrArray) { - skip_array_iter (); - } else if (m_type == PathPtrArray) { - skip_array_iter (); - } else if (m_type == TextPtrArray) { - skip_array_iter (); - } else if (m_type == BoxArray) { - skip_array_iter (); - } else if (m_type == ShortBoxArray) { - skip_array_iter (); - } - m_array_iterator_valid = false; - } -} - -template -struct advance_algorithm_traits; - -template -struct advance_algorithm_traits -{ - typedef typename db::layer::flat_iterator iterator_type; - typedef typename db::layer, StableTag >::flat_iterator iterator_with_props_type; - - inline static void advance (iterator_type *iter, int /*mode*/) - { - ++*iter; - } - - inline static void advance (iterator_with_props_type *iter, int /*mode*/) - { - ++*iter; - } - - inline static size_t quad_id (iterator_type * /*iter*/) - { - return 0; - } - - inline static size_t quad_id (iterator_with_props_type * /*iter*/) - { - return 0; - } - - inline static iterator_type begin (const db::Shapes *shapes, const db::Box & /*box*/) - { - // use get_layer().begin..() in order to suppress update() - this might change the container - // while iterating. - return shapes->template get_layer ().begin_flat (); - } - - inline static iterator_with_props_type begin_with_props (const db::Shapes *shapes, const db::Box & /*box*/) - { - // use get_layer().begin..() in order to suppress update() - this might change the container - // while iterating. - return shapes->template get_layer , StableTag> ().begin_flat (); - } -}; - -template -struct advance_algorithm_traits -{ - typedef typename db::layer::touching_iterator iterator_type; - typedef typename db::layer, StableTag >::touching_iterator iterator_with_props_type; - - inline static void advance (iterator_type *iter, int mode) - { - if (mode > 0) { - ++*iter; - } else { - iter->skip_quad (); - } - } - - inline static void advance (iterator_with_props_type *iter, int mode) - { - if (mode > 0) { - ++*iter; - } else { - iter->skip_quad (); - } - } - - inline static size_t quad_id (iterator_type *iter) - { - return iter->quad_id (); - } - - inline static size_t quad_id (iterator_with_props_type *iter) - { - return iter->quad_id (); - } - - inline static iterator_type begin (const db::Shapes *shapes, const db::Box &box) - { - // use get_layer().begin..() in order to suppress update() - this might change the container - // while iterating. - return shapes->template get_layer ().begin_touching (box); - } - - inline static iterator_with_props_type begin_with_props (const db::Shapes *shapes, const db::Box &box) - { - // use get_layer().begin..() in order to suppress update() - this might change the container - // while iterating. - return shapes->template get_layer , StableTag> ().begin_touching (box); - } -}; - -template -struct advance_algorithm_traits -{ - typedef typename db::layer::overlapping_iterator iterator_type; - typedef typename db::layer, StableTag >::overlapping_iterator iterator_with_props_type; - - inline static void advance (iterator_type *iter, int mode) - { - if (mode > 0) { - ++*iter; - } else { - iter->skip_quad (); - } - } - - inline static void advance (iterator_with_props_type *iter, int mode) - { - if (mode > 0) { - ++*iter; - } else { - iter->skip_quad (); - } - } - - inline static size_t quad_id (iterator_type *iter) - { - return iter->quad_id (); - } - - inline static size_t quad_id (iterator_with_props_type *iter) - { - return iter->quad_id (); - } - - inline static iterator_type begin (const db::Shapes *shapes, const db::Box &box) - { - // use get_layer().begin..() in order to suppress update() - this might change the container - // while iterating. - return shapes->template get_layer ().begin_overlapping (box); - } - - inline static iterator_with_props_type begin_with_props (const db::Shapes *shapes, const db::Box &box) - { - // use get_layer().begin..() in order to suppress update() - this might change the container - // while iterating. - return shapes->template get_layer , StableTag> ().begin_overlapping (box); - } -}; - -template -bool -ShapeIterator::advance_shape (int &mode) -{ - typedef advance_algorithm_traits algorithm_traits; - typedef typename algorithm_traits::iterator_type iterator_type; - typedef typename algorithm_traits::iterator_with_props_type iterator_with_props_type; - - if (mode) { - - tl_assert (m_valid); - - if (! m_with_props) { - iterator_type *iter = (iterator_type *) m_d.iter; - algorithm_traits::advance (iter, mode); - } else { - iterator_with_props_type *iter = (iterator_with_props_type *) m_d.iter; - do { - algorithm_traits::advance (iter, mode); - } while (mp_prop_sel && ! iter->at_end () && (mp_prop_sel->find ((*iter)->properties_id ()) == mp_prop_sel->end ()) != m_inv_prop_sel); - } - - // further steps are validation only - mode = 0; - - } - - bool sel = (m_flags & (1 << (unsigned int) m_type)) != 0; - bool props_only = (m_flags & Properties) != 0; - - if (! m_with_props && ! props_only) { - - iterator_type *iter = (iterator_type *) m_d.iter; - - if (!m_valid && sel) { - iterator_type i = algorithm_traits::begin (mp_shapes, m_box); - if (! i.at_end ()) { - new (iter) iterator_type (i); - m_valid = true; - } - } - - if (m_valid) { - if (!sel || iter->at_end ()) { - m_valid = false; - } else { - m_shape = iterator_to_shape (mp_shapes, mp_shapes->template get_layer (), *iter); - m_quad_id = algorithm_traits::quad_id (iter); - return true; - } - } - - } - - m_with_props = true; - - { - - iterator_with_props_type *iter = (iterator_with_props_type *) m_d.iter; - - if (!m_valid && sel) { - // use get_layer().begin_flat() in order to suppress update() - this might change the container - // while iterating. - iterator_with_props_type i = algorithm_traits::begin_with_props (mp_shapes, m_box); - if (mp_prop_sel) { - while (! i.at_end () && (mp_prop_sel->find (i->properties_id ()) == mp_prop_sel->end ()) != m_inv_prop_sel) { - ++i; - } - } - if (! i.at_end ()) { - new (iter) iterator_with_props_type (i); - m_valid = true; - } - } - - if (m_valid) { - if (!sel || iter->at_end ()) { - m_valid = false; - } else { - m_shape = iterator_to_shape (mp_shapes, mp_shapes->template get_layer, StableTag> (), *iter); - m_quad_id = algorithm_traits::quad_id (iter); - return true; - } - } - - } - - m_with_props = false; - return false; -} - -template -void -ShapeIterator::init_array_iter (typename ShapeIterator::NoRegionTag) -{ - typedef typename Array::iterator array_iterator; - - array_iterator *arr_iter = (array_iterator *) m_ad.iter; - if (m_with_props) { - new (arr_iter) array_iterator (m_array.basic_ptr (typename db::object_with_properties::tag ())->begin ()); - } else { - new (arr_iter) array_iterator (m_array.basic_ptr (typename Array::tag ())->begin ()); - } -} - -template -void -ShapeIterator::init_array_iter (typename ShapeIterator::TouchingRegionTag) -{ - typedef typename Array::iterator array_iterator; - typedef typename Array::object_type shape_ptr_type; - - array_iterator *arr_iter = (array_iterator *) m_ad.iter; - db::box_convert bc; - new (arr_iter) array_iterator (m_array.basic_ptr (typename Array::tag ())->begin_touching (m_box, bc)); -} - -template -void -ShapeIterator::init_array_iter (typename ShapeIterator::OverlappingRegionTag) -{ - typedef typename Array::iterator array_iterator; - typedef typename Array::object_type shape_ptr_type; - - array_iterator *arr_iter = (array_iterator *) m_ad.iter; - db::box_convert bc; - box_type box (m_box); - box.enlarge (vector_type (-1, -1)); - new (arr_iter) array_iterator (m_array.basic_ptr (typename Array::tag ())->begin_touching (m_box, bc)); -} - -template -bool -ShapeIterator::advance_aref (int &mode) -{ - typedef typename Array::iterator array_iterator; - - if (mode && m_array_iterator_valid) { - - if (mode > 0) { - array_iterator *arr_iter = (array_iterator *) m_ad.iter; - ++*arr_iter; - } else { - // skip quad -> skip rest of array and move to next shape array - skip_array (); // sets m_array_iterator_valid = false - } - - } - - while (true) { - - if (m_array_iterator_valid) { - array_iterator *arr_iter = (array_iterator *) m_ad.iter; - if (! arr_iter->at_end ()) { - break; - } else { - arr_iter->~array_iterator (); - m_array_iterator_valid = false; - mode = 1; // force move to next item in increment mode - } - } - - // move to next item (increment on mode == 1, skip quad on mode == -1) or validate this one (if mode == 0) - if (! advance_shape (mode)) { - return false; - } - - m_array = m_shape; - RegionTag region_tag; - init_array_iter (region_tag); - m_array_iterator_valid = true; - - } - - array_iterator *arr_iter = (array_iterator *) m_ad.iter; - typename array_iterator::result_type t = **arr_iter; - - // HINT: since the array references store "pointers" without an intrinsic - // transformation, we can drop this: - // t = t * (*iter)->obj ().trans (); - - // This creates a local reference object to reference an array member - if (m_editable) { - if (m_with_props) { - m_shape = shape_type (mp_shapes, m_array.basic_iter (typename db::object_with_properties::tag ()), t); - } else { - m_shape = shape_type (mp_shapes, m_array.basic_iter (typename Array::tag ()), t); - } - } else { - if (m_with_props) { - m_shape = shape_type (mp_shapes, *m_array.basic_ptr (typename db::object_with_properties::tag ()), t); - } else { - m_shape = shape_type (mp_shapes, *m_array.basic_ptr (typename Array::tag ()), t); - } - } - - return true; -} - -template -void -ShapeIterator::advance_generic (int mode) -{ - while (m_type != Null) { - - switch (m_type) { - case Polygon: - if (advance_shape (mode)) return; - break; - case PolygonRef: - if (advance_shape (mode)) return; - break; - case PolygonPtrArray: - if (advance_aref (mode)) return; - break; - case SimplePolygon: - if (advance_shape (mode)) return; - break; - case SimplePolygonRef: - if (advance_shape (mode)) return; - break; - case SimplePolygonPtrArray: - if (advance_aref (mode)) return; - break; - case Edge: - if (advance_shape (mode)) return; - break; - case Path: - if (advance_shape (mode)) return; - break; - case PathRef: - if (advance_shape (mode)) return; - break; - case PathPtrArray: - if (advance_aref (mode)) return; - break; - case Box: - if (advance_shape (mode)) return; - break; - case BoxArray: - if (advance_aref (mode)) return; - break; - case ShortBox: - if (advance_shape (mode)) return; - break; - case ShortBoxArray: - if (advance_aref (mode)) return; - break; - case Text: - if (advance_shape (mode)) return; - break; - case TextRef: - if (advance_shape (mode)) return; - break; - case TextPtrArray: - if (advance_aref (mode)) return; - break; - case UserObject: - if (advance_shape (mode)) return; - break; - default: - break; - } - - // look for the next type selected - m_type = object_type ((unsigned int) m_type + 1); - for (unsigned int m = 1 << (unsigned int) m_type; m_type != Null && (m_flags & m) == 0; m <<= 1) { - m_type = object_type ((unsigned int) m_type + 1); - } - - } -} - -void -ShapeIterator::finish_array () -{ - skip_array (); - advance (1); -} - -void -ShapeIterator::advance (int mode) -{ - if (m_editable) { - if (m_region_mode == None) { - advance_generic (mode); - } else if (m_region_mode == Touching) { - advance_generic (mode); - } else if (m_region_mode == Overlapping) { - advance_generic (mode); - } - } else { - if (m_region_mode == None) { - advance_generic (mode); - } else if (m_region_mode == Touching) { - advance_generic (mode); - } else if (m_region_mode == Overlapping) { - advance_generic (mode); - } - } -} - -template -db::Box -ShapeIterator::quad_box_by_shape (typename ShapeIterator::TouchingRegionTag) const -{ - tl_assert (m_valid); - if (! m_with_props) { - typename db::layer::touching_iterator *iter = (typename db::layer::touching_iterator *) m_d.iter; - return iter->quad_box (); - } else { - typename db::layer, StableTag >::touching_iterator *iter = (typename db::layer< db::object_with_properties, StableTag>::touching_iterator *) m_d.iter; - return iter->quad_box (); - } -} - -template -db::Box -ShapeIterator::quad_box_by_shape (typename ShapeIterator::OverlappingRegionTag) const -{ - tl_assert (m_valid); - if (! m_with_props) { - typename db::layer::overlapping_iterator *iter = (typename db::layer::overlapping_iterator *) m_d.iter; - return iter->quad_box (); - } else { - typename db::layer, StableTag >::overlapping_iterator *iter = (typename db::layer< db::object_with_properties, StableTag>::overlapping_iterator *) m_d.iter; - return iter->quad_box (); - } -} - -template -db::Box -ShapeIterator::quad_box_generic () const -{ - RegionTag region_tag = RegionTag (); - - switch (m_type) { - case Polygon: - return (quad_box_by_shape (region_tag)); - case PolygonRef: - return (quad_box_by_shape (region_tag)); - case PolygonPtrArray: - return (quad_box_by_shape (region_tag)); - case SimplePolygon: - return (quad_box_by_shape (region_tag)); - case SimplePolygonRef: - return (quad_box_by_shape (region_tag)); - case SimplePolygonPtrArray: - return (quad_box_by_shape (region_tag)); - case Edge: - return (quad_box_by_shape (region_tag)); - case Path: - return (quad_box_by_shape (region_tag)); - case PathRef: - return (quad_box_by_shape (region_tag)); - case PathPtrArray: - return (quad_box_by_shape (region_tag)); - case Box: - return (quad_box_by_shape (region_tag)); - case BoxArray: - return (quad_box_by_shape (region_tag)); - case ShortBox: - return (quad_box_by_shape (region_tag)); - case ShortBoxArray: - return (quad_box_by_shape (region_tag)); - case Text: - return (quad_box_by_shape (region_tag)); - case TextRef: - return (quad_box_by_shape (region_tag)); - case TextPtrArray: - return (quad_box_by_shape (region_tag)); - case UserObject: - return (quad_box_by_shape (region_tag)); - default: - return db::Box (); - } -} - -db::Box -ShapeIterator::quad_box () const -{ - if (m_editable) { - if (m_region_mode == None) { - return db::Box::world (); - } else if (m_region_mode == Touching) { - return quad_box_generic (); - } else if (m_region_mode == Overlapping) { - return quad_box_generic (); - } - } else { - if (m_region_mode == None) { - return db::Box::world (); - } else if (m_region_mode == Touching) { - return quad_box_generic (); - } else if (m_region_mode == Overlapping) { - return quad_box_generic (); - } - } - return db::Box (); -} - -void -ShapeIterator::cleanup () -{ - // this trick destroys all iterators that have been allocated in the generic union - if (m_type != Null) { - - skip_array (); - m_flags = 0; - advance (0); - tl_assert (m_type == Null); - - } -} - -} +#include "dbShape.h" +#include "dbShapeRepository.h" +#include "dbShapes.h" + +namespace db +{ + +// ------------------------------------------------------------------------------- + +template +inline db::Shape +iterator_to_shape (db::Shapes *shapes, const db::layer &l, const Iter &iter) +{ + // for unstable containers, we simply use the pointer as a reference + return db::Shape (shapes, *iter); +} + +template +inline db::Shape +iterator_to_shape (db::Shapes *shapes, const db::layer &l, const Iter &iter) +{ + // for stable containers, we derive the primitive iterator via the pointer + return db::Shape (shapes, l.iterator_from_pointer (&*iter)); +} + +template +inline db::Shape +iterator_to_shape (const db::Shapes *shapes, const db::layer & /*l*/, const Iter &iter) +{ + // for unstable containers, we simply use the pointer as a reference + return db::Shape (shapes, *iter); +} + +template +inline db::Shape +iterator_to_shape (const db::Shapes *shapes, const db::layer &l, const Iter &iter) +{ + // for stable containers, we derive the primitive iterator via the pointer + return db::Shape (shapes, l.iterator_from_pointer (&*iter)); +} + +// ------------------------------------------------------------------------------- +// ShapeIterator implementation + +ShapeIterator::ShapeIterator () + : m_region_mode (None), + m_type (Null), + m_box (), + m_flags (0), + mp_shapes (0), + mp_prop_sel (0), + m_inv_prop_sel (false), + m_array_iterator_valid (false), + m_editable (false), + m_quad_id (0) +{ + m_valid = false; + m_with_props = false; +} + +ShapeIterator::ShapeIterator (const ShapeIterator &d) + : m_region_mode (None), + m_type (Null), + m_box (), + m_flags (0), + mp_shapes (0), + mp_prop_sel (0), + m_inv_prop_sel (false), + m_array_iterator_valid (false), + m_editable (false), + m_quad_id (0) +{ + m_valid = false; + m_with_props = false; + operator= (d); +} + +ShapeIterator::ShapeIterator (const shapes_type &shapes, unsigned int flags, const property_selector *prop_sel, bool inv_prop_sel) + : m_region_mode (None), + m_type (object_type (0)), + m_box (), + m_flags (flags), + mp_shapes (&shapes), + mp_prop_sel (prop_sel), + m_inv_prop_sel (inv_prop_sel), + m_array_iterator_valid (false), + m_editable (shapes.is_editable ()), + m_quad_id (0) +{ + // optimize: empty property selection plus inverse = no property selection at all + // any property selection and not inverse = only shapes with properties + if (mp_prop_sel) { + if (mp_prop_sel->empty () && m_inv_prop_sel) { + mp_prop_sel = 0; + m_inv_prop_sel = false; + } else if (! m_inv_prop_sel) { + m_flags |= Properties; + } + } + m_valid = false; + m_with_props = false; + + // look for the first type selected + for (unsigned int m = 1; m_type != Null && (m_flags & m) == 0; m <<= 1) { + m_type = object_type ((unsigned int) m_type + 1); + } + + advance (0); // validate +} + +ShapeIterator::ShapeIterator (const shapes_type &shapes, const box_type &box, region_mode mode, unsigned int flags, const property_selector *prop_sel, bool inv_prop_sel) + : m_region_mode (mode), + m_type (object_type (0)), + m_box (box), + m_flags (flags), + mp_shapes (&shapes), + mp_prop_sel (prop_sel), + m_inv_prop_sel (inv_prop_sel), + m_array_iterator_valid (false), + m_editable (shapes.is_editable ()), + m_quad_id (0) +{ + // optimize: empty property selection plus inverse = no property selection at all + // any property selection and not inverse = only shapes with properties + if (mp_prop_sel) { + if (mp_prop_sel->empty () && m_inv_prop_sel) { + mp_prop_sel = 0; + m_inv_prop_sel = false; + } else if (! m_inv_prop_sel) { + m_flags |= Properties; + } + } + m_valid = false; + m_with_props = false; + + // look for the first type selected + for (unsigned int m = 1; m_type != Null && (m_flags & m) == 0; m <<= 1) { + m_type = object_type ((unsigned int) m_type + 1); + } + + advance (0); // validate +} + +ShapeIterator & +ShapeIterator::operator= (const ShapeIterator &d) +{ + if (&d != this) { + + cleanup (); + + m_d = d.m_d; + m_valid = d.m_valid; + m_with_props = d.m_with_props; + m_region_mode = d.m_region_mode; + m_type = d.m_type; + m_box = d.m_box; + m_shape = d.m_shape; + m_array = d.m_array; + m_flags = d.m_flags; + mp_shapes = d.mp_shapes; + mp_prop_sel = d.mp_prop_sel; + m_inv_prop_sel = d.m_inv_prop_sel; + m_array_iterator_valid = d.m_array_iterator_valid; + m_editable = d.m_editable; + m_quad_id = d.m_quad_id; + + if (m_type != Null) { + + if (m_array_iterator_valid) { + + if (m_type == PolygonPtrArray) { + + polygon_ptr_array_iterator_type *d_arr_iter = (polygon_ptr_array_iterator_type *) d.m_ad.iter; + polygon_ptr_array_iterator_type *arr_iter = (polygon_ptr_array_iterator_type *) m_ad.iter; + new (arr_iter) polygon_ptr_array_iterator_type (*d_arr_iter); + + } else if (m_type == SimplePolygonPtrArray) { + + simple_polygon_ptr_array_iterator_type *d_arr_iter = (simple_polygon_ptr_array_iterator_type *) d.m_ad.iter; + simple_polygon_ptr_array_iterator_type *arr_iter = (simple_polygon_ptr_array_iterator_type *) m_ad.iter; + new (arr_iter) simple_polygon_ptr_array_iterator_type (*d_arr_iter); + + } else if (m_type == PathPtrArray) { + + path_ptr_array_iterator_type *d_arr_iter = (path_ptr_array_iterator_type *) d.m_ad.iter; + path_ptr_array_iterator_type *arr_iter = (path_ptr_array_iterator_type *) m_ad.iter; + new (arr_iter) path_ptr_array_iterator_type (*d_arr_iter); + + } else if (m_type == TextPtrArray) { + + text_ptr_array_iterator_type *d_arr_iter = (text_ptr_array_iterator_type *) d.m_ad.iter; + text_ptr_array_iterator_type *arr_iter = (text_ptr_array_iterator_type *) m_ad.iter; + new (arr_iter) text_ptr_array_iterator_type (*d_arr_iter); + + } else if (m_type == BoxArray) { + + box_array_iterator_type *d_arr_iter = (box_array_iterator_type *) d.m_ad.iter; + box_array_iterator_type *arr_iter = (box_array_iterator_type *) m_ad.iter; + new (arr_iter) box_array_iterator_type (*d_arr_iter); + + } else if (m_type == ShortBoxArray) { + + short_box_array_iterator_type *d_arr_iter = (short_box_array_iterator_type *) d.m_ad.iter; + short_box_array_iterator_type *arr_iter = (short_box_array_iterator_type *) m_ad.iter; + new (arr_iter) short_box_array_iterator_type (*d_arr_iter); + + } + + } + + } + + } + return *this; +} + +template +inline void +ShapeIterator::skip_array_iter () +{ + Iter *arr_iter = (Iter *) m_ad.iter; + arr_iter->~Iter (); +} + +void +ShapeIterator::skip_array () +{ + if (m_array_iterator_valid) { + if (m_type == PolygonPtrArray) { + skip_array_iter (); + } else if (m_type == SimplePolygonPtrArray) { + skip_array_iter (); + } else if (m_type == PathPtrArray) { + skip_array_iter (); + } else if (m_type == TextPtrArray) { + skip_array_iter (); + } else if (m_type == BoxArray) { + skip_array_iter (); + } else if (m_type == ShortBoxArray) { + skip_array_iter (); + } + m_array_iterator_valid = false; + } +} + +template +struct advance_algorithm_traits; + +template +struct advance_algorithm_traits +{ + typedef typename db::layer::flat_iterator iterator_type; + typedef typename db::layer, StableTag >::flat_iterator iterator_with_props_type; + + inline static void advance (iterator_type *iter, int /*mode*/) + { + ++*iter; + } + + inline static void advance (iterator_with_props_type *iter, int /*mode*/) + { + ++*iter; + } + + inline static size_t quad_id (iterator_type * /*iter*/) + { + return 0; + } + + inline static size_t quad_id (iterator_with_props_type * /*iter*/) + { + return 0; + } + + inline static iterator_type begin (const db::Shapes *shapes, const db::Box & /*box*/) + { + // use get_layer().begin..() in order to suppress update() - this might change the container + // while iterating. + return shapes->template get_layer ().begin_flat (); + } + + inline static iterator_with_props_type begin_with_props (const db::Shapes *shapes, const db::Box & /*box*/) + { + // use get_layer().begin..() in order to suppress update() - this might change the container + // while iterating. + return shapes->template get_layer , StableTag> ().begin_flat (); + } +}; + +template +struct advance_algorithm_traits +{ + typedef typename db::layer::touching_iterator iterator_type; + typedef typename db::layer, StableTag >::touching_iterator iterator_with_props_type; + + inline static void advance (iterator_type *iter, int mode) + { + if (mode > 0) { + ++*iter; + } else { + iter->skip_quad (); + } + } + + inline static void advance (iterator_with_props_type *iter, int mode) + { + if (mode > 0) { + ++*iter; + } else { + iter->skip_quad (); + } + } + + inline static size_t quad_id (iterator_type *iter) + { + return iter->quad_id (); + } + + inline static size_t quad_id (iterator_with_props_type *iter) + { + return iter->quad_id (); + } + + inline static iterator_type begin (const db::Shapes *shapes, const db::Box &box) + { + // use get_layer().begin..() in order to suppress update() - this might change the container + // while iterating. + return shapes->template get_layer ().begin_touching (box); + } + + inline static iterator_with_props_type begin_with_props (const db::Shapes *shapes, const db::Box &box) + { + // use get_layer().begin..() in order to suppress update() - this might change the container + // while iterating. + return shapes->template get_layer , StableTag> ().begin_touching (box); + } +}; + +template +struct advance_algorithm_traits +{ + typedef typename db::layer::overlapping_iterator iterator_type; + typedef typename db::layer, StableTag >::overlapping_iterator iterator_with_props_type; + + inline static void advance (iterator_type *iter, int mode) + { + if (mode > 0) { + ++*iter; + } else { + iter->skip_quad (); + } + } + + inline static void advance (iterator_with_props_type *iter, int mode) + { + if (mode > 0) { + ++*iter; + } else { + iter->skip_quad (); + } + } + + inline static size_t quad_id (iterator_type *iter) + { + return iter->quad_id (); + } + + inline static size_t quad_id (iterator_with_props_type *iter) + { + return iter->quad_id (); + } + + inline static iterator_type begin (const db::Shapes *shapes, const db::Box &box) + { + // use get_layer().begin..() in order to suppress update() - this might change the container + // while iterating. + return shapes->template get_layer ().begin_overlapping (box); + } + + inline static iterator_with_props_type begin_with_props (const db::Shapes *shapes, const db::Box &box) + { + // use get_layer().begin..() in order to suppress update() - this might change the container + // while iterating. + return shapes->template get_layer , StableTag> ().begin_overlapping (box); + } +}; + +template +bool +ShapeIterator::advance_shape (int &mode) +{ + typedef advance_algorithm_traits algorithm_traits; + typedef typename algorithm_traits::iterator_type iterator_type; + typedef typename algorithm_traits::iterator_with_props_type iterator_with_props_type; + + if (mode) { + + tl_assert (m_valid); + + if (! m_with_props) { + iterator_type *iter = (iterator_type *) m_d.iter; + algorithm_traits::advance (iter, mode); + } else { + iterator_with_props_type *iter = (iterator_with_props_type *) m_d.iter; + do { + algorithm_traits::advance (iter, mode); + } while (mp_prop_sel && ! iter->at_end () && (mp_prop_sel->find ((*iter)->properties_id ()) == mp_prop_sel->end ()) != m_inv_prop_sel); + } + + // further steps are validation only + mode = 0; + + } + + bool sel = (m_flags & (1 << (unsigned int) m_type)) != 0; + bool props_only = (m_flags & Properties) != 0; + + if (! m_with_props && ! props_only) { + + iterator_type *iter = (iterator_type *) m_d.iter; + + if (!m_valid && sel) { + iterator_type i = algorithm_traits::begin (mp_shapes, m_box); + if (! i.at_end ()) { + new (iter) iterator_type (i); + m_valid = true; + } + } + + if (m_valid) { + if (!sel || iter->at_end ()) { + m_valid = false; + } else { + m_shape = iterator_to_shape (mp_shapes, mp_shapes->template get_layer (), *iter); + m_quad_id = algorithm_traits::quad_id (iter); + return true; + } + } + + } + + m_with_props = true; + + { + + iterator_with_props_type *iter = (iterator_with_props_type *) m_d.iter; + + if (!m_valid && sel) { + // use get_layer().begin_flat() in order to suppress update() - this might change the container + // while iterating. + iterator_with_props_type i = algorithm_traits::begin_with_props (mp_shapes, m_box); + if (mp_prop_sel) { + while (! i.at_end () && (mp_prop_sel->find (i->properties_id ()) == mp_prop_sel->end ()) != m_inv_prop_sel) { + ++i; + } + } + if (! i.at_end ()) { + new (iter) iterator_with_props_type (i); + m_valid = true; + } + } + + if (m_valid) { + if (!sel || iter->at_end ()) { + m_valid = false; + } else { + m_shape = iterator_to_shape (mp_shapes, mp_shapes->template get_layer, StableTag> (), *iter); + m_quad_id = algorithm_traits::quad_id (iter); + return true; + } + } + + } + + m_with_props = false; + return false; +} + +template +void +ShapeIterator::init_array_iter (typename ShapeIterator::NoRegionTag) +{ + typedef typename Array::iterator array_iterator; + + array_iterator *arr_iter = (array_iterator *) m_ad.iter; + if (m_with_props) { + new (arr_iter) array_iterator (m_array.basic_ptr (typename db::object_with_properties::tag ())->begin ()); + } else { + new (arr_iter) array_iterator (m_array.basic_ptr (typename Array::tag ())->begin ()); + } +} + +template +void +ShapeIterator::init_array_iter (typename ShapeIterator::TouchingRegionTag) +{ + typedef typename Array::iterator array_iterator; + typedef typename Array::object_type shape_ptr_type; + + array_iterator *arr_iter = (array_iterator *) m_ad.iter; + db::box_convert bc; + new (arr_iter) array_iterator (m_array.basic_ptr (typename Array::tag ())->begin_touching (m_box, bc)); +} + +template +void +ShapeIterator::init_array_iter (typename ShapeIterator::OverlappingRegionTag) +{ + typedef typename Array::iterator array_iterator; + typedef typename Array::object_type shape_ptr_type; + + array_iterator *arr_iter = (array_iterator *) m_ad.iter; + db::box_convert bc; + box_type box (m_box); + box.enlarge (vector_type (-1, -1)); + new (arr_iter) array_iterator (m_array.basic_ptr (typename Array::tag ())->begin_touching (m_box, bc)); +} + +template +bool +ShapeIterator::advance_aref (int &mode) +{ + typedef typename Array::iterator array_iterator; + + if (mode && m_array_iterator_valid) { + + if (mode > 0) { + array_iterator *arr_iter = (array_iterator *) m_ad.iter; + ++*arr_iter; + } else { + // skip quad -> skip rest of array and move to next shape array + skip_array (); // sets m_array_iterator_valid = false + } + + } + + while (true) { + + if (m_array_iterator_valid) { + array_iterator *arr_iter = (array_iterator *) m_ad.iter; + if (! arr_iter->at_end ()) { + break; + } else { + arr_iter->~array_iterator (); + m_array_iterator_valid = false; + mode = 1; // force move to next item in increment mode + } + } + + // move to next item (increment on mode == 1, skip quad on mode == -1) or validate this one (if mode == 0) + if (! advance_shape (mode)) { + return false; + } + + m_array = m_shape; + RegionTag region_tag; + init_array_iter (region_tag); + m_array_iterator_valid = true; + + } + + array_iterator *arr_iter = (array_iterator *) m_ad.iter; + typename array_iterator::result_type t = **arr_iter; + + // HINT: since the array references store "pointers" without an intrinsic + // transformation, we can drop this: + // t = t * (*iter)->obj ().trans (); + + // This creates a local reference object to reference an array member + if (m_editable) { + if (m_with_props) { + m_shape = shape_type (mp_shapes, m_array.basic_iter (typename db::object_with_properties::tag ()), t); + } else { + m_shape = shape_type (mp_shapes, m_array.basic_iter (typename Array::tag ()), t); + } + } else { + if (m_with_props) { + m_shape = shape_type (mp_shapes, *m_array.basic_ptr (typename db::object_with_properties::tag ()), t); + } else { + m_shape = shape_type (mp_shapes, *m_array.basic_ptr (typename Array::tag ()), t); + } + } + + return true; +} + +template +void +ShapeIterator::advance_generic (int mode) +{ + while (m_type != Null) { + + switch (m_type) { + case Polygon: + if (advance_shape (mode)) return; + break; + case PolygonRef: + if (advance_shape (mode)) return; + break; + case PolygonPtrArray: + if (advance_aref (mode)) return; + break; + case SimplePolygon: + if (advance_shape (mode)) return; + break; + case SimplePolygonRef: + if (advance_shape (mode)) return; + break; + case SimplePolygonPtrArray: + if (advance_aref (mode)) return; + break; + case Edge: + if (advance_shape (mode)) return; + break; + case Path: + if (advance_shape (mode)) return; + break; + case PathRef: + if (advance_shape (mode)) return; + break; + case PathPtrArray: + if (advance_aref (mode)) return; + break; + case Box: + if (advance_shape (mode)) return; + break; + case BoxArray: + if (advance_aref (mode)) return; + break; + case ShortBox: + if (advance_shape (mode)) return; + break; + case ShortBoxArray: + if (advance_aref (mode)) return; + break; + case Text: + if (advance_shape (mode)) return; + break; + case TextRef: + if (advance_shape (mode)) return; + break; + case TextPtrArray: + if (advance_aref (mode)) return; + break; + case UserObject: + if (advance_shape (mode)) return; + break; + default: + break; + } + + // look for the next type selected + m_type = object_type ((unsigned int) m_type + 1); + for (unsigned int m = 1 << (unsigned int) m_type; m_type != Null && (m_flags & m) == 0; m <<= 1) { + m_type = object_type ((unsigned int) m_type + 1); + } + + } +} + +void +ShapeIterator::finish_array () +{ + skip_array (); + advance (1); +} + +void +ShapeIterator::advance (int mode) +{ + if (m_editable) { + if (m_region_mode == None) { + advance_generic (mode); + } else if (m_region_mode == Touching) { + advance_generic (mode); + } else if (m_region_mode == Overlapping) { + advance_generic (mode); + } + } else { + if (m_region_mode == None) { + advance_generic (mode); + } else if (m_region_mode == Touching) { + advance_generic (mode); + } else if (m_region_mode == Overlapping) { + advance_generic (mode); + } + } +} + +template +db::Box +ShapeIterator::quad_box_by_shape (typename ShapeIterator::TouchingRegionTag) const +{ + tl_assert (m_valid); + if (! m_with_props) { + typename db::layer::touching_iterator *iter = (typename db::layer::touching_iterator *) m_d.iter; + return iter->quad_box (); + } else { + typename db::layer, StableTag >::touching_iterator *iter = (typename db::layer< db::object_with_properties, StableTag>::touching_iterator *) m_d.iter; + return iter->quad_box (); + } +} + +template +db::Box +ShapeIterator::quad_box_by_shape (typename ShapeIterator::OverlappingRegionTag) const +{ + tl_assert (m_valid); + if (! m_with_props) { + typename db::layer::overlapping_iterator *iter = (typename db::layer::overlapping_iterator *) m_d.iter; + return iter->quad_box (); + } else { + typename db::layer, StableTag >::overlapping_iterator *iter = (typename db::layer< db::object_with_properties, StableTag>::overlapping_iterator *) m_d.iter; + return iter->quad_box (); + } +} + +template +db::Box +ShapeIterator::quad_box_generic () const +{ + RegionTag region_tag = RegionTag (); + + switch (m_type) { + case Polygon: + return (quad_box_by_shape (region_tag)); + case PolygonRef: + return (quad_box_by_shape (region_tag)); + case PolygonPtrArray: + return (quad_box_by_shape (region_tag)); + case SimplePolygon: + return (quad_box_by_shape (region_tag)); + case SimplePolygonRef: + return (quad_box_by_shape (region_tag)); + case SimplePolygonPtrArray: + return (quad_box_by_shape (region_tag)); + case Edge: + return (quad_box_by_shape (region_tag)); + case Path: + return (quad_box_by_shape (region_tag)); + case PathRef: + return (quad_box_by_shape (region_tag)); + case PathPtrArray: + return (quad_box_by_shape (region_tag)); + case Box: + return (quad_box_by_shape (region_tag)); + case BoxArray: + return (quad_box_by_shape (region_tag)); + case ShortBox: + return (quad_box_by_shape (region_tag)); + case ShortBoxArray: + return (quad_box_by_shape (region_tag)); + case Text: + return (quad_box_by_shape (region_tag)); + case TextRef: + return (quad_box_by_shape (region_tag)); + case TextPtrArray: + return (quad_box_by_shape (region_tag)); + case UserObject: + return (quad_box_by_shape (region_tag)); + default: + return db::Box (); + } +} + +db::Box +ShapeIterator::quad_box () const +{ + if (m_editable) { + if (m_region_mode == None) { + return db::Box::world (); + } else if (m_region_mode == Touching) { + return quad_box_generic (); + } else if (m_region_mode == Overlapping) { + return quad_box_generic (); + } + } else { + if (m_region_mode == None) { + return db::Box::world (); + } else if (m_region_mode == Touching) { + return quad_box_generic (); + } else if (m_region_mode == Overlapping) { + return quad_box_generic (); + } + } + return db::Box (); +} + +void +ShapeIterator::cleanup () +{ + // this trick destroys all iterators that have been allocated in the generic union + if (m_type != Null) { + + skip_array (); + m_flags = 0; + advance (0); + tl_assert (m_type == Null); + + } +} + +} diff --git a/src/db/dbShapeProcessor.cc b/src/db/dbShapeProcessor.cc index 93728f6eb..2e8974431 100644 --- a/src/db/dbShapeProcessor.cc +++ b/src/db/dbShapeProcessor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbShapeProcessor.h b/src/db/dbShapeProcessor.h index b01d4eea2..8dec1f851 100644 --- a/src/db/dbShapeProcessor.h +++ b/src/db/dbShapeProcessor.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbShapeRepository.h b/src/db/dbShapeRepository.h index ba0fe69ab..105504bc1 100644 --- a/src/db/dbShapeRepository.h +++ b/src/db/dbShapeRepository.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbShapes.cc b/src/db/dbShapes.cc index f5afeb38a..20af0fe5f 100644 --- a/src/db/dbShapes.cc +++ b/src/db/dbShapes.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbShapes.h b/src/db/dbShapes.h index ff11c10ff..bed170f61 100644 --- a/src/db/dbShapes.h +++ b/src/db/dbShapes.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbShapes2.cc b/src/db/dbShapes2.cc index fc46ba90a..a91d86314 100644 --- a/src/db/dbShapes2.cc +++ b/src/db/dbShapes2.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbShapes2.h b/src/db/dbShapes2.h index b790ad782..43c55e4d4 100644 --- a/src/db/dbShapes2.h +++ b/src/db/dbShapes2.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbShapes3.cc b/src/db/dbShapes3.cc index 251c3bcbd..7b726a70b 100644 --- a/src/db/dbShapes3.cc +++ b/src/db/dbShapes3.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,569 +20,569 @@ */ - -#include "dbShape.h" -#include "dbShapeRepository.h" -#include "dbShapes.h" -#include "dbShapes2.h" - -namespace db -{ - -// ------------------------------------------------------------------------------- -// some utilities - -template -inline typename layer::iterator -iterator_from_shape (const db::layer & /*layer*/, const db::Shape &shape) -{ - return shape.basic_iter (typename Sh::tag ()); -} - -template -inline typename layer::iterator -iterator_from_shape (const db::layer &layer, const db::Shape &shape) -{ - // compute the iterator by some pointer arithmetics assuming that layer uses an contiguous container - // in unstable mode ... - return layer.begin () + (shape.basic_ptr (typename Sh::tag ()) - &*layer.begin ()); -} - -// ------------------------------------------------------------------------------- - -template -const db::layer & -Shapes::get_layer () const -{ - typedef layer_class lay_cls; - - for (typename tl::vector::const_iterator l = m_layers.begin (); l != m_layers.end (); ++l) { - const lay_cls *lc = dynamic_cast (*l); - if (lc) { - return lc->layer (); - } - } - - // there seems to be a bug in gcc that disables - // the use of a simple static object here: - static const db::layer *empty_layer = 0; - if (! empty_layer) { - empty_layer = new db::layer (); - } - return *empty_layer; -} - -template -db::layer & -Shapes::get_layer () -{ - typedef layer_class lay_cls; - lay_cls *lc; - - for (typename tl::vector::iterator l = m_layers.begin (); l != m_layers.end (); ++l) { - lc = dynamic_cast (*l); - if (lc) { - // this is what optimizes access times for another access - // with this type - std::swap (m_layers.front (), *l); - return lc->layer (); - } - } - - // create - lc = new lay_cls (); - m_layers.push_back (lc); - std::swap (m_layers.front (), m_layers.back ()); - return lc->layer (); -} - - -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); -template DB_PUBLIC layer &Shapes::get_layer (); -template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); - -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; -template DB_PUBLIC const layer &Shapes::get_layer () const; -template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; - - -template -bool -Shapes::is_valid_shape_by_tag (Tag /*tag*/, const shape_type &shape) const -{ - if (! is_editable ()) { - throw tl::Exception (tl::to_string (QObject::tr ("Function 'is_valid' is permitted only in editable mode"))); - } - if (! shape.has_prop_id ()) { - return iterator_from_shape (get_layer (), shape).is_valid (); - } else { - typedef db::object_with_properties swp_type; - return iterator_from_shape (get_layer (), shape).is_valid (); - } -} - -bool -Shapes::is_valid (const Shapes::shape_type &shape) const -{ - switch (shape.m_type) { - case shape_type::Null: - default: - return false; - case shape_type::Polygon: - return is_valid_shape_by_tag (shape_type::polygon_type::tag (), shape); - case shape_type::PolygonRef: - return is_valid_shape_by_tag (shape_type::polygon_ref_type::tag (), shape); - case shape_type::PolygonPtrArrayMember: - case shape_type::PolygonPtrArray: - return is_valid_shape_by_tag (shape_type::polygon_ptr_array_type::tag (), shape); - case shape_type::SimplePolygon: - return is_valid_shape_by_tag (shape_type::simple_polygon_type::tag (), shape); - case shape_type::SimplePolygonRef: - return is_valid_shape_by_tag (shape_type::simple_polygon_ref_type::tag (), shape); - case shape_type::SimplePolygonPtrArrayMember: - case shape_type::SimplePolygonPtrArray: - return is_valid_shape_by_tag (shape_type::simple_polygon_ptr_array_type::tag (), shape); - case shape_type::Edge: - return is_valid_shape_by_tag (shape_type::edge_type::tag (), shape); - case shape_type::Path: - return is_valid_shape_by_tag (shape_type::path_type::tag (), shape); - case shape_type::PathRef: - return is_valid_shape_by_tag (shape_type::path_ref_type::tag (), shape); - case shape_type::PathPtrArrayMember: - case shape_type::PathPtrArray: - return is_valid_shape_by_tag (shape_type::path_ptr_array_type::tag (), shape); - case shape_type::Box: - return is_valid_shape_by_tag (shape_type::box_type::tag (), shape); - case shape_type::BoxArrayMember: - case shape_type::BoxArray: - return is_valid_shape_by_tag (shape_type::box_array_type::tag (), shape); - case shape_type::ShortBox: - return is_valid_shape_by_tag (shape_type::short_box_type::tag (), shape); - case shape_type::ShortBoxArrayMember: - case shape_type::ShortBoxArray: - return is_valid_shape_by_tag (shape_type::short_box_array_type::tag (), shape); - case shape_type::Text: - return is_valid_shape_by_tag (shape_type::text_type::tag (), shape); - case shape_type::TextRef: - return is_valid_shape_by_tag (shape_type::text_ref_type::tag (), shape); - case shape_type::TextPtrArrayMember: - case shape_type::TextPtrArray: - return is_valid_shape_by_tag (shape_type::text_ptr_array_type::tag (), shape); - case shape_type::UserObject: - return is_valid_shape_by_tag (shape_type::user_object_type::tag (), shape); - }; -} - -template -void -Shapes::erase_shape_by_tag (Tag tag, const shape_type &shape) -{ - if (is_editable ()) { - erase_shape_by_tag_ws (tag, db::stable_layer_tag (), shape); - } else { - erase_shape_by_tag_ws (tag, db::unstable_layer_tag (), shape); - } -} - -template -void -Shapes::erase_shape_by_tag_ws (Tag /*tag*/, StableTag /*stable_tag*/, const shape_type &shape) -{ - if (! is_editable ()) { - throw tl::Exception (tl::to_string (QObject::tr ("Function 'erase' is permitted only in editable mode"))); - } - if (! shape.has_prop_id ()) { - - db::layer &l = get_layer (); - typename db::layer::iterator i = iterator_from_shape (l, shape); - if (manager () && manager ()->transacting ()) { - db::layer_op::queue_or_append (manager (), this, false /*not insert*/, *i); - } - invalidate_state (); // HINT: must come before the change is done! - l.erase (i); - - } else { - - typedef db::object_with_properties swp_type; - - db::layer &l = get_layer (); - typename db::layer::iterator i = iterator_from_shape (l, shape); - if (manager () && manager ()->transacting ()) { - db::layer_op::queue_or_append (manager (), this, false /*not insert*/, *i); - } - invalidate_state (); // HINT: must come before the change is done! - l.erase (i); - - } -} - -template -void -Shapes::erase_shapes_by_tag_ws (Tag /*tag*/, StableTag /*stable_tag*/, std::vector::const_iterator s1, std::vector::const_iterator s2) -{ - if (! s1->has_prop_id ()) { - - std::vector::iterator> iters; - iters.reserve (std::distance (s1, s2)); - - for (std::vector::const_iterator s = s1; s != s2; ++s) { - typename db::layer::iterator i = iterator_from_shape (get_layer (), *s); - // in the "whole array" case it may happen that we delete one object multiple times .. - if (iters.empty () || ! (iters.back () == i)) { - iters.push_back (i); - } - } - - erase_positions (Tag (), StableTag (), iters.begin (), iters.end ()); - - } else { - - typedef db::object_with_properties swp_type; - std::vector::iterator> iters; - iters.reserve (std::distance (s1, s2)); - - for (std::vector::const_iterator s = s1; s != s2; ++s) { - typename db::layer::iterator i = iterator_from_shape (get_layer (), *s); - // in the "whole array" case it may happen that we delete one object multiple times .. - if (iters.empty () || ! (iters.back () == i)) { - iters.push_back (i); - } - } - - erase_positions (typename swp_type::tag (), StableTag (), iters.begin (), iters.end ()); - - } -} - -template -void -Shapes::erase_shapes_by_tag (Tag tag, std::vector::const_iterator s1, std::vector::const_iterator s2) -{ - if (is_editable ()) { - erase_shapes_by_tag_ws (tag, db::stable_layer_tag (), s1, s2); - } else { - erase_shapes_by_tag_ws (tag, db::unstable_layer_tag (), s1, s2); - } -} - -void -Shapes::erase_shape (const Shapes::shape_type &shape) -{ - if (! is_editable ()) { - throw tl::Exception (tl::to_string (QObject::tr ("Function 'erase' is permitted only in editable mode"))); - } - - switch (shape.m_type) { - case shape_type::Null: - break; - case shape_type::Polygon: - erase_shape_by_tag (shape_type::polygon_type::tag (), shape); - break; - case shape_type::PolygonRef: - erase_shape_by_tag (shape_type::polygon_ref_type::tag (), shape); - break; - case shape_type::PolygonPtrArrayMember: - // HINT: since we are in editing mode, this should never happen: - case shape_type::PolygonPtrArray: - // HINT: since we are in editing mode, this should never happen: - erase_shape_by_tag (shape_type::polygon_ptr_array_type::tag (), shape); - break; - case shape_type::SimplePolygon: - erase_shape_by_tag (shape_type::simple_polygon_type::tag (), shape); - break; - case shape_type::SimplePolygonRef: - erase_shape_by_tag (shape_type::simple_polygon_ref_type::tag (), shape); - break; - case shape_type::SimplePolygonPtrArrayMember: - // HINT: since we are in editing mode, this should never happen: - case shape_type::SimplePolygonPtrArray: - // HINT: since we are in editing mode, this should never happen: - erase_shape_by_tag (shape_type::simple_polygon_ptr_array_type::tag (), shape); - break; - case shape_type::Edge: - erase_shape_by_tag (shape_type::edge_type::tag (), shape); - break; - case shape_type::Path: - erase_shape_by_tag (shape_type::path_type::tag (), shape); - break; - case shape_type::PathRef: - erase_shape_by_tag (shape_type::path_ref_type::tag (), shape); - break; - case shape_type::PathPtrArrayMember: - // HINT: since we are in editing mode, this should never happen: - case shape_type::PathPtrArray: - // HINT: since we are in editing mode, this should never happen: - erase_shape_by_tag (shape_type::path_ptr_array_type::tag (), shape); - break; - case shape_type::Box: - erase_shape_by_tag (shape_type::box_type::tag (), shape); - break; - case shape_type::BoxArrayMember: - // HINT: since we are in editing mode, this should never happen: - case shape_type::BoxArray: - // HINT: since we are in editing mode, this should never happen: - erase_shape_by_tag (shape_type::box_array_type::tag (), shape); - break; - case shape_type::ShortBox: - erase_shape_by_tag (shape_type::short_box_type::tag (), shape); - break; - case shape_type::ShortBoxArrayMember: - // HINT: since we are in editing mode, this should never happen: - case shape_type::ShortBoxArray: - // HINT: since we are in editing mode, this should never happen: - erase_shape_by_tag (shape_type::short_box_array_type::tag (), shape); - break; - case shape_type::Text: - erase_shape_by_tag (shape_type::text_type::tag (), shape); - break; - case shape_type::TextRef: - erase_shape_by_tag (shape_type::text_ref_type::tag (), shape); - break; - case shape_type::TextPtrArrayMember: - // HINT: since we are in editing mode, this should never happen: - case shape_type::TextPtrArray: - // HINT: since we are in editing mode, this should never happen: - erase_shape_by_tag (shape_type::text_ptr_array_type::tag (), shape); - break; - case shape_type::UserObject: - erase_shape_by_tag (shape_type::user_object_type::tag (), shape); - break; - }; -} - -void -Shapes::erase_shapes (const std::vector &shapes) -{ - if (! is_editable ()) { - throw tl::Exception (tl::to_string (QObject::tr ("Function 'erase' is permitted only in editable mode"))); - } - - for (std::vector::const_iterator s = shapes.begin (); s != shapes.end (); ) { - - std::vector::const_iterator snext = s; - while (snext != shapes.end () && snext->type () == s->type () && snext->has_prop_id () == s->has_prop_id ()) { - ++snext; - } - - switch (s->m_type) { - case shape_type::Null: - break; - case shape_type::Polygon: - erase_shapes_by_tag (shape_type::polygon_type::tag (), s, snext); - break; - case shape_type::PolygonRef: - erase_shapes_by_tag (shape_type::polygon_ref_type::tag (), s, snext); - break; - case shape_type::PolygonPtrArrayMember: - // HINT: since we are in editing mode, this should never happen: - case shape_type::PolygonPtrArray: - // HINT: since we are in editing mode, this should never happen: - erase_shapes_by_tag (shape_type::polygon_ptr_array_type::tag (), s, snext); - break; - case shape_type::SimplePolygon: - erase_shapes_by_tag (shape_type::simple_polygon_type::tag (), s, snext); - break; - case shape_type::SimplePolygonRef: - erase_shapes_by_tag (shape_type::simple_polygon_ref_type::tag (), s, snext); - break; - case shape_type::SimplePolygonPtrArrayMember: - // HINT: since we are in editing mode, this should never happen: - case shape_type::SimplePolygonPtrArray: - // HINT: since we are in editing mode, this should never happen: - erase_shapes_by_tag (shape_type::simple_polygon_ptr_array_type::tag (), s, snext); - break; - case shape_type::Edge: - erase_shapes_by_tag (shape_type::edge_type::tag (), s, snext); - break; - case shape_type::Path: - erase_shapes_by_tag (shape_type::path_type::tag (), s, snext); - break; - case shape_type::PathRef: - erase_shapes_by_tag (shape_type::path_ref_type::tag (), s, snext); - break; - case shape_type::PathPtrArrayMember: - // HINT: since we are in editing mode, this should never happen: - case shape_type::PathPtrArray: - // HINT: since we are in editing mode, this should never happen: - erase_shapes_by_tag (shape_type::path_ptr_array_type::tag (), s, snext); - break; - case shape_type::Box: - erase_shapes_by_tag (shape_type::box_type::tag (), s, snext); - break; - case shape_type::BoxArrayMember: - // HINT: since we are in editing mode, this should never happen: - case shape_type::BoxArray: - // HINT: since we are in editing mode, this should never happen: - erase_shapes_by_tag (shape_type::box_array_type::tag (), s, snext); - break; - case shape_type::ShortBox: - erase_shapes_by_tag (shape_type::short_box_type::tag (), s, snext); - break; - case shape_type::ShortBoxArrayMember: - // HINT: since we are in editing mode, this should never happen: - case shape_type::ShortBoxArray: - // HINT: since we are in editing mode, this should never happen: - erase_shapes_by_tag (shape_type::short_box_array_type::tag (), s, snext); - break; - case shape_type::Text: - erase_shapes_by_tag (shape_type::text_type::tag (), s, snext); - break; - case shape_type::TextRef: - erase_shapes_by_tag (shape_type::text_ref_type::tag (), s, snext); - break; - case shape_type::TextPtrArrayMember: - // HINT: since we are in editing mode, this should never happen: - case shape_type::TextPtrArray: - // HINT: since we are in editing mode, this should never happen: - erase_shapes_by_tag (shape_type::text_ptr_array_type::tag (), s, snext); - break; - case shape_type::UserObject: - erase_shapes_by_tag (shape_type::user_object_type::tag (), s, snext); - break; - }; - - s = snext; - - } -} - - -} + +#include "dbShape.h" +#include "dbShapeRepository.h" +#include "dbShapes.h" +#include "dbShapes2.h" + +namespace db +{ + +// ------------------------------------------------------------------------------- +// some utilities + +template +inline typename layer::iterator +iterator_from_shape (const db::layer & /*layer*/, const db::Shape &shape) +{ + return shape.basic_iter (typename Sh::tag ()); +} + +template +inline typename layer::iterator +iterator_from_shape (const db::layer &layer, const db::Shape &shape) +{ + // compute the iterator by some pointer arithmetics assuming that layer uses an contiguous container + // in unstable mode ... + return layer.begin () + (shape.basic_ptr (typename Sh::tag ()) - &*layer.begin ()); +} + +// ------------------------------------------------------------------------------- + +template +const db::layer & +Shapes::get_layer () const +{ + typedef layer_class lay_cls; + + for (typename tl::vector::const_iterator l = m_layers.begin (); l != m_layers.end (); ++l) { + const lay_cls *lc = dynamic_cast (*l); + if (lc) { + return lc->layer (); + } + } + + // there seems to be a bug in gcc that disables + // the use of a simple static object here: + static const db::layer *empty_layer = 0; + if (! empty_layer) { + empty_layer = new db::layer (); + } + return *empty_layer; +} + +template +db::layer & +Shapes::get_layer () +{ + typedef layer_class lay_cls; + lay_cls *lc; + + for (typename tl::vector::iterator l = m_layers.begin (); l != m_layers.end (); ++l) { + lc = dynamic_cast (*l); + if (lc) { + // this is what optimizes access times for another access + // with this type + std::swap (m_layers.front (), *l); + return lc->layer (); + } + } + + // create + lc = new lay_cls (); + m_layers.push_back (lc); + std::swap (m_layers.front (), m_layers.back ()); + return lc->layer (); +} + + +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); +template DB_PUBLIC layer &Shapes::get_layer (); +template DB_PUBLIC layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> (); + +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::stable_layer_tag> &Shapes::get_layer, db::stable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; +template DB_PUBLIC const layer &Shapes::get_layer () const; +template DB_PUBLIC const layer, db::unstable_layer_tag> &Shapes::get_layer, db::unstable_layer_tag> () const; + + +template +bool +Shapes::is_valid_shape_by_tag (Tag /*tag*/, const shape_type &shape) const +{ + if (! is_editable ()) { + throw tl::Exception (tl::to_string (QObject::tr ("Function 'is_valid' is permitted only in editable mode"))); + } + if (! shape.has_prop_id ()) { + return iterator_from_shape (get_layer (), shape).is_valid (); + } else { + typedef db::object_with_properties swp_type; + return iterator_from_shape (get_layer (), shape).is_valid (); + } +} + +bool +Shapes::is_valid (const Shapes::shape_type &shape) const +{ + switch (shape.m_type) { + case shape_type::Null: + default: + return false; + case shape_type::Polygon: + return is_valid_shape_by_tag (shape_type::polygon_type::tag (), shape); + case shape_type::PolygonRef: + return is_valid_shape_by_tag (shape_type::polygon_ref_type::tag (), shape); + case shape_type::PolygonPtrArrayMember: + case shape_type::PolygonPtrArray: + return is_valid_shape_by_tag (shape_type::polygon_ptr_array_type::tag (), shape); + case shape_type::SimplePolygon: + return is_valid_shape_by_tag (shape_type::simple_polygon_type::tag (), shape); + case shape_type::SimplePolygonRef: + return is_valid_shape_by_tag (shape_type::simple_polygon_ref_type::tag (), shape); + case shape_type::SimplePolygonPtrArrayMember: + case shape_type::SimplePolygonPtrArray: + return is_valid_shape_by_tag (shape_type::simple_polygon_ptr_array_type::tag (), shape); + case shape_type::Edge: + return is_valid_shape_by_tag (shape_type::edge_type::tag (), shape); + case shape_type::Path: + return is_valid_shape_by_tag (shape_type::path_type::tag (), shape); + case shape_type::PathRef: + return is_valid_shape_by_tag (shape_type::path_ref_type::tag (), shape); + case shape_type::PathPtrArrayMember: + case shape_type::PathPtrArray: + return is_valid_shape_by_tag (shape_type::path_ptr_array_type::tag (), shape); + case shape_type::Box: + return is_valid_shape_by_tag (shape_type::box_type::tag (), shape); + case shape_type::BoxArrayMember: + case shape_type::BoxArray: + return is_valid_shape_by_tag (shape_type::box_array_type::tag (), shape); + case shape_type::ShortBox: + return is_valid_shape_by_tag (shape_type::short_box_type::tag (), shape); + case shape_type::ShortBoxArrayMember: + case shape_type::ShortBoxArray: + return is_valid_shape_by_tag (shape_type::short_box_array_type::tag (), shape); + case shape_type::Text: + return is_valid_shape_by_tag (shape_type::text_type::tag (), shape); + case shape_type::TextRef: + return is_valid_shape_by_tag (shape_type::text_ref_type::tag (), shape); + case shape_type::TextPtrArrayMember: + case shape_type::TextPtrArray: + return is_valid_shape_by_tag (shape_type::text_ptr_array_type::tag (), shape); + case shape_type::UserObject: + return is_valid_shape_by_tag (shape_type::user_object_type::tag (), shape); + }; +} + +template +void +Shapes::erase_shape_by_tag (Tag tag, const shape_type &shape) +{ + if (is_editable ()) { + erase_shape_by_tag_ws (tag, db::stable_layer_tag (), shape); + } else { + erase_shape_by_tag_ws (tag, db::unstable_layer_tag (), shape); + } +} + +template +void +Shapes::erase_shape_by_tag_ws (Tag /*tag*/, StableTag /*stable_tag*/, const shape_type &shape) +{ + if (! is_editable ()) { + throw tl::Exception (tl::to_string (QObject::tr ("Function 'erase' is permitted only in editable mode"))); + } + if (! shape.has_prop_id ()) { + + db::layer &l = get_layer (); + typename db::layer::iterator i = iterator_from_shape (l, shape); + if (manager () && manager ()->transacting ()) { + db::layer_op::queue_or_append (manager (), this, false /*not insert*/, *i); + } + invalidate_state (); // HINT: must come before the change is done! + l.erase (i); + + } else { + + typedef db::object_with_properties swp_type; + + db::layer &l = get_layer (); + typename db::layer::iterator i = iterator_from_shape (l, shape); + if (manager () && manager ()->transacting ()) { + db::layer_op::queue_or_append (manager (), this, false /*not insert*/, *i); + } + invalidate_state (); // HINT: must come before the change is done! + l.erase (i); + + } +} + +template +void +Shapes::erase_shapes_by_tag_ws (Tag /*tag*/, StableTag /*stable_tag*/, std::vector::const_iterator s1, std::vector::const_iterator s2) +{ + if (! s1->has_prop_id ()) { + + std::vector::iterator> iters; + iters.reserve (std::distance (s1, s2)); + + for (std::vector::const_iterator s = s1; s != s2; ++s) { + typename db::layer::iterator i = iterator_from_shape (get_layer (), *s); + // in the "whole array" case it may happen that we delete one object multiple times .. + if (iters.empty () || ! (iters.back () == i)) { + iters.push_back (i); + } + } + + erase_positions (Tag (), StableTag (), iters.begin (), iters.end ()); + + } else { + + typedef db::object_with_properties swp_type; + std::vector::iterator> iters; + iters.reserve (std::distance (s1, s2)); + + for (std::vector::const_iterator s = s1; s != s2; ++s) { + typename db::layer::iterator i = iterator_from_shape (get_layer (), *s); + // in the "whole array" case it may happen that we delete one object multiple times .. + if (iters.empty () || ! (iters.back () == i)) { + iters.push_back (i); + } + } + + erase_positions (typename swp_type::tag (), StableTag (), iters.begin (), iters.end ()); + + } +} + +template +void +Shapes::erase_shapes_by_tag (Tag tag, std::vector::const_iterator s1, std::vector::const_iterator s2) +{ + if (is_editable ()) { + erase_shapes_by_tag_ws (tag, db::stable_layer_tag (), s1, s2); + } else { + erase_shapes_by_tag_ws (tag, db::unstable_layer_tag (), s1, s2); + } +} + +void +Shapes::erase_shape (const Shapes::shape_type &shape) +{ + if (! is_editable ()) { + throw tl::Exception (tl::to_string (QObject::tr ("Function 'erase' is permitted only in editable mode"))); + } + + switch (shape.m_type) { + case shape_type::Null: + break; + case shape_type::Polygon: + erase_shape_by_tag (shape_type::polygon_type::tag (), shape); + break; + case shape_type::PolygonRef: + erase_shape_by_tag (shape_type::polygon_ref_type::tag (), shape); + break; + case shape_type::PolygonPtrArrayMember: + // HINT: since we are in editing mode, this should never happen: + case shape_type::PolygonPtrArray: + // HINT: since we are in editing mode, this should never happen: + erase_shape_by_tag (shape_type::polygon_ptr_array_type::tag (), shape); + break; + case shape_type::SimplePolygon: + erase_shape_by_tag (shape_type::simple_polygon_type::tag (), shape); + break; + case shape_type::SimplePolygonRef: + erase_shape_by_tag (shape_type::simple_polygon_ref_type::tag (), shape); + break; + case shape_type::SimplePolygonPtrArrayMember: + // HINT: since we are in editing mode, this should never happen: + case shape_type::SimplePolygonPtrArray: + // HINT: since we are in editing mode, this should never happen: + erase_shape_by_tag (shape_type::simple_polygon_ptr_array_type::tag (), shape); + break; + case shape_type::Edge: + erase_shape_by_tag (shape_type::edge_type::tag (), shape); + break; + case shape_type::Path: + erase_shape_by_tag (shape_type::path_type::tag (), shape); + break; + case shape_type::PathRef: + erase_shape_by_tag (shape_type::path_ref_type::tag (), shape); + break; + case shape_type::PathPtrArrayMember: + // HINT: since we are in editing mode, this should never happen: + case shape_type::PathPtrArray: + // HINT: since we are in editing mode, this should never happen: + erase_shape_by_tag (shape_type::path_ptr_array_type::tag (), shape); + break; + case shape_type::Box: + erase_shape_by_tag (shape_type::box_type::tag (), shape); + break; + case shape_type::BoxArrayMember: + // HINT: since we are in editing mode, this should never happen: + case shape_type::BoxArray: + // HINT: since we are in editing mode, this should never happen: + erase_shape_by_tag (shape_type::box_array_type::tag (), shape); + break; + case shape_type::ShortBox: + erase_shape_by_tag (shape_type::short_box_type::tag (), shape); + break; + case shape_type::ShortBoxArrayMember: + // HINT: since we are in editing mode, this should never happen: + case shape_type::ShortBoxArray: + // HINT: since we are in editing mode, this should never happen: + erase_shape_by_tag (shape_type::short_box_array_type::tag (), shape); + break; + case shape_type::Text: + erase_shape_by_tag (shape_type::text_type::tag (), shape); + break; + case shape_type::TextRef: + erase_shape_by_tag (shape_type::text_ref_type::tag (), shape); + break; + case shape_type::TextPtrArrayMember: + // HINT: since we are in editing mode, this should never happen: + case shape_type::TextPtrArray: + // HINT: since we are in editing mode, this should never happen: + erase_shape_by_tag (shape_type::text_ptr_array_type::tag (), shape); + break; + case shape_type::UserObject: + erase_shape_by_tag (shape_type::user_object_type::tag (), shape); + break; + }; +} + +void +Shapes::erase_shapes (const std::vector &shapes) +{ + if (! is_editable ()) { + throw tl::Exception (tl::to_string (QObject::tr ("Function 'erase' is permitted only in editable mode"))); + } + + for (std::vector::const_iterator s = shapes.begin (); s != shapes.end (); ) { + + std::vector::const_iterator snext = s; + while (snext != shapes.end () && snext->type () == s->type () && snext->has_prop_id () == s->has_prop_id ()) { + ++snext; + } + + switch (s->m_type) { + case shape_type::Null: + break; + case shape_type::Polygon: + erase_shapes_by_tag (shape_type::polygon_type::tag (), s, snext); + break; + case shape_type::PolygonRef: + erase_shapes_by_tag (shape_type::polygon_ref_type::tag (), s, snext); + break; + case shape_type::PolygonPtrArrayMember: + // HINT: since we are in editing mode, this should never happen: + case shape_type::PolygonPtrArray: + // HINT: since we are in editing mode, this should never happen: + erase_shapes_by_tag (shape_type::polygon_ptr_array_type::tag (), s, snext); + break; + case shape_type::SimplePolygon: + erase_shapes_by_tag (shape_type::simple_polygon_type::tag (), s, snext); + break; + case shape_type::SimplePolygonRef: + erase_shapes_by_tag (shape_type::simple_polygon_ref_type::tag (), s, snext); + break; + case shape_type::SimplePolygonPtrArrayMember: + // HINT: since we are in editing mode, this should never happen: + case shape_type::SimplePolygonPtrArray: + // HINT: since we are in editing mode, this should never happen: + erase_shapes_by_tag (shape_type::simple_polygon_ptr_array_type::tag (), s, snext); + break; + case shape_type::Edge: + erase_shapes_by_tag (shape_type::edge_type::tag (), s, snext); + break; + case shape_type::Path: + erase_shapes_by_tag (shape_type::path_type::tag (), s, snext); + break; + case shape_type::PathRef: + erase_shapes_by_tag (shape_type::path_ref_type::tag (), s, snext); + break; + case shape_type::PathPtrArrayMember: + // HINT: since we are in editing mode, this should never happen: + case shape_type::PathPtrArray: + // HINT: since we are in editing mode, this should never happen: + erase_shapes_by_tag (shape_type::path_ptr_array_type::tag (), s, snext); + break; + case shape_type::Box: + erase_shapes_by_tag (shape_type::box_type::tag (), s, snext); + break; + case shape_type::BoxArrayMember: + // HINT: since we are in editing mode, this should never happen: + case shape_type::BoxArray: + // HINT: since we are in editing mode, this should never happen: + erase_shapes_by_tag (shape_type::box_array_type::tag (), s, snext); + break; + case shape_type::ShortBox: + erase_shapes_by_tag (shape_type::short_box_type::tag (), s, snext); + break; + case shape_type::ShortBoxArrayMember: + // HINT: since we are in editing mode, this should never happen: + case shape_type::ShortBoxArray: + // HINT: since we are in editing mode, this should never happen: + erase_shapes_by_tag (shape_type::short_box_array_type::tag (), s, snext); + break; + case shape_type::Text: + erase_shapes_by_tag (shape_type::text_type::tag (), s, snext); + break; + case shape_type::TextRef: + erase_shapes_by_tag (shape_type::text_ref_type::tag (), s, snext); + break; + case shape_type::TextPtrArrayMember: + // HINT: since we are in editing mode, this should never happen: + case shape_type::TextPtrArray: + // HINT: since we are in editing mode, this should never happen: + erase_shapes_by_tag (shape_type::text_ptr_array_type::tag (), s, snext); + break; + case shape_type::UserObject: + erase_shapes_by_tag (shape_type::user_object_type::tag (), s, snext); + break; + }; + + s = snext; + + } +} + + +} diff --git a/src/db/dbStatic.cc b/src/db/dbStatic.cc index 3ed97d3c3..2845792cf 100644 --- a/src/db/dbStatic.cc +++ b/src/db/dbStatic.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbStatic.h b/src/db/dbStatic.h index 10da27cf9..7e0023ffc 100644 --- a/src/db/dbStatic.h +++ b/src/db/dbStatic.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbStream.cc b/src/db/dbStream.cc index b7c9d12f6..e1c8c61e3 100644 --- a/src/db/dbStream.cc +++ b/src/db/dbStream.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbStream.h b/src/db/dbStream.h index 0cf260548..2dfba6869 100644 --- a/src/db/dbStream.h +++ b/src/db/dbStream.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbStreamLayers.cc b/src/db/dbStreamLayers.cc index 5edd12fa8..2ec68349a 100644 --- a/src/db/dbStreamLayers.cc +++ b/src/db/dbStreamLayers.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbStreamLayers.h b/src/db/dbStreamLayers.h index d7d47e9b0..1f17265ce 100644 --- a/src/db/dbStreamLayers.h +++ b/src/db/dbStreamLayers.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbText.cc b/src/db/dbText.cc index c7d2ad32b..296c03427 100644 --- a/src/db/dbText.cc +++ b/src/db/dbText.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbText.h b/src/db/dbText.h index ad4fa0baf..f862954bd 100644 --- a/src/db/dbText.h +++ b/src/db/dbText.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbTextWriter.cc b/src/db/dbTextWriter.cc index dde7af190..755125df7 100644 --- a/src/db/dbTextWriter.cc +++ b/src/db/dbTextWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbTextWriter.h b/src/db/dbTextWriter.h index 6708d2d2c..754e43bb2 100644 --- a/src/db/dbTextWriter.h +++ b/src/db/dbTextWriter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbTilingProcessor.cc b/src/db/dbTilingProcessor.cc index b7dd56246..2d4f7e7e8 100644 --- a/src/db/dbTilingProcessor.cc +++ b/src/db/dbTilingProcessor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbTilingProcessor.h b/src/db/dbTilingProcessor.h index e130ced3d..ca3b6f175 100644 --- a/src/db/dbTilingProcessor.h +++ b/src/db/dbTilingProcessor.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbTrans.cc b/src/db/dbTrans.cc index 426f432b3..13ee1d528 100644 --- a/src/db/dbTrans.cc +++ b/src/db/dbTrans.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbTrans.h b/src/db/dbTrans.h index fc7f91070..323f66644 100644 --- a/src/db/dbTrans.h +++ b/src/db/dbTrans.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbTypes.h b/src/db/dbTypes.h index e608c7097..bd834c458 100644 --- a/src/db/dbTypes.h +++ b/src/db/dbTypes.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbUserObject.cc b/src/db/dbUserObject.cc index c014c7746..ace35dfe6 100644 --- a/src/db/dbUserObject.cc +++ b/src/db/dbUserObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbUserObject.h b/src/db/dbUserObject.h index 10334af18..194a89759 100644 --- a/src/db/dbUserObject.h +++ b/src/db/dbUserObject.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbVector.cc b/src/db/dbVector.cc index 43938c1d5..3fcb2e3fb 100644 --- a/src/db/dbVector.cc +++ b/src/db/dbVector.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbVector.h b/src/db/dbVector.h index 8c80a1f51..3cab44aa0 100644 --- a/src/db/dbVector.h +++ b/src/db/dbVector.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbWriter.cc b/src/db/dbWriter.cc index edecb77c0..e55bc3838 100644 --- a/src/db/dbWriter.cc +++ b/src/db/dbWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbWriter.h b/src/db/dbWriter.h index e01a412ac..e76118d3f 100644 --- a/src/db/dbWriter.h +++ b/src/db/dbWriter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbWriterTools.cc b/src/db/dbWriterTools.cc index bd8127c52..f3039b00f 100644 --- a/src/db/dbWriterTools.cc +++ b/src/db/dbWriterTools.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/dbWriterTools.h b/src/db/dbWriterTools.h index 27b3bea33..edd78cd36 100644 --- a/src/db/dbWriterTools.h +++ b/src/db/dbWriterTools.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbBox.cc b/src/db/gsiDeclDbBox.cc index da0034ee3..aa7c9844e 100644 --- a/src/db/gsiDeclDbBox.cc +++ b/src/db/gsiDeclDbBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbCell.cc b/src/db/gsiDeclDbCell.cc index b0a724548..007af8007 100644 --- a/src/db/gsiDeclDbCell.cc +++ b/src/db/gsiDeclDbCell.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbCellMapping.cc b/src/db/gsiDeclDbCellMapping.cc index ad3592dd0..035bcd25c 100644 --- a/src/db/gsiDeclDbCellMapping.cc +++ b/src/db/gsiDeclDbCellMapping.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbEdge.cc b/src/db/gsiDeclDbEdge.cc index d4a5b8a82..4481aa81a 100644 --- a/src/db/gsiDeclDbEdge.cc +++ b/src/db/gsiDeclDbEdge.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbEdgePair.cc b/src/db/gsiDeclDbEdgePair.cc index 92c429e1e..b33271ed5 100644 --- a/src/db/gsiDeclDbEdgePair.cc +++ b/src/db/gsiDeclDbEdgePair.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbEdgePairs.cc b/src/db/gsiDeclDbEdgePairs.cc index cab5f5f2c..dc770405b 100644 --- a/src/db/gsiDeclDbEdgePairs.cc +++ b/src/db/gsiDeclDbEdgePairs.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbEdgeProcessor.cc b/src/db/gsiDeclDbEdgeProcessor.cc index 34b99ade2..9d1f3fc00 100644 --- a/src/db/gsiDeclDbEdgeProcessor.cc +++ b/src/db/gsiDeclDbEdgeProcessor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbEdges.cc b/src/db/gsiDeclDbEdges.cc index 96e39474c..c67f58045 100644 --- a/src/db/gsiDeclDbEdges.cc +++ b/src/db/gsiDeclDbEdges.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbGlyphs.cc b/src/db/gsiDeclDbGlyphs.cc index 0d2cbfd29..af16d1ceb 100644 --- a/src/db/gsiDeclDbGlyphs.cc +++ b/src/db/gsiDeclDbGlyphs.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbInstElement.cc b/src/db/gsiDeclDbInstElement.cc index 8795c37d5..948509c90 100644 --- a/src/db/gsiDeclDbInstElement.cc +++ b/src/db/gsiDeclDbInstElement.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbLayerMapping.cc b/src/db/gsiDeclDbLayerMapping.cc index 1701a7b81..980839439 100644 --- a/src/db/gsiDeclDbLayerMapping.cc +++ b/src/db/gsiDeclDbLayerMapping.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbLayout.cc b/src/db/gsiDeclDbLayout.cc index 052365c91..ad1d6bc93 100644 --- a/src/db/gsiDeclDbLayout.cc +++ b/src/db/gsiDeclDbLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbLayoutDiff.cc b/src/db/gsiDeclDbLayoutDiff.cc index 7148fe46d..0c4a5dc22 100644 --- a/src/db/gsiDeclDbLayoutDiff.cc +++ b/src/db/gsiDeclDbLayoutDiff.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbLayoutQuery.cc b/src/db/gsiDeclDbLayoutQuery.cc index ffe3688ab..5f2b47ec2 100644 --- a/src/db/gsiDeclDbLayoutQuery.cc +++ b/src/db/gsiDeclDbLayoutQuery.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbLayoutUtils.cc b/src/db/gsiDeclDbLayoutUtils.cc index aff471f08..3adc473c4 100644 --- a/src/db/gsiDeclDbLayoutUtils.cc +++ b/src/db/gsiDeclDbLayoutUtils.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbLibrary.cc b/src/db/gsiDeclDbLibrary.cc index f5f82fc52..64b357813 100644 --- a/src/db/gsiDeclDbLibrary.cc +++ b/src/db/gsiDeclDbLibrary.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbManager.cc b/src/db/gsiDeclDbManager.cc index 5813765b1..37eb74e91 100644 --- a/src/db/gsiDeclDbManager.cc +++ b/src/db/gsiDeclDbManager.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbMatrix.cc b/src/db/gsiDeclDbMatrix.cc index 387f45cef..90d6a3234 100644 --- a/src/db/gsiDeclDbMatrix.cc +++ b/src/db/gsiDeclDbMatrix.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbPath.cc b/src/db/gsiDeclDbPath.cc index 66b0c43ea..0ec4381db 100644 --- a/src/db/gsiDeclDbPath.cc +++ b/src/db/gsiDeclDbPath.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbPoint.cc b/src/db/gsiDeclDbPoint.cc index 0bf663177..d7770085b 100644 --- a/src/db/gsiDeclDbPoint.cc +++ b/src/db/gsiDeclDbPoint.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbPolygon.cc b/src/db/gsiDeclDbPolygon.cc index 13181d40e..57d2837b7 100644 --- a/src/db/gsiDeclDbPolygon.cc +++ b/src/db/gsiDeclDbPolygon.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbReader.cc b/src/db/gsiDeclDbReader.cc index 429a9bf6e..143d2d15f 100644 --- a/src/db/gsiDeclDbReader.cc +++ b/src/db/gsiDeclDbReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbRecursiveShapeIterator.cc b/src/db/gsiDeclDbRecursiveShapeIterator.cc index f80a658be..aec63a537 100644 --- a/src/db/gsiDeclDbRecursiveShapeIterator.cc +++ b/src/db/gsiDeclDbRecursiveShapeIterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbRegion.cc b/src/db/gsiDeclDbRegion.cc index 616cbee82..1a5086e6f 100644 --- a/src/db/gsiDeclDbRegion.cc +++ b/src/db/gsiDeclDbRegion.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbShape.cc b/src/db/gsiDeclDbShape.cc index 40ed885e2..69b926d5d 100644 --- a/src/db/gsiDeclDbShape.cc +++ b/src/db/gsiDeclDbShape.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbShapeProcessor.cc b/src/db/gsiDeclDbShapeProcessor.cc index 738564209..c4c969c54 100644 --- a/src/db/gsiDeclDbShapeProcessor.cc +++ b/src/db/gsiDeclDbShapeProcessor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbShapes.cc b/src/db/gsiDeclDbShapes.cc index aa618c9c0..bfe6972c6 100644 --- a/src/db/gsiDeclDbShapes.cc +++ b/src/db/gsiDeclDbShapes.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbText.cc b/src/db/gsiDeclDbText.cc index 02ed6a3f4..63f147692 100644 --- a/src/db/gsiDeclDbText.cc +++ b/src/db/gsiDeclDbText.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbTilingProcessor.cc b/src/db/gsiDeclDbTilingProcessor.cc index 242b62128..6c69aa7cb 100644 --- a/src/db/gsiDeclDbTilingProcessor.cc +++ b/src/db/gsiDeclDbTilingProcessor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbTrans.cc b/src/db/gsiDeclDbTrans.cc index 9234eef34..ff83d6dfc 100644 --- a/src/db/gsiDeclDbTrans.cc +++ b/src/db/gsiDeclDbTrans.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/db/gsiDeclDbVector.cc b/src/db/gsiDeclDbVector.cc index 9a5d44e4e..d2c2b5c51 100644 --- a/src/db/gsiDeclDbVector.cc +++ b/src/db/gsiDeclDbVector.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtCommon.h b/src/edt/edtCommon.h index ab0546fd9..22c53a329 100644 --- a/src/edt/edtCommon.h +++ b/src/edt/edtCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_edtCommon_h) -# define HDR_edtCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_EDT_LIBRARY -# define EDT_PUBLIC __declspec(dllexport) -# else -# define EDT_PUBLIC __declspec(dllimport) -# endif -# define EDT_LOCAL - -# else - -# if __GNUC__ >= 4 -# define EDT_PUBLIC __attribute__ ((visibility ("default"))) -# define EDT_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define EDT_PUBLIC -# define EDT_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_edtCommon_h) +# define HDR_edtCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_EDT_LIBRARY +# define EDT_PUBLIC __declspec(dllexport) +# else +# define EDT_PUBLIC __declspec(dllimport) +# endif +# define EDT_LOCAL + +# else + +# if __GNUC__ >= 4 +# define EDT_PUBLIC __attribute__ ((visibility ("default"))) +# define EDT_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define EDT_PUBLIC +# define EDT_LOCAL +# endif + +# endif + +#endif diff --git a/src/edt/edtConfig.cc b/src/edt/edtConfig.cc index 0f983e254..139bb25e1 100644 --- a/src/edt/edtConfig.cc +++ b/src/edt/edtConfig.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtConfig.h b/src/edt/edtConfig.h index f7ee26261..f79291f95 100644 --- a/src/edt/edtConfig.h +++ b/src/edt/edtConfig.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtDialogs.cc b/src/edt/edtDialogs.cc index 45ffd2fea..5e6ade786 100644 --- a/src/edt/edtDialogs.cc +++ b/src/edt/edtDialogs.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtDialogs.h b/src/edt/edtDialogs.h index a0cdfe0c7..8637748ef 100644 --- a/src/edt/edtDialogs.h +++ b/src/edt/edtDialogs.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtEditorOptionsPages.cc b/src/edt/edtEditorOptionsPages.cc index b026e64ac..a0ac0308f 100644 --- a/src/edt/edtEditorOptionsPages.cc +++ b/src/edt/edtEditorOptionsPages.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtEditorOptionsPages.h b/src/edt/edtEditorOptionsPages.h index 63a307860..114364afd 100644 --- a/src/edt/edtEditorOptionsPages.h +++ b/src/edt/edtEditorOptionsPages.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtInstPropertiesPage.cc b/src/edt/edtInstPropertiesPage.cc index 4cc409e26..7bc7b1465 100644 --- a/src/edt/edtInstPropertiesPage.cc +++ b/src/edt/edtInstPropertiesPage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtInstPropertiesPage.h b/src/edt/edtInstPropertiesPage.h index 7fc697e01..5782ac75d 100644 --- a/src/edt/edtInstPropertiesPage.h +++ b/src/edt/edtInstPropertiesPage.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtMainService.cc b/src/edt/edtMainService.cc index f2b73c442..ed68863c3 100644 --- a/src/edt/edtMainService.cc +++ b/src/edt/edtMainService.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtMainService.h b/src/edt/edtMainService.h index cd49c7618..07a2cc084 100644 --- a/src/edt/edtMainService.h +++ b/src/edt/edtMainService.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtPCellParametersPage.cc b/src/edt/edtPCellParametersPage.cc index 87800c2df..2ea78780a 100644 --- a/src/edt/edtPCellParametersPage.cc +++ b/src/edt/edtPCellParametersPage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtPCellParametersPage.h b/src/edt/edtPCellParametersPage.h index a8f71e0f5..6dbcecc15 100644 --- a/src/edt/edtPCellParametersPage.h +++ b/src/edt/edtPCellParametersPage.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtPartialService.cc b/src/edt/edtPartialService.cc index 6a89dd9a5..e0e1675be 100644 --- a/src/edt/edtPartialService.cc +++ b/src/edt/edtPartialService.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtPartialService.h b/src/edt/edtPartialService.h index d74c94b6c..0bc4dc201 100644 --- a/src/edt/edtPartialService.h +++ b/src/edt/edtPartialService.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtPlugin.cc b/src/edt/edtPlugin.cc index d96c78575..1021c61c5 100644 --- a/src/edt/edtPlugin.cc +++ b/src/edt/edtPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtPlugin.h b/src/edt/edtPlugin.h index b8f455f05..7c8388d3c 100644 --- a/src/edt/edtPlugin.h +++ b/src/edt/edtPlugin.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtPropertiesPageUtils.cc b/src/edt/edtPropertiesPageUtils.cc index 01b8ee41b..177abc37b 100644 --- a/src/edt/edtPropertiesPageUtils.cc +++ b/src/edt/edtPropertiesPageUtils.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtPropertiesPageUtils.h b/src/edt/edtPropertiesPageUtils.h index 2402f8bd3..e694975e8 100644 --- a/src/edt/edtPropertiesPageUtils.h +++ b/src/edt/edtPropertiesPageUtils.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtPropertiesPages.cc b/src/edt/edtPropertiesPages.cc index 7ebbf9751..460b30628 100644 --- a/src/edt/edtPropertiesPages.cc +++ b/src/edt/edtPropertiesPages.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtPropertiesPages.h b/src/edt/edtPropertiesPages.h index f523bce57..8af6f889b 100644 --- a/src/edt/edtPropertiesPages.h +++ b/src/edt/edtPropertiesPages.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtService.cc b/src/edt/edtService.cc index 22196bae4..bd9b9446e 100644 --- a/src/edt/edtService.cc +++ b/src/edt/edtService.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtService.h b/src/edt/edtService.h index e9d825fe6..1a9e5bd04 100644 --- a/src/edt/edtService.h +++ b/src/edt/edtService.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtServiceImpl.cc b/src/edt/edtServiceImpl.cc index 4daeb1887..34988a18b 100644 --- a/src/edt/edtServiceImpl.cc +++ b/src/edt/edtServiceImpl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtServiceImpl.h b/src/edt/edtServiceImpl.h index 58c3980bd..1fe746a69 100644 --- a/src/edt/edtServiceImpl.h +++ b/src/edt/edtServiceImpl.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtUtils.cc b/src/edt/edtUtils.cc index 3bac8008d..061eed91f 100644 --- a/src/edt/edtUtils.cc +++ b/src/edt/edtUtils.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/edtUtils.h b/src/edt/edtUtils.h index a4bec146f..b84fcac71 100644 --- a/src/edt/edtUtils.h +++ b/src/edt/edtUtils.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edt/gsiDeclEdt.cc b/src/edt/gsiDeclEdt.cc index fabc0926c..0088dbc63 100644 --- a/src/edt/gsiDeclEdt.cc +++ b/src/edt/gsiDeclEdt.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extBooleanOperationsDialogs.cc b/src/ext/extBooleanOperationsDialogs.cc index 8691e3d04..d4a3ee9f7 100644 --- a/src/ext/extBooleanOperationsDialogs.cc +++ b/src/ext/extBooleanOperationsDialogs.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extBooleanOperationsDialogs.h b/src/ext/extBooleanOperationsDialogs.h index 35335b792..2ce477763 100644 --- a/src/ext/extBooleanOperationsDialogs.h +++ b/src/ext/extBooleanOperationsDialogs.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extBooleanOperationsPlugin.cc b/src/ext/extBooleanOperationsPlugin.cc index e14e7d70a..563033b38 100644 --- a/src/ext/extBooleanOperationsPlugin.cc +++ b/src/ext/extBooleanOperationsPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extCommon.h b/src/ext/extCommon.h index 44d7acc1f..1b6de2e2d 100644 --- a/src/ext/extCommon.h +++ b/src/ext/extCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_extCommon_h) -# define HDR_extCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_EXT_LIBRARY -# define EXT_PUBLIC __declspec(dllexport) -# else -# define EXT_PUBLIC __declspec(dllimport) -# endif -# define EXT_LOCAL - -# else - -# if __GNUC__ >= 4 -# define EXT_PUBLIC __attribute__ ((visibility ("default"))) -# define EXT_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define EXT_PUBLIC -# define EXT_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_extCommon_h) +# define HDR_extCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_EXT_LIBRARY +# define EXT_PUBLIC __declspec(dllexport) +# else +# define EXT_PUBLIC __declspec(dllimport) +# endif +# define EXT_LOCAL + +# else + +# if __GNUC__ >= 4 +# define EXT_PUBLIC __attribute__ ((visibility ("default"))) +# define EXT_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define EXT_PUBLIC +# define EXT_LOCAL +# endif + +# endif + +#endif diff --git a/src/ext/extDEFImporter.cc b/src/ext/extDEFImporter.cc index e2c380fe5..f20a2eaf5 100644 --- a/src/ext/extDEFImporter.cc +++ b/src/ext/extDEFImporter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extDEFImporter.h b/src/ext/extDEFImporter.h index b6b06645b..babcb8e4c 100644 --- a/src/ext/extDEFImporter.h +++ b/src/ext/extDEFImporter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extDiffPlugin.cc b/src/ext/extDiffPlugin.cc index 8869bf310..6874bb12d 100644 --- a/src/ext/extDiffPlugin.cc +++ b/src/ext/extDiffPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extDiffToolDialog.cc b/src/ext/extDiffToolDialog.cc index de8b9217f..ae816baae 100644 --- a/src/ext/extDiffToolDialog.cc +++ b/src/ext/extDiffToolDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extDiffToolDialog.h b/src/ext/extDiffToolDialog.h index 5df6e0072..4a2652187 100644 --- a/src/ext/extDiffToolDialog.h +++ b/src/ext/extDiffToolDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extForceLink.cc b/src/ext/extForceLink.cc index 8d538cec6..043852dad 100644 --- a/src/ext/extForceLink.cc +++ b/src/ext/extForceLink.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extForceLink.h b/src/ext/extForceLink.h index 8b3f22270..5b1e5608b 100644 --- a/src/ext/extForceLink.h +++ b/src/ext/extForceLink.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extGerberDrillFileReader.cc b/src/ext/extGerberDrillFileReader.cc index 1eabfca53..72d6c70de 100644 --- a/src/ext/extGerberDrillFileReader.cc +++ b/src/ext/extGerberDrillFileReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extGerberDrillFileReader.h b/src/ext/extGerberDrillFileReader.h index cdf112b50..d5388e01f 100644 --- a/src/ext/extGerberDrillFileReader.h +++ b/src/ext/extGerberDrillFileReader.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extGerberImport.cc b/src/ext/extGerberImport.cc index bd03eb4ab..fc4aff63c 100644 --- a/src/ext/extGerberImport.cc +++ b/src/ext/extGerberImport.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extGerberImportDialog.cc b/src/ext/extGerberImportDialog.cc index be6485390..18a70ec4e 100644 --- a/src/ext/extGerberImportDialog.cc +++ b/src/ext/extGerberImportDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extGerberImportDialog.h b/src/ext/extGerberImportDialog.h index 85a97c01e..e819f3828 100644 --- a/src/ext/extGerberImportDialog.h +++ b/src/ext/extGerberImportDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extGerberImporter.cc b/src/ext/extGerberImporter.cc index 5be541015..7443c6f07 100644 --- a/src/ext/extGerberImporter.cc +++ b/src/ext/extGerberImporter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extGerberImporter.h b/src/ext/extGerberImporter.h index 2795eddb7..c72e58295 100644 --- a/src/ext/extGerberImporter.h +++ b/src/ext/extGerberImporter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extLEFDEFImport.cc b/src/ext/extLEFDEFImport.cc index 9cb05b561..33571c8fc 100644 --- a/src/ext/extLEFDEFImport.cc +++ b/src/ext/extLEFDEFImport.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extLEFDEFImportDialogs.cc b/src/ext/extLEFDEFImportDialogs.cc index 4b02b1905..dfc978afc 100644 --- a/src/ext/extLEFDEFImportDialogs.cc +++ b/src/ext/extLEFDEFImportDialogs.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extLEFDEFImportDialogs.h b/src/ext/extLEFDEFImportDialogs.h index 2e95c9855..50724c7cf 100644 --- a/src/ext/extLEFDEFImportDialogs.h +++ b/src/ext/extLEFDEFImportDialogs.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extLEFDEFImporter.cc b/src/ext/extLEFDEFImporter.cc index 79089ff3e..0914eb166 100644 --- a/src/ext/extLEFDEFImporter.cc +++ b/src/ext/extLEFDEFImporter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extLEFDEFImporter.h b/src/ext/extLEFDEFImporter.h index c60c1d72d..2f865f497 100644 --- a/src/ext/extLEFDEFImporter.h +++ b/src/ext/extLEFDEFImporter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extLEFDEFPlugin.cc b/src/ext/extLEFDEFPlugin.cc index a41a2b70c..d927fb883 100644 --- a/src/ext/extLEFDEFPlugin.cc +++ b/src/ext/extLEFDEFPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extLEFImporter.cc b/src/ext/extLEFImporter.cc index a3abc5194..64ed59c17 100644 --- a/src/ext/extLEFImporter.cc +++ b/src/ext/extLEFImporter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extLEFImporter.h b/src/ext/extLEFImporter.h index d04bdd4bb..c186bf296 100644 --- a/src/ext/extLEFImporter.h +++ b/src/ext/extLEFImporter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extNetTracer.cc b/src/ext/extNetTracer.cc index c3ba0234b..03acb3bcd 100644 --- a/src/ext/extNetTracer.cc +++ b/src/ext/extNetTracer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extNetTracer.h b/src/ext/extNetTracer.h index 85bb627cb..5d92b17e4 100644 --- a/src/ext/extNetTracer.h +++ b/src/ext/extNetTracer.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extNetTracerConfig.cc b/src/ext/extNetTracerConfig.cc index b02052aef..5fe206079 100644 --- a/src/ext/extNetTracerConfig.cc +++ b/src/ext/extNetTracerConfig.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extNetTracerConfig.h b/src/ext/extNetTracerConfig.h index 54f5a1fbd..ca5fc3c45 100644 --- a/src/ext/extNetTracerConfig.h +++ b/src/ext/extNetTracerConfig.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extNetTracerDialog.cc b/src/ext/extNetTracerDialog.cc index fb30574a5..a974d7c28 100644 --- a/src/ext/extNetTracerDialog.cc +++ b/src/ext/extNetTracerDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extNetTracerDialog.h b/src/ext/extNetTracerDialog.h index 3ec755387..b98748ff0 100644 --- a/src/ext/extNetTracerDialog.h +++ b/src/ext/extNetTracerDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extNetTracerIO.cc b/src/ext/extNetTracerIO.cc index 1bfe31cdb..8122a3822 100644 --- a/src/ext/extNetTracerIO.cc +++ b/src/ext/extNetTracerIO.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extNetTracerIO.h b/src/ext/extNetTracerIO.h index c9e6010e8..e5b02e7e3 100644 --- a/src/ext/extNetTracerIO.h +++ b/src/ext/extNetTracerIO.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extNetTracerPlugin.cc b/src/ext/extNetTracerPlugin.cc index bdeb17e3c..1222a5032 100644 --- a/src/ext/extNetTracerPlugin.cc +++ b/src/ext/extNetTracerPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extRS274XApertures.cc b/src/ext/extRS274XApertures.cc index d3ab31e8c..d8c5073b3 100644 --- a/src/ext/extRS274XApertures.cc +++ b/src/ext/extRS274XApertures.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extRS274XApertures.h b/src/ext/extRS274XApertures.h index 4fc21566e..d73a0b501 100644 --- a/src/ext/extRS274XApertures.h +++ b/src/ext/extRS274XApertures.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extRS274XReader.cc b/src/ext/extRS274XReader.cc index 414723de9..4b4c67730 100644 --- a/src/ext/extRS274XReader.cc +++ b/src/ext/extRS274XReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extRS274XReader.h b/src/ext/extRS274XReader.h index dc86264d5..60ff91a52 100644 --- a/src/ext/extRS274XReader.h +++ b/src/ext/extRS274XReader.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extStreamImport.cc b/src/ext/extStreamImport.cc index e0b0b29ad..9565e8f9a 100644 --- a/src/ext/extStreamImport.cc +++ b/src/ext/extStreamImport.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extStreamImportDialog.cc b/src/ext/extStreamImportDialog.cc index 1c5af4b95..00e7ab7b7 100644 --- a/src/ext/extStreamImportDialog.cc +++ b/src/ext/extStreamImportDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extStreamImportDialog.h b/src/ext/extStreamImportDialog.h index 4fa883811..8713811a0 100644 --- a/src/ext/extStreamImportDialog.h +++ b/src/ext/extStreamImportDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extStreamImporter.cc b/src/ext/extStreamImporter.cc index 380293650..865aef869 100644 --- a/src/ext/extStreamImporter.cc +++ b/src/ext/extStreamImporter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extStreamImporter.h b/src/ext/extStreamImporter.h index 153147219..ce34ad4d8 100644 --- a/src/ext/extStreamImporter.h +++ b/src/ext/extStreamImporter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extXORPlugin.cc b/src/ext/extXORPlugin.cc index a2a8e5dfc..e2731fe87 100644 --- a/src/ext/extXORPlugin.cc +++ b/src/ext/extXORPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extXORToolDialog.cc b/src/ext/extXORToolDialog.cc index f824b3d0b..4bc2b2c8c 100644 --- a/src/ext/extXORToolDialog.cc +++ b/src/ext/extXORToolDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ext/extXORToolDialog.h b/src/ext/extXORToolDialog.h index 7a0ed30c8..e283598e7 100644 --- a/src/ext/extXORToolDialog.h +++ b/src/ext/extXORToolDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsi.cc b/src/gsi/gsi.cc index cbdb21801..c584e8721 100644 --- a/src/gsi/gsi.cc +++ b/src/gsi/gsi.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsi.h b/src/gsi/gsi.h index 39e808ce1..b015ebae9 100644 --- a/src/gsi/gsi.h +++ b/src/gsi/gsi.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiCallback.h b/src/gsi/gsiCallback.h index 335e65de8..21a78ab62 100644 --- a/src/gsi/gsiCallback.h +++ b/src/gsi/gsiCallback.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiCallbackVar.h b/src/gsi/gsiCallbackVar.h index 524b239ce..71b65b575 100644 --- a/src/gsi/gsiCallbackVar.h +++ b/src/gsi/gsiCallbackVar.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiClass.cc b/src/gsi/gsiClass.cc index cbc4663a0..999c9f3db 100644 --- a/src/gsi/gsiClass.cc +++ b/src/gsi/gsiClass.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiClass.h b/src/gsi/gsiClass.h index 7e550f84d..547a60537 100644 --- a/src/gsi/gsiClass.h +++ b/src/gsi/gsiClass.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiClassBase.cc b/src/gsi/gsiClassBase.cc index cc3a178ec..cdd0e4dd2 100644 --- a/src/gsi/gsiClassBase.cc +++ b/src/gsi/gsiClassBase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiClassBase.h b/src/gsi/gsiClassBase.h index d2439afc6..6399a6c8f 100644 --- a/src/gsi/gsiClassBase.h +++ b/src/gsi/gsiClassBase.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiCommon.h b/src/gsi/gsiCommon.h index 6f46b7a30..c6a5d2d6d 100644 --- a/src/gsi/gsiCommon.h +++ b/src/gsi/gsiCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_gsiCommon_h) -# define HDR_gsiCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_GSI_LIBRARY -# define GSI_PUBLIC __declspec(dllexport) -# else -# define GSI_PUBLIC __declspec(dllimport) -# endif -# define GSI_LOCAL - -# else - -# if __GNUC__ >= 4 -# define GSI_PUBLIC __attribute__ ((visibility ("default"))) -# define GSI_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define GSI_PUBLIC -# define GSI_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_gsiCommon_h) +# define HDR_gsiCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_GSI_LIBRARY +# define GSI_PUBLIC __declspec(dllexport) +# else +# define GSI_PUBLIC __declspec(dllimport) +# endif +# define GSI_LOCAL + +# else + +# if __GNUC__ >= 4 +# define GSI_PUBLIC __attribute__ ((visibility ("default"))) +# define GSI_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define GSI_PUBLIC +# define GSI_LOCAL +# endif + +# endif + +#endif diff --git a/src/gsi/gsiDecl.h b/src/gsi/gsiDecl.h index 9f917c82c..40c8e048d 100644 --- a/src/gsi/gsiDecl.h +++ b/src/gsi/gsiDecl.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiDeclBasic.cc b/src/gsi/gsiDeclBasic.cc index 904852800..e4c14e635 100644 --- a/src/gsi/gsiDeclBasic.cc +++ b/src/gsi/gsiDeclBasic.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiDeclBasic.h b/src/gsi/gsiDeclBasic.h index f6ad2b294..7bafa8000 100644 --- a/src/gsi/gsiDeclBasic.h +++ b/src/gsi/gsiDeclBasic.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiDeclInternal.cc b/src/gsi/gsiDeclInternal.cc index 584168857..fe3a0b88d 100644 --- a/src/gsi/gsiDeclInternal.cc +++ b/src/gsi/gsiDeclInternal.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiDeclTl.cc b/src/gsi/gsiDeclTl.cc index 3e2079277..90130a8f2 100644 --- a/src/gsi/gsiDeclTl.cc +++ b/src/gsi/gsiDeclTl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiEnums.h b/src/gsi/gsiEnums.h index 328b6f014..268d5347c 100644 --- a/src/gsi/gsiEnums.h +++ b/src/gsi/gsiEnums.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiExpression.cc b/src/gsi/gsiExpression.cc index c4e775313..08311f123 100644 --- a/src/gsi/gsiExpression.cc +++ b/src/gsi/gsiExpression.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiExpression.h b/src/gsi/gsiExpression.h index 95872fa20..65189c393 100644 --- a/src/gsi/gsiExpression.h +++ b/src/gsi/gsiExpression.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiExternalMain.cc b/src/gsi/gsiExternalMain.cc index f72abce9d..d10c7d8e0 100644 --- a/src/gsi/gsiExternalMain.cc +++ b/src/gsi/gsiExternalMain.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,18 +20,18 @@ */ - -#include "gsiExternalMain.h" - -namespace gsi -{ - -void initialize_external () -{ - // does not do anything, but forces linking of the klayout_gsi library and the static initializer - // will do the rest. -} - -} - - + +#include "gsiExternalMain.h" + +namespace gsi +{ + +void initialize_external () +{ + // does not do anything, but forces linking of the klayout_gsi library and the static initializer + // will do the rest. +} + +} + + diff --git a/src/gsi/gsiExternalMain.h b/src/gsi/gsiExternalMain.h index e210f40ce..a2ebd083a 100644 --- a/src/gsi/gsiExternalMain.h +++ b/src/gsi/gsiExternalMain.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,20 +20,20 @@ */ -#ifndef _HDR_gsiExternalMain -#define _HDR_gsiExternalMain - -#include "gsiCommon.h" - -namespace gsi -{ - -/** - * @brief Forces linking of the library - */ -GSI_PUBLIC void initialize_external (); - -} - -#endif - +#ifndef _HDR_gsiExternalMain +#define _HDR_gsiExternalMain + +#include "gsiCommon.h" + +namespace gsi +{ + +/** + * @brief Forces linking of the library + */ +GSI_PUBLIC void initialize_external (); + +} + +#endif + diff --git a/src/gsi/gsiInspector.h b/src/gsi/gsiInspector.h index 2f410d024..ac425e678 100644 --- a/src/gsi/gsiInspector.h +++ b/src/gsi/gsiInspector.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiInterpreter.cc b/src/gsi/gsiInterpreter.cc index d8e2069db..6884c50c7 100644 --- a/src/gsi/gsiInterpreter.cc +++ b/src/gsi/gsiInterpreter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiInterpreter.h b/src/gsi/gsiInterpreter.h index f8165c7ac..4ff60eabb 100644 --- a/src/gsi/gsiInterpreter.h +++ b/src/gsi/gsiInterpreter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiIterators.h b/src/gsi/gsiIterators.h index 5b15d779d..35c53253f 100644 --- a/src/gsi/gsiIterators.h +++ b/src/gsi/gsiIterators.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiMethods.cc b/src/gsi/gsiMethods.cc index a721cfad9..070418a8a 100644 --- a/src/gsi/gsiMethods.cc +++ b/src/gsi/gsiMethods.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiMethods.h b/src/gsi/gsiMethods.h index 5033da0a8..227e62a62 100644 --- a/src/gsi/gsiMethods.h +++ b/src/gsi/gsiMethods.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiMethodsVar.h b/src/gsi/gsiMethodsVar.h index 5559b40b1..e66a65d14 100644 --- a/src/gsi/gsiMethodsVar.h +++ b/src/gsi/gsiMethodsVar.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiObject.cc b/src/gsi/gsiObject.cc index dbd0251b8..1fb7752b5 100644 --- a/src/gsi/gsiObject.cc +++ b/src/gsi/gsiObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiObject.h b/src/gsi/gsiObject.h index bf1fc06f7..6204088b3 100644 --- a/src/gsi/gsiObject.h +++ b/src/gsi/gsiObject.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiObjectHolder.cc b/src/gsi/gsiObjectHolder.cc index 8674c2f67..fc515de74 100644 --- a/src/gsi/gsiObjectHolder.cc +++ b/src/gsi/gsiObjectHolder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiObjectHolder.h b/src/gsi/gsiObjectHolder.h index 9bfd7bc38..f9bd695ef 100644 --- a/src/gsi/gsiObjectHolder.h +++ b/src/gsi/gsiObjectHolder.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiSerialisation.cc b/src/gsi/gsiSerialisation.cc index 8854837ac..f0e4181db 100644 --- a/src/gsi/gsiSerialisation.cc +++ b/src/gsi/gsiSerialisation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiSerialisation.h b/src/gsi/gsiSerialisation.h index f40d5dd58..768e3dd23 100644 --- a/src/gsi/gsiSerialisation.h +++ b/src/gsi/gsiSerialisation.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiSignals.h b/src/gsi/gsiSignals.h index 494b31d61..2ec4a3bad 100644 --- a/src/gsi/gsiSignals.h +++ b/src/gsi/gsiSignals.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiTypes.cc b/src/gsi/gsiTypes.cc index 4dbf2e2b7..381d7c5b5 100644 --- a/src/gsi/gsiTypes.cc +++ b/src/gsi/gsiTypes.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsi/gsiTypes.h b/src/gsi/gsiTypes.h index bf900b042..e13dc6734 100644 --- a/src/gsi/gsiTypes.h +++ b/src/gsi/gsiTypes.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractButton.cc b/src/gsiqt/gsiDeclQAbstractButton.cc index 577192fb1..122900f36 100644 --- a/src/gsiqt/gsiDeclQAbstractButton.cc +++ b/src/gsiqt/gsiDeclQAbstractButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractFormBuilder.cc b/src/gsiqt/gsiDeclQAbstractFormBuilder.cc index 7c63facae..07910abf9 100644 --- a/src/gsiqt/gsiDeclQAbstractFormBuilder.cc +++ b/src/gsiqt/gsiDeclQAbstractFormBuilder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractGraphicsShapeItem.cc b/src/gsiqt/gsiDeclQAbstractGraphicsShapeItem.cc index deebaaaf1..cea2ef0dd 100644 --- a/src/gsiqt/gsiDeclQAbstractGraphicsShapeItem.cc +++ b/src/gsiqt/gsiDeclQAbstractGraphicsShapeItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractItemDelegate.cc b/src/gsiqt/gsiDeclQAbstractItemDelegate.cc index b3b2ad894..4f5bcf7b3 100644 --- a/src/gsiqt/gsiDeclQAbstractItemDelegate.cc +++ b/src/gsiqt/gsiDeclQAbstractItemDelegate.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractItemModel.cc b/src/gsiqt/gsiDeclQAbstractItemModel.cc index 4126a0e31..e1bff4336 100644 --- a/src/gsiqt/gsiDeclQAbstractItemModel.cc +++ b/src/gsiqt/gsiDeclQAbstractItemModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractItemView.cc b/src/gsiqt/gsiDeclQAbstractItemView.cc index ea30583b1..1dd2567e7 100644 --- a/src/gsiqt/gsiDeclQAbstractItemView.cc +++ b/src/gsiqt/gsiDeclQAbstractItemView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractListModel.cc b/src/gsiqt/gsiDeclQAbstractListModel.cc index ef6005fb0..4d248ccdc 100644 --- a/src/gsiqt/gsiDeclQAbstractListModel.cc +++ b/src/gsiqt/gsiDeclQAbstractListModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractNetworkCache.cc b/src/gsiqt/gsiDeclQAbstractNetworkCache.cc index bc64f5bf4..091a43053 100644 --- a/src/gsiqt/gsiDeclQAbstractNetworkCache.cc +++ b/src/gsiqt/gsiDeclQAbstractNetworkCache.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractPageSetupDialog.cc b/src/gsiqt/gsiDeclQAbstractPageSetupDialog.cc index bfa1277f9..f243d002f 100644 --- a/src/gsiqt/gsiDeclQAbstractPageSetupDialog.cc +++ b/src/gsiqt/gsiDeclQAbstractPageSetupDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractPrintDialog.cc b/src/gsiqt/gsiDeclQAbstractPrintDialog.cc index 28029dc8d..2b7f0f669 100644 --- a/src/gsiqt/gsiDeclQAbstractPrintDialog.cc +++ b/src/gsiqt/gsiDeclQAbstractPrintDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractProxyModel.cc b/src/gsiqt/gsiDeclQAbstractProxyModel.cc index 89ee7c6ce..f23f1775b 100644 --- a/src/gsiqt/gsiDeclQAbstractProxyModel.cc +++ b/src/gsiqt/gsiDeclQAbstractProxyModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractScrollArea.cc b/src/gsiqt/gsiDeclQAbstractScrollArea.cc index d06c56b8a..ab9c07ee2 100644 --- a/src/gsiqt/gsiDeclQAbstractScrollArea.cc +++ b/src/gsiqt/gsiDeclQAbstractScrollArea.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractSlider.cc b/src/gsiqt/gsiDeclQAbstractSlider.cc index 9c91b249c..0614c01dd 100644 --- a/src/gsiqt/gsiDeclQAbstractSlider.cc +++ b/src/gsiqt/gsiDeclQAbstractSlider.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractSocket.cc b/src/gsiqt/gsiDeclQAbstractSocket.cc index 30a543573..6481ba838 100644 --- a/src/gsiqt/gsiDeclQAbstractSocket.cc +++ b/src/gsiqt/gsiDeclQAbstractSocket.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractSpinBox.cc b/src/gsiqt/gsiDeclQAbstractSpinBox.cc index ad9f8f603..a2b849bed 100644 --- a/src/gsiqt/gsiDeclQAbstractSpinBox.cc +++ b/src/gsiqt/gsiDeclQAbstractSpinBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractTableModel.cc b/src/gsiqt/gsiDeclQAbstractTableModel.cc index 3cac28054..25246c377 100644 --- a/src/gsiqt/gsiDeclQAbstractTableModel.cc +++ b/src/gsiqt/gsiDeclQAbstractTableModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractTextDocumentLayout.cc b/src/gsiqt/gsiDeclQAbstractTextDocumentLayout.cc index 0dfc834ad..e2b952d4f 100644 --- a/src/gsiqt/gsiDeclQAbstractTextDocumentLayout.cc +++ b/src/gsiqt/gsiDeclQAbstractTextDocumentLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc b/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc index 91563f196..a05f98165 100644 --- a/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc +++ b/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_Selection.cc b/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_Selection.cc index 19f15757b..9fabcc57c 100644 --- a/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_Selection.cc +++ b/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_Selection.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAbstractUndoItem.cc b/src/gsiqt/gsiDeclQAbstractUndoItem.cc index 9d367fe47..19468b4ff 100644 --- a/src/gsiqt/gsiDeclQAbstractUndoItem.cc +++ b/src/gsiqt/gsiDeclQAbstractUndoItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAccessible.cc b/src/gsiqt/gsiDeclQAccessible.cc index acaf9a6ca..8d6a8b65b 100644 --- a/src/gsiqt/gsiDeclQAccessible.cc +++ b/src/gsiqt/gsiDeclQAccessible.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAccessibleApplication.cc b/src/gsiqt/gsiDeclQAccessibleApplication.cc index 0c2760d4e..2fb22f7fa 100644 --- a/src/gsiqt/gsiDeclQAccessibleApplication.cc +++ b/src/gsiqt/gsiDeclQAccessibleApplication.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAccessibleEvent.cc b/src/gsiqt/gsiDeclQAccessibleEvent.cc index a111c6822..a1854fba3 100644 --- a/src/gsiqt/gsiDeclQAccessibleEvent.cc +++ b/src/gsiqt/gsiDeclQAccessibleEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAccessibleInterface.cc b/src/gsiqt/gsiDeclQAccessibleInterface.cc index bf2c5e167..3d4dee046 100644 --- a/src/gsiqt/gsiDeclQAccessibleInterface.cc +++ b/src/gsiqt/gsiDeclQAccessibleInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAccessibleObject.cc b/src/gsiqt/gsiDeclQAccessibleObject.cc index 4515f58a8..f3a23bf13 100644 --- a/src/gsiqt/gsiDeclQAccessibleObject.cc +++ b/src/gsiqt/gsiDeclQAccessibleObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAccessibleWidget.cc b/src/gsiqt/gsiDeclQAccessibleWidget.cc index 4f4c972fa..5d3f19f17 100644 --- a/src/gsiqt/gsiDeclQAccessibleWidget.cc +++ b/src/gsiqt/gsiDeclQAccessibleWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAction.cc b/src/gsiqt/gsiDeclQAction.cc index b4f4e115d..8b0f6f089 100644 --- a/src/gsiqt/gsiDeclQAction.cc +++ b/src/gsiqt/gsiDeclQAction.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQActionEvent.cc b/src/gsiqt/gsiDeclQActionEvent.cc index c9e91c250..9a6bf915e 100644 --- a/src/gsiqt/gsiDeclQActionEvent.cc +++ b/src/gsiqt/gsiDeclQActionEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQActionGroup.cc b/src/gsiqt/gsiDeclQActionGroup.cc index 027aadb46..6c8114528 100644 --- a/src/gsiqt/gsiDeclQActionGroup.cc +++ b/src/gsiqt/gsiDeclQActionGroup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQApplication.cc b/src/gsiqt/gsiDeclQApplication.cc index e3da05bed..413c278a6 100644 --- a/src/gsiqt/gsiDeclQApplication.cc +++ b/src/gsiqt/gsiDeclQApplication.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQAuthenticator.cc b/src/gsiqt/gsiDeclQAuthenticator.cc index 4bb7ca2dc..ed1592296 100644 --- a/src/gsiqt/gsiDeclQAuthenticator.cc +++ b/src/gsiqt/gsiDeclQAuthenticator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQBasicTimer.cc b/src/gsiqt/gsiDeclQBasicTimer.cc index 1a3a33d46..84c31a357 100644 --- a/src/gsiqt/gsiDeclQBasicTimer.cc +++ b/src/gsiqt/gsiDeclQBasicTimer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQBitmap.cc b/src/gsiqt/gsiDeclQBitmap.cc index bece6e328..de6c2d021 100644 --- a/src/gsiqt/gsiDeclQBitmap.cc +++ b/src/gsiqt/gsiDeclQBitmap.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQBoxLayout.cc b/src/gsiqt/gsiDeclQBoxLayout.cc index 23ab8992c..8fbc24cdc 100644 --- a/src/gsiqt/gsiDeclQBoxLayout.cc +++ b/src/gsiqt/gsiDeclQBoxLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQBrush.cc b/src/gsiqt/gsiDeclQBrush.cc index 36911cc59..42b536373 100644 --- a/src/gsiqt/gsiDeclQBrush.cc +++ b/src/gsiqt/gsiDeclQBrush.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQBuffer.cc b/src/gsiqt/gsiDeclQBuffer.cc index e7e0667a8..a48691bd2 100644 --- a/src/gsiqt/gsiDeclQBuffer.cc +++ b/src/gsiqt/gsiDeclQBuffer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQButtonGroup.cc b/src/gsiqt/gsiDeclQButtonGroup.cc index 307ea4436..6cfcc1967 100644 --- a/src/gsiqt/gsiDeclQButtonGroup.cc +++ b/src/gsiqt/gsiDeclQButtonGroup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQByteArrayMatcher.cc b/src/gsiqt/gsiDeclQByteArrayMatcher.cc index 1f3877bb1..50735a6b7 100644 --- a/src/gsiqt/gsiDeclQByteArrayMatcher.cc +++ b/src/gsiqt/gsiDeclQByteArrayMatcher.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQCDEStyle.cc b/src/gsiqt/gsiDeclQCDEStyle.cc index ed6631ce1..013bcaac3 100644 --- a/src/gsiqt/gsiDeclQCDEStyle.cc +++ b/src/gsiqt/gsiDeclQCDEStyle.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQCalendarWidget.cc b/src/gsiqt/gsiDeclQCalendarWidget.cc index 570de0c4c..785979e25 100644 --- a/src/gsiqt/gsiDeclQCalendarWidget.cc +++ b/src/gsiqt/gsiDeclQCalendarWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQCheckBox.cc b/src/gsiqt/gsiDeclQCheckBox.cc index c9e2548e6..570603dba 100644 --- a/src/gsiqt/gsiDeclQCheckBox.cc +++ b/src/gsiqt/gsiDeclQCheckBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQChildEvent.cc b/src/gsiqt/gsiDeclQChildEvent.cc index 6231947b6..f82e70e29 100644 --- a/src/gsiqt/gsiDeclQChildEvent.cc +++ b/src/gsiqt/gsiDeclQChildEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQCleanlooksStyle.cc b/src/gsiqt/gsiDeclQCleanlooksStyle.cc index de0bc1952..435386a67 100644 --- a/src/gsiqt/gsiDeclQCleanlooksStyle.cc +++ b/src/gsiqt/gsiDeclQCleanlooksStyle.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQClipboard.cc b/src/gsiqt/gsiDeclQClipboard.cc index 005658512..e3d4d8b1d 100644 --- a/src/gsiqt/gsiDeclQClipboard.cc +++ b/src/gsiqt/gsiDeclQClipboard.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQClipboardEvent.cc b/src/gsiqt/gsiDeclQClipboardEvent.cc index a1120c8cc..fccbf225f 100644 --- a/src/gsiqt/gsiDeclQClipboardEvent.cc +++ b/src/gsiqt/gsiDeclQClipboardEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQCloseEvent.cc b/src/gsiqt/gsiDeclQCloseEvent.cc index 0c26b9518..6ee9bd3aa 100644 --- a/src/gsiqt/gsiDeclQCloseEvent.cc +++ b/src/gsiqt/gsiDeclQCloseEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQColor.cc b/src/gsiqt/gsiDeclQColor.cc index 69d9e22cb..580b7af98 100644 --- a/src/gsiqt/gsiDeclQColor.cc +++ b/src/gsiqt/gsiDeclQColor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQColorDialog.cc b/src/gsiqt/gsiDeclQColorDialog.cc index 5e0660b0d..1e253b0c8 100644 --- a/src/gsiqt/gsiDeclQColorDialog.cc +++ b/src/gsiqt/gsiDeclQColorDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQColormap.cc b/src/gsiqt/gsiDeclQColormap.cc index 527085428..7a6f08928 100644 --- a/src/gsiqt/gsiDeclQColormap.cc +++ b/src/gsiqt/gsiDeclQColormap.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQColumnView.cc b/src/gsiqt/gsiDeclQColumnView.cc index 9f1e689ee..54e794c5f 100644 --- a/src/gsiqt/gsiDeclQColumnView.cc +++ b/src/gsiqt/gsiDeclQColumnView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQComboBox.cc b/src/gsiqt/gsiDeclQComboBox.cc index 8c5a3501e..0096be724 100644 --- a/src/gsiqt/gsiDeclQComboBox.cc +++ b/src/gsiqt/gsiDeclQComboBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQCommandLinkButton.cc b/src/gsiqt/gsiDeclQCommandLinkButton.cc index ca8e1e1e7..bfa8175cb 100644 --- a/src/gsiqt/gsiDeclQCommandLinkButton.cc +++ b/src/gsiqt/gsiDeclQCommandLinkButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQCommonStyle.cc b/src/gsiqt/gsiDeclQCommonStyle.cc index f37af66b7..f3a50198c 100644 --- a/src/gsiqt/gsiDeclQCommonStyle.cc +++ b/src/gsiqt/gsiDeclQCommonStyle.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQCompleter.cc b/src/gsiqt/gsiDeclQCompleter.cc index 9cbdeef53..4ff16d02f 100644 --- a/src/gsiqt/gsiDeclQCompleter.cc +++ b/src/gsiqt/gsiDeclQCompleter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQConicalGradient.cc b/src/gsiqt/gsiDeclQConicalGradient.cc index 8deebea43..3d86cf718 100644 --- a/src/gsiqt/gsiDeclQConicalGradient.cc +++ b/src/gsiqt/gsiDeclQConicalGradient.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQContextMenuEvent.cc b/src/gsiqt/gsiDeclQContextMenuEvent.cc index 5f6ed9554..09bd076ea 100644 --- a/src/gsiqt/gsiDeclQContextMenuEvent.cc +++ b/src/gsiqt/gsiDeclQContextMenuEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQCoreApplication.cc b/src/gsiqt/gsiDeclQCoreApplication.cc index 2181d0962..4ea9a201b 100644 --- a/src/gsiqt/gsiDeclQCoreApplication.cc +++ b/src/gsiqt/gsiDeclQCoreApplication.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQCryptographicHash.cc b/src/gsiqt/gsiDeclQCryptographicHash.cc index d99c3e617..54ed987fa 100644 --- a/src/gsiqt/gsiDeclQCryptographicHash.cc +++ b/src/gsiqt/gsiDeclQCryptographicHash.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQCursor.cc b/src/gsiqt/gsiDeclQCursor.cc index e47a66146..dae147a92 100644 --- a/src/gsiqt/gsiDeclQCursor.cc +++ b/src/gsiqt/gsiDeclQCursor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDataStream.cc b/src/gsiqt/gsiDeclQDataStream.cc index ca67ba1b2..9ac82e630 100644 --- a/src/gsiqt/gsiDeclQDataStream.cc +++ b/src/gsiqt/gsiDeclQDataStream.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDataWidgetMapper.cc b/src/gsiqt/gsiDeclQDataWidgetMapper.cc index aebad954b..dc7402157 100644 --- a/src/gsiqt/gsiDeclQDataWidgetMapper.cc +++ b/src/gsiqt/gsiDeclQDataWidgetMapper.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDate.cc b/src/gsiqt/gsiDeclQDate.cc index bce4069bc..f01c0a831 100644 --- a/src/gsiqt/gsiDeclQDate.cc +++ b/src/gsiqt/gsiDeclQDate.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDateEdit.cc b/src/gsiqt/gsiDeclQDateEdit.cc index 060321a29..395d1669b 100644 --- a/src/gsiqt/gsiDeclQDateEdit.cc +++ b/src/gsiqt/gsiDeclQDateEdit.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDateTime.cc b/src/gsiqt/gsiDeclQDateTime.cc index 5026f3a3d..7cf8e41b0 100644 --- a/src/gsiqt/gsiDeclQDateTime.cc +++ b/src/gsiqt/gsiDeclQDateTime.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDateTimeEdit.cc b/src/gsiqt/gsiDeclQDateTimeEdit.cc index 20767e98f..7e971c4bc 100644 --- a/src/gsiqt/gsiDeclQDateTimeEdit.cc +++ b/src/gsiqt/gsiDeclQDateTimeEdit.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDesktopServices.cc b/src/gsiqt/gsiDeclQDesktopServices.cc index ef50f968d..ac157ad19 100644 --- a/src/gsiqt/gsiDeclQDesktopServices.cc +++ b/src/gsiqt/gsiDeclQDesktopServices.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDesktopWidget.cc b/src/gsiqt/gsiDeclQDesktopWidget.cc index 9a6b4af1f..2814a4ff6 100644 --- a/src/gsiqt/gsiDeclQDesktopWidget.cc +++ b/src/gsiqt/gsiDeclQDesktopWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDial.cc b/src/gsiqt/gsiDeclQDial.cc index b3319d6ae..677d03ae8 100644 --- a/src/gsiqt/gsiDeclQDial.cc +++ b/src/gsiqt/gsiDeclQDial.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDialog.cc b/src/gsiqt/gsiDeclQDialog.cc index 86bdd1c1e..2c6cf7df0 100644 --- a/src/gsiqt/gsiDeclQDialog.cc +++ b/src/gsiqt/gsiDeclQDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDialogButtonBox.cc b/src/gsiqt/gsiDeclQDialogButtonBox.cc index b51f82f5a..ef613d7a2 100644 --- a/src/gsiqt/gsiDeclQDialogButtonBox.cc +++ b/src/gsiqt/gsiDeclQDialogButtonBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDir.cc b/src/gsiqt/gsiDeclQDir.cc index 228847fcb..a3d132c61 100644 --- a/src/gsiqt/gsiDeclQDir.cc +++ b/src/gsiqt/gsiDeclQDir.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDirIterator.cc b/src/gsiqt/gsiDeclQDirIterator.cc index dade3c993..f29da343d 100644 --- a/src/gsiqt/gsiDeclQDirIterator.cc +++ b/src/gsiqt/gsiDeclQDirIterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDirModel.cc b/src/gsiqt/gsiDeclQDirModel.cc index e333c596a..76db19805 100644 --- a/src/gsiqt/gsiDeclQDirModel.cc +++ b/src/gsiqt/gsiDeclQDirModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDockWidget.cc b/src/gsiqt/gsiDeclQDockWidget.cc index a8fc8b70d..27915445e 100644 --- a/src/gsiqt/gsiDeclQDockWidget.cc +++ b/src/gsiqt/gsiDeclQDockWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomAttr.cc b/src/gsiqt/gsiDeclQDomAttr.cc index 556b54516..a53f629fb 100644 --- a/src/gsiqt/gsiDeclQDomAttr.cc +++ b/src/gsiqt/gsiDeclQDomAttr.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomCDATASection.cc b/src/gsiqt/gsiDeclQDomCDATASection.cc index e27f0c27a..d34d1cf51 100644 --- a/src/gsiqt/gsiDeclQDomCDATASection.cc +++ b/src/gsiqt/gsiDeclQDomCDATASection.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomCharacterData.cc b/src/gsiqt/gsiDeclQDomCharacterData.cc index 746e162e4..d4b4e1467 100644 --- a/src/gsiqt/gsiDeclQDomCharacterData.cc +++ b/src/gsiqt/gsiDeclQDomCharacterData.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomComment.cc b/src/gsiqt/gsiDeclQDomComment.cc index e45c77083..4776a27b6 100644 --- a/src/gsiqt/gsiDeclQDomComment.cc +++ b/src/gsiqt/gsiDeclQDomComment.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomDocument.cc b/src/gsiqt/gsiDeclQDomDocument.cc index 2f984cb11..10401fa27 100644 --- a/src/gsiqt/gsiDeclQDomDocument.cc +++ b/src/gsiqt/gsiDeclQDomDocument.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomDocumentFragment.cc b/src/gsiqt/gsiDeclQDomDocumentFragment.cc index ad76300b6..081f70571 100644 --- a/src/gsiqt/gsiDeclQDomDocumentFragment.cc +++ b/src/gsiqt/gsiDeclQDomDocumentFragment.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomDocumentType.cc b/src/gsiqt/gsiDeclQDomDocumentType.cc index 3a3257c4e..50f91abae 100644 --- a/src/gsiqt/gsiDeclQDomDocumentType.cc +++ b/src/gsiqt/gsiDeclQDomDocumentType.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomElement.cc b/src/gsiqt/gsiDeclQDomElement.cc index a7d748875..cc9982c6a 100644 --- a/src/gsiqt/gsiDeclQDomElement.cc +++ b/src/gsiqt/gsiDeclQDomElement.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomEntity.cc b/src/gsiqt/gsiDeclQDomEntity.cc index b04bc5a1c..011d29bcb 100644 --- a/src/gsiqt/gsiDeclQDomEntity.cc +++ b/src/gsiqt/gsiDeclQDomEntity.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomEntityReference.cc b/src/gsiqt/gsiDeclQDomEntityReference.cc index 595f1a68a..c8e603fb8 100644 --- a/src/gsiqt/gsiDeclQDomEntityReference.cc +++ b/src/gsiqt/gsiDeclQDomEntityReference.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomImplementation.cc b/src/gsiqt/gsiDeclQDomImplementation.cc index 6f70ea20b..e6add12ce 100644 --- a/src/gsiqt/gsiDeclQDomImplementation.cc +++ b/src/gsiqt/gsiDeclQDomImplementation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomNamedNodeMap.cc b/src/gsiqt/gsiDeclQDomNamedNodeMap.cc index 7fe81cd6b..749929fbb 100644 --- a/src/gsiqt/gsiDeclQDomNamedNodeMap.cc +++ b/src/gsiqt/gsiDeclQDomNamedNodeMap.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomNode.cc b/src/gsiqt/gsiDeclQDomNode.cc index 9935969dd..ff5dabe1f 100644 --- a/src/gsiqt/gsiDeclQDomNode.cc +++ b/src/gsiqt/gsiDeclQDomNode.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomNodeList.cc b/src/gsiqt/gsiDeclQDomNodeList.cc index 82631aeec..638fd0a6f 100644 --- a/src/gsiqt/gsiDeclQDomNodeList.cc +++ b/src/gsiqt/gsiDeclQDomNodeList.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomNotation.cc b/src/gsiqt/gsiDeclQDomNotation.cc index 255afc72f..fbea75b64 100644 --- a/src/gsiqt/gsiDeclQDomNotation.cc +++ b/src/gsiqt/gsiDeclQDomNotation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomProcessingInstruction.cc b/src/gsiqt/gsiDeclQDomProcessingInstruction.cc index 87da41a84..cf2b3865b 100644 --- a/src/gsiqt/gsiDeclQDomProcessingInstruction.cc +++ b/src/gsiqt/gsiDeclQDomProcessingInstruction.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDomText.cc b/src/gsiqt/gsiDeclQDomText.cc index 90f597ffa..232c6606a 100644 --- a/src/gsiqt/gsiDeclQDomText.cc +++ b/src/gsiqt/gsiDeclQDomText.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDoubleSpinBox.cc b/src/gsiqt/gsiDeclQDoubleSpinBox.cc index a789e89a9..1823f9810 100644 --- a/src/gsiqt/gsiDeclQDoubleSpinBox.cc +++ b/src/gsiqt/gsiDeclQDoubleSpinBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDoubleValidator.cc b/src/gsiqt/gsiDeclQDoubleValidator.cc index ef13810d1..2c50315b9 100644 --- a/src/gsiqt/gsiDeclQDoubleValidator.cc +++ b/src/gsiqt/gsiDeclQDoubleValidator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDrag.cc b/src/gsiqt/gsiDeclQDrag.cc index a64969227..900dba479 100644 --- a/src/gsiqt/gsiDeclQDrag.cc +++ b/src/gsiqt/gsiDeclQDrag.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDragEnterEvent.cc b/src/gsiqt/gsiDeclQDragEnterEvent.cc index ebeabfb27..3b5f8f28c 100644 --- a/src/gsiqt/gsiDeclQDragEnterEvent.cc +++ b/src/gsiqt/gsiDeclQDragEnterEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDragLeaveEvent.cc b/src/gsiqt/gsiDeclQDragLeaveEvent.cc index b35cf31fa..ac801ebca 100644 --- a/src/gsiqt/gsiDeclQDragLeaveEvent.cc +++ b/src/gsiqt/gsiDeclQDragLeaveEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDragMoveEvent.cc b/src/gsiqt/gsiDeclQDragMoveEvent.cc index 349a2ebb0..837474c75 100644 --- a/src/gsiqt/gsiDeclQDragMoveEvent.cc +++ b/src/gsiqt/gsiDeclQDragMoveEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDragResponseEvent.cc b/src/gsiqt/gsiDeclQDragResponseEvent.cc index f3da903ba..a5a3eafe4 100644 --- a/src/gsiqt/gsiDeclQDragResponseEvent.cc +++ b/src/gsiqt/gsiDeclQDragResponseEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDropEvent.cc b/src/gsiqt/gsiDeclQDropEvent.cc index ab3c12416..b3413d06a 100644 --- a/src/gsiqt/gsiDeclQDropEvent.cc +++ b/src/gsiqt/gsiDeclQDropEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQDynamicPropertyChangeEvent.cc b/src/gsiqt/gsiDeclQDynamicPropertyChangeEvent.cc index 2dac58cd1..afb3345d5 100644 --- a/src/gsiqt/gsiDeclQDynamicPropertyChangeEvent.cc +++ b/src/gsiqt/gsiDeclQDynamicPropertyChangeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQEasingCurve.cc b/src/gsiqt/gsiDeclQEasingCurve.cc index 5974936d4..f2fdf3678 100644 --- a/src/gsiqt/gsiDeclQEasingCurve.cc +++ b/src/gsiqt/gsiDeclQEasingCurve.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQErrorMessage.cc b/src/gsiqt/gsiDeclQErrorMessage.cc index 7cd1a5498..e5c66e765 100644 --- a/src/gsiqt/gsiDeclQErrorMessage.cc +++ b/src/gsiqt/gsiDeclQErrorMessage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQEvent.cc b/src/gsiqt/gsiDeclQEvent.cc index b0b44e939..da46f3294 100644 --- a/src/gsiqt/gsiDeclQEvent.cc +++ b/src/gsiqt/gsiDeclQEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQEventLoop.cc b/src/gsiqt/gsiDeclQEventLoop.cc index 6405835c4..5d718f4a1 100644 --- a/src/gsiqt/gsiDeclQEventLoop.cc +++ b/src/gsiqt/gsiDeclQEventLoop.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFactoryInterface.cc b/src/gsiqt/gsiDeclQFactoryInterface.cc index f902f502c..2f6694da5 100644 --- a/src/gsiqt/gsiDeclQFactoryInterface.cc +++ b/src/gsiqt/gsiDeclQFactoryInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFile.cc b/src/gsiqt/gsiDeclQFile.cc index 67586a4c9..ceef32a80 100644 --- a/src/gsiqt/gsiDeclQFile.cc +++ b/src/gsiqt/gsiDeclQFile.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFileDialog.cc b/src/gsiqt/gsiDeclQFileDialog.cc index d472fa3c9..9695db4da 100644 --- a/src/gsiqt/gsiDeclQFileDialog.cc +++ b/src/gsiqt/gsiDeclQFileDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFileIconProvider.cc b/src/gsiqt/gsiDeclQFileIconProvider.cc index 2bd4de4aa..871d0008a 100644 --- a/src/gsiqt/gsiDeclQFileIconProvider.cc +++ b/src/gsiqt/gsiDeclQFileIconProvider.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFileInfo.cc b/src/gsiqt/gsiDeclQFileInfo.cc index 692b93c6f..403ffca8b 100644 --- a/src/gsiqt/gsiDeclQFileInfo.cc +++ b/src/gsiqt/gsiDeclQFileInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFileOpenEvent.cc b/src/gsiqt/gsiDeclQFileOpenEvent.cc index 4b60c8f1d..05ea0bbd3 100644 --- a/src/gsiqt/gsiDeclQFileOpenEvent.cc +++ b/src/gsiqt/gsiDeclQFileOpenEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFileSystemModel.cc b/src/gsiqt/gsiDeclQFileSystemModel.cc index 216348026..6628f7773 100644 --- a/src/gsiqt/gsiDeclQFileSystemModel.cc +++ b/src/gsiqt/gsiDeclQFileSystemModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFileSystemWatcher.cc b/src/gsiqt/gsiDeclQFileSystemWatcher.cc index c26c7b0c5..d2bc28886 100644 --- a/src/gsiqt/gsiDeclQFileSystemWatcher.cc +++ b/src/gsiqt/gsiDeclQFileSystemWatcher.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFocusEvent.cc b/src/gsiqt/gsiDeclQFocusEvent.cc index b383e6fef..8e51a9c5d 100644 --- a/src/gsiqt/gsiDeclQFocusEvent.cc +++ b/src/gsiqt/gsiDeclQFocusEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFocusFrame.cc b/src/gsiqt/gsiDeclQFocusFrame.cc index 2b308e28c..0d87bb8af 100644 --- a/src/gsiqt/gsiDeclQFocusFrame.cc +++ b/src/gsiqt/gsiDeclQFocusFrame.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFont.cc b/src/gsiqt/gsiDeclQFont.cc index bcc3a20b5..c79fd31db 100644 --- a/src/gsiqt/gsiDeclQFont.cc +++ b/src/gsiqt/gsiDeclQFont.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFontComboBox.cc b/src/gsiqt/gsiDeclQFontComboBox.cc index f29e6b17e..2154c0bc3 100644 --- a/src/gsiqt/gsiDeclQFontComboBox.cc +++ b/src/gsiqt/gsiDeclQFontComboBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFontDatabase.cc b/src/gsiqt/gsiDeclQFontDatabase.cc index 9df21d85d..4968fba96 100644 --- a/src/gsiqt/gsiDeclQFontDatabase.cc +++ b/src/gsiqt/gsiDeclQFontDatabase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFontDialog.cc b/src/gsiqt/gsiDeclQFontDialog.cc index e07d44234..ab59ff2d1 100644 --- a/src/gsiqt/gsiDeclQFontDialog.cc +++ b/src/gsiqt/gsiDeclQFontDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFontInfo.cc b/src/gsiqt/gsiDeclQFontInfo.cc index 149c2a6a0..144dc5f66 100644 --- a/src/gsiqt/gsiDeclQFontInfo.cc +++ b/src/gsiqt/gsiDeclQFontInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFontMetrics.cc b/src/gsiqt/gsiDeclQFontMetrics.cc index 277be1ebe..07d67f920 100644 --- a/src/gsiqt/gsiDeclQFontMetrics.cc +++ b/src/gsiqt/gsiDeclQFontMetrics.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFontMetricsF.cc b/src/gsiqt/gsiDeclQFontMetricsF.cc index 73fb4b126..7e2e2256d 100644 --- a/src/gsiqt/gsiDeclQFontMetricsF.cc +++ b/src/gsiqt/gsiDeclQFontMetricsF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFormBuilder.cc b/src/gsiqt/gsiDeclQFormBuilder.cc index 21a7bfaa9..0dbc5fd1a 100644 --- a/src/gsiqt/gsiDeclQFormBuilder.cc +++ b/src/gsiqt/gsiDeclQFormBuilder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFormLayout.cc b/src/gsiqt/gsiDeclQFormLayout.cc index 6a8be8ad8..583a45301 100644 --- a/src/gsiqt/gsiDeclQFormLayout.cc +++ b/src/gsiqt/gsiDeclQFormLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFrame.cc b/src/gsiqt/gsiDeclQFrame.cc index 7cb70b4fd..e53cdf742 100644 --- a/src/gsiqt/gsiDeclQFrame.cc +++ b/src/gsiqt/gsiDeclQFrame.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQFtp.cc b/src/gsiqt/gsiDeclQFtp.cc index 49acb1fb3..547c64d50 100644 --- a/src/gsiqt/gsiDeclQFtp.cc +++ b/src/gsiqt/gsiDeclQFtp.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGesture.cc b/src/gsiqt/gsiDeclQGesture.cc index 4919a781f..2275217a5 100644 --- a/src/gsiqt/gsiDeclQGesture.cc +++ b/src/gsiqt/gsiDeclQGesture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGestureEvent.cc b/src/gsiqt/gsiDeclQGestureEvent.cc index 1fa9d0a7e..e201f3934 100644 --- a/src/gsiqt/gsiDeclQGestureEvent.cc +++ b/src/gsiqt/gsiDeclQGestureEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGestureRecognizer.cc b/src/gsiqt/gsiDeclQGestureRecognizer.cc index 61ac0f978..778921719 100644 --- a/src/gsiqt/gsiDeclQGestureRecognizer.cc +++ b/src/gsiqt/gsiDeclQGestureRecognizer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGradient.cc b/src/gsiqt/gsiDeclQGradient.cc index 54c0dbd14..87dbdf27e 100644 --- a/src/gsiqt/gsiDeclQGradient.cc +++ b/src/gsiqt/gsiDeclQGradient.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsAnchor.cc b/src/gsiqt/gsiDeclQGraphicsAnchor.cc index 5952e3398..5a7a41c89 100644 --- a/src/gsiqt/gsiDeclQGraphicsAnchor.cc +++ b/src/gsiqt/gsiDeclQGraphicsAnchor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsAnchorLayout.cc b/src/gsiqt/gsiDeclQGraphicsAnchorLayout.cc index 38dcce18a..64c8fad1b 100644 --- a/src/gsiqt/gsiDeclQGraphicsAnchorLayout.cc +++ b/src/gsiqt/gsiDeclQGraphicsAnchorLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsBlurEffect.cc b/src/gsiqt/gsiDeclQGraphicsBlurEffect.cc index 08e7bfb61..315037844 100644 --- a/src/gsiqt/gsiDeclQGraphicsBlurEffect.cc +++ b/src/gsiqt/gsiDeclQGraphicsBlurEffect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsColorizeEffect.cc b/src/gsiqt/gsiDeclQGraphicsColorizeEffect.cc index 04be5f31a..601cc9f2e 100644 --- a/src/gsiqt/gsiDeclQGraphicsColorizeEffect.cc +++ b/src/gsiqt/gsiDeclQGraphicsColorizeEffect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsDropShadowEffect.cc b/src/gsiqt/gsiDeclQGraphicsDropShadowEffect.cc index ff45cec29..59db9a3e1 100644 --- a/src/gsiqt/gsiDeclQGraphicsDropShadowEffect.cc +++ b/src/gsiqt/gsiDeclQGraphicsDropShadowEffect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsEffect.cc b/src/gsiqt/gsiDeclQGraphicsEffect.cc index c3a84b13b..d0ad9be98 100644 --- a/src/gsiqt/gsiDeclQGraphicsEffect.cc +++ b/src/gsiqt/gsiDeclQGraphicsEffect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsEllipseItem.cc b/src/gsiqt/gsiDeclQGraphicsEllipseItem.cc index 6fe23802f..41b9c5907 100644 --- a/src/gsiqt/gsiDeclQGraphicsEllipseItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsEllipseItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsGridLayout.cc b/src/gsiqt/gsiDeclQGraphicsGridLayout.cc index 240538ff7..453ec8001 100644 --- a/src/gsiqt/gsiDeclQGraphicsGridLayout.cc +++ b/src/gsiqt/gsiDeclQGraphicsGridLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsItem.cc b/src/gsiqt/gsiDeclQGraphicsItem.cc index 5c2015590..8294fe6c1 100644 --- a/src/gsiqt/gsiDeclQGraphicsItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsItemAnimation.cc b/src/gsiqt/gsiDeclQGraphicsItemAnimation.cc index 608e41eb8..bf7cfae13 100644 --- a/src/gsiqt/gsiDeclQGraphicsItemAnimation.cc +++ b/src/gsiqt/gsiDeclQGraphicsItemAnimation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsItemGroup.cc b/src/gsiqt/gsiDeclQGraphicsItemGroup.cc index 740d4dffa..677ce91dc 100644 --- a/src/gsiqt/gsiDeclQGraphicsItemGroup.cc +++ b/src/gsiqt/gsiDeclQGraphicsItemGroup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsLayout.cc b/src/gsiqt/gsiDeclQGraphicsLayout.cc index 04a905b39..83175b483 100644 --- a/src/gsiqt/gsiDeclQGraphicsLayout.cc +++ b/src/gsiqt/gsiDeclQGraphicsLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsLayoutItem.cc b/src/gsiqt/gsiDeclQGraphicsLayoutItem.cc index 2f21b4690..83d4aab0b 100644 --- a/src/gsiqt/gsiDeclQGraphicsLayoutItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsLayoutItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsLineItem.cc b/src/gsiqt/gsiDeclQGraphicsLineItem.cc index 16431b6d7..b9c1d1d3c 100644 --- a/src/gsiqt/gsiDeclQGraphicsLineItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsLineItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsLinearLayout.cc b/src/gsiqt/gsiDeclQGraphicsLinearLayout.cc index 8f0919598..e214e2b50 100644 --- a/src/gsiqt/gsiDeclQGraphicsLinearLayout.cc +++ b/src/gsiqt/gsiDeclQGraphicsLinearLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsObject.cc b/src/gsiqt/gsiDeclQGraphicsObject.cc index ae3240474..1b23d633f 100644 --- a/src/gsiqt/gsiDeclQGraphicsObject.cc +++ b/src/gsiqt/gsiDeclQGraphicsObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsOpacityEffect.cc b/src/gsiqt/gsiDeclQGraphicsOpacityEffect.cc index 88b3c7666..7e7d1af9a 100644 --- a/src/gsiqt/gsiDeclQGraphicsOpacityEffect.cc +++ b/src/gsiqt/gsiDeclQGraphicsOpacityEffect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsPathItem.cc b/src/gsiqt/gsiDeclQGraphicsPathItem.cc index bd7b93ce9..e5b316410 100644 --- a/src/gsiqt/gsiDeclQGraphicsPathItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsPathItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsPixmapItem.cc b/src/gsiqt/gsiDeclQGraphicsPixmapItem.cc index ff635e623..4b429160e 100644 --- a/src/gsiqt/gsiDeclQGraphicsPixmapItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsPixmapItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsPolygonItem.cc b/src/gsiqt/gsiDeclQGraphicsPolygonItem.cc index 577b1b57d..e1984ee1d 100644 --- a/src/gsiqt/gsiDeclQGraphicsPolygonItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsPolygonItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsProxyWidget.cc b/src/gsiqt/gsiDeclQGraphicsProxyWidget.cc index 73dbca149..074d7b2ea 100644 --- a/src/gsiqt/gsiDeclQGraphicsProxyWidget.cc +++ b/src/gsiqt/gsiDeclQGraphicsProxyWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsRectItem.cc b/src/gsiqt/gsiDeclQGraphicsRectItem.cc index a276e0d39..f3fd92d81 100644 --- a/src/gsiqt/gsiDeclQGraphicsRectItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsRectItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsRotation.cc b/src/gsiqt/gsiDeclQGraphicsRotation.cc index 8e7a7cd23..14b9d9467 100644 --- a/src/gsiqt/gsiDeclQGraphicsRotation.cc +++ b/src/gsiqt/gsiDeclQGraphicsRotation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsScale.cc b/src/gsiqt/gsiDeclQGraphicsScale.cc index f589ff93b..49ef1d920 100644 --- a/src/gsiqt/gsiDeclQGraphicsScale.cc +++ b/src/gsiqt/gsiDeclQGraphicsScale.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsScene.cc b/src/gsiqt/gsiDeclQGraphicsScene.cc index 0d8961b0a..7c2e77bce 100644 --- a/src/gsiqt/gsiDeclQGraphicsScene.cc +++ b/src/gsiqt/gsiDeclQGraphicsScene.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsSceneContextMenuEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneContextMenuEvent.cc index 92f9afd54..5e79e21dc 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneContextMenuEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneContextMenuEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsSceneDragDropEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneDragDropEvent.cc index 390cef90e..71ce614ee 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneDragDropEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneDragDropEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsSceneEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneEvent.cc index 6188de991..a73924c7a 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsSceneHelpEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneHelpEvent.cc index cee47878f..1b93c7504 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneHelpEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneHelpEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsSceneHoverEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneHoverEvent.cc index 701cba16d..0e8f19a84 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneHoverEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneHoverEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsSceneMouseEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneMouseEvent.cc index 987d277e6..95af6c830 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneMouseEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneMouseEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsSceneMoveEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneMoveEvent.cc index b5105aa60..f4ec34056 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneMoveEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneMoveEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsSceneResizeEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneResizeEvent.cc index a364de2f0..1caa0b227 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneResizeEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneResizeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsSceneWheelEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneWheelEvent.cc index 354e1e4da..73af65fdc 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneWheelEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneWheelEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsSimpleTextItem.cc b/src/gsiqt/gsiDeclQGraphicsSimpleTextItem.cc index 428f88d88..cbcbb9378 100644 --- a/src/gsiqt/gsiDeclQGraphicsSimpleTextItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsSimpleTextItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsTextItem.cc b/src/gsiqt/gsiDeclQGraphicsTextItem.cc index 7f0530e0f..51d96292c 100644 --- a/src/gsiqt/gsiDeclQGraphicsTextItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsTextItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsTransform.cc b/src/gsiqt/gsiDeclQGraphicsTransform.cc index 6b0bd38e8..77ecb5d3f 100644 --- a/src/gsiqt/gsiDeclQGraphicsTransform.cc +++ b/src/gsiqt/gsiDeclQGraphicsTransform.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsView.cc b/src/gsiqt/gsiDeclQGraphicsView.cc index 76c2a8880..2b73d338e 100644 --- a/src/gsiqt/gsiDeclQGraphicsView.cc +++ b/src/gsiqt/gsiDeclQGraphicsView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGraphicsWidget.cc b/src/gsiqt/gsiDeclQGraphicsWidget.cc index ff6a69584..eb598e715 100644 --- a/src/gsiqt/gsiDeclQGraphicsWidget.cc +++ b/src/gsiqt/gsiDeclQGraphicsWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGridLayout.cc b/src/gsiqt/gsiDeclQGridLayout.cc index a779861d5..a3c7862a1 100644 --- a/src/gsiqt/gsiDeclQGridLayout.cc +++ b/src/gsiqt/gsiDeclQGridLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQGroupBox.cc b/src/gsiqt/gsiDeclQGroupBox.cc index a072964ef..c826d5fdc 100644 --- a/src/gsiqt/gsiDeclQGroupBox.cc +++ b/src/gsiqt/gsiDeclQGroupBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQHBoxLayout.cc b/src/gsiqt/gsiDeclQHBoxLayout.cc index 674b97bbf..d10bd5097 100644 --- a/src/gsiqt/gsiDeclQHBoxLayout.cc +++ b/src/gsiqt/gsiDeclQHBoxLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQHeaderView.cc b/src/gsiqt/gsiDeclQHeaderView.cc index 53a41c7ff..f0ccf91c6 100644 --- a/src/gsiqt/gsiDeclQHeaderView.cc +++ b/src/gsiqt/gsiDeclQHeaderView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQHelpEvent.cc b/src/gsiqt/gsiDeclQHelpEvent.cc index a3b464030..6570ba99e 100644 --- a/src/gsiqt/gsiDeclQHelpEvent.cc +++ b/src/gsiqt/gsiDeclQHelpEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQHideEvent.cc b/src/gsiqt/gsiDeclQHideEvent.cc index f41f6aff4..d20021aa5 100644 --- a/src/gsiqt/gsiDeclQHideEvent.cc +++ b/src/gsiqt/gsiDeclQHideEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQHostAddress.cc b/src/gsiqt/gsiDeclQHostAddress.cc index 8c3b64f2f..e3a87e7a1 100644 --- a/src/gsiqt/gsiDeclQHostAddress.cc +++ b/src/gsiqt/gsiDeclQHostAddress.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQHostInfo.cc b/src/gsiqt/gsiDeclQHostInfo.cc index b347d12da..201ef7fbb 100644 --- a/src/gsiqt/gsiDeclQHostInfo.cc +++ b/src/gsiqt/gsiDeclQHostInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQHoverEvent.cc b/src/gsiqt/gsiDeclQHoverEvent.cc index 79b2f35d1..75396a407 100644 --- a/src/gsiqt/gsiDeclQHoverEvent.cc +++ b/src/gsiqt/gsiDeclQHoverEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQIODevice.cc b/src/gsiqt/gsiDeclQIODevice.cc index 77e660683..081a3a233 100644 --- a/src/gsiqt/gsiDeclQIODevice.cc +++ b/src/gsiqt/gsiDeclQIODevice.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQIPv6Address.cc b/src/gsiqt/gsiDeclQIPv6Address.cc index 6270afeaa..2776c415d 100644 --- a/src/gsiqt/gsiDeclQIPv6Address.cc +++ b/src/gsiqt/gsiDeclQIPv6Address.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQIcon.cc b/src/gsiqt/gsiDeclQIcon.cc index 21a3be9a2..389544526 100644 --- a/src/gsiqt/gsiDeclQIcon.cc +++ b/src/gsiqt/gsiDeclQIcon.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQIconDragEvent.cc b/src/gsiqt/gsiDeclQIconDragEvent.cc index a2463e37e..0cea0263f 100644 --- a/src/gsiqt/gsiDeclQIconDragEvent.cc +++ b/src/gsiqt/gsiDeclQIconDragEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQIconEngine.cc b/src/gsiqt/gsiDeclQIconEngine.cc index d84f007ff..3a444ea64 100644 --- a/src/gsiqt/gsiDeclQIconEngine.cc +++ b/src/gsiqt/gsiDeclQIconEngine.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQIconEnginePlugin.cc b/src/gsiqt/gsiDeclQIconEnginePlugin.cc index 6bb3cdbff..5f5f03175 100644 --- a/src/gsiqt/gsiDeclQIconEnginePlugin.cc +++ b/src/gsiqt/gsiDeclQIconEnginePlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQIconEnginePluginV2.cc b/src/gsiqt/gsiDeclQIconEnginePluginV2.cc index 92dc3da89..52c853f4d 100644 --- a/src/gsiqt/gsiDeclQIconEnginePluginV2.cc +++ b/src/gsiqt/gsiDeclQIconEnginePluginV2.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQIconEngineV2.cc b/src/gsiqt/gsiDeclQIconEngineV2.cc index 0e9ec4f2d..a0d49bd4a 100644 --- a/src/gsiqt/gsiDeclQIconEngineV2.cc +++ b/src/gsiqt/gsiDeclQIconEngineV2.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQImage.cc b/src/gsiqt/gsiDeclQImage.cc index e3f6f2c4f..7f982b8e3 100644 --- a/src/gsiqt/gsiDeclQImage.cc +++ b/src/gsiqt/gsiDeclQImage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQImageIOHandler.cc b/src/gsiqt/gsiDeclQImageIOHandler.cc index e19ffbea2..8a13a1ac9 100644 --- a/src/gsiqt/gsiDeclQImageIOHandler.cc +++ b/src/gsiqt/gsiDeclQImageIOHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQImageIOPlugin.cc b/src/gsiqt/gsiDeclQImageIOPlugin.cc index 49ccbe2f8..0afc2d64c 100644 --- a/src/gsiqt/gsiDeclQImageIOPlugin.cc +++ b/src/gsiqt/gsiDeclQImageIOPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQImageReader.cc b/src/gsiqt/gsiDeclQImageReader.cc index f6fe2c287..321e71f2d 100644 --- a/src/gsiqt/gsiDeclQImageReader.cc +++ b/src/gsiqt/gsiDeclQImageReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQImageTextKeyLang.cc b/src/gsiqt/gsiDeclQImageTextKeyLang.cc index 2de31372d..6bdf40ad0 100644 --- a/src/gsiqt/gsiDeclQImageTextKeyLang.cc +++ b/src/gsiqt/gsiDeclQImageTextKeyLang.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQImageWriter.cc b/src/gsiqt/gsiDeclQImageWriter.cc index 6c9ab080e..fd6f4b9e7 100644 --- a/src/gsiqt/gsiDeclQImageWriter.cc +++ b/src/gsiqt/gsiDeclQImageWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQInputContext.cc b/src/gsiqt/gsiDeclQInputContext.cc index 6c964fcac..5295b60c7 100644 --- a/src/gsiqt/gsiDeclQInputContext.cc +++ b/src/gsiqt/gsiDeclQInputContext.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQInputContextFactory.cc b/src/gsiqt/gsiDeclQInputContextFactory.cc index f835e7f1b..bba424ff4 100644 --- a/src/gsiqt/gsiDeclQInputContextFactory.cc +++ b/src/gsiqt/gsiDeclQInputContextFactory.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQInputContextPlugin.cc b/src/gsiqt/gsiDeclQInputContextPlugin.cc index 837875455..c8c1a5cd0 100644 --- a/src/gsiqt/gsiDeclQInputContextPlugin.cc +++ b/src/gsiqt/gsiDeclQInputContextPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQInputDialog.cc b/src/gsiqt/gsiDeclQInputDialog.cc index 91eddda69..72143ffa0 100644 --- a/src/gsiqt/gsiDeclQInputDialog.cc +++ b/src/gsiqt/gsiDeclQInputDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQInputEvent.cc b/src/gsiqt/gsiDeclQInputEvent.cc index 96a926f47..f1891cc92 100644 --- a/src/gsiqt/gsiDeclQInputEvent.cc +++ b/src/gsiqt/gsiDeclQInputEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQInputMethodEvent.cc b/src/gsiqt/gsiDeclQInputMethodEvent.cc index 50038d2ad..240c4dc00 100644 --- a/src/gsiqt/gsiDeclQInputMethodEvent.cc +++ b/src/gsiqt/gsiDeclQInputMethodEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQInputMethodEvent_Attribute.cc b/src/gsiqt/gsiDeclQInputMethodEvent_Attribute.cc index d426f4f50..06db4e4de 100644 --- a/src/gsiqt/gsiDeclQInputMethodEvent_Attribute.cc +++ b/src/gsiqt/gsiDeclQInputMethodEvent_Attribute.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQIntValidator.cc b/src/gsiqt/gsiDeclQIntValidator.cc index 44606d223..e9634a7ec 100644 --- a/src/gsiqt/gsiDeclQIntValidator.cc +++ b/src/gsiqt/gsiDeclQIntValidator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQItemDelegate.cc b/src/gsiqt/gsiDeclQItemDelegate.cc index df167b810..9176c38a2 100644 --- a/src/gsiqt/gsiDeclQItemDelegate.cc +++ b/src/gsiqt/gsiDeclQItemDelegate.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQItemEditorCreatorBase.cc b/src/gsiqt/gsiDeclQItemEditorCreatorBase.cc index e925dd8dc..87a26d846 100644 --- a/src/gsiqt/gsiDeclQItemEditorCreatorBase.cc +++ b/src/gsiqt/gsiDeclQItemEditorCreatorBase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQItemEditorFactory.cc b/src/gsiqt/gsiDeclQItemEditorFactory.cc index bd0c7193f..937e6488c 100644 --- a/src/gsiqt/gsiDeclQItemEditorFactory.cc +++ b/src/gsiqt/gsiDeclQItemEditorFactory.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQItemSelection.cc b/src/gsiqt/gsiDeclQItemSelection.cc index f8ebb1f45..60aa00306 100644 --- a/src/gsiqt/gsiDeclQItemSelection.cc +++ b/src/gsiqt/gsiDeclQItemSelection.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQItemSelectionModel.cc b/src/gsiqt/gsiDeclQItemSelectionModel.cc index d61568fa6..2257f3328 100644 --- a/src/gsiqt/gsiDeclQItemSelectionModel.cc +++ b/src/gsiqt/gsiDeclQItemSelectionModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQItemSelectionRange.cc b/src/gsiqt/gsiDeclQItemSelectionRange.cc index 64985e50d..d878cacd4 100644 --- a/src/gsiqt/gsiDeclQItemSelectionRange.cc +++ b/src/gsiqt/gsiDeclQItemSelectionRange.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQKeyEvent.cc b/src/gsiqt/gsiDeclQKeyEvent.cc index f0fdc6a82..ae0f14c99 100644 --- a/src/gsiqt/gsiDeclQKeyEvent.cc +++ b/src/gsiqt/gsiDeclQKeyEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQKeySequence.cc b/src/gsiqt/gsiDeclQKeySequence.cc index daefe73c9..8cb07a430 100644 --- a/src/gsiqt/gsiDeclQKeySequence.cc +++ b/src/gsiqt/gsiDeclQKeySequence.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQLCDNumber.cc b/src/gsiqt/gsiDeclQLCDNumber.cc index 85dad9a59..d69040452 100644 --- a/src/gsiqt/gsiDeclQLCDNumber.cc +++ b/src/gsiqt/gsiDeclQLCDNumber.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQLabel.cc b/src/gsiqt/gsiDeclQLabel.cc index bb2656a6d..bca8a1ade 100644 --- a/src/gsiqt/gsiDeclQLabel.cc +++ b/src/gsiqt/gsiDeclQLabel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQLayout.cc b/src/gsiqt/gsiDeclQLayout.cc index 3b478587a..7812e8eed 100644 --- a/src/gsiqt/gsiDeclQLayout.cc +++ b/src/gsiqt/gsiDeclQLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQLayoutItem.cc b/src/gsiqt/gsiDeclQLayoutItem.cc index ec88d16d4..3261ec3cc 100644 --- a/src/gsiqt/gsiDeclQLayoutItem.cc +++ b/src/gsiqt/gsiDeclQLayoutItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQLibrary.cc b/src/gsiqt/gsiDeclQLibrary.cc index 3d345cce7..c049d37f0 100644 --- a/src/gsiqt/gsiDeclQLibrary.cc +++ b/src/gsiqt/gsiDeclQLibrary.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQLibraryInfo.cc b/src/gsiqt/gsiDeclQLibraryInfo.cc index 869d3428b..63dd72432 100644 --- a/src/gsiqt/gsiDeclQLibraryInfo.cc +++ b/src/gsiqt/gsiDeclQLibraryInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQLine.cc b/src/gsiqt/gsiDeclQLine.cc index b54f27839..4e0709cdb 100644 --- a/src/gsiqt/gsiDeclQLine.cc +++ b/src/gsiqt/gsiDeclQLine.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQLineEdit.cc b/src/gsiqt/gsiDeclQLineEdit.cc index f19b8bd7c..49afd0ec7 100644 --- a/src/gsiqt/gsiDeclQLineEdit.cc +++ b/src/gsiqt/gsiDeclQLineEdit.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQLineF.cc b/src/gsiqt/gsiDeclQLineF.cc index ad6167fd8..bd7e170a7 100644 --- a/src/gsiqt/gsiDeclQLineF.cc +++ b/src/gsiqt/gsiDeclQLineF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQLinearGradient.cc b/src/gsiqt/gsiDeclQLinearGradient.cc index 01be3289a..af19851aa 100644 --- a/src/gsiqt/gsiDeclQLinearGradient.cc +++ b/src/gsiqt/gsiDeclQLinearGradient.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQListView.cc b/src/gsiqt/gsiDeclQListView.cc index c01f8c52f..4829c721e 100644 --- a/src/gsiqt/gsiDeclQListView.cc +++ b/src/gsiqt/gsiDeclQListView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQListWidget.cc b/src/gsiqt/gsiDeclQListWidget.cc index 283233afc..afa1876c4 100644 --- a/src/gsiqt/gsiDeclQListWidget.cc +++ b/src/gsiqt/gsiDeclQListWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQListWidgetItem.cc b/src/gsiqt/gsiDeclQListWidgetItem.cc index 1f2efbbad..ff8b95774 100644 --- a/src/gsiqt/gsiDeclQListWidgetItem.cc +++ b/src/gsiqt/gsiDeclQListWidgetItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQLocalServer.cc b/src/gsiqt/gsiDeclQLocalServer.cc index 68fa778f4..c502bfb5d 100644 --- a/src/gsiqt/gsiDeclQLocalServer.cc +++ b/src/gsiqt/gsiDeclQLocalServer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQLocalSocket.cc b/src/gsiqt/gsiDeclQLocalSocket.cc index cd3770ae1..f03c53bb9 100644 --- a/src/gsiqt/gsiDeclQLocalSocket.cc +++ b/src/gsiqt/gsiDeclQLocalSocket.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQLocale.cc b/src/gsiqt/gsiDeclQLocale.cc index 3a035bce6..6bd34c6b6 100644 --- a/src/gsiqt/gsiDeclQLocale.cc +++ b/src/gsiqt/gsiDeclQLocale.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMainWindow.cc b/src/gsiqt/gsiDeclQMainWindow.cc index 410b927e9..4f1f96b0a 100644 --- a/src/gsiqt/gsiDeclQMainWindow.cc +++ b/src/gsiqt/gsiDeclQMainWindow.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMargins.cc b/src/gsiqt/gsiDeclQMargins.cc index a96e3c131..3d06f64a5 100644 --- a/src/gsiqt/gsiDeclQMargins.cc +++ b/src/gsiqt/gsiDeclQMargins.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMatrix.cc b/src/gsiqt/gsiDeclQMatrix.cc index 93acd895a..155069246 100644 --- a/src/gsiqt/gsiDeclQMatrix.cc +++ b/src/gsiqt/gsiDeclQMatrix.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMatrix4x4.cc b/src/gsiqt/gsiDeclQMatrix4x4.cc index 77e71a679..757f80d4a 100644 --- a/src/gsiqt/gsiDeclQMatrix4x4.cc +++ b/src/gsiqt/gsiDeclQMatrix4x4.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMdiArea.cc b/src/gsiqt/gsiDeclQMdiArea.cc index c77100234..fe90dd428 100644 --- a/src/gsiqt/gsiDeclQMdiArea.cc +++ b/src/gsiqt/gsiDeclQMdiArea.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMdiSubWindow.cc b/src/gsiqt/gsiDeclQMdiSubWindow.cc index f97e0dfcb..7181ead48 100644 --- a/src/gsiqt/gsiDeclQMdiSubWindow.cc +++ b/src/gsiqt/gsiDeclQMdiSubWindow.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMenu.cc b/src/gsiqt/gsiDeclQMenu.cc index e09c41843..fdfb939a8 100644 --- a/src/gsiqt/gsiDeclQMenu.cc +++ b/src/gsiqt/gsiDeclQMenu.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMenuBar.cc b/src/gsiqt/gsiDeclQMenuBar.cc index 0a14e5777..082268fa2 100644 --- a/src/gsiqt/gsiDeclQMenuBar.cc +++ b/src/gsiqt/gsiDeclQMenuBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMessageBox.cc b/src/gsiqt/gsiDeclQMessageBox.cc index 361a3af06..7709920ac 100644 --- a/src/gsiqt/gsiDeclQMessageBox.cc +++ b/src/gsiqt/gsiDeclQMessageBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMetaClassInfo.cc b/src/gsiqt/gsiDeclQMetaClassInfo.cc index 5d2506f8a..8c22a9ad0 100644 --- a/src/gsiqt/gsiDeclQMetaClassInfo.cc +++ b/src/gsiqt/gsiDeclQMetaClassInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMetaEnum.cc b/src/gsiqt/gsiDeclQMetaEnum.cc index 9e0a895c2..3822cbf59 100644 --- a/src/gsiqt/gsiDeclQMetaEnum.cc +++ b/src/gsiqt/gsiDeclQMetaEnum.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMetaMethod.cc b/src/gsiqt/gsiDeclQMetaMethod.cc index 570e3d15f..c4680fa13 100644 --- a/src/gsiqt/gsiDeclQMetaMethod.cc +++ b/src/gsiqt/gsiDeclQMetaMethod.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMetaObject.cc b/src/gsiqt/gsiDeclQMetaObject.cc index 423e81acc..5cfe4cf40 100644 --- a/src/gsiqt/gsiDeclQMetaObject.cc +++ b/src/gsiqt/gsiDeclQMetaObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMetaProperty.cc b/src/gsiqt/gsiDeclQMetaProperty.cc index d3b4dec95..ae82482e2 100644 --- a/src/gsiqt/gsiDeclQMetaProperty.cc +++ b/src/gsiqt/gsiDeclQMetaProperty.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMetaType.cc b/src/gsiqt/gsiDeclQMetaType.cc index 70cbeca52..822806595 100644 --- a/src/gsiqt/gsiDeclQMetaType.cc +++ b/src/gsiqt/gsiDeclQMetaType.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMimeData.cc b/src/gsiqt/gsiDeclQMimeData.cc index cc045bad5..e6d272e58 100644 --- a/src/gsiqt/gsiDeclQMimeData.cc +++ b/src/gsiqt/gsiDeclQMimeData.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMimeSource.cc b/src/gsiqt/gsiDeclQMimeSource.cc index 3bb9a2bec..b24e423dc 100644 --- a/src/gsiqt/gsiDeclQMimeSource.cc +++ b/src/gsiqt/gsiDeclQMimeSource.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQModelIndex.cc b/src/gsiqt/gsiDeclQModelIndex.cc index 0a34e87aa..011ccdacf 100644 --- a/src/gsiqt/gsiDeclQModelIndex.cc +++ b/src/gsiqt/gsiDeclQModelIndex.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMotifStyle.cc b/src/gsiqt/gsiDeclQMotifStyle.cc index 73ec628f7..a8dac04fe 100644 --- a/src/gsiqt/gsiDeclQMotifStyle.cc +++ b/src/gsiqt/gsiDeclQMotifStyle.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMouseEvent.cc b/src/gsiqt/gsiDeclQMouseEvent.cc index c0d6e9d7a..1be6a6882 100644 --- a/src/gsiqt/gsiDeclQMouseEvent.cc +++ b/src/gsiqt/gsiDeclQMouseEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMoveEvent.cc b/src/gsiqt/gsiDeclQMoveEvent.cc index 7d26f77c3..79977761a 100644 --- a/src/gsiqt/gsiDeclQMoveEvent.cc +++ b/src/gsiqt/gsiDeclQMoveEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMovie.cc b/src/gsiqt/gsiDeclQMovie.cc index c77041aa9..31abbe4b8 100644 --- a/src/gsiqt/gsiDeclQMovie.cc +++ b/src/gsiqt/gsiDeclQMovie.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQMutex.cc b/src/gsiqt/gsiDeclQMutex.cc index 1c5aeeb47..89dedaa78 100644 --- a/src/gsiqt/gsiDeclQMutex.cc +++ b/src/gsiqt/gsiDeclQMutex.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQNetworkAccessManager.cc b/src/gsiqt/gsiDeclQNetworkAccessManager.cc index 3feb3c3ca..ccc4cdf2e 100644 --- a/src/gsiqt/gsiDeclQNetworkAccessManager.cc +++ b/src/gsiqt/gsiDeclQNetworkAccessManager.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQNetworkAddressEntry.cc b/src/gsiqt/gsiDeclQNetworkAddressEntry.cc index 2e9a491b2..248b3c972 100644 --- a/src/gsiqt/gsiDeclQNetworkAddressEntry.cc +++ b/src/gsiqt/gsiDeclQNetworkAddressEntry.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQNetworkCacheMetaData.cc b/src/gsiqt/gsiDeclQNetworkCacheMetaData.cc index 9f708e849..06e6a23e7 100644 --- a/src/gsiqt/gsiDeclQNetworkCacheMetaData.cc +++ b/src/gsiqt/gsiDeclQNetworkCacheMetaData.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQNetworkCookie.cc b/src/gsiqt/gsiDeclQNetworkCookie.cc index 797d0f0f4..a757005bb 100644 --- a/src/gsiqt/gsiDeclQNetworkCookie.cc +++ b/src/gsiqt/gsiDeclQNetworkCookie.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQNetworkCookieJar.cc b/src/gsiqt/gsiDeclQNetworkCookieJar.cc index baa9aecb6..6f93bc49d 100644 --- a/src/gsiqt/gsiDeclQNetworkCookieJar.cc +++ b/src/gsiqt/gsiDeclQNetworkCookieJar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQNetworkDiskCache.cc b/src/gsiqt/gsiDeclQNetworkDiskCache.cc index 01a2c7b1d..3e1d1ad58 100644 --- a/src/gsiqt/gsiDeclQNetworkDiskCache.cc +++ b/src/gsiqt/gsiDeclQNetworkDiskCache.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQNetworkInterface.cc b/src/gsiqt/gsiDeclQNetworkInterface.cc index 276860a5c..17d99c165 100644 --- a/src/gsiqt/gsiDeclQNetworkInterface.cc +++ b/src/gsiqt/gsiDeclQNetworkInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQNetworkProxy.cc b/src/gsiqt/gsiDeclQNetworkProxy.cc index 44f5f5130..2c9afc6fc 100644 --- a/src/gsiqt/gsiDeclQNetworkProxy.cc +++ b/src/gsiqt/gsiDeclQNetworkProxy.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQNetworkProxyFactory.cc b/src/gsiqt/gsiDeclQNetworkProxyFactory.cc index 540ffc779..c5a7d8722 100644 --- a/src/gsiqt/gsiDeclQNetworkProxyFactory.cc +++ b/src/gsiqt/gsiDeclQNetworkProxyFactory.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQNetworkProxyQuery.cc b/src/gsiqt/gsiDeclQNetworkProxyQuery.cc index 35c30d970..cfd43462b 100644 --- a/src/gsiqt/gsiDeclQNetworkProxyQuery.cc +++ b/src/gsiqt/gsiDeclQNetworkProxyQuery.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQNetworkReply.cc b/src/gsiqt/gsiDeclQNetworkReply.cc index 8b0c2e3c4..c9fa5f2b8 100644 --- a/src/gsiqt/gsiDeclQNetworkReply.cc +++ b/src/gsiqt/gsiDeclQNetworkReply.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQNetworkRequest.cc b/src/gsiqt/gsiDeclQNetworkRequest.cc index 0eccc3d9b..aac486e12 100644 --- a/src/gsiqt/gsiDeclQNetworkRequest.cc +++ b/src/gsiqt/gsiDeclQNetworkRequest.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQObject.cc b/src/gsiqt/gsiDeclQObject.cc index 5f2efb41e..fb53b2bf6 100644 --- a/src/gsiqt/gsiDeclQObject.cc +++ b/src/gsiqt/gsiDeclQObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPageSetupDialog.cc b/src/gsiqt/gsiDeclQPageSetupDialog.cc index 9d64344ad..be760ea51 100644 --- a/src/gsiqt/gsiDeclQPageSetupDialog.cc +++ b/src/gsiqt/gsiDeclQPageSetupDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPaintDevice.cc b/src/gsiqt/gsiDeclQPaintDevice.cc index ee931c085..80e385f14 100644 --- a/src/gsiqt/gsiDeclQPaintDevice.cc +++ b/src/gsiqt/gsiDeclQPaintDevice.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPaintEngine.cc b/src/gsiqt/gsiDeclQPaintEngine.cc index 6b8e99198..d6bad04c8 100644 --- a/src/gsiqt/gsiDeclQPaintEngine.cc +++ b/src/gsiqt/gsiDeclQPaintEngine.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPaintEngineState.cc b/src/gsiqt/gsiDeclQPaintEngineState.cc index 9c50fd3a1..a9af9a755 100644 --- a/src/gsiqt/gsiDeclQPaintEngineState.cc +++ b/src/gsiqt/gsiDeclQPaintEngineState.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPaintEvent.cc b/src/gsiqt/gsiDeclQPaintEvent.cc index 28feeb4c2..5c077115d 100644 --- a/src/gsiqt/gsiDeclQPaintEvent.cc +++ b/src/gsiqt/gsiDeclQPaintEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPainter.cc b/src/gsiqt/gsiDeclQPainter.cc index b34ee6399..9b61001ab 100644 --- a/src/gsiqt/gsiDeclQPainter.cc +++ b/src/gsiqt/gsiDeclQPainter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPainterPath.cc b/src/gsiqt/gsiDeclQPainterPath.cc index ab970f360..256d77fc6 100644 --- a/src/gsiqt/gsiDeclQPainterPath.cc +++ b/src/gsiqt/gsiDeclQPainterPath.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPainterPathStroker.cc b/src/gsiqt/gsiDeclQPainterPathStroker.cc index 11fc1d344..74b00d10b 100644 --- a/src/gsiqt/gsiDeclQPainterPathStroker.cc +++ b/src/gsiqt/gsiDeclQPainterPathStroker.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPainterPath_Element.cc b/src/gsiqt/gsiDeclQPainterPath_Element.cc index 8a6c44e42..2236cacc7 100644 --- a/src/gsiqt/gsiDeclQPainterPath_Element.cc +++ b/src/gsiqt/gsiDeclQPainterPath_Element.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPalette.cc b/src/gsiqt/gsiDeclQPalette.cc index 505f17dee..2e8af12ae 100644 --- a/src/gsiqt/gsiDeclQPalette.cc +++ b/src/gsiqt/gsiDeclQPalette.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPanGesture.cc b/src/gsiqt/gsiDeclQPanGesture.cc index 920d937dc..de1ec1d13 100644 --- a/src/gsiqt/gsiDeclQPanGesture.cc +++ b/src/gsiqt/gsiDeclQPanGesture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPen.cc b/src/gsiqt/gsiDeclQPen.cc index 62df9c1b6..556994d6b 100644 --- a/src/gsiqt/gsiDeclQPen.cc +++ b/src/gsiqt/gsiDeclQPen.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPersistentModelIndex.cc b/src/gsiqt/gsiDeclQPersistentModelIndex.cc index a3344ee9b..8c5a88b81 100644 --- a/src/gsiqt/gsiDeclQPersistentModelIndex.cc +++ b/src/gsiqt/gsiDeclQPersistentModelIndex.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPicture.cc b/src/gsiqt/gsiDeclQPicture.cc index 4a63a11df..a52838025 100644 --- a/src/gsiqt/gsiDeclQPicture.cc +++ b/src/gsiqt/gsiDeclQPicture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPinchGesture.cc b/src/gsiqt/gsiDeclQPinchGesture.cc index e74b85b18..5dccb8448 100644 --- a/src/gsiqt/gsiDeclQPinchGesture.cc +++ b/src/gsiqt/gsiDeclQPinchGesture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPixmap.cc b/src/gsiqt/gsiDeclQPixmap.cc index 1e1fb0edb..8e6534df6 100644 --- a/src/gsiqt/gsiDeclQPixmap.cc +++ b/src/gsiqt/gsiDeclQPixmap.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPixmapCache.cc b/src/gsiqt/gsiDeclQPixmapCache.cc index b57a3d73f..170284a75 100644 --- a/src/gsiqt/gsiDeclQPixmapCache.cc +++ b/src/gsiqt/gsiDeclQPixmapCache.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPlainTextDocumentLayout.cc b/src/gsiqt/gsiDeclQPlainTextDocumentLayout.cc index fa6860908..323746ea1 100644 --- a/src/gsiqt/gsiDeclQPlainTextDocumentLayout.cc +++ b/src/gsiqt/gsiDeclQPlainTextDocumentLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPlainTextEdit.cc b/src/gsiqt/gsiDeclQPlainTextEdit.cc index 6da7aa653..43c1ff690 100644 --- a/src/gsiqt/gsiDeclQPlainTextEdit.cc +++ b/src/gsiqt/gsiDeclQPlainTextEdit.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPlastiqueStyle.cc b/src/gsiqt/gsiDeclQPlastiqueStyle.cc index 8ac39860e..2b73c6fd9 100644 --- a/src/gsiqt/gsiDeclQPlastiqueStyle.cc +++ b/src/gsiqt/gsiDeclQPlastiqueStyle.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPluginLoader.cc b/src/gsiqt/gsiDeclQPluginLoader.cc index 890dbd5e5..26803927e 100644 --- a/src/gsiqt/gsiDeclQPluginLoader.cc +++ b/src/gsiqt/gsiDeclQPluginLoader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPoint.cc b/src/gsiqt/gsiDeclQPoint.cc index 7e3ac8118..31a3ff714 100644 --- a/src/gsiqt/gsiDeclQPoint.cc +++ b/src/gsiqt/gsiDeclQPoint.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPointF.cc b/src/gsiqt/gsiDeclQPointF.cc index 68897c8ac..4c6bf1b2d 100644 --- a/src/gsiqt/gsiDeclQPointF.cc +++ b/src/gsiqt/gsiDeclQPointF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPolygon.cc b/src/gsiqt/gsiDeclQPolygon.cc index abf23f5bb..9986aca0f 100644 --- a/src/gsiqt/gsiDeclQPolygon.cc +++ b/src/gsiqt/gsiDeclQPolygon.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPolygonF.cc b/src/gsiqt/gsiDeclQPolygonF.cc index b29d08399..99288a97f 100644 --- a/src/gsiqt/gsiDeclQPolygonF.cc +++ b/src/gsiqt/gsiDeclQPolygonF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPrintDialog.cc b/src/gsiqt/gsiDeclQPrintDialog.cc index e9c725619..faf886cf6 100644 --- a/src/gsiqt/gsiDeclQPrintDialog.cc +++ b/src/gsiqt/gsiDeclQPrintDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPrintEngine.cc b/src/gsiqt/gsiDeclQPrintEngine.cc index e65e7802d..40da8e3ba 100644 --- a/src/gsiqt/gsiDeclQPrintEngine.cc +++ b/src/gsiqt/gsiDeclQPrintEngine.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPrintPreviewDialog.cc b/src/gsiqt/gsiDeclQPrintPreviewDialog.cc index b4e29752b..c12dbe55a 100644 --- a/src/gsiqt/gsiDeclQPrintPreviewDialog.cc +++ b/src/gsiqt/gsiDeclQPrintPreviewDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPrintPreviewWidget.cc b/src/gsiqt/gsiDeclQPrintPreviewWidget.cc index 8df15fb77..a8ae739ee 100644 --- a/src/gsiqt/gsiDeclQPrintPreviewWidget.cc +++ b/src/gsiqt/gsiDeclQPrintPreviewWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPrinter.cc b/src/gsiqt/gsiDeclQPrinter.cc index d236601e1..d06f1ecd1 100644 --- a/src/gsiqt/gsiDeclQPrinter.cc +++ b/src/gsiqt/gsiDeclQPrinter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPrinterInfo.cc b/src/gsiqt/gsiDeclQPrinterInfo.cc index e0b491294..66c8e02a6 100644 --- a/src/gsiqt/gsiDeclQPrinterInfo.cc +++ b/src/gsiqt/gsiDeclQPrinterInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQProcess.cc b/src/gsiqt/gsiDeclQProcess.cc index 12dec4c42..01da91f82 100644 --- a/src/gsiqt/gsiDeclQProcess.cc +++ b/src/gsiqt/gsiDeclQProcess.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQProcessEnvironment.cc b/src/gsiqt/gsiDeclQProcessEnvironment.cc index f8fddb151..2dc059c3c 100644 --- a/src/gsiqt/gsiDeclQProcessEnvironment.cc +++ b/src/gsiqt/gsiDeclQProcessEnvironment.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQProgressBar.cc b/src/gsiqt/gsiDeclQProgressBar.cc index d577001ab..c458a7ea9 100644 --- a/src/gsiqt/gsiDeclQProgressBar.cc +++ b/src/gsiqt/gsiDeclQProgressBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQProgressDialog.cc b/src/gsiqt/gsiDeclQProgressDialog.cc index 79680234c..6b7a7fa93 100644 --- a/src/gsiqt/gsiDeclQProgressDialog.cc +++ b/src/gsiqt/gsiDeclQProgressDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQPushButton.cc b/src/gsiqt/gsiDeclQPushButton.cc index 1b6406d14..e424e0840 100644 --- a/src/gsiqt/gsiDeclQPushButton.cc +++ b/src/gsiqt/gsiDeclQPushButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQQuaternion.cc b/src/gsiqt/gsiDeclQQuaternion.cc index 8d26c6573..bd1756551 100644 --- a/src/gsiqt/gsiDeclQQuaternion.cc +++ b/src/gsiqt/gsiDeclQQuaternion.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQRadialGradient.cc b/src/gsiqt/gsiDeclQRadialGradient.cc index 21dd03c82..a8db9d409 100644 --- a/src/gsiqt/gsiDeclQRadialGradient.cc +++ b/src/gsiqt/gsiDeclQRadialGradient.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQRadioButton.cc b/src/gsiqt/gsiDeclQRadioButton.cc index d00e22fc8..cfbc5820b 100644 --- a/src/gsiqt/gsiDeclQRadioButton.cc +++ b/src/gsiqt/gsiDeclQRadioButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQReadLocker.cc b/src/gsiqt/gsiDeclQReadLocker.cc index d68e549de..0bff598dc 100644 --- a/src/gsiqt/gsiDeclQReadLocker.cc +++ b/src/gsiqt/gsiDeclQReadLocker.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQReadWriteLock.cc b/src/gsiqt/gsiDeclQReadWriteLock.cc index e58355c0d..c63f96052 100644 --- a/src/gsiqt/gsiDeclQReadWriteLock.cc +++ b/src/gsiqt/gsiDeclQReadWriteLock.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQRect.cc b/src/gsiqt/gsiDeclQRect.cc index 20a49aa70..06dcc8eb8 100644 --- a/src/gsiqt/gsiDeclQRect.cc +++ b/src/gsiqt/gsiDeclQRect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQRectF.cc b/src/gsiqt/gsiDeclQRectF.cc index 093895bea..79c1df47e 100644 --- a/src/gsiqt/gsiDeclQRectF.cc +++ b/src/gsiqt/gsiDeclQRectF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQRegExp.cc b/src/gsiqt/gsiDeclQRegExp.cc index 17e6c265b..1baa38df0 100644 --- a/src/gsiqt/gsiDeclQRegExp.cc +++ b/src/gsiqt/gsiDeclQRegExp.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQRegExpValidator.cc b/src/gsiqt/gsiDeclQRegExpValidator.cc index 310323027..9c4aa8375 100644 --- a/src/gsiqt/gsiDeclQRegExpValidator.cc +++ b/src/gsiqt/gsiDeclQRegExpValidator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQRegion.cc b/src/gsiqt/gsiDeclQRegion.cc index 5a8a6fafd..0ff91196a 100644 --- a/src/gsiqt/gsiDeclQRegion.cc +++ b/src/gsiqt/gsiDeclQRegion.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQResizeEvent.cc b/src/gsiqt/gsiDeclQResizeEvent.cc index 4599cd758..8df807a80 100644 --- a/src/gsiqt/gsiDeclQResizeEvent.cc +++ b/src/gsiqt/gsiDeclQResizeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQResource.cc b/src/gsiqt/gsiDeclQResource.cc index 21949bbdb..7b343f9c2 100644 --- a/src/gsiqt/gsiDeclQResource.cc +++ b/src/gsiqt/gsiDeclQResource.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQRubberBand.cc b/src/gsiqt/gsiDeclQRubberBand.cc index e57e46f47..030540b27 100644 --- a/src/gsiqt/gsiDeclQRubberBand.cc +++ b/src/gsiqt/gsiDeclQRubberBand.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQScrollArea.cc b/src/gsiqt/gsiDeclQScrollArea.cc index 8f2dc038d..1556f73fe 100644 --- a/src/gsiqt/gsiDeclQScrollArea.cc +++ b/src/gsiqt/gsiDeclQScrollArea.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQScrollBar.cc b/src/gsiqt/gsiDeclQScrollBar.cc index c75fa98e3..824d97a6f 100644 --- a/src/gsiqt/gsiDeclQScrollBar.cc +++ b/src/gsiqt/gsiDeclQScrollBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSemaphore.cc b/src/gsiqt/gsiDeclQSemaphore.cc index 5d6610fc8..cfa52a693 100644 --- a/src/gsiqt/gsiDeclQSemaphore.cc +++ b/src/gsiqt/gsiDeclQSemaphore.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSettings.cc b/src/gsiqt/gsiDeclQSettings.cc index 460b812c6..7cc5ca1a1 100644 --- a/src/gsiqt/gsiDeclQSettings.cc +++ b/src/gsiqt/gsiDeclQSettings.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQShortcut.cc b/src/gsiqt/gsiDeclQShortcut.cc index 736382d9b..28dd62106 100644 --- a/src/gsiqt/gsiDeclQShortcut.cc +++ b/src/gsiqt/gsiDeclQShortcut.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQShortcutEvent.cc b/src/gsiqt/gsiDeclQShortcutEvent.cc index 39d54a8d8..2a5f5de7e 100644 --- a/src/gsiqt/gsiDeclQShortcutEvent.cc +++ b/src/gsiqt/gsiDeclQShortcutEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQShowEvent.cc b/src/gsiqt/gsiDeclQShowEvent.cc index 0155503c5..eb5608353 100644 --- a/src/gsiqt/gsiDeclQShowEvent.cc +++ b/src/gsiqt/gsiDeclQShowEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSignalMapper.cc b/src/gsiqt/gsiDeclQSignalMapper.cc index 02f4da057..0ed0ba7ea 100644 --- a/src/gsiqt/gsiDeclQSignalMapper.cc +++ b/src/gsiqt/gsiDeclQSignalMapper.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSize.cc b/src/gsiqt/gsiDeclQSize.cc index aa46fa148..136792216 100644 --- a/src/gsiqt/gsiDeclQSize.cc +++ b/src/gsiqt/gsiDeclQSize.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSizeF.cc b/src/gsiqt/gsiDeclQSizeF.cc index a41f54097..74c3e9a76 100644 --- a/src/gsiqt/gsiDeclQSizeF.cc +++ b/src/gsiqt/gsiDeclQSizeF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSizeGrip.cc b/src/gsiqt/gsiDeclQSizeGrip.cc index 94d9cbcd0..8a4fbbfb5 100644 --- a/src/gsiqt/gsiDeclQSizeGrip.cc +++ b/src/gsiqt/gsiDeclQSizeGrip.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSizePolicy.cc b/src/gsiqt/gsiDeclQSizePolicy.cc index 8c757c0c5..1151cb79b 100644 --- a/src/gsiqt/gsiDeclQSizePolicy.cc +++ b/src/gsiqt/gsiDeclQSizePolicy.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSlider.cc b/src/gsiqt/gsiDeclQSlider.cc index a76fd0797..dcac0fab5 100644 --- a/src/gsiqt/gsiDeclQSlider.cc +++ b/src/gsiqt/gsiDeclQSlider.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSocketNotifier.cc b/src/gsiqt/gsiDeclQSocketNotifier.cc index a3317b775..3b7c71314 100644 --- a/src/gsiqt/gsiDeclQSocketNotifier.cc +++ b/src/gsiqt/gsiDeclQSocketNotifier.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSortFilterProxyModel.cc b/src/gsiqt/gsiDeclQSortFilterProxyModel.cc index 93670d595..f12d39aae 100644 --- a/src/gsiqt/gsiDeclQSortFilterProxyModel.cc +++ b/src/gsiqt/gsiDeclQSortFilterProxyModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSound.cc b/src/gsiqt/gsiDeclQSound.cc index 335a1a24e..f1d0d7277 100644 --- a/src/gsiqt/gsiDeclQSound.cc +++ b/src/gsiqt/gsiDeclQSound.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSpacerItem.cc b/src/gsiqt/gsiDeclQSpacerItem.cc index 30d229865..a2b4d66a5 100644 --- a/src/gsiqt/gsiDeclQSpacerItem.cc +++ b/src/gsiqt/gsiDeclQSpacerItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSpinBox.cc b/src/gsiqt/gsiDeclQSpinBox.cc index ae900b21d..b1cf8df30 100644 --- a/src/gsiqt/gsiDeclQSpinBox.cc +++ b/src/gsiqt/gsiDeclQSpinBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSplashScreen.cc b/src/gsiqt/gsiDeclQSplashScreen.cc index 164f52241..3b9c2acc0 100644 --- a/src/gsiqt/gsiDeclQSplashScreen.cc +++ b/src/gsiqt/gsiDeclQSplashScreen.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSplitter.cc b/src/gsiqt/gsiDeclQSplitter.cc index 91d465a0c..2f340f9b9 100644 --- a/src/gsiqt/gsiDeclQSplitter.cc +++ b/src/gsiqt/gsiDeclQSplitter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSplitterHandle.cc b/src/gsiqt/gsiDeclQSplitterHandle.cc index feb135cb3..9a7c212ed 100644 --- a/src/gsiqt/gsiDeclQSplitterHandle.cc +++ b/src/gsiqt/gsiDeclQSplitterHandle.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSql.cc b/src/gsiqt/gsiDeclQSql.cc index ff4696ed9..438a64b70 100644 --- a/src/gsiqt/gsiDeclQSql.cc +++ b/src/gsiqt/gsiDeclQSql.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSqlDatabase.cc b/src/gsiqt/gsiDeclQSqlDatabase.cc index 674353b10..b58813bba 100644 --- a/src/gsiqt/gsiDeclQSqlDatabase.cc +++ b/src/gsiqt/gsiDeclQSqlDatabase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSqlDriver.cc b/src/gsiqt/gsiDeclQSqlDriver.cc index a8b7e6296..0601c9c8b 100644 --- a/src/gsiqt/gsiDeclQSqlDriver.cc +++ b/src/gsiqt/gsiDeclQSqlDriver.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSqlDriverCreatorBase.cc b/src/gsiqt/gsiDeclQSqlDriverCreatorBase.cc index ec9d62c7a..e728f7911 100644 --- a/src/gsiqt/gsiDeclQSqlDriverCreatorBase.cc +++ b/src/gsiqt/gsiDeclQSqlDriverCreatorBase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSqlError.cc b/src/gsiqt/gsiDeclQSqlError.cc index d23f2f506..f0432378a 100644 --- a/src/gsiqt/gsiDeclQSqlError.cc +++ b/src/gsiqt/gsiDeclQSqlError.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSqlField.cc b/src/gsiqt/gsiDeclQSqlField.cc index 67985fc36..843b1f035 100644 --- a/src/gsiqt/gsiDeclQSqlField.cc +++ b/src/gsiqt/gsiDeclQSqlField.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSqlIndex.cc b/src/gsiqt/gsiDeclQSqlIndex.cc index ea283bc54..0fe8c48cf 100644 --- a/src/gsiqt/gsiDeclQSqlIndex.cc +++ b/src/gsiqt/gsiDeclQSqlIndex.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSqlQuery.cc b/src/gsiqt/gsiDeclQSqlQuery.cc index a6082951d..3512cbd9f 100644 --- a/src/gsiqt/gsiDeclQSqlQuery.cc +++ b/src/gsiqt/gsiDeclQSqlQuery.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSqlQueryModel.cc b/src/gsiqt/gsiDeclQSqlQueryModel.cc index 20ca120c2..58176238b 100644 --- a/src/gsiqt/gsiDeclQSqlQueryModel.cc +++ b/src/gsiqt/gsiDeclQSqlQueryModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSqlRecord.cc b/src/gsiqt/gsiDeclQSqlRecord.cc index 0afe0c31f..cd375b854 100644 --- a/src/gsiqt/gsiDeclQSqlRecord.cc +++ b/src/gsiqt/gsiDeclQSqlRecord.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSqlRelation.cc b/src/gsiqt/gsiDeclQSqlRelation.cc index a22d7989f..b4ef9f4a6 100644 --- a/src/gsiqt/gsiDeclQSqlRelation.cc +++ b/src/gsiqt/gsiDeclQSqlRelation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSqlRelationalTableModel.cc b/src/gsiqt/gsiDeclQSqlRelationalTableModel.cc index 31e22eb4c..6254c136c 100644 --- a/src/gsiqt/gsiDeclQSqlRelationalTableModel.cc +++ b/src/gsiqt/gsiDeclQSqlRelationalTableModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSqlResult.cc b/src/gsiqt/gsiDeclQSqlResult.cc index 34b6dda0b..34d560864 100644 --- a/src/gsiqt/gsiDeclQSqlResult.cc +++ b/src/gsiqt/gsiDeclQSqlResult.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSqlTableModel.cc b/src/gsiqt/gsiDeclQSqlTableModel.cc index a05403a74..01cba8cdb 100644 --- a/src/gsiqt/gsiDeclQSqlTableModel.cc +++ b/src/gsiqt/gsiDeclQSqlTableModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSsl.cc b/src/gsiqt/gsiDeclQSsl.cc index ace3f8a43..e5eec7df2 100644 --- a/src/gsiqt/gsiDeclQSsl.cc +++ b/src/gsiqt/gsiDeclQSsl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSslCertificate.cc b/src/gsiqt/gsiDeclQSslCertificate.cc index d7702cba8..b7c01e70c 100644 --- a/src/gsiqt/gsiDeclQSslCertificate.cc +++ b/src/gsiqt/gsiDeclQSslCertificate.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSslCipher.cc b/src/gsiqt/gsiDeclQSslCipher.cc index f6634b46b..56834f571 100644 --- a/src/gsiqt/gsiDeclQSslCipher.cc +++ b/src/gsiqt/gsiDeclQSslCipher.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSslConfiguration.cc b/src/gsiqt/gsiDeclQSslConfiguration.cc index 54324c18c..db2f8bab4 100644 --- a/src/gsiqt/gsiDeclQSslConfiguration.cc +++ b/src/gsiqt/gsiDeclQSslConfiguration.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSslError.cc b/src/gsiqt/gsiDeclQSslError.cc index 69f764af8..293aee2d9 100644 --- a/src/gsiqt/gsiDeclQSslError.cc +++ b/src/gsiqt/gsiDeclQSslError.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSslKey.cc b/src/gsiqt/gsiDeclQSslKey.cc index f448d2c0d..c5aab4926 100644 --- a/src/gsiqt/gsiDeclQSslKey.cc +++ b/src/gsiqt/gsiDeclQSslKey.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSslSocket.cc b/src/gsiqt/gsiDeclQSslSocket.cc index f236aefea..c886bb708 100644 --- a/src/gsiqt/gsiDeclQSslSocket.cc +++ b/src/gsiqt/gsiDeclQSslSocket.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStackedLayout.cc b/src/gsiqt/gsiDeclQStackedLayout.cc index 24a244262..e98cd6973 100644 --- a/src/gsiqt/gsiDeclQStackedLayout.cc +++ b/src/gsiqt/gsiDeclQStackedLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStackedWidget.cc b/src/gsiqt/gsiDeclQStackedWidget.cc index 44fd176f4..e68452218 100644 --- a/src/gsiqt/gsiDeclQStackedWidget.cc +++ b/src/gsiqt/gsiDeclQStackedWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStandardItem.cc b/src/gsiqt/gsiDeclQStandardItem.cc index a32135415..dbb8d6729 100644 --- a/src/gsiqt/gsiDeclQStandardItem.cc +++ b/src/gsiqt/gsiDeclQStandardItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStandardItemModel.cc b/src/gsiqt/gsiDeclQStandardItemModel.cc index afa5f8089..70d77fdcf 100644 --- a/src/gsiqt/gsiDeclQStandardItemModel.cc +++ b/src/gsiqt/gsiDeclQStandardItemModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStatusBar.cc b/src/gsiqt/gsiDeclQStatusBar.cc index 861316614..361499b15 100644 --- a/src/gsiqt/gsiDeclQStatusBar.cc +++ b/src/gsiqt/gsiDeclQStatusBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStatusTipEvent.cc b/src/gsiqt/gsiDeclQStatusTipEvent.cc index 67c389dbd..155766c05 100644 --- a/src/gsiqt/gsiDeclQStatusTipEvent.cc +++ b/src/gsiqt/gsiDeclQStatusTipEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStringListModel.cc b/src/gsiqt/gsiDeclQStringListModel.cc index f3e83991b..26c3a0018 100644 --- a/src/gsiqt/gsiDeclQStringListModel.cc +++ b/src/gsiqt/gsiDeclQStringListModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStringMatcher.cc b/src/gsiqt/gsiDeclQStringMatcher.cc index 6a9ac4f47..0561e067c 100644 --- a/src/gsiqt/gsiDeclQStringMatcher.cc +++ b/src/gsiqt/gsiDeclQStringMatcher.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyle.cc b/src/gsiqt/gsiDeclQStyle.cc index 7dd7d5031..365d2f870 100644 --- a/src/gsiqt/gsiDeclQStyle.cc +++ b/src/gsiqt/gsiDeclQStyle.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleFactory.cc b/src/gsiqt/gsiDeclQStyleFactory.cc index b1e22d45f..bd9a9b812 100644 --- a/src/gsiqt/gsiDeclQStyleFactory.cc +++ b/src/gsiqt/gsiDeclQStyleFactory.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleHintReturn.cc b/src/gsiqt/gsiDeclQStyleHintReturn.cc index 152edc3aa..e2263e47f 100644 --- a/src/gsiqt/gsiDeclQStyleHintReturn.cc +++ b/src/gsiqt/gsiDeclQStyleHintReturn.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleHintReturnMask.cc b/src/gsiqt/gsiDeclQStyleHintReturnMask.cc index dfd463419..b85d2994b 100644 --- a/src/gsiqt/gsiDeclQStyleHintReturnMask.cc +++ b/src/gsiqt/gsiDeclQStyleHintReturnMask.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleHintReturnVariant.cc b/src/gsiqt/gsiDeclQStyleHintReturnVariant.cc index d7c932549..a1cb384e7 100644 --- a/src/gsiqt/gsiDeclQStyleHintReturnVariant.cc +++ b/src/gsiqt/gsiDeclQStyleHintReturnVariant.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOption.cc b/src/gsiqt/gsiDeclQStyleOption.cc index 346aa66b1..793ff4d8d 100644 --- a/src/gsiqt/gsiDeclQStyleOption.cc +++ b/src/gsiqt/gsiDeclQStyleOption.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionButton.cc b/src/gsiqt/gsiDeclQStyleOptionButton.cc index 47c153772..7261a82bd 100644 --- a/src/gsiqt/gsiDeclQStyleOptionButton.cc +++ b/src/gsiqt/gsiDeclQStyleOptionButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionComboBox.cc b/src/gsiqt/gsiDeclQStyleOptionComboBox.cc index 576f84fc9..2bb5e0510 100644 --- a/src/gsiqt/gsiDeclQStyleOptionComboBox.cc +++ b/src/gsiqt/gsiDeclQStyleOptionComboBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionComplex.cc b/src/gsiqt/gsiDeclQStyleOptionComplex.cc index 9a481607c..ec562e63e 100644 --- a/src/gsiqt/gsiDeclQStyleOptionComplex.cc +++ b/src/gsiqt/gsiDeclQStyleOptionComplex.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionDockWidget.cc b/src/gsiqt/gsiDeclQStyleOptionDockWidget.cc index 8a559c6bb..c452fdab2 100644 --- a/src/gsiqt/gsiDeclQStyleOptionDockWidget.cc +++ b/src/gsiqt/gsiDeclQStyleOptionDockWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionFocusRect.cc b/src/gsiqt/gsiDeclQStyleOptionFocusRect.cc index cdb0d5a5e..77dd6f668 100644 --- a/src/gsiqt/gsiDeclQStyleOptionFocusRect.cc +++ b/src/gsiqt/gsiDeclQStyleOptionFocusRect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionFrame.cc b/src/gsiqt/gsiDeclQStyleOptionFrame.cc index 4935c6eb2..686154fa0 100644 --- a/src/gsiqt/gsiDeclQStyleOptionFrame.cc +++ b/src/gsiqt/gsiDeclQStyleOptionFrame.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionFrameV2.cc b/src/gsiqt/gsiDeclQStyleOptionFrameV2.cc index 58dd9cfe6..ef85d5865 100644 --- a/src/gsiqt/gsiDeclQStyleOptionFrameV2.cc +++ b/src/gsiqt/gsiDeclQStyleOptionFrameV2.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionFrameV3.cc b/src/gsiqt/gsiDeclQStyleOptionFrameV3.cc index dec9aee59..ffacb5e8d 100644 --- a/src/gsiqt/gsiDeclQStyleOptionFrameV3.cc +++ b/src/gsiqt/gsiDeclQStyleOptionFrameV3.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionGraphicsItem.cc b/src/gsiqt/gsiDeclQStyleOptionGraphicsItem.cc index 70152c2f2..c02722721 100644 --- a/src/gsiqt/gsiDeclQStyleOptionGraphicsItem.cc +++ b/src/gsiqt/gsiDeclQStyleOptionGraphicsItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionGroupBox.cc b/src/gsiqt/gsiDeclQStyleOptionGroupBox.cc index 470cce39f..013e26908 100644 --- a/src/gsiqt/gsiDeclQStyleOptionGroupBox.cc +++ b/src/gsiqt/gsiDeclQStyleOptionGroupBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionHeader.cc b/src/gsiqt/gsiDeclQStyleOptionHeader.cc index 671aec103..d9efd47f2 100644 --- a/src/gsiqt/gsiDeclQStyleOptionHeader.cc +++ b/src/gsiqt/gsiDeclQStyleOptionHeader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionMenuItem.cc b/src/gsiqt/gsiDeclQStyleOptionMenuItem.cc index 596c3f885..31ce5c111 100644 --- a/src/gsiqt/gsiDeclQStyleOptionMenuItem.cc +++ b/src/gsiqt/gsiDeclQStyleOptionMenuItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionProgressBar.cc b/src/gsiqt/gsiDeclQStyleOptionProgressBar.cc index 1d85483d7..d89d6d8a3 100644 --- a/src/gsiqt/gsiDeclQStyleOptionProgressBar.cc +++ b/src/gsiqt/gsiDeclQStyleOptionProgressBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionProgressBarV2.cc b/src/gsiqt/gsiDeclQStyleOptionProgressBarV2.cc index 09ae517cc..95429a803 100644 --- a/src/gsiqt/gsiDeclQStyleOptionProgressBarV2.cc +++ b/src/gsiqt/gsiDeclQStyleOptionProgressBarV2.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionQ3DockWindow.cc b/src/gsiqt/gsiDeclQStyleOptionQ3DockWindow.cc index 1c4aa6a4b..88ce11789 100644 --- a/src/gsiqt/gsiDeclQStyleOptionQ3DockWindow.cc +++ b/src/gsiqt/gsiDeclQStyleOptionQ3DockWindow.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionQ3ListView.cc b/src/gsiqt/gsiDeclQStyleOptionQ3ListView.cc index a77370586..8e64c9a53 100644 --- a/src/gsiqt/gsiDeclQStyleOptionQ3ListView.cc +++ b/src/gsiqt/gsiDeclQStyleOptionQ3ListView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionQ3ListViewItem.cc b/src/gsiqt/gsiDeclQStyleOptionQ3ListViewItem.cc index 6d488b05e..4d098d944 100644 --- a/src/gsiqt/gsiDeclQStyleOptionQ3ListViewItem.cc +++ b/src/gsiqt/gsiDeclQStyleOptionQ3ListViewItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionRubberBand.cc b/src/gsiqt/gsiDeclQStyleOptionRubberBand.cc index 29f557ae2..2f94bc99f 100644 --- a/src/gsiqt/gsiDeclQStyleOptionRubberBand.cc +++ b/src/gsiqt/gsiDeclQStyleOptionRubberBand.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionSizeGrip.cc b/src/gsiqt/gsiDeclQStyleOptionSizeGrip.cc index db8da84d5..b8065dc48 100644 --- a/src/gsiqt/gsiDeclQStyleOptionSizeGrip.cc +++ b/src/gsiqt/gsiDeclQStyleOptionSizeGrip.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionSlider.cc b/src/gsiqt/gsiDeclQStyleOptionSlider.cc index 3411dbeb2..2445ec6f1 100644 --- a/src/gsiqt/gsiDeclQStyleOptionSlider.cc +++ b/src/gsiqt/gsiDeclQStyleOptionSlider.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionSpinBox.cc b/src/gsiqt/gsiDeclQStyleOptionSpinBox.cc index d1af5b718..74b5aa2c4 100644 --- a/src/gsiqt/gsiDeclQStyleOptionSpinBox.cc +++ b/src/gsiqt/gsiDeclQStyleOptionSpinBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionTab.cc b/src/gsiqt/gsiDeclQStyleOptionTab.cc index 829ac7a4f..782d9feac 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTab.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTab.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionTabBarBase.cc b/src/gsiqt/gsiDeclQStyleOptionTabBarBase.cc index 2c57fda35..395613889 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTabBarBase.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTabBarBase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionTabBarBaseV2.cc b/src/gsiqt/gsiDeclQStyleOptionTabBarBaseV2.cc index 2ac284be8..e169335c2 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTabBarBaseV2.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTabBarBaseV2.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionTabV2.cc b/src/gsiqt/gsiDeclQStyleOptionTabV2.cc index fdb9a0331..1703253de 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTabV2.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTabV2.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionTabV3.cc b/src/gsiqt/gsiDeclQStyleOptionTabV3.cc index 0919dd828..56c36e0eb 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTabV3.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTabV3.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionTabWidgetFrame.cc b/src/gsiqt/gsiDeclQStyleOptionTabWidgetFrame.cc index 9ea88fe16..d03f722df 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTabWidgetFrame.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTabWidgetFrame.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionTitleBar.cc b/src/gsiqt/gsiDeclQStyleOptionTitleBar.cc index 8f0b1fa3b..2abf3f2a8 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTitleBar.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTitleBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionToolBar.cc b/src/gsiqt/gsiDeclQStyleOptionToolBar.cc index 719788a6f..f00acb78c 100644 --- a/src/gsiqt/gsiDeclQStyleOptionToolBar.cc +++ b/src/gsiqt/gsiDeclQStyleOptionToolBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionToolBox.cc b/src/gsiqt/gsiDeclQStyleOptionToolBox.cc index 6294b4d1f..9c7f5cbfd 100644 --- a/src/gsiqt/gsiDeclQStyleOptionToolBox.cc +++ b/src/gsiqt/gsiDeclQStyleOptionToolBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionToolBoxV2.cc b/src/gsiqt/gsiDeclQStyleOptionToolBoxV2.cc index e5f9f8059..efbc0dc44 100644 --- a/src/gsiqt/gsiDeclQStyleOptionToolBoxV2.cc +++ b/src/gsiqt/gsiDeclQStyleOptionToolBoxV2.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionToolButton.cc b/src/gsiqt/gsiDeclQStyleOptionToolButton.cc index ee1d44cab..c2d727fc3 100644 --- a/src/gsiqt/gsiDeclQStyleOptionToolButton.cc +++ b/src/gsiqt/gsiDeclQStyleOptionToolButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionViewItem.cc b/src/gsiqt/gsiDeclQStyleOptionViewItem.cc index 50c61ef8c..c8f3a1af7 100644 --- a/src/gsiqt/gsiDeclQStyleOptionViewItem.cc +++ b/src/gsiqt/gsiDeclQStyleOptionViewItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionViewItemV2.cc b/src/gsiqt/gsiDeclQStyleOptionViewItemV2.cc index 2a428c181..1768b4187 100644 --- a/src/gsiqt/gsiDeclQStyleOptionViewItemV2.cc +++ b/src/gsiqt/gsiDeclQStyleOptionViewItemV2.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionViewItemV3.cc b/src/gsiqt/gsiDeclQStyleOptionViewItemV3.cc index 6dda76e0d..8089476eb 100644 --- a/src/gsiqt/gsiDeclQStyleOptionViewItemV3.cc +++ b/src/gsiqt/gsiDeclQStyleOptionViewItemV3.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyleOptionViewItemV4.cc b/src/gsiqt/gsiDeclQStyleOptionViewItemV4.cc index fd7a86acc..abfabd7c7 100644 --- a/src/gsiqt/gsiDeclQStyleOptionViewItemV4.cc +++ b/src/gsiqt/gsiDeclQStyleOptionViewItemV4.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStylePainter.cc b/src/gsiqt/gsiDeclQStylePainter.cc index 153384e00..54b4d9c92 100644 --- a/src/gsiqt/gsiDeclQStylePainter.cc +++ b/src/gsiqt/gsiDeclQStylePainter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStylePlugin.cc b/src/gsiqt/gsiDeclQStylePlugin.cc index 12f11ca57..3b75e317c 100644 --- a/src/gsiqt/gsiDeclQStylePlugin.cc +++ b/src/gsiqt/gsiDeclQStylePlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQStyledItemDelegate.cc b/src/gsiqt/gsiDeclQStyledItemDelegate.cc index 08787e1de..76bc826fe 100644 --- a/src/gsiqt/gsiDeclQStyledItemDelegate.cc +++ b/src/gsiqt/gsiDeclQStyledItemDelegate.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSwipeGesture.cc b/src/gsiqt/gsiDeclQSwipeGesture.cc index 0ad6041e1..fb64b8f31 100644 --- a/src/gsiqt/gsiDeclQSwipeGesture.cc +++ b/src/gsiqt/gsiDeclQSwipeGesture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSyntaxHighlighter.cc b/src/gsiqt/gsiDeclQSyntaxHighlighter.cc index 60a03fcfa..2fd2473b8 100644 --- a/src/gsiqt/gsiDeclQSyntaxHighlighter.cc +++ b/src/gsiqt/gsiDeclQSyntaxHighlighter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSysInfo.cc b/src/gsiqt/gsiDeclQSysInfo.cc index d6782e526..bfe1efa25 100644 --- a/src/gsiqt/gsiDeclQSysInfo.cc +++ b/src/gsiqt/gsiDeclQSysInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSystemLocale.cc b/src/gsiqt/gsiDeclQSystemLocale.cc index b04deca7c..d5aa6a49c 100644 --- a/src/gsiqt/gsiDeclQSystemLocale.cc +++ b/src/gsiqt/gsiDeclQSystemLocale.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQSystemTrayIcon.cc b/src/gsiqt/gsiDeclQSystemTrayIcon.cc index 91cc0757b..58af4dc66 100644 --- a/src/gsiqt/gsiDeclQSystemTrayIcon.cc +++ b/src/gsiqt/gsiDeclQSystemTrayIcon.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTabBar.cc b/src/gsiqt/gsiDeclQTabBar.cc index 835b91bc9..771636b4b 100644 --- a/src/gsiqt/gsiDeclQTabBar.cc +++ b/src/gsiqt/gsiDeclQTabBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTabWidget.cc b/src/gsiqt/gsiDeclQTabWidget.cc index e45caf4b2..091137370 100644 --- a/src/gsiqt/gsiDeclQTabWidget.cc +++ b/src/gsiqt/gsiDeclQTabWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTableView.cc b/src/gsiqt/gsiDeclQTableView.cc index 26f7fb7c3..765dc563a 100644 --- a/src/gsiqt/gsiDeclQTableView.cc +++ b/src/gsiqt/gsiDeclQTableView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTableWidget.cc b/src/gsiqt/gsiDeclQTableWidget.cc index 0f7b1f0d2..e5023bf04 100644 --- a/src/gsiqt/gsiDeclQTableWidget.cc +++ b/src/gsiqt/gsiDeclQTableWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTableWidgetItem.cc b/src/gsiqt/gsiDeclQTableWidgetItem.cc index 63d2bf94e..186be27e1 100644 --- a/src/gsiqt/gsiDeclQTableWidgetItem.cc +++ b/src/gsiqt/gsiDeclQTableWidgetItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTableWidgetSelectionRange.cc b/src/gsiqt/gsiDeclQTableWidgetSelectionRange.cc index e8f8c06d7..c21e76076 100644 --- a/src/gsiqt/gsiDeclQTableWidgetSelectionRange.cc +++ b/src/gsiqt/gsiDeclQTableWidgetSelectionRange.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTabletEvent.cc b/src/gsiqt/gsiDeclQTabletEvent.cc index 78560f9a5..14af1cc14 100644 --- a/src/gsiqt/gsiDeclQTabletEvent.cc +++ b/src/gsiqt/gsiDeclQTabletEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTapAndHoldGesture.cc b/src/gsiqt/gsiDeclQTapAndHoldGesture.cc index f85428fdf..0c77d4d0c 100644 --- a/src/gsiqt/gsiDeclQTapAndHoldGesture.cc +++ b/src/gsiqt/gsiDeclQTapAndHoldGesture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTapGesture.cc b/src/gsiqt/gsiDeclQTapGesture.cc index a8455ae3d..cf4389e7d 100644 --- a/src/gsiqt/gsiDeclQTapGesture.cc +++ b/src/gsiqt/gsiDeclQTapGesture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTcpServer.cc b/src/gsiqt/gsiDeclQTcpServer.cc index cf41cdd54..d7e9a5b5a 100644 --- a/src/gsiqt/gsiDeclQTcpServer.cc +++ b/src/gsiqt/gsiDeclQTcpServer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTcpSocket.cc b/src/gsiqt/gsiDeclQTcpSocket.cc index 5e2dcc2de..79f2ca89c 100644 --- a/src/gsiqt/gsiDeclQTcpSocket.cc +++ b/src/gsiqt/gsiDeclQTcpSocket.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTemporaryFile.cc b/src/gsiqt/gsiDeclQTemporaryFile.cc index f564337f9..dca6ca457 100644 --- a/src/gsiqt/gsiDeclQTemporaryFile.cc +++ b/src/gsiqt/gsiDeclQTemporaryFile.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextBlock.cc b/src/gsiqt/gsiDeclQTextBlock.cc index 97909e295..ae2f54331 100644 --- a/src/gsiqt/gsiDeclQTextBlock.cc +++ b/src/gsiqt/gsiDeclQTextBlock.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextBlockFormat.cc b/src/gsiqt/gsiDeclQTextBlockFormat.cc index 1b08bf5a4..16b0d89d5 100644 --- a/src/gsiqt/gsiDeclQTextBlockFormat.cc +++ b/src/gsiqt/gsiDeclQTextBlockFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextBlockGroup.cc b/src/gsiqt/gsiDeclQTextBlockGroup.cc index 7e4df4ce3..2dd7760b6 100644 --- a/src/gsiqt/gsiDeclQTextBlockGroup.cc +++ b/src/gsiqt/gsiDeclQTextBlockGroup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextBlockUserData.cc b/src/gsiqt/gsiDeclQTextBlockUserData.cc index 7d68fb696..2bb49c742 100644 --- a/src/gsiqt/gsiDeclQTextBlockUserData.cc +++ b/src/gsiqt/gsiDeclQTextBlockUserData.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextBlock_Iterator.cc b/src/gsiqt/gsiDeclQTextBlock_Iterator.cc index 69c822d76..4984f413b 100644 --- a/src/gsiqt/gsiDeclQTextBlock_Iterator.cc +++ b/src/gsiqt/gsiDeclQTextBlock_Iterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextBrowser.cc b/src/gsiqt/gsiDeclQTextBrowser.cc index 1aadf2a8e..efc253c7f 100644 --- a/src/gsiqt/gsiDeclQTextBrowser.cc +++ b/src/gsiqt/gsiDeclQTextBrowser.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextCharFormat.cc b/src/gsiqt/gsiDeclQTextCharFormat.cc index 8498f12a5..e145024cd 100644 --- a/src/gsiqt/gsiDeclQTextCharFormat.cc +++ b/src/gsiqt/gsiDeclQTextCharFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextCodec.cc b/src/gsiqt/gsiDeclQTextCodec.cc index 938d4f087..bdc0c9a52 100644 --- a/src/gsiqt/gsiDeclQTextCodec.cc +++ b/src/gsiqt/gsiDeclQTextCodec.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextCodec_ConverterState.cc b/src/gsiqt/gsiDeclQTextCodec_ConverterState.cc index 041f428d0..1e6102d3a 100644 --- a/src/gsiqt/gsiDeclQTextCodec_ConverterState.cc +++ b/src/gsiqt/gsiDeclQTextCodec_ConverterState.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextCursor.cc b/src/gsiqt/gsiDeclQTextCursor.cc index d43af6194..19b5a4470 100644 --- a/src/gsiqt/gsiDeclQTextCursor.cc +++ b/src/gsiqt/gsiDeclQTextCursor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextDecoder.cc b/src/gsiqt/gsiDeclQTextDecoder.cc index 76fcc3fb6..e586c26dc 100644 --- a/src/gsiqt/gsiDeclQTextDecoder.cc +++ b/src/gsiqt/gsiDeclQTextDecoder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextDocument.cc b/src/gsiqt/gsiDeclQTextDocument.cc index f012c98b3..02cf3e49c 100644 --- a/src/gsiqt/gsiDeclQTextDocument.cc +++ b/src/gsiqt/gsiDeclQTextDocument.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextDocumentFragment.cc b/src/gsiqt/gsiDeclQTextDocumentFragment.cc index d6f95102f..8a31a076d 100644 --- a/src/gsiqt/gsiDeclQTextDocumentFragment.cc +++ b/src/gsiqt/gsiDeclQTextDocumentFragment.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextDocumentWriter.cc b/src/gsiqt/gsiDeclQTextDocumentWriter.cc index 59ff9d153..30f499e4b 100644 --- a/src/gsiqt/gsiDeclQTextDocumentWriter.cc +++ b/src/gsiqt/gsiDeclQTextDocumentWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextEdit.cc b/src/gsiqt/gsiDeclQTextEdit.cc index 911953cf4..9620f7160 100644 --- a/src/gsiqt/gsiDeclQTextEdit.cc +++ b/src/gsiqt/gsiDeclQTextEdit.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextEdit_ExtraSelection.cc b/src/gsiqt/gsiDeclQTextEdit_ExtraSelection.cc index 266ff2e86..905b20432 100644 --- a/src/gsiqt/gsiDeclQTextEdit_ExtraSelection.cc +++ b/src/gsiqt/gsiDeclQTextEdit_ExtraSelection.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextEncoder.cc b/src/gsiqt/gsiDeclQTextEncoder.cc index 97bd6463a..3bbf94893 100644 --- a/src/gsiqt/gsiDeclQTextEncoder.cc +++ b/src/gsiqt/gsiDeclQTextEncoder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextFormat.cc b/src/gsiqt/gsiDeclQTextFormat.cc index fd36b2a28..3c9abe1ad 100644 --- a/src/gsiqt/gsiDeclQTextFormat.cc +++ b/src/gsiqt/gsiDeclQTextFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextFragment.cc b/src/gsiqt/gsiDeclQTextFragment.cc index 0199a3914..371891b3f 100644 --- a/src/gsiqt/gsiDeclQTextFragment.cc +++ b/src/gsiqt/gsiDeclQTextFragment.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextFrame.cc b/src/gsiqt/gsiDeclQTextFrame.cc index 62de009fe..bb71dd997 100644 --- a/src/gsiqt/gsiDeclQTextFrame.cc +++ b/src/gsiqt/gsiDeclQTextFrame.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextFrameFormat.cc b/src/gsiqt/gsiDeclQTextFrameFormat.cc index 146ebd172..bda5ad031 100644 --- a/src/gsiqt/gsiDeclQTextFrameFormat.cc +++ b/src/gsiqt/gsiDeclQTextFrameFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextFrame_Iterator.cc b/src/gsiqt/gsiDeclQTextFrame_Iterator.cc index c9f0b7395..1d3ca703f 100644 --- a/src/gsiqt/gsiDeclQTextFrame_Iterator.cc +++ b/src/gsiqt/gsiDeclQTextFrame_Iterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextImageFormat.cc b/src/gsiqt/gsiDeclQTextImageFormat.cc index cb215998d..08a2f3ab5 100644 --- a/src/gsiqt/gsiDeclQTextImageFormat.cc +++ b/src/gsiqt/gsiDeclQTextImageFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextInlineObject.cc b/src/gsiqt/gsiDeclQTextInlineObject.cc index 8f5fbd29d..2a1e809cf 100644 --- a/src/gsiqt/gsiDeclQTextInlineObject.cc +++ b/src/gsiqt/gsiDeclQTextInlineObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextItem.cc b/src/gsiqt/gsiDeclQTextItem.cc index 0845dec91..b42cf06b0 100644 --- a/src/gsiqt/gsiDeclQTextItem.cc +++ b/src/gsiqt/gsiDeclQTextItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextLayout.cc b/src/gsiqt/gsiDeclQTextLayout.cc index bae4a315a..f25fdf63b 100644 --- a/src/gsiqt/gsiDeclQTextLayout.cc +++ b/src/gsiqt/gsiDeclQTextLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextLayout_FormatRange.cc b/src/gsiqt/gsiDeclQTextLayout_FormatRange.cc index 71ca9d023..807795a4d 100644 --- a/src/gsiqt/gsiDeclQTextLayout_FormatRange.cc +++ b/src/gsiqt/gsiDeclQTextLayout_FormatRange.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextLength.cc b/src/gsiqt/gsiDeclQTextLength.cc index 1828b7a71..3f0001ca6 100644 --- a/src/gsiqt/gsiDeclQTextLength.cc +++ b/src/gsiqt/gsiDeclQTextLength.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextLine.cc b/src/gsiqt/gsiDeclQTextLine.cc index b4ca3a802..4d5188318 100644 --- a/src/gsiqt/gsiDeclQTextLine.cc +++ b/src/gsiqt/gsiDeclQTextLine.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextList.cc b/src/gsiqt/gsiDeclQTextList.cc index 877b95f94..970257b05 100644 --- a/src/gsiqt/gsiDeclQTextList.cc +++ b/src/gsiqt/gsiDeclQTextList.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextListFormat.cc b/src/gsiqt/gsiDeclQTextListFormat.cc index 543241983..d61095bfc 100644 --- a/src/gsiqt/gsiDeclQTextListFormat.cc +++ b/src/gsiqt/gsiDeclQTextListFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextObject.cc b/src/gsiqt/gsiDeclQTextObject.cc index 74e673cc3..8a394f0a9 100644 --- a/src/gsiqt/gsiDeclQTextObject.cc +++ b/src/gsiqt/gsiDeclQTextObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextObjectInterface.cc b/src/gsiqt/gsiDeclQTextObjectInterface.cc index 1e7065649..759e8b653 100644 --- a/src/gsiqt/gsiDeclQTextObjectInterface.cc +++ b/src/gsiqt/gsiDeclQTextObjectInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextOption.cc b/src/gsiqt/gsiDeclQTextOption.cc index d85f78a02..6d6b56c48 100644 --- a/src/gsiqt/gsiDeclQTextOption.cc +++ b/src/gsiqt/gsiDeclQTextOption.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextOption_Tab.cc b/src/gsiqt/gsiDeclQTextOption_Tab.cc index bf375923d..b8cb4f919 100644 --- a/src/gsiqt/gsiDeclQTextOption_Tab.cc +++ b/src/gsiqt/gsiDeclQTextOption_Tab.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextStream.cc b/src/gsiqt/gsiDeclQTextStream.cc index a1a5d52be..a29146bb0 100644 --- a/src/gsiqt/gsiDeclQTextStream.cc +++ b/src/gsiqt/gsiDeclQTextStream.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextTable.cc b/src/gsiqt/gsiDeclQTextTable.cc index 3d354671f..263d7da62 100644 --- a/src/gsiqt/gsiDeclQTextTable.cc +++ b/src/gsiqt/gsiDeclQTextTable.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextTableCell.cc b/src/gsiqt/gsiDeclQTextTableCell.cc index b7ceda9e3..d4c10c901 100644 --- a/src/gsiqt/gsiDeclQTextTableCell.cc +++ b/src/gsiqt/gsiDeclQTextTableCell.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextTableCellFormat.cc b/src/gsiqt/gsiDeclQTextTableCellFormat.cc index 8b32e2e63..a1dd67ee7 100644 --- a/src/gsiqt/gsiDeclQTextTableCellFormat.cc +++ b/src/gsiqt/gsiDeclQTextTableCellFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTextTableFormat.cc b/src/gsiqt/gsiDeclQTextTableFormat.cc index 674ed19ed..382ad42be 100644 --- a/src/gsiqt/gsiDeclQTextTableFormat.cc +++ b/src/gsiqt/gsiDeclQTextTableFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQThread.cc b/src/gsiqt/gsiDeclQThread.cc index f318c258b..afe601c64 100644 --- a/src/gsiqt/gsiDeclQThread.cc +++ b/src/gsiqt/gsiDeclQThread.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTime.cc b/src/gsiqt/gsiDeclQTime.cc index e7ab1dc56..eb41f5323 100644 --- a/src/gsiqt/gsiDeclQTime.cc +++ b/src/gsiqt/gsiDeclQTime.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTimeEdit.cc b/src/gsiqt/gsiDeclQTimeEdit.cc index 3dd007810..5421d3093 100644 --- a/src/gsiqt/gsiDeclQTimeEdit.cc +++ b/src/gsiqt/gsiDeclQTimeEdit.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTimeLine.cc b/src/gsiqt/gsiDeclQTimeLine.cc index ad5dc0940..52aa46191 100644 --- a/src/gsiqt/gsiDeclQTimeLine.cc +++ b/src/gsiqt/gsiDeclQTimeLine.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTimer.cc b/src/gsiqt/gsiDeclQTimer.cc index 7542c28f4..b3a992aee 100644 --- a/src/gsiqt/gsiDeclQTimer.cc +++ b/src/gsiqt/gsiDeclQTimer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTimerEvent.cc b/src/gsiqt/gsiDeclQTimerEvent.cc index 2908c81e5..3b27fe76a 100644 --- a/src/gsiqt/gsiDeclQTimerEvent.cc +++ b/src/gsiqt/gsiDeclQTimerEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQToolBar.cc b/src/gsiqt/gsiDeclQToolBar.cc index 7f76f8882..0ecc9043c 100644 --- a/src/gsiqt/gsiDeclQToolBar.cc +++ b/src/gsiqt/gsiDeclQToolBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQToolBarChangeEvent.cc b/src/gsiqt/gsiDeclQToolBarChangeEvent.cc index 716bdf08c..33a1ce9fb 100644 --- a/src/gsiqt/gsiDeclQToolBarChangeEvent.cc +++ b/src/gsiqt/gsiDeclQToolBarChangeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQToolBox.cc b/src/gsiqt/gsiDeclQToolBox.cc index 02bc69439..0c3790b4b 100644 --- a/src/gsiqt/gsiDeclQToolBox.cc +++ b/src/gsiqt/gsiDeclQToolBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQToolButton.cc b/src/gsiqt/gsiDeclQToolButton.cc index a6ad7a43f..6c146e7c0 100644 --- a/src/gsiqt/gsiDeclQToolButton.cc +++ b/src/gsiqt/gsiDeclQToolButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQToolTip.cc b/src/gsiqt/gsiDeclQToolTip.cc index 28092fbe7..592ac7a93 100644 --- a/src/gsiqt/gsiDeclQToolTip.cc +++ b/src/gsiqt/gsiDeclQToolTip.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTouchEvent.cc b/src/gsiqt/gsiDeclQTouchEvent.cc index 9932925fc..863d55993 100644 --- a/src/gsiqt/gsiDeclQTouchEvent.cc +++ b/src/gsiqt/gsiDeclQTouchEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTouchEvent_TouchPoint.cc b/src/gsiqt/gsiDeclQTouchEvent_TouchPoint.cc index 4bc7947b1..eae2ce768 100644 --- a/src/gsiqt/gsiDeclQTouchEvent_TouchPoint.cc +++ b/src/gsiqt/gsiDeclQTouchEvent_TouchPoint.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTransform.cc b/src/gsiqt/gsiDeclQTransform.cc index e4f1663aa..093d39a46 100644 --- a/src/gsiqt/gsiDeclQTransform.cc +++ b/src/gsiqt/gsiDeclQTransform.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTranslator.cc b/src/gsiqt/gsiDeclQTranslator.cc index b8d7caa30..0290525ef 100644 --- a/src/gsiqt/gsiDeclQTranslator.cc +++ b/src/gsiqt/gsiDeclQTranslator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTreeView.cc b/src/gsiqt/gsiDeclQTreeView.cc index 68f81bea6..e0966ca63 100644 --- a/src/gsiqt/gsiDeclQTreeView.cc +++ b/src/gsiqt/gsiDeclQTreeView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTreeWidget.cc b/src/gsiqt/gsiDeclQTreeWidget.cc index ea8eff641..3b5d18ff5 100644 --- a/src/gsiqt/gsiDeclQTreeWidget.cc +++ b/src/gsiqt/gsiDeclQTreeWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTreeWidgetItem.cc b/src/gsiqt/gsiDeclQTreeWidgetItem.cc index 4334476cb..83b869b89 100644 --- a/src/gsiqt/gsiDeclQTreeWidgetItem.cc +++ b/src/gsiqt/gsiDeclQTreeWidgetItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQTreeWidgetItemIterator.cc b/src/gsiqt/gsiDeclQTreeWidgetItemIterator.cc index 596cef067..e68cddb74 100644 --- a/src/gsiqt/gsiDeclQTreeWidgetItemIterator.cc +++ b/src/gsiqt/gsiDeclQTreeWidgetItemIterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQUdpSocket.cc b/src/gsiqt/gsiDeclQUdpSocket.cc index d5b1d78c6..6a1c72a28 100644 --- a/src/gsiqt/gsiDeclQUdpSocket.cc +++ b/src/gsiqt/gsiDeclQUdpSocket.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQUndoCommand.cc b/src/gsiqt/gsiDeclQUndoCommand.cc index d546ad442..ca6b05ac9 100644 --- a/src/gsiqt/gsiDeclQUndoCommand.cc +++ b/src/gsiqt/gsiDeclQUndoCommand.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQUndoGroup.cc b/src/gsiqt/gsiDeclQUndoGroup.cc index cbe5d1dea..876a29d42 100644 --- a/src/gsiqt/gsiDeclQUndoGroup.cc +++ b/src/gsiqt/gsiDeclQUndoGroup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQUndoStack.cc b/src/gsiqt/gsiDeclQUndoStack.cc index ff79d2cb7..c00629586 100644 --- a/src/gsiqt/gsiDeclQUndoStack.cc +++ b/src/gsiqt/gsiDeclQUndoStack.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQUndoView.cc b/src/gsiqt/gsiDeclQUndoView.cc index 038026c83..6a9cd1f08 100644 --- a/src/gsiqt/gsiDeclQUndoView.cc +++ b/src/gsiqt/gsiDeclQUndoView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQUnixPrintWidget.cc b/src/gsiqt/gsiDeclQUnixPrintWidget.cc index 72af6b245..b291005c7 100644 --- a/src/gsiqt/gsiDeclQUnixPrintWidget.cc +++ b/src/gsiqt/gsiDeclQUnixPrintWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQUrl.cc b/src/gsiqt/gsiDeclQUrl.cc index 6b927c97d..bb0756649 100644 --- a/src/gsiqt/gsiDeclQUrl.cc +++ b/src/gsiqt/gsiDeclQUrl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQUrlInfo.cc b/src/gsiqt/gsiDeclQUrlInfo.cc index 8b9e11eec..1137dd0a3 100644 --- a/src/gsiqt/gsiDeclQUrlInfo.cc +++ b/src/gsiqt/gsiDeclQUrlInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQVBoxLayout.cc b/src/gsiqt/gsiDeclQVBoxLayout.cc index fb091c49f..3babc913a 100644 --- a/src/gsiqt/gsiDeclQVBoxLayout.cc +++ b/src/gsiqt/gsiDeclQVBoxLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQValidator.cc b/src/gsiqt/gsiDeclQValidator.cc index 576d9b7bb..7feb53c1f 100644 --- a/src/gsiqt/gsiDeclQValidator.cc +++ b/src/gsiqt/gsiDeclQValidator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQVector2D.cc b/src/gsiqt/gsiDeclQVector2D.cc index f6d005e66..d790c6d07 100644 --- a/src/gsiqt/gsiDeclQVector2D.cc +++ b/src/gsiqt/gsiDeclQVector2D.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQVector3D.cc b/src/gsiqt/gsiDeclQVector3D.cc index 6c1fce1c7..948cb4e8d 100644 --- a/src/gsiqt/gsiDeclQVector3D.cc +++ b/src/gsiqt/gsiDeclQVector3D.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQVector4D.cc b/src/gsiqt/gsiDeclQVector4D.cc index 012066339..f6cce376c 100644 --- a/src/gsiqt/gsiDeclQVector4D.cc +++ b/src/gsiqt/gsiDeclQVector4D.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQWaitCondition.cc b/src/gsiqt/gsiDeclQWaitCondition.cc index 72c8e7077..103135658 100644 --- a/src/gsiqt/gsiDeclQWaitCondition.cc +++ b/src/gsiqt/gsiDeclQWaitCondition.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQWhatsThis.cc b/src/gsiqt/gsiDeclQWhatsThis.cc index f18a46b2a..1780d3684 100644 --- a/src/gsiqt/gsiDeclQWhatsThis.cc +++ b/src/gsiqt/gsiDeclQWhatsThis.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQWhatsThisClickedEvent.cc b/src/gsiqt/gsiDeclQWhatsThisClickedEvent.cc index 1a79393f3..12c1908e0 100644 --- a/src/gsiqt/gsiDeclQWhatsThisClickedEvent.cc +++ b/src/gsiqt/gsiDeclQWhatsThisClickedEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQWheelEvent.cc b/src/gsiqt/gsiDeclQWheelEvent.cc index b46998684..3cc1f9ca9 100644 --- a/src/gsiqt/gsiDeclQWheelEvent.cc +++ b/src/gsiqt/gsiDeclQWheelEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQWidget.cc b/src/gsiqt/gsiDeclQWidget.cc index 2d73697be..cbc5a4eba 100644 --- a/src/gsiqt/gsiDeclQWidget.cc +++ b/src/gsiqt/gsiDeclQWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQWidgetAction.cc b/src/gsiqt/gsiDeclQWidgetAction.cc index acf32162c..1a64bf7ab 100644 --- a/src/gsiqt/gsiDeclQWidgetAction.cc +++ b/src/gsiqt/gsiDeclQWidgetAction.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQWidgetItem.cc b/src/gsiqt/gsiDeclQWidgetItem.cc index dfebb9f68..8ae2ce345 100644 --- a/src/gsiqt/gsiDeclQWidgetItem.cc +++ b/src/gsiqt/gsiDeclQWidgetItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQWindowStateChangeEvent.cc b/src/gsiqt/gsiDeclQWindowStateChangeEvent.cc index fb83fbde5..922c8c0f1 100644 --- a/src/gsiqt/gsiDeclQWindowStateChangeEvent.cc +++ b/src/gsiqt/gsiDeclQWindowStateChangeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQWindowsStyle.cc b/src/gsiqt/gsiDeclQWindowsStyle.cc index 2c85a3e76..b26081706 100644 --- a/src/gsiqt/gsiDeclQWindowsStyle.cc +++ b/src/gsiqt/gsiDeclQWindowsStyle.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQWizard.cc b/src/gsiqt/gsiDeclQWizard.cc index e4880a75c..dbbf6e580 100644 --- a/src/gsiqt/gsiDeclQWizard.cc +++ b/src/gsiqt/gsiDeclQWizard.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQWizardPage.cc b/src/gsiqt/gsiDeclQWizardPage.cc index bb1112b1f..c3c69cd5f 100644 --- a/src/gsiqt/gsiDeclQWizardPage.cc +++ b/src/gsiqt/gsiDeclQWizardPage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQWriteLocker.cc b/src/gsiqt/gsiDeclQWriteLocker.cc index d4f93da31..e1348b55b 100644 --- a/src/gsiqt/gsiDeclQWriteLocker.cc +++ b/src/gsiqt/gsiDeclQWriteLocker.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlAttributes.cc b/src/gsiqt/gsiDeclQXmlAttributes.cc index bb8b11080..f76233efc 100644 --- a/src/gsiqt/gsiDeclQXmlAttributes.cc +++ b/src/gsiqt/gsiDeclQXmlAttributes.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlContentHandler.cc b/src/gsiqt/gsiDeclQXmlContentHandler.cc index 0ab96274c..27ab503e8 100644 --- a/src/gsiqt/gsiDeclQXmlContentHandler.cc +++ b/src/gsiqt/gsiDeclQXmlContentHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlDTDHandler.cc b/src/gsiqt/gsiDeclQXmlDTDHandler.cc index 133fe2366..73855dfaf 100644 --- a/src/gsiqt/gsiDeclQXmlDTDHandler.cc +++ b/src/gsiqt/gsiDeclQXmlDTDHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlDeclHandler.cc b/src/gsiqt/gsiDeclQXmlDeclHandler.cc index 63e80ca95..e657fcd74 100644 --- a/src/gsiqt/gsiDeclQXmlDeclHandler.cc +++ b/src/gsiqt/gsiDeclQXmlDeclHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlDefaultHandler.cc b/src/gsiqt/gsiDeclQXmlDefaultHandler.cc index 98a131933..6b97dbdd1 100644 --- a/src/gsiqt/gsiDeclQXmlDefaultHandler.cc +++ b/src/gsiqt/gsiDeclQXmlDefaultHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlEntityResolver.cc b/src/gsiqt/gsiDeclQXmlEntityResolver.cc index 6136eeb07..698efc396 100644 --- a/src/gsiqt/gsiDeclQXmlEntityResolver.cc +++ b/src/gsiqt/gsiDeclQXmlEntityResolver.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlErrorHandler.cc b/src/gsiqt/gsiDeclQXmlErrorHandler.cc index e6b87d091..b741a6cfc 100644 --- a/src/gsiqt/gsiDeclQXmlErrorHandler.cc +++ b/src/gsiqt/gsiDeclQXmlErrorHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlInputSource.cc b/src/gsiqt/gsiDeclQXmlInputSource.cc index 3b8642905..a4248647b 100644 --- a/src/gsiqt/gsiDeclQXmlInputSource.cc +++ b/src/gsiqt/gsiDeclQXmlInputSource.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlLexicalHandler.cc b/src/gsiqt/gsiDeclQXmlLexicalHandler.cc index 73ab3cb5f..60896b645 100644 --- a/src/gsiqt/gsiDeclQXmlLexicalHandler.cc +++ b/src/gsiqt/gsiDeclQXmlLexicalHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlLocator.cc b/src/gsiqt/gsiDeclQXmlLocator.cc index 901616e4e..4d45f2523 100644 --- a/src/gsiqt/gsiDeclQXmlLocator.cc +++ b/src/gsiqt/gsiDeclQXmlLocator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlNamespaceSupport.cc b/src/gsiqt/gsiDeclQXmlNamespaceSupport.cc index 1f493af7f..cc61c4bfb 100644 --- a/src/gsiqt/gsiDeclQXmlNamespaceSupport.cc +++ b/src/gsiqt/gsiDeclQXmlNamespaceSupport.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlParseException.cc b/src/gsiqt/gsiDeclQXmlParseException.cc index 7267c4b6f..12ae2ddc1 100644 --- a/src/gsiqt/gsiDeclQXmlParseException.cc +++ b/src/gsiqt/gsiDeclQXmlParseException.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlReader.cc b/src/gsiqt/gsiDeclQXmlReader.cc index 1c7089555..d39e57645 100644 --- a/src/gsiqt/gsiDeclQXmlReader.cc +++ b/src/gsiqt/gsiDeclQXmlReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQXmlSimpleReader.cc b/src/gsiqt/gsiDeclQXmlSimpleReader.cc index c04d95dbd..8b7da1f5e 100644 --- a/src/gsiqt/gsiDeclQXmlSimpleReader.cc +++ b/src/gsiqt/gsiDeclQXmlSimpleReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQt.cc b/src/gsiqt/gsiDeclQt.cc index 4053f38eb..92e3419eb 100644 --- a/src/gsiqt/gsiDeclQt.cc +++ b/src/gsiqt/gsiDeclQt.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQtAdditional.cc b/src/gsiqt/gsiDeclQtAdditional.cc index 7eb8f3815..8a849b3cc 100644 --- a/src/gsiqt/gsiDeclQtAdditional.cc +++ b/src/gsiqt/gsiDeclQtAdditional.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQtBasic.cc b/src/gsiqt/gsiDeclQtBasic.cc index be576b771..86b89ebae 100644 --- a/src/gsiqt/gsiDeclQtBasic.cc +++ b/src/gsiqt/gsiDeclQtBasic.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiDeclQtTypeTraits.h b/src/gsiqt/gsiDeclQtTypeTraits.h index eae5e0663..4fa9d5abc 100644 --- a/src/gsiqt/gsiDeclQtTypeTraits.h +++ b/src/gsiqt/gsiDeclQtTypeTraits.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiQt.cc b/src/gsiqt/gsiQt.cc index 373352eda..f384d4580 100644 --- a/src/gsiqt/gsiQt.cc +++ b/src/gsiqt/gsiQt.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiQt.h b/src/gsiqt/gsiQt.h index 941714c2f..41930591a 100644 --- a/src/gsiqt/gsiQt.h +++ b/src/gsiqt/gsiQt.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt/gsiQtCommon.h b/src/gsiqt/gsiQtCommon.h index 1325b92f2..ebb74197e 100644 --- a/src/gsiqt/gsiQtCommon.h +++ b/src/gsiqt/gsiQtCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_gsiQtCommon_h) -# define HDR_gsiQtCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_GSIQT_LIBRARY -# define GSIQT_PUBLIC __declspec(dllexport) -# else -# define GSIQT_PUBLIC __declspec(dllimport) -# endif -# define GSIQT_LOCAL - -# else - -# if __GNUC__ >= 4 -# define GSIQT_PUBLIC __attribute__ ((visibility ("default"))) -# define GSIQT_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define GSIQT_PUBLIC -# define GSIQT_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_gsiQtCommon_h) +# define HDR_gsiQtCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_GSIQT_LIBRARY +# define GSIQT_PUBLIC __declspec(dllexport) +# else +# define GSIQT_PUBLIC __declspec(dllimport) +# endif +# define GSIQT_LOCAL + +# else + +# if __GNUC__ >= 4 +# define GSIQT_PUBLIC __attribute__ ((visibility ("default"))) +# define GSIQT_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define GSIQT_PUBLIC +# define GSIQT_LOCAL +# endif + +# endif + +#endif diff --git a/src/gsiqt/gsiQtExternals.h b/src/gsiqt/gsiQtExternals.h index 6a6df4896..2ce85e548 100644 --- a/src/gsiqt/gsiQtExternals.h +++ b/src/gsiqt/gsiQtExternals.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractAnimation.cc b/src/gsiqt5/gsiDeclQAbstractAnimation.cc index 0276d70df..95b003e7c 100644 --- a/src/gsiqt5/gsiDeclQAbstractAnimation.cc +++ b/src/gsiqt5/gsiDeclQAbstractAnimation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractAudioDeviceInfo.cc b/src/gsiqt5/gsiDeclQAbstractAudioDeviceInfo.cc index 42538abc9..3d4d7e9f3 100644 --- a/src/gsiqt5/gsiDeclQAbstractAudioDeviceInfo.cc +++ b/src/gsiqt5/gsiDeclQAbstractAudioDeviceInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractAudioInput.cc b/src/gsiqt5/gsiDeclQAbstractAudioInput.cc index 706123dbb..b9c8d8610 100644 --- a/src/gsiqt5/gsiDeclQAbstractAudioInput.cc +++ b/src/gsiqt5/gsiDeclQAbstractAudioInput.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractAudioOutput.cc b/src/gsiqt5/gsiDeclQAbstractAudioOutput.cc index b8fa35779..feffeed79 100644 --- a/src/gsiqt5/gsiDeclQAbstractAudioOutput.cc +++ b/src/gsiqt5/gsiDeclQAbstractAudioOutput.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractButton.cc b/src/gsiqt5/gsiDeclQAbstractButton.cc index b450a2d7f..cb1792619 100644 --- a/src/gsiqt5/gsiDeclQAbstractButton.cc +++ b/src/gsiqt5/gsiDeclQAbstractButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractEventDispatcher.cc b/src/gsiqt5/gsiDeclQAbstractEventDispatcher.cc index 00dac91b3..229472bfa 100644 --- a/src/gsiqt5/gsiDeclQAbstractEventDispatcher.cc +++ b/src/gsiqt5/gsiDeclQAbstractEventDispatcher.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractEventDispatcher_TimerInfo.cc b/src/gsiqt5/gsiDeclQAbstractEventDispatcher_TimerInfo.cc index f988f028b..d4ad211da 100644 --- a/src/gsiqt5/gsiDeclQAbstractEventDispatcher_TimerInfo.cc +++ b/src/gsiqt5/gsiDeclQAbstractEventDispatcher_TimerInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractExtensionFactory.cc b/src/gsiqt5/gsiDeclQAbstractExtensionFactory.cc index b99a564e8..9b25f92a7 100644 --- a/src/gsiqt5/gsiDeclQAbstractExtensionFactory.cc +++ b/src/gsiqt5/gsiDeclQAbstractExtensionFactory.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractExtensionManager.cc b/src/gsiqt5/gsiDeclQAbstractExtensionManager.cc index 19c6b4b8d..826155259 100644 --- a/src/gsiqt5/gsiDeclQAbstractExtensionManager.cc +++ b/src/gsiqt5/gsiDeclQAbstractExtensionManager.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractFormBuilder.cc b/src/gsiqt5/gsiDeclQAbstractFormBuilder.cc index f2ae9d7c2..eefd1909e 100644 --- a/src/gsiqt5/gsiDeclQAbstractFormBuilder.cc +++ b/src/gsiqt5/gsiDeclQAbstractFormBuilder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractGraphicsShapeItem.cc b/src/gsiqt5/gsiDeclQAbstractGraphicsShapeItem.cc index 6a94d2668..2389927aa 100644 --- a/src/gsiqt5/gsiDeclQAbstractGraphicsShapeItem.cc +++ b/src/gsiqt5/gsiDeclQAbstractGraphicsShapeItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractItemDelegate.cc b/src/gsiqt5/gsiDeclQAbstractItemDelegate.cc index ef480550e..22bd2265d 100644 --- a/src/gsiqt5/gsiDeclQAbstractItemDelegate.cc +++ b/src/gsiqt5/gsiDeclQAbstractItemDelegate.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractItemModel.cc b/src/gsiqt5/gsiDeclQAbstractItemModel.cc index 3bf64e79e..4e243a8ad 100644 --- a/src/gsiqt5/gsiDeclQAbstractItemModel.cc +++ b/src/gsiqt5/gsiDeclQAbstractItemModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractItemView.cc b/src/gsiqt5/gsiDeclQAbstractItemView.cc index b0ab279e8..a5fb6ec68 100644 --- a/src/gsiqt5/gsiDeclQAbstractItemView.cc +++ b/src/gsiqt5/gsiDeclQAbstractItemView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractListModel.cc b/src/gsiqt5/gsiDeclQAbstractListModel.cc index d23118334..b5de0f1db 100644 --- a/src/gsiqt5/gsiDeclQAbstractListModel.cc +++ b/src/gsiqt5/gsiDeclQAbstractListModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractMessageHandler.cc b/src/gsiqt5/gsiDeclQAbstractMessageHandler.cc index b71cb3c36..1e6521fc0 100644 --- a/src/gsiqt5/gsiDeclQAbstractMessageHandler.cc +++ b/src/gsiqt5/gsiDeclQAbstractMessageHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractNativeEventFilter.cc b/src/gsiqt5/gsiDeclQAbstractNativeEventFilter.cc index b8efa4456..3b88825fd 100644 --- a/src/gsiqt5/gsiDeclQAbstractNativeEventFilter.cc +++ b/src/gsiqt5/gsiDeclQAbstractNativeEventFilter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractNetworkCache.cc b/src/gsiqt5/gsiDeclQAbstractNetworkCache.cc index d3fc016be..3ea762a9f 100644 --- a/src/gsiqt5/gsiDeclQAbstractNetworkCache.cc +++ b/src/gsiqt5/gsiDeclQAbstractNetworkCache.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractPrintDialog.cc b/src/gsiqt5/gsiDeclQAbstractPrintDialog.cc index 50bab51e7..c60a658f2 100644 --- a/src/gsiqt5/gsiDeclQAbstractPrintDialog.cc +++ b/src/gsiqt5/gsiDeclQAbstractPrintDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractProxyModel.cc b/src/gsiqt5/gsiDeclQAbstractProxyModel.cc index e382b9d25..31f969de2 100644 --- a/src/gsiqt5/gsiDeclQAbstractProxyModel.cc +++ b/src/gsiqt5/gsiDeclQAbstractProxyModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractScrollArea.cc b/src/gsiqt5/gsiDeclQAbstractScrollArea.cc index 29c3b7640..29a1766a1 100644 --- a/src/gsiqt5/gsiDeclQAbstractScrollArea.cc +++ b/src/gsiqt5/gsiDeclQAbstractScrollArea.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractSlider.cc b/src/gsiqt5/gsiDeclQAbstractSlider.cc index 83c7415f1..f59dc31fd 100644 --- a/src/gsiqt5/gsiDeclQAbstractSlider.cc +++ b/src/gsiqt5/gsiDeclQAbstractSlider.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractSocket.cc b/src/gsiqt5/gsiDeclQAbstractSocket.cc index de1746758..c971e057b 100644 --- a/src/gsiqt5/gsiDeclQAbstractSocket.cc +++ b/src/gsiqt5/gsiDeclQAbstractSocket.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractSpinBox.cc b/src/gsiqt5/gsiDeclQAbstractSpinBox.cc index ee8be2535..0c132df15 100644 --- a/src/gsiqt5/gsiDeclQAbstractSpinBox.cc +++ b/src/gsiqt5/gsiDeclQAbstractSpinBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractState.cc b/src/gsiqt5/gsiDeclQAbstractState.cc index aedd3a7dd..03693d565 100644 --- a/src/gsiqt5/gsiDeclQAbstractState.cc +++ b/src/gsiqt5/gsiDeclQAbstractState.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractTableModel.cc b/src/gsiqt5/gsiDeclQAbstractTableModel.cc index b123458d8..f8030f8c1 100644 --- a/src/gsiqt5/gsiDeclQAbstractTableModel.cc +++ b/src/gsiqt5/gsiDeclQAbstractTableModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout.cc b/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout.cc index 8925d5822..e34a3eb0b 100644 --- a/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout.cc +++ b/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc b/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc index 91563f196..a05f98165 100644 --- a/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc +++ b/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_Selection.cc b/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_Selection.cc index 19f15757b..9fabcc57c 100644 --- a/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_Selection.cc +++ b/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_Selection.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractTransition.cc b/src/gsiqt5/gsiDeclQAbstractTransition.cc index 3ca02e689..35de999db 100644 --- a/src/gsiqt5/gsiDeclQAbstractTransition.cc +++ b/src/gsiqt5/gsiDeclQAbstractTransition.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractUndoItem.cc b/src/gsiqt5/gsiDeclQAbstractUndoItem.cc index 9d367fe47..19468b4ff 100644 --- a/src/gsiqt5/gsiDeclQAbstractUndoItem.cc +++ b/src/gsiqt5/gsiDeclQAbstractUndoItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractUriResolver.cc b/src/gsiqt5/gsiDeclQAbstractUriResolver.cc index 742eec062..56a8a0d25 100644 --- a/src/gsiqt5/gsiDeclQAbstractUriResolver.cc +++ b/src/gsiqt5/gsiDeclQAbstractUriResolver.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractVideoBuffer.cc b/src/gsiqt5/gsiDeclQAbstractVideoBuffer.cc index 6645bf82c..988ea1147 100644 --- a/src/gsiqt5/gsiDeclQAbstractVideoBuffer.cc +++ b/src/gsiqt5/gsiDeclQAbstractVideoBuffer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractVideoFilter.cc b/src/gsiqt5/gsiDeclQAbstractVideoFilter.cc index 6c91c191c..d29fa5fef 100644 --- a/src/gsiqt5/gsiDeclQAbstractVideoFilter.cc +++ b/src/gsiqt5/gsiDeclQAbstractVideoFilter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractVideoSurface.cc b/src/gsiqt5/gsiDeclQAbstractVideoSurface.cc index e7b02aef7..ec9587cf5 100644 --- a/src/gsiqt5/gsiDeclQAbstractVideoSurface.cc +++ b/src/gsiqt5/gsiDeclQAbstractVideoSurface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractXmlNodeModel.cc b/src/gsiqt5/gsiDeclQAbstractXmlNodeModel.cc index d40dc1196..cfc9a42ff 100644 --- a/src/gsiqt5/gsiDeclQAbstractXmlNodeModel.cc +++ b/src/gsiqt5/gsiDeclQAbstractXmlNodeModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAbstractXmlReceiver.cc b/src/gsiqt5/gsiDeclQAbstractXmlReceiver.cc index cf74daf2a..3d5334cdf 100644 --- a/src/gsiqt5/gsiDeclQAbstractXmlReceiver.cc +++ b/src/gsiqt5/gsiDeclQAbstractXmlReceiver.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessible.cc b/src/gsiqt5/gsiDeclQAccessible.cc index f2c6170fc..bd3ecccc8 100644 --- a/src/gsiqt5/gsiDeclQAccessible.cc +++ b/src/gsiqt5/gsiDeclQAccessible.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleActionInterface.cc b/src/gsiqt5/gsiDeclQAccessibleActionInterface.cc index e1c4fdd07..0f68e417d 100644 --- a/src/gsiqt5/gsiDeclQAccessibleActionInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleActionInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleApplication.cc b/src/gsiqt5/gsiDeclQAccessibleApplication.cc index f45e0c55b..60d7dd4cf 100644 --- a/src/gsiqt5/gsiDeclQAccessibleApplication.cc +++ b/src/gsiqt5/gsiDeclQAccessibleApplication.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleEditableTextInterface.cc b/src/gsiqt5/gsiDeclQAccessibleEditableTextInterface.cc index 4e2923143..11747d296 100644 --- a/src/gsiqt5/gsiDeclQAccessibleEditableTextInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleEditableTextInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleEvent.cc b/src/gsiqt5/gsiDeclQAccessibleEvent.cc index 5658ded86..a2fd5aca1 100644 --- a/src/gsiqt5/gsiDeclQAccessibleEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleImageInterface.cc b/src/gsiqt5/gsiDeclQAccessibleImageInterface.cc index 5c2e8cdba..c206a0b52 100644 --- a/src/gsiqt5/gsiDeclQAccessibleImageInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleImageInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleInterface.cc b/src/gsiqt5/gsiDeclQAccessibleInterface.cc index f1a3a09ec..dcb17edcb 100644 --- a/src/gsiqt5/gsiDeclQAccessibleInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleObject.cc b/src/gsiqt5/gsiDeclQAccessibleObject.cc index d23517b6f..4483092f3 100644 --- a/src/gsiqt5/gsiDeclQAccessibleObject.cc +++ b/src/gsiqt5/gsiDeclQAccessibleObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleStateChangeEvent.cc b/src/gsiqt5/gsiDeclQAccessibleStateChangeEvent.cc index 1584fed2d..6876e285b 100644 --- a/src/gsiqt5/gsiDeclQAccessibleStateChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleStateChangeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleTableCellInterface.cc b/src/gsiqt5/gsiDeclQAccessibleTableCellInterface.cc index 21c6366d7..374160d43 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTableCellInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTableCellInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleTableInterface.cc b/src/gsiqt5/gsiDeclQAccessibleTableInterface.cc index df6c1e258..22aa323c2 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTableInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTableInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleTableModelChangeEvent.cc b/src/gsiqt5/gsiDeclQAccessibleTableModelChangeEvent.cc index d79f466ec..015d5d8c0 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTableModelChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTableModelChangeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleTextCursorEvent.cc b/src/gsiqt5/gsiDeclQAccessibleTextCursorEvent.cc index 3f2cfca95..f9b41845a 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTextCursorEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTextCursorEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleTextInsertEvent.cc b/src/gsiqt5/gsiDeclQAccessibleTextInsertEvent.cc index b2d843bf5..48b75f93e 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTextInsertEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTextInsertEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleTextInterface.cc b/src/gsiqt5/gsiDeclQAccessibleTextInterface.cc index b84dd9a1a..dfb109bdc 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTextInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTextInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleTextRemoveEvent.cc b/src/gsiqt5/gsiDeclQAccessibleTextRemoveEvent.cc index 7758f9915..659a400ed 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTextRemoveEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTextRemoveEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleTextSelectionEvent.cc b/src/gsiqt5/gsiDeclQAccessibleTextSelectionEvent.cc index a8e9f99f3..9e8d9ee85 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTextSelectionEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTextSelectionEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleTextUpdateEvent.cc b/src/gsiqt5/gsiDeclQAccessibleTextUpdateEvent.cc index d2bb5bac9..129b71e1f 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTextUpdateEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTextUpdateEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleValueChangeEvent.cc b/src/gsiqt5/gsiDeclQAccessibleValueChangeEvent.cc index 7bf4c9d99..6e4fc642b 100644 --- a/src/gsiqt5/gsiDeclQAccessibleValueChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleValueChangeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleValueInterface.cc b/src/gsiqt5/gsiDeclQAccessibleValueInterface.cc index dcf9adae5..65af1947e 100644 --- a/src/gsiqt5/gsiDeclQAccessibleValueInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleValueInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessibleWidget.cc b/src/gsiqt5/gsiDeclQAccessibleWidget.cc index 0bc2bc58e..dcdd75644 100644 --- a/src/gsiqt5/gsiDeclQAccessibleWidget.cc +++ b/src/gsiqt5/gsiDeclQAccessibleWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessible_ActivationObserver.cc b/src/gsiqt5/gsiDeclQAccessible_ActivationObserver.cc index 514d02cd2..c6c68e59b 100644 --- a/src/gsiqt5/gsiDeclQAccessible_ActivationObserver.cc +++ b/src/gsiqt5/gsiDeclQAccessible_ActivationObserver.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAccessible_State.cc b/src/gsiqt5/gsiDeclQAccessible_State.cc index ecc9706a7..05a100402 100644 --- a/src/gsiqt5/gsiDeclQAccessible_State.cc +++ b/src/gsiqt5/gsiDeclQAccessible_State.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAction.cc b/src/gsiqt5/gsiDeclQAction.cc index e6c3c7b07..d3cc35de4 100644 --- a/src/gsiqt5/gsiDeclQAction.cc +++ b/src/gsiqt5/gsiDeclQAction.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQActionEvent.cc b/src/gsiqt5/gsiDeclQActionEvent.cc index 62f534db1..40a953633 100644 --- a/src/gsiqt5/gsiDeclQActionEvent.cc +++ b/src/gsiqt5/gsiDeclQActionEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQActionGroup.cc b/src/gsiqt5/gsiDeclQActionGroup.cc index 8ac4e4dd3..3f4205251 100644 --- a/src/gsiqt5/gsiDeclQActionGroup.cc +++ b/src/gsiqt5/gsiDeclQActionGroup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAnimationDriver.cc b/src/gsiqt5/gsiDeclQAnimationDriver.cc index fdc66b352..207d2b5f7 100644 --- a/src/gsiqt5/gsiDeclQAnimationDriver.cc +++ b/src/gsiqt5/gsiDeclQAnimationDriver.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAnimationGroup.cc b/src/gsiqt5/gsiDeclQAnimationGroup.cc index d6aa8a87a..c2eb9ecaa 100644 --- a/src/gsiqt5/gsiDeclQAnimationGroup.cc +++ b/src/gsiqt5/gsiDeclQAnimationGroup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQApplication.cc b/src/gsiqt5/gsiDeclQApplication.cc index 1be1a7693..2697e65d4 100644 --- a/src/gsiqt5/gsiDeclQApplication.cc +++ b/src/gsiqt5/gsiDeclQApplication.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQApplicationStateChangeEvent.cc b/src/gsiqt5/gsiDeclQApplicationStateChangeEvent.cc index a3414a5bf..de9b11880 100644 --- a/src/gsiqt5/gsiDeclQApplicationStateChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQApplicationStateChangeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAssociativeIterable.cc b/src/gsiqt5/gsiDeclQAssociativeIterable.cc index 788695aa2..2216db100 100644 --- a/src/gsiqt5/gsiDeclQAssociativeIterable.cc +++ b/src/gsiqt5/gsiDeclQAssociativeIterable.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudio.cc b/src/gsiqt5/gsiDeclQAudio.cc index 3fce9e006..caddcdd44 100644 --- a/src/gsiqt5/gsiDeclQAudio.cc +++ b/src/gsiqt5/gsiDeclQAudio.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioBuffer.cc b/src/gsiqt5/gsiDeclQAudioBuffer.cc index 6eba26cff..03e9f4ab8 100644 --- a/src/gsiqt5/gsiDeclQAudioBuffer.cc +++ b/src/gsiqt5/gsiDeclQAudioBuffer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioDecoder.cc b/src/gsiqt5/gsiDeclQAudioDecoder.cc index be729428d..c1b8821bf 100644 --- a/src/gsiqt5/gsiDeclQAudioDecoder.cc +++ b/src/gsiqt5/gsiDeclQAudioDecoder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioDecoderControl.cc b/src/gsiqt5/gsiDeclQAudioDecoderControl.cc index 854ee7155..70af15e9e 100644 --- a/src/gsiqt5/gsiDeclQAudioDecoderControl.cc +++ b/src/gsiqt5/gsiDeclQAudioDecoderControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioDeviceInfo.cc b/src/gsiqt5/gsiDeclQAudioDeviceInfo.cc index a94b03af7..b8d470723 100644 --- a/src/gsiqt5/gsiDeclQAudioDeviceInfo.cc +++ b/src/gsiqt5/gsiDeclQAudioDeviceInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioEncoderSettings.cc b/src/gsiqt5/gsiDeclQAudioEncoderSettings.cc index 9718dd186..293a4f9b8 100644 --- a/src/gsiqt5/gsiDeclQAudioEncoderSettings.cc +++ b/src/gsiqt5/gsiDeclQAudioEncoderSettings.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioEncoderSettingsControl.cc b/src/gsiqt5/gsiDeclQAudioEncoderSettingsControl.cc index 27b0ec6e5..4b988be24 100644 --- a/src/gsiqt5/gsiDeclQAudioEncoderSettingsControl.cc +++ b/src/gsiqt5/gsiDeclQAudioEncoderSettingsControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioFormat.cc b/src/gsiqt5/gsiDeclQAudioFormat.cc index 5b4b1141f..48f8320e1 100644 --- a/src/gsiqt5/gsiDeclQAudioFormat.cc +++ b/src/gsiqt5/gsiDeclQAudioFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioInput.cc b/src/gsiqt5/gsiDeclQAudioInput.cc index c51351292..bbe938961 100644 --- a/src/gsiqt5/gsiDeclQAudioInput.cc +++ b/src/gsiqt5/gsiDeclQAudioInput.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioInputSelectorControl.cc b/src/gsiqt5/gsiDeclQAudioInputSelectorControl.cc index 5377f7332..8e797ce9c 100644 --- a/src/gsiqt5/gsiDeclQAudioInputSelectorControl.cc +++ b/src/gsiqt5/gsiDeclQAudioInputSelectorControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioOutput.cc b/src/gsiqt5/gsiDeclQAudioOutput.cc index 0622d7a2d..9d872df36 100644 --- a/src/gsiqt5/gsiDeclQAudioOutput.cc +++ b/src/gsiqt5/gsiDeclQAudioOutput.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioOutputSelectorControl.cc b/src/gsiqt5/gsiDeclQAudioOutputSelectorControl.cc index 43a61b12a..83021890a 100644 --- a/src/gsiqt5/gsiDeclQAudioOutputSelectorControl.cc +++ b/src/gsiqt5/gsiDeclQAudioOutputSelectorControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioProbe.cc b/src/gsiqt5/gsiDeclQAudioProbe.cc index d802b3869..6d3fc4b15 100644 --- a/src/gsiqt5/gsiDeclQAudioProbe.cc +++ b/src/gsiqt5/gsiDeclQAudioProbe.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioRecorder.cc b/src/gsiqt5/gsiDeclQAudioRecorder.cc index 97d198302..9bd33c943 100644 --- a/src/gsiqt5/gsiDeclQAudioRecorder.cc +++ b/src/gsiqt5/gsiDeclQAudioRecorder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioSystemFactoryInterface.cc b/src/gsiqt5/gsiDeclQAudioSystemFactoryInterface.cc index 98747d4af..cd8c0a72f 100644 --- a/src/gsiqt5/gsiDeclQAudioSystemFactoryInterface.cc +++ b/src/gsiqt5/gsiDeclQAudioSystemFactoryInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAudioSystemPlugin.cc b/src/gsiqt5/gsiDeclQAudioSystemPlugin.cc index 1e17de41f..8856b88a6 100644 --- a/src/gsiqt5/gsiDeclQAudioSystemPlugin.cc +++ b/src/gsiqt5/gsiDeclQAudioSystemPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQAuthenticator.cc b/src/gsiqt5/gsiDeclQAuthenticator.cc index 6ad9d57a4..58a07f7f7 100644 --- a/src/gsiqt5/gsiDeclQAuthenticator.cc +++ b/src/gsiqt5/gsiDeclQAuthenticator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQBackingStore.cc b/src/gsiqt5/gsiDeclQBackingStore.cc index 9e1249464..49304393a 100644 --- a/src/gsiqt5/gsiDeclQBackingStore.cc +++ b/src/gsiqt5/gsiDeclQBackingStore.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQBasicMutex.cc b/src/gsiqt5/gsiDeclQBasicMutex.cc index 99c9b9694..eddfe831d 100644 --- a/src/gsiqt5/gsiDeclQBasicMutex.cc +++ b/src/gsiqt5/gsiDeclQBasicMutex.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQBasicTimer.cc b/src/gsiqt5/gsiDeclQBasicTimer.cc index a424050ed..46b09d78a 100644 --- a/src/gsiqt5/gsiDeclQBasicTimer.cc +++ b/src/gsiqt5/gsiDeclQBasicTimer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQBitmap.cc b/src/gsiqt5/gsiDeclQBitmap.cc index 23ebafea6..1c3181de1 100644 --- a/src/gsiqt5/gsiDeclQBitmap.cc +++ b/src/gsiqt5/gsiDeclQBitmap.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQBoxLayout.cc b/src/gsiqt5/gsiDeclQBoxLayout.cc index 8bb2cdd72..4b8abbbe3 100644 --- a/src/gsiqt5/gsiDeclQBoxLayout.cc +++ b/src/gsiqt5/gsiDeclQBoxLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQBrush.cc b/src/gsiqt5/gsiDeclQBrush.cc index 07dba20cf..c5c762e56 100644 --- a/src/gsiqt5/gsiDeclQBrush.cc +++ b/src/gsiqt5/gsiDeclQBrush.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQBuffer.cc b/src/gsiqt5/gsiDeclQBuffer.cc index 11980e243..93293f7a6 100644 --- a/src/gsiqt5/gsiDeclQBuffer.cc +++ b/src/gsiqt5/gsiDeclQBuffer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQButtonGroup.cc b/src/gsiqt5/gsiDeclQButtonGroup.cc index e937af4c2..0a2531f84 100644 --- a/src/gsiqt5/gsiDeclQButtonGroup.cc +++ b/src/gsiqt5/gsiDeclQButtonGroup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQByteArrayDataPtr.cc b/src/gsiqt5/gsiDeclQByteArrayDataPtr.cc index bb7c9e41e..7fe104c40 100644 --- a/src/gsiqt5/gsiDeclQByteArrayDataPtr.cc +++ b/src/gsiqt5/gsiDeclQByteArrayDataPtr.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQByteArrayMatcher.cc b/src/gsiqt5/gsiDeclQByteArrayMatcher.cc index 1f3877bb1..50735a6b7 100644 --- a/src/gsiqt5/gsiDeclQByteArrayMatcher.cc +++ b/src/gsiqt5/gsiDeclQByteArrayMatcher.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCalendarWidget.cc b/src/gsiqt5/gsiDeclQCalendarWidget.cc index f7584fba1..71a9ec07e 100644 --- a/src/gsiqt5/gsiDeclQCalendarWidget.cc +++ b/src/gsiqt5/gsiDeclQCalendarWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCamera.cc b/src/gsiqt5/gsiDeclQCamera.cc index 4bd45fb13..a6899df40 100644 --- a/src/gsiqt5/gsiDeclQCamera.cc +++ b/src/gsiqt5/gsiDeclQCamera.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraCaptureBufferFormatControl.cc b/src/gsiqt5/gsiDeclQCameraCaptureBufferFormatControl.cc index 92732c0be..ef2370582 100644 --- a/src/gsiqt5/gsiDeclQCameraCaptureBufferFormatControl.cc +++ b/src/gsiqt5/gsiDeclQCameraCaptureBufferFormatControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraCaptureDestinationControl.cc b/src/gsiqt5/gsiDeclQCameraCaptureDestinationControl.cc index 9b3ed3f15..650a91ccf 100644 --- a/src/gsiqt5/gsiDeclQCameraCaptureDestinationControl.cc +++ b/src/gsiqt5/gsiDeclQCameraCaptureDestinationControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraControl.cc b/src/gsiqt5/gsiDeclQCameraControl.cc index 2417448c6..4f7dea2b9 100644 --- a/src/gsiqt5/gsiDeclQCameraControl.cc +++ b/src/gsiqt5/gsiDeclQCameraControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraExposure.cc b/src/gsiqt5/gsiDeclQCameraExposure.cc index bbfe0622f..2558e3aa7 100644 --- a/src/gsiqt5/gsiDeclQCameraExposure.cc +++ b/src/gsiqt5/gsiDeclQCameraExposure.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraExposureControl.cc b/src/gsiqt5/gsiDeclQCameraExposureControl.cc index 8df8b682f..a746a60a7 100644 --- a/src/gsiqt5/gsiDeclQCameraExposureControl.cc +++ b/src/gsiqt5/gsiDeclQCameraExposureControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraFeedbackControl.cc b/src/gsiqt5/gsiDeclQCameraFeedbackControl.cc index 42da6edfe..db01580d6 100644 --- a/src/gsiqt5/gsiDeclQCameraFeedbackControl.cc +++ b/src/gsiqt5/gsiDeclQCameraFeedbackControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraFlashControl.cc b/src/gsiqt5/gsiDeclQCameraFlashControl.cc index ff54ac206..11e685bb5 100644 --- a/src/gsiqt5/gsiDeclQCameraFlashControl.cc +++ b/src/gsiqt5/gsiDeclQCameraFlashControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraFocus.cc b/src/gsiqt5/gsiDeclQCameraFocus.cc index 7d197d9aa..876d8bedb 100644 --- a/src/gsiqt5/gsiDeclQCameraFocus.cc +++ b/src/gsiqt5/gsiDeclQCameraFocus.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraFocusControl.cc b/src/gsiqt5/gsiDeclQCameraFocusControl.cc index 3cf6fc410..ab4e6bf46 100644 --- a/src/gsiqt5/gsiDeclQCameraFocusControl.cc +++ b/src/gsiqt5/gsiDeclQCameraFocusControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraFocusZone.cc b/src/gsiqt5/gsiDeclQCameraFocusZone.cc index 3883089a4..0c68d2597 100644 --- a/src/gsiqt5/gsiDeclQCameraFocusZone.cc +++ b/src/gsiqt5/gsiDeclQCameraFocusZone.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraImageCapture.cc b/src/gsiqt5/gsiDeclQCameraImageCapture.cc index 1e2561df1..0ab8c6107 100644 --- a/src/gsiqt5/gsiDeclQCameraImageCapture.cc +++ b/src/gsiqt5/gsiDeclQCameraImageCapture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraImageCaptureControl.cc b/src/gsiqt5/gsiDeclQCameraImageCaptureControl.cc index 20f98d635..e8a3443df 100644 --- a/src/gsiqt5/gsiDeclQCameraImageCaptureControl.cc +++ b/src/gsiqt5/gsiDeclQCameraImageCaptureControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraImageProcessing.cc b/src/gsiqt5/gsiDeclQCameraImageProcessing.cc index d66000df4..935ae1153 100644 --- a/src/gsiqt5/gsiDeclQCameraImageProcessing.cc +++ b/src/gsiqt5/gsiDeclQCameraImageProcessing.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraImageProcessingControl.cc b/src/gsiqt5/gsiDeclQCameraImageProcessingControl.cc index eda098a59..330ad1124 100644 --- a/src/gsiqt5/gsiDeclQCameraImageProcessingControl.cc +++ b/src/gsiqt5/gsiDeclQCameraImageProcessingControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraInfo.cc b/src/gsiqt5/gsiDeclQCameraInfo.cc index 236362d4f..07f27968e 100644 --- a/src/gsiqt5/gsiDeclQCameraInfo.cc +++ b/src/gsiqt5/gsiDeclQCameraInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraInfoControl.cc b/src/gsiqt5/gsiDeclQCameraInfoControl.cc index df7e9948f..129c32d29 100644 --- a/src/gsiqt5/gsiDeclQCameraInfoControl.cc +++ b/src/gsiqt5/gsiDeclQCameraInfoControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraLocksControl.cc b/src/gsiqt5/gsiDeclQCameraLocksControl.cc index 33788f97e..af5199d54 100644 --- a/src/gsiqt5/gsiDeclQCameraLocksControl.cc +++ b/src/gsiqt5/gsiDeclQCameraLocksControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraViewfinderSettings.cc b/src/gsiqt5/gsiDeclQCameraViewfinderSettings.cc index b524f3212..c2144eae7 100644 --- a/src/gsiqt5/gsiDeclQCameraViewfinderSettings.cc +++ b/src/gsiqt5/gsiDeclQCameraViewfinderSettings.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl.cc b/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl.cc index e76c8a351..f86bd6f21 100644 --- a/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl.cc +++ b/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl2.cc b/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl2.cc index 5adc051ba..e7d5010d8 100644 --- a/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl2.cc +++ b/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl2.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCameraZoomControl.cc b/src/gsiqt5/gsiDeclQCameraZoomControl.cc index a7ca3581d..e8ae34828 100644 --- a/src/gsiqt5/gsiDeclQCameraZoomControl.cc +++ b/src/gsiqt5/gsiDeclQCameraZoomControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCamera_FrameRateRange.cc b/src/gsiqt5/gsiDeclQCamera_FrameRateRange.cc index 642378643..2b4519dbb 100644 --- a/src/gsiqt5/gsiDeclQCamera_FrameRateRange.cc +++ b/src/gsiqt5/gsiDeclQCamera_FrameRateRange.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCheckBox.cc b/src/gsiqt5/gsiDeclQCheckBox.cc index 908752b09..38a0ade78 100644 --- a/src/gsiqt5/gsiDeclQCheckBox.cc +++ b/src/gsiqt5/gsiDeclQCheckBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQChildEvent.cc b/src/gsiqt5/gsiDeclQChildEvent.cc index 88aad27e3..b8c22e679 100644 --- a/src/gsiqt5/gsiDeclQChildEvent.cc +++ b/src/gsiqt5/gsiDeclQChildEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQClipboard.cc b/src/gsiqt5/gsiDeclQClipboard.cc index fc7940d91..64adce0ce 100644 --- a/src/gsiqt5/gsiDeclQClipboard.cc +++ b/src/gsiqt5/gsiDeclQClipboard.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCloseEvent.cc b/src/gsiqt5/gsiDeclQCloseEvent.cc index 069cef0e0..7852847e4 100644 --- a/src/gsiqt5/gsiDeclQCloseEvent.cc +++ b/src/gsiqt5/gsiDeclQCloseEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCollator.cc b/src/gsiqt5/gsiDeclQCollator.cc index 168f58384..741def0ac 100644 --- a/src/gsiqt5/gsiDeclQCollator.cc +++ b/src/gsiqt5/gsiDeclQCollator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCollatorSortKey.cc b/src/gsiqt5/gsiDeclQCollatorSortKey.cc index 19bc98323..56221600a 100644 --- a/src/gsiqt5/gsiDeclQCollatorSortKey.cc +++ b/src/gsiqt5/gsiDeclQCollatorSortKey.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQColor.cc b/src/gsiqt5/gsiDeclQColor.cc index 64336ebde..66ea772c0 100644 --- a/src/gsiqt5/gsiDeclQColor.cc +++ b/src/gsiqt5/gsiDeclQColor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQColorDialog.cc b/src/gsiqt5/gsiDeclQColorDialog.cc index e2df302c5..99f3d29c5 100644 --- a/src/gsiqt5/gsiDeclQColorDialog.cc +++ b/src/gsiqt5/gsiDeclQColorDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQColormap.cc b/src/gsiqt5/gsiDeclQColormap.cc index 527085428..7a6f08928 100644 --- a/src/gsiqt5/gsiDeclQColormap.cc +++ b/src/gsiqt5/gsiDeclQColormap.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQColumnView.cc b/src/gsiqt5/gsiDeclQColumnView.cc index 91c2324f1..153bef26c 100644 --- a/src/gsiqt5/gsiDeclQColumnView.cc +++ b/src/gsiqt5/gsiDeclQColumnView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQComboBox.cc b/src/gsiqt5/gsiDeclQComboBox.cc index 86676d93d..6753e32f8 100644 --- a/src/gsiqt5/gsiDeclQComboBox.cc +++ b/src/gsiqt5/gsiDeclQComboBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCommandLineOption.cc b/src/gsiqt5/gsiDeclQCommandLineOption.cc index d1755ca4e..3cd63546d 100644 --- a/src/gsiqt5/gsiDeclQCommandLineOption.cc +++ b/src/gsiqt5/gsiDeclQCommandLineOption.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCommandLineParser.cc b/src/gsiqt5/gsiDeclQCommandLineParser.cc index 6faa3e7c9..9f8f9b16c 100644 --- a/src/gsiqt5/gsiDeclQCommandLineParser.cc +++ b/src/gsiqt5/gsiDeclQCommandLineParser.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCommandLinkButton.cc b/src/gsiqt5/gsiDeclQCommandLinkButton.cc index 53dc030d2..d63084bb6 100644 --- a/src/gsiqt5/gsiDeclQCommandLinkButton.cc +++ b/src/gsiqt5/gsiDeclQCommandLinkButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCommonStyle.cc b/src/gsiqt5/gsiDeclQCommonStyle.cc index e1985c9cc..b98600bec 100644 --- a/src/gsiqt5/gsiDeclQCommonStyle.cc +++ b/src/gsiqt5/gsiDeclQCommonStyle.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCompleter.cc b/src/gsiqt5/gsiDeclQCompleter.cc index 0636e9ade..db65f62f8 100644 --- a/src/gsiqt5/gsiDeclQCompleter.cc +++ b/src/gsiqt5/gsiDeclQCompleter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQConicalGradient.cc b/src/gsiqt5/gsiDeclQConicalGradient.cc index 8deebea43..3d86cf718 100644 --- a/src/gsiqt5/gsiDeclQConicalGradient.cc +++ b/src/gsiqt5/gsiDeclQConicalGradient.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQContextMenuEvent.cc b/src/gsiqt5/gsiDeclQContextMenuEvent.cc index 0a44988ab..221d69bfd 100644 --- a/src/gsiqt5/gsiDeclQContextMenuEvent.cc +++ b/src/gsiqt5/gsiDeclQContextMenuEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCoreApplication.cc b/src/gsiqt5/gsiDeclQCoreApplication.cc index 094455b11..4517526be 100644 --- a/src/gsiqt5/gsiDeclQCoreApplication.cc +++ b/src/gsiqt5/gsiDeclQCoreApplication.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCryptographicHash.cc b/src/gsiqt5/gsiDeclQCryptographicHash.cc index ba36f365a..1673cf48d 100644 --- a/src/gsiqt5/gsiDeclQCryptographicHash.cc +++ b/src/gsiqt5/gsiDeclQCryptographicHash.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQCursor.cc b/src/gsiqt5/gsiDeclQCursor.cc index 5664ab407..1150ad2cb 100644 --- a/src/gsiqt5/gsiDeclQCursor.cc +++ b/src/gsiqt5/gsiDeclQCursor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDataStream.cc b/src/gsiqt5/gsiDeclQDataStream.cc index 150a1c9d5..3d836aa94 100644 --- a/src/gsiqt5/gsiDeclQDataStream.cc +++ b/src/gsiqt5/gsiDeclQDataStream.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDataWidgetMapper.cc b/src/gsiqt5/gsiDeclQDataWidgetMapper.cc index 581565815..b9e3a83ab 100644 --- a/src/gsiqt5/gsiDeclQDataWidgetMapper.cc +++ b/src/gsiqt5/gsiDeclQDataWidgetMapper.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDate.cc b/src/gsiqt5/gsiDeclQDate.cc index 940f8e98f..e083856a8 100644 --- a/src/gsiqt5/gsiDeclQDate.cc +++ b/src/gsiqt5/gsiDeclQDate.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDateEdit.cc b/src/gsiqt5/gsiDeclQDateEdit.cc index a6c4069aa..71cef809f 100644 --- a/src/gsiqt5/gsiDeclQDateEdit.cc +++ b/src/gsiqt5/gsiDeclQDateEdit.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDateTime.cc b/src/gsiqt5/gsiDeclQDateTime.cc index 5c89a390c..529f48756 100644 --- a/src/gsiqt5/gsiDeclQDateTime.cc +++ b/src/gsiqt5/gsiDeclQDateTime.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDateTimeEdit.cc b/src/gsiqt5/gsiDeclQDateTimeEdit.cc index 6d3f4ccfc..f929bd2c9 100644 --- a/src/gsiqt5/gsiDeclQDateTimeEdit.cc +++ b/src/gsiqt5/gsiDeclQDateTimeEdit.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDebug.cc b/src/gsiqt5/gsiDeclQDebug.cc index 6970047bf..d87459314 100644 --- a/src/gsiqt5/gsiDeclQDebug.cc +++ b/src/gsiqt5/gsiDeclQDebug.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDebugStateSaver.cc b/src/gsiqt5/gsiDeclQDebugStateSaver.cc index 9404e4330..481ff87d2 100644 --- a/src/gsiqt5/gsiDeclQDebugStateSaver.cc +++ b/src/gsiqt5/gsiDeclQDebugStateSaver.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDeferredDeleteEvent.cc b/src/gsiqt5/gsiDeclQDeferredDeleteEvent.cc index c09eb66b7..e1c7fca42 100644 --- a/src/gsiqt5/gsiDeclQDeferredDeleteEvent.cc +++ b/src/gsiqt5/gsiDeclQDeferredDeleteEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDesktopServices.cc b/src/gsiqt5/gsiDeclQDesktopServices.cc index dad3e02b9..dab10a1d1 100644 --- a/src/gsiqt5/gsiDeclQDesktopServices.cc +++ b/src/gsiqt5/gsiDeclQDesktopServices.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDesktopWidget.cc b/src/gsiqt5/gsiDeclQDesktopWidget.cc index d046e9d24..af2104ce1 100644 --- a/src/gsiqt5/gsiDeclQDesktopWidget.cc +++ b/src/gsiqt5/gsiDeclQDesktopWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDial.cc b/src/gsiqt5/gsiDeclQDial.cc index a43b141e5..3d370ecb6 100644 --- a/src/gsiqt5/gsiDeclQDial.cc +++ b/src/gsiqt5/gsiDeclQDial.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDialog.cc b/src/gsiqt5/gsiDeclQDialog.cc index 13f62a14f..1ef1a51d7 100644 --- a/src/gsiqt5/gsiDeclQDialog.cc +++ b/src/gsiqt5/gsiDeclQDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDialogButtonBox.cc b/src/gsiqt5/gsiDeclQDialogButtonBox.cc index 3b6ac5523..232a4fb00 100644 --- a/src/gsiqt5/gsiDeclQDialogButtonBox.cc +++ b/src/gsiqt5/gsiDeclQDialogButtonBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDir.cc b/src/gsiqt5/gsiDeclQDir.cc index 440b762b4..deff15e20 100644 --- a/src/gsiqt5/gsiDeclQDir.cc +++ b/src/gsiqt5/gsiDeclQDir.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDirIterator.cc b/src/gsiqt5/gsiDeclQDirIterator.cc index 965c20049..de5cbea00 100644 --- a/src/gsiqt5/gsiDeclQDirIterator.cc +++ b/src/gsiqt5/gsiDeclQDirIterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDirModel.cc b/src/gsiqt5/gsiDeclQDirModel.cc index 0fe233187..a0b1dc9c6 100644 --- a/src/gsiqt5/gsiDeclQDirModel.cc +++ b/src/gsiqt5/gsiDeclQDirModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDnsDomainNameRecord.cc b/src/gsiqt5/gsiDeclQDnsDomainNameRecord.cc index 7c760800a..4161f0924 100644 --- a/src/gsiqt5/gsiDeclQDnsDomainNameRecord.cc +++ b/src/gsiqt5/gsiDeclQDnsDomainNameRecord.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDnsHostAddressRecord.cc b/src/gsiqt5/gsiDeclQDnsHostAddressRecord.cc index 207958021..1352dfff9 100644 --- a/src/gsiqt5/gsiDeclQDnsHostAddressRecord.cc +++ b/src/gsiqt5/gsiDeclQDnsHostAddressRecord.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDnsLookup.cc b/src/gsiqt5/gsiDeclQDnsLookup.cc index 13a7a2564..ce8fb02cb 100644 --- a/src/gsiqt5/gsiDeclQDnsLookup.cc +++ b/src/gsiqt5/gsiDeclQDnsLookup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDnsMailExchangeRecord.cc b/src/gsiqt5/gsiDeclQDnsMailExchangeRecord.cc index 8e4af3941..bdf3dc09e 100644 --- a/src/gsiqt5/gsiDeclQDnsMailExchangeRecord.cc +++ b/src/gsiqt5/gsiDeclQDnsMailExchangeRecord.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDnsServiceRecord.cc b/src/gsiqt5/gsiDeclQDnsServiceRecord.cc index e127b654d..4cdfb795a 100644 --- a/src/gsiqt5/gsiDeclQDnsServiceRecord.cc +++ b/src/gsiqt5/gsiDeclQDnsServiceRecord.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDnsTextRecord.cc b/src/gsiqt5/gsiDeclQDnsTextRecord.cc index bb96d4171..997cb5967 100644 --- a/src/gsiqt5/gsiDeclQDnsTextRecord.cc +++ b/src/gsiqt5/gsiDeclQDnsTextRecord.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDockWidget.cc b/src/gsiqt5/gsiDeclQDockWidget.cc index a29138f23..1a3865202 100644 --- a/src/gsiqt5/gsiDeclQDockWidget.cc +++ b/src/gsiqt5/gsiDeclQDockWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomAttr.cc b/src/gsiqt5/gsiDeclQDomAttr.cc index 556b54516..a53f629fb 100644 --- a/src/gsiqt5/gsiDeclQDomAttr.cc +++ b/src/gsiqt5/gsiDeclQDomAttr.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomCDATASection.cc b/src/gsiqt5/gsiDeclQDomCDATASection.cc index e27f0c27a..d34d1cf51 100644 --- a/src/gsiqt5/gsiDeclQDomCDATASection.cc +++ b/src/gsiqt5/gsiDeclQDomCDATASection.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomCharacterData.cc b/src/gsiqt5/gsiDeclQDomCharacterData.cc index b541c0bdd..6680d8663 100644 --- a/src/gsiqt5/gsiDeclQDomCharacterData.cc +++ b/src/gsiqt5/gsiDeclQDomCharacterData.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomComment.cc b/src/gsiqt5/gsiDeclQDomComment.cc index e45c77083..4776a27b6 100644 --- a/src/gsiqt5/gsiDeclQDomComment.cc +++ b/src/gsiqt5/gsiDeclQDomComment.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomDocument.cc b/src/gsiqt5/gsiDeclQDomDocument.cc index 2f984cb11..10401fa27 100644 --- a/src/gsiqt5/gsiDeclQDomDocument.cc +++ b/src/gsiqt5/gsiDeclQDomDocument.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomDocumentFragment.cc b/src/gsiqt5/gsiDeclQDomDocumentFragment.cc index ad76300b6..081f70571 100644 --- a/src/gsiqt5/gsiDeclQDomDocumentFragment.cc +++ b/src/gsiqt5/gsiDeclQDomDocumentFragment.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomDocumentType.cc b/src/gsiqt5/gsiDeclQDomDocumentType.cc index 3a3257c4e..50f91abae 100644 --- a/src/gsiqt5/gsiDeclQDomDocumentType.cc +++ b/src/gsiqt5/gsiDeclQDomDocumentType.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomElement.cc b/src/gsiqt5/gsiDeclQDomElement.cc index a7d748875..cc9982c6a 100644 --- a/src/gsiqt5/gsiDeclQDomElement.cc +++ b/src/gsiqt5/gsiDeclQDomElement.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomEntity.cc b/src/gsiqt5/gsiDeclQDomEntity.cc index b04bc5a1c..011d29bcb 100644 --- a/src/gsiqt5/gsiDeclQDomEntity.cc +++ b/src/gsiqt5/gsiDeclQDomEntity.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomEntityReference.cc b/src/gsiqt5/gsiDeclQDomEntityReference.cc index 595f1a68a..c8e603fb8 100644 --- a/src/gsiqt5/gsiDeclQDomEntityReference.cc +++ b/src/gsiqt5/gsiDeclQDomEntityReference.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomImplementation.cc b/src/gsiqt5/gsiDeclQDomImplementation.cc index 6f70ea20b..e6add12ce 100644 --- a/src/gsiqt5/gsiDeclQDomImplementation.cc +++ b/src/gsiqt5/gsiDeclQDomImplementation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomNamedNodeMap.cc b/src/gsiqt5/gsiDeclQDomNamedNodeMap.cc index 2ccc414d4..992aaf8e9 100644 --- a/src/gsiqt5/gsiDeclQDomNamedNodeMap.cc +++ b/src/gsiqt5/gsiDeclQDomNamedNodeMap.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomNode.cc b/src/gsiqt5/gsiDeclQDomNode.cc index 3316810b0..8c6240952 100644 --- a/src/gsiqt5/gsiDeclQDomNode.cc +++ b/src/gsiqt5/gsiDeclQDomNode.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomNodeList.cc b/src/gsiqt5/gsiDeclQDomNodeList.cc index e2cb9c9ef..b22d04043 100644 --- a/src/gsiqt5/gsiDeclQDomNodeList.cc +++ b/src/gsiqt5/gsiDeclQDomNodeList.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomNotation.cc b/src/gsiqt5/gsiDeclQDomNotation.cc index 255afc72f..fbea75b64 100644 --- a/src/gsiqt5/gsiDeclQDomNotation.cc +++ b/src/gsiqt5/gsiDeclQDomNotation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomProcessingInstruction.cc b/src/gsiqt5/gsiDeclQDomProcessingInstruction.cc index 87da41a84..cf2b3865b 100644 --- a/src/gsiqt5/gsiDeclQDomProcessingInstruction.cc +++ b/src/gsiqt5/gsiDeclQDomProcessingInstruction.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDomText.cc b/src/gsiqt5/gsiDeclQDomText.cc index 90f597ffa..232c6606a 100644 --- a/src/gsiqt5/gsiDeclQDomText.cc +++ b/src/gsiqt5/gsiDeclQDomText.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDoubleSpinBox.cc b/src/gsiqt5/gsiDeclQDoubleSpinBox.cc index d959e5f52..cd8e1c880 100644 --- a/src/gsiqt5/gsiDeclQDoubleSpinBox.cc +++ b/src/gsiqt5/gsiDeclQDoubleSpinBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDoubleValidator.cc b/src/gsiqt5/gsiDeclQDoubleValidator.cc index 8d8045e0a..c625f8ed1 100644 --- a/src/gsiqt5/gsiDeclQDoubleValidator.cc +++ b/src/gsiqt5/gsiDeclQDoubleValidator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDrag.cc b/src/gsiqt5/gsiDeclQDrag.cc index fe36eaa3e..73e0f7f48 100644 --- a/src/gsiqt5/gsiDeclQDrag.cc +++ b/src/gsiqt5/gsiDeclQDrag.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDragEnterEvent.cc b/src/gsiqt5/gsiDeclQDragEnterEvent.cc index 1f7bcb51e..528237ee7 100644 --- a/src/gsiqt5/gsiDeclQDragEnterEvent.cc +++ b/src/gsiqt5/gsiDeclQDragEnterEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDragLeaveEvent.cc b/src/gsiqt5/gsiDeclQDragLeaveEvent.cc index eb70a258e..2f77019b9 100644 --- a/src/gsiqt5/gsiDeclQDragLeaveEvent.cc +++ b/src/gsiqt5/gsiDeclQDragLeaveEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDragMoveEvent.cc b/src/gsiqt5/gsiDeclQDragMoveEvent.cc index e552f3391..21a595519 100644 --- a/src/gsiqt5/gsiDeclQDragMoveEvent.cc +++ b/src/gsiqt5/gsiDeclQDragMoveEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDropEvent.cc b/src/gsiqt5/gsiDeclQDropEvent.cc index c34f9b1a7..aef3be35e 100644 --- a/src/gsiqt5/gsiDeclQDropEvent.cc +++ b/src/gsiqt5/gsiDeclQDropEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQDynamicPropertyChangeEvent.cc b/src/gsiqt5/gsiDeclQDynamicPropertyChangeEvent.cc index f9f2a4475..f73831a88 100644 --- a/src/gsiqt5/gsiDeclQDynamicPropertyChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQDynamicPropertyChangeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQEasingCurve.cc b/src/gsiqt5/gsiDeclQEasingCurve.cc index 28228e80f..a3019edb4 100644 --- a/src/gsiqt5/gsiDeclQEasingCurve.cc +++ b/src/gsiqt5/gsiDeclQEasingCurve.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQElapsedTimer.cc b/src/gsiqt5/gsiDeclQElapsedTimer.cc index 6990a9b74..6ebfbbeb3 100644 --- a/src/gsiqt5/gsiDeclQElapsedTimer.cc +++ b/src/gsiqt5/gsiDeclQElapsedTimer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQEnableSharedFromThis.cc b/src/gsiqt5/gsiDeclQEnableSharedFromThis.cc index 141745357..b3bab01b2 100644 --- a/src/gsiqt5/gsiDeclQEnableSharedFromThis.cc +++ b/src/gsiqt5/gsiDeclQEnableSharedFromThis.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQEnterEvent.cc b/src/gsiqt5/gsiDeclQEnterEvent.cc index 62c1ed0fd..c086ecbc7 100644 --- a/src/gsiqt5/gsiDeclQEnterEvent.cc +++ b/src/gsiqt5/gsiDeclQEnterEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQErrorMessage.cc b/src/gsiqt5/gsiDeclQErrorMessage.cc index f914ccd3d..764d49333 100644 --- a/src/gsiqt5/gsiDeclQErrorMessage.cc +++ b/src/gsiqt5/gsiDeclQErrorMessage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQEvent.cc b/src/gsiqt5/gsiDeclQEvent.cc index 7ef946b56..aedddf58b 100644 --- a/src/gsiqt5/gsiDeclQEvent.cc +++ b/src/gsiqt5/gsiDeclQEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQEventLoop.cc b/src/gsiqt5/gsiDeclQEventLoop.cc index f9b73fb58..6e1745ec1 100644 --- a/src/gsiqt5/gsiDeclQEventLoop.cc +++ b/src/gsiqt5/gsiDeclQEventLoop.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQEventLoopLocker.cc b/src/gsiqt5/gsiDeclQEventLoopLocker.cc index 4543e0c87..91cabcb00 100644 --- a/src/gsiqt5/gsiDeclQEventLoopLocker.cc +++ b/src/gsiqt5/gsiDeclQEventLoopLocker.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQEventTransition.cc b/src/gsiqt5/gsiDeclQEventTransition.cc index 21f526235..068652270 100644 --- a/src/gsiqt5/gsiDeclQEventTransition.cc +++ b/src/gsiqt5/gsiDeclQEventTransition.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQExposeEvent.cc b/src/gsiqt5/gsiDeclQExposeEvent.cc index 28b731339..6b469901b 100644 --- a/src/gsiqt5/gsiDeclQExposeEvent.cc +++ b/src/gsiqt5/gsiDeclQExposeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFactoryInterface.cc b/src/gsiqt5/gsiDeclQFactoryInterface.cc index f902f502c..2f6694da5 100644 --- a/src/gsiqt5/gsiDeclQFactoryInterface.cc +++ b/src/gsiqt5/gsiDeclQFactoryInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFile.cc b/src/gsiqt5/gsiDeclQFile.cc index 89a59c789..60c6335b7 100644 --- a/src/gsiqt5/gsiDeclQFile.cc +++ b/src/gsiqt5/gsiDeclQFile.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFileDevice.cc b/src/gsiqt5/gsiDeclQFileDevice.cc index 4f6ea9abd..99d0c856f 100644 --- a/src/gsiqt5/gsiDeclQFileDevice.cc +++ b/src/gsiqt5/gsiDeclQFileDevice.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFileDialog.cc b/src/gsiqt5/gsiDeclQFileDialog.cc index a9d794f2b..7283058c1 100644 --- a/src/gsiqt5/gsiDeclQFileDialog.cc +++ b/src/gsiqt5/gsiDeclQFileDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFileIconProvider.cc b/src/gsiqt5/gsiDeclQFileIconProvider.cc index d410bc993..6706f2e2d 100644 --- a/src/gsiqt5/gsiDeclQFileIconProvider.cc +++ b/src/gsiqt5/gsiDeclQFileIconProvider.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFileInfo.cc b/src/gsiqt5/gsiDeclQFileInfo.cc index 22d13dd88..7467c9dca 100644 --- a/src/gsiqt5/gsiDeclQFileInfo.cc +++ b/src/gsiqt5/gsiDeclQFileInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFileOpenEvent.cc b/src/gsiqt5/gsiDeclQFileOpenEvent.cc index 28ca26e68..eecdce959 100644 --- a/src/gsiqt5/gsiDeclQFileOpenEvent.cc +++ b/src/gsiqt5/gsiDeclQFileOpenEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFileSelector.cc b/src/gsiqt5/gsiDeclQFileSelector.cc index 09502421c..8992a62a3 100644 --- a/src/gsiqt5/gsiDeclQFileSelector.cc +++ b/src/gsiqt5/gsiDeclQFileSelector.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFileSystemModel.cc b/src/gsiqt5/gsiDeclQFileSystemModel.cc index d4bfdb6ab..d06ebca4e 100644 --- a/src/gsiqt5/gsiDeclQFileSystemModel.cc +++ b/src/gsiqt5/gsiDeclQFileSystemModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFileSystemWatcher.cc b/src/gsiqt5/gsiDeclQFileSystemWatcher.cc index f54fe67b1..cefed7e8f 100644 --- a/src/gsiqt5/gsiDeclQFileSystemWatcher.cc +++ b/src/gsiqt5/gsiDeclQFileSystemWatcher.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFinalState.cc b/src/gsiqt5/gsiDeclQFinalState.cc index ed0ff8ea8..bfb17d93e 100644 --- a/src/gsiqt5/gsiDeclQFinalState.cc +++ b/src/gsiqt5/gsiDeclQFinalState.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFocusEvent.cc b/src/gsiqt5/gsiDeclQFocusEvent.cc index a811813c5..e0b0adf2b 100644 --- a/src/gsiqt5/gsiDeclQFocusEvent.cc +++ b/src/gsiqt5/gsiDeclQFocusEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFocusFrame.cc b/src/gsiqt5/gsiDeclQFocusFrame.cc index 66da2cfcf..0bea5cc00 100644 --- a/src/gsiqt5/gsiDeclQFocusFrame.cc +++ b/src/gsiqt5/gsiDeclQFocusFrame.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFont.cc b/src/gsiqt5/gsiDeclQFont.cc index 1cff2c50b..62fa72c54 100644 --- a/src/gsiqt5/gsiDeclQFont.cc +++ b/src/gsiqt5/gsiDeclQFont.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFontComboBox.cc b/src/gsiqt5/gsiDeclQFontComboBox.cc index 6e0822337..339c31148 100644 --- a/src/gsiqt5/gsiDeclQFontComboBox.cc +++ b/src/gsiqt5/gsiDeclQFontComboBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFontDatabase.cc b/src/gsiqt5/gsiDeclQFontDatabase.cc index 0674fd91e..69f33811d 100644 --- a/src/gsiqt5/gsiDeclQFontDatabase.cc +++ b/src/gsiqt5/gsiDeclQFontDatabase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFontDialog.cc b/src/gsiqt5/gsiDeclQFontDialog.cc index a018c8c88..faa59ee8b 100644 --- a/src/gsiqt5/gsiDeclQFontDialog.cc +++ b/src/gsiqt5/gsiDeclQFontDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFontInfo.cc b/src/gsiqt5/gsiDeclQFontInfo.cc index 7d5ecbce0..68d2747cf 100644 --- a/src/gsiqt5/gsiDeclQFontInfo.cc +++ b/src/gsiqt5/gsiDeclQFontInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFontMetrics.cc b/src/gsiqt5/gsiDeclQFontMetrics.cc index 1a42ea49a..d13b287ef 100644 --- a/src/gsiqt5/gsiDeclQFontMetrics.cc +++ b/src/gsiqt5/gsiDeclQFontMetrics.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFontMetricsF.cc b/src/gsiqt5/gsiDeclQFontMetricsF.cc index 15ec27145..3fba75b96 100644 --- a/src/gsiqt5/gsiDeclQFontMetricsF.cc +++ b/src/gsiqt5/gsiDeclQFontMetricsF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFormBuilder.cc b/src/gsiqt5/gsiDeclQFormBuilder.cc index 21a7bfaa9..0dbc5fd1a 100644 --- a/src/gsiqt5/gsiDeclQFormBuilder.cc +++ b/src/gsiqt5/gsiDeclQFormBuilder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFormLayout.cc b/src/gsiqt5/gsiDeclQFormLayout.cc index 6ef63e27e..a41b3db2d 100644 --- a/src/gsiqt5/gsiDeclQFormLayout.cc +++ b/src/gsiqt5/gsiDeclQFormLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQFrame.cc b/src/gsiqt5/gsiDeclQFrame.cc index 071084142..3f3383ada 100644 --- a/src/gsiqt5/gsiDeclQFrame.cc +++ b/src/gsiqt5/gsiDeclQFrame.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGenericPlugin.cc b/src/gsiqt5/gsiDeclQGenericPlugin.cc index 0f40bb41c..b57f985fb 100644 --- a/src/gsiqt5/gsiDeclQGenericPlugin.cc +++ b/src/gsiqt5/gsiDeclQGenericPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGenericPluginFactory.cc b/src/gsiqt5/gsiDeclQGenericPluginFactory.cc index 436c2deff..bd51eb0a4 100644 --- a/src/gsiqt5/gsiDeclQGenericPluginFactory.cc +++ b/src/gsiqt5/gsiDeclQGenericPluginFactory.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGesture.cc b/src/gsiqt5/gsiDeclQGesture.cc index 5885be57d..690ca7e20 100644 --- a/src/gsiqt5/gsiDeclQGesture.cc +++ b/src/gsiqt5/gsiDeclQGesture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGestureEvent.cc b/src/gsiqt5/gsiDeclQGestureEvent.cc index 85122aca8..305f50a22 100644 --- a/src/gsiqt5/gsiDeclQGestureEvent.cc +++ b/src/gsiqt5/gsiDeclQGestureEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGestureRecognizer.cc b/src/gsiqt5/gsiDeclQGestureRecognizer.cc index 61ac0f978..778921719 100644 --- a/src/gsiqt5/gsiDeclQGestureRecognizer.cc +++ b/src/gsiqt5/gsiDeclQGestureRecognizer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGlyphRun.cc b/src/gsiqt5/gsiDeclQGlyphRun.cc index cddbc613e..fb359cce4 100644 --- a/src/gsiqt5/gsiDeclQGlyphRun.cc +++ b/src/gsiqt5/gsiDeclQGlyphRun.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGradient.cc b/src/gsiqt5/gsiDeclQGradient.cc index e12a89bc1..11f8e254c 100644 --- a/src/gsiqt5/gsiDeclQGradient.cc +++ b/src/gsiqt5/gsiDeclQGradient.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsAnchor.cc b/src/gsiqt5/gsiDeclQGraphicsAnchor.cc index 268d0599e..39d1c8e27 100644 --- a/src/gsiqt5/gsiDeclQGraphicsAnchor.cc +++ b/src/gsiqt5/gsiDeclQGraphicsAnchor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsAnchorLayout.cc b/src/gsiqt5/gsiDeclQGraphicsAnchorLayout.cc index 38dcce18a..64c8fad1b 100644 --- a/src/gsiqt5/gsiDeclQGraphicsAnchorLayout.cc +++ b/src/gsiqt5/gsiDeclQGraphicsAnchorLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsBlurEffect.cc b/src/gsiqt5/gsiDeclQGraphicsBlurEffect.cc index 7834e6109..f3b7fbedf 100644 --- a/src/gsiqt5/gsiDeclQGraphicsBlurEffect.cc +++ b/src/gsiqt5/gsiDeclQGraphicsBlurEffect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsColorizeEffect.cc b/src/gsiqt5/gsiDeclQGraphicsColorizeEffect.cc index 4e92da945..08315537e 100644 --- a/src/gsiqt5/gsiDeclQGraphicsColorizeEffect.cc +++ b/src/gsiqt5/gsiDeclQGraphicsColorizeEffect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsDropShadowEffect.cc b/src/gsiqt5/gsiDeclQGraphicsDropShadowEffect.cc index d61f91306..30e9ab5db 100644 --- a/src/gsiqt5/gsiDeclQGraphicsDropShadowEffect.cc +++ b/src/gsiqt5/gsiDeclQGraphicsDropShadowEffect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsEffect.cc b/src/gsiqt5/gsiDeclQGraphicsEffect.cc index e2a315711..089b23a09 100644 --- a/src/gsiqt5/gsiDeclQGraphicsEffect.cc +++ b/src/gsiqt5/gsiDeclQGraphicsEffect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsEllipseItem.cc b/src/gsiqt5/gsiDeclQGraphicsEllipseItem.cc index c0518fcd5..737841270 100644 --- a/src/gsiqt5/gsiDeclQGraphicsEllipseItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsEllipseItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsGridLayout.cc b/src/gsiqt5/gsiDeclQGraphicsGridLayout.cc index 193e6630c..49b02ea76 100644 --- a/src/gsiqt5/gsiDeclQGraphicsGridLayout.cc +++ b/src/gsiqt5/gsiDeclQGraphicsGridLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsItem.cc b/src/gsiqt5/gsiDeclQGraphicsItem.cc index 0cf8f0f7b..a499bdb58 100644 --- a/src/gsiqt5/gsiDeclQGraphicsItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsItemAnimation.cc b/src/gsiqt5/gsiDeclQGraphicsItemAnimation.cc index eb637f21f..2afbe087e 100644 --- a/src/gsiqt5/gsiDeclQGraphicsItemAnimation.cc +++ b/src/gsiqt5/gsiDeclQGraphicsItemAnimation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsItemGroup.cc b/src/gsiqt5/gsiDeclQGraphicsItemGroup.cc index 8839056fa..58cdc9ea9 100644 --- a/src/gsiqt5/gsiDeclQGraphicsItemGroup.cc +++ b/src/gsiqt5/gsiDeclQGraphicsItemGroup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsLayout.cc b/src/gsiqt5/gsiDeclQGraphicsLayout.cc index fb79c1e9e..ad17a19fd 100644 --- a/src/gsiqt5/gsiDeclQGraphicsLayout.cc +++ b/src/gsiqt5/gsiDeclQGraphicsLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsLayoutItem.cc b/src/gsiqt5/gsiDeclQGraphicsLayoutItem.cc index 2f21b4690..83d4aab0b 100644 --- a/src/gsiqt5/gsiDeclQGraphicsLayoutItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsLayoutItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsLineItem.cc b/src/gsiqt5/gsiDeclQGraphicsLineItem.cc index 987b7d369..713582c3a 100644 --- a/src/gsiqt5/gsiDeclQGraphicsLineItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsLineItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsLinearLayout.cc b/src/gsiqt5/gsiDeclQGraphicsLinearLayout.cc index 8f0919598..e214e2b50 100644 --- a/src/gsiqt5/gsiDeclQGraphicsLinearLayout.cc +++ b/src/gsiqt5/gsiDeclQGraphicsLinearLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsObject.cc b/src/gsiqt5/gsiDeclQGraphicsObject.cc index dedb6444c..bd59e8979 100644 --- a/src/gsiqt5/gsiDeclQGraphicsObject.cc +++ b/src/gsiqt5/gsiDeclQGraphicsObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsOpacityEffect.cc b/src/gsiqt5/gsiDeclQGraphicsOpacityEffect.cc index dfe6d8f66..e15836f10 100644 --- a/src/gsiqt5/gsiDeclQGraphicsOpacityEffect.cc +++ b/src/gsiqt5/gsiDeclQGraphicsOpacityEffect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsPathItem.cc b/src/gsiqt5/gsiDeclQGraphicsPathItem.cc index 50b96cb80..4935e7f84 100644 --- a/src/gsiqt5/gsiDeclQGraphicsPathItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsPathItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsPixmapItem.cc b/src/gsiqt5/gsiDeclQGraphicsPixmapItem.cc index 4a3b2e61e..7b8a7cfd7 100644 --- a/src/gsiqt5/gsiDeclQGraphicsPixmapItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsPixmapItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsPolygonItem.cc b/src/gsiqt5/gsiDeclQGraphicsPolygonItem.cc index f95ed2906..fe7e80bcc 100644 --- a/src/gsiqt5/gsiDeclQGraphicsPolygonItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsPolygonItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsProxyWidget.cc b/src/gsiqt5/gsiDeclQGraphicsProxyWidget.cc index 06e9aae53..57a3e4a81 100644 --- a/src/gsiqt5/gsiDeclQGraphicsProxyWidget.cc +++ b/src/gsiqt5/gsiDeclQGraphicsProxyWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsRectItem.cc b/src/gsiqt5/gsiDeclQGraphicsRectItem.cc index ca7ea7384..933339f0a 100644 --- a/src/gsiqt5/gsiDeclQGraphicsRectItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsRectItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsRotation.cc b/src/gsiqt5/gsiDeclQGraphicsRotation.cc index 5f10bdc5e..9de5697d5 100644 --- a/src/gsiqt5/gsiDeclQGraphicsRotation.cc +++ b/src/gsiqt5/gsiDeclQGraphicsRotation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsScale.cc b/src/gsiqt5/gsiDeclQGraphicsScale.cc index 882ff39d2..28255d112 100644 --- a/src/gsiqt5/gsiDeclQGraphicsScale.cc +++ b/src/gsiqt5/gsiDeclQGraphicsScale.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsScene.cc b/src/gsiqt5/gsiDeclQGraphicsScene.cc index 8d8c2fb46..7b0eb2f9a 100644 --- a/src/gsiqt5/gsiDeclQGraphicsScene.cc +++ b/src/gsiqt5/gsiDeclQGraphicsScene.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneContextMenuEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneContextMenuEvent.cc index 92f9afd54..5e79e21dc 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneContextMenuEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneContextMenuEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneDragDropEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneDragDropEvent.cc index 390cef90e..71ce614ee 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneDragDropEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneDragDropEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneEvent.cc index 6188de991..a73924c7a 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneHelpEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneHelpEvent.cc index cee47878f..1b93c7504 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneHelpEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneHelpEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneHoverEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneHoverEvent.cc index 701cba16d..0e8f19a84 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneHoverEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneHoverEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneMouseEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneMouseEvent.cc index c936fd96c..9db9361a5 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneMouseEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneMouseEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneMoveEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneMoveEvent.cc index b5105aa60..f4ec34056 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneMoveEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneMoveEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneResizeEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneResizeEvent.cc index a364de2f0..1caa0b227 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneResizeEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneResizeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneWheelEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneWheelEvent.cc index 354e1e4da..73af65fdc 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneWheelEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneWheelEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsSimpleTextItem.cc b/src/gsiqt5/gsiDeclQGraphicsSimpleTextItem.cc index dc73be535..f7c351dc1 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSimpleTextItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSimpleTextItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsSvgItem.cc b/src/gsiqt5/gsiDeclQGraphicsSvgItem.cc index 5ade0c207..9895033f0 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSvgItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSvgItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsTextItem.cc b/src/gsiqt5/gsiDeclQGraphicsTextItem.cc index 1ee3c5025..9333ea10a 100644 --- a/src/gsiqt5/gsiDeclQGraphicsTextItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsTextItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsTransform.cc b/src/gsiqt5/gsiDeclQGraphicsTransform.cc index 30a227e55..c72cb69a5 100644 --- a/src/gsiqt5/gsiDeclQGraphicsTransform.cc +++ b/src/gsiqt5/gsiDeclQGraphicsTransform.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsVideoItem.cc b/src/gsiqt5/gsiDeclQGraphicsVideoItem.cc index 2b29138e4..0e14cfb3b 100644 --- a/src/gsiqt5/gsiDeclQGraphicsVideoItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsVideoItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsView.cc b/src/gsiqt5/gsiDeclQGraphicsView.cc index 537ccbfa1..d8a6e9445 100644 --- a/src/gsiqt5/gsiDeclQGraphicsView.cc +++ b/src/gsiqt5/gsiDeclQGraphicsView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGraphicsWidget.cc b/src/gsiqt5/gsiDeclQGraphicsWidget.cc index 610041e43..ff12de90f 100644 --- a/src/gsiqt5/gsiDeclQGraphicsWidget.cc +++ b/src/gsiqt5/gsiDeclQGraphicsWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGridLayout.cc b/src/gsiqt5/gsiDeclQGridLayout.cc index f4f66ef1f..6941d3a6d 100644 --- a/src/gsiqt5/gsiDeclQGridLayout.cc +++ b/src/gsiqt5/gsiDeclQGridLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGroupBox.cc b/src/gsiqt5/gsiDeclQGroupBox.cc index f68781f4e..26ce51088 100644 --- a/src/gsiqt5/gsiDeclQGroupBox.cc +++ b/src/gsiqt5/gsiDeclQGroupBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQGuiApplication.cc b/src/gsiqt5/gsiDeclQGuiApplication.cc index 4298053a9..4ae075344 100644 --- a/src/gsiqt5/gsiDeclQGuiApplication.cc +++ b/src/gsiqt5/gsiDeclQGuiApplication.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQHBoxLayout.cc b/src/gsiqt5/gsiDeclQHBoxLayout.cc index ccd7546b7..1bb7dc2f3 100644 --- a/src/gsiqt5/gsiDeclQHBoxLayout.cc +++ b/src/gsiqt5/gsiDeclQHBoxLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQHeaderView.cc b/src/gsiqt5/gsiDeclQHeaderView.cc index e3ec2a931..647fb8ccb 100644 --- a/src/gsiqt5/gsiDeclQHeaderView.cc +++ b/src/gsiqt5/gsiDeclQHeaderView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQHelpEvent.cc b/src/gsiqt5/gsiDeclQHelpEvent.cc index 553a35636..ebfea77a6 100644 --- a/src/gsiqt5/gsiDeclQHelpEvent.cc +++ b/src/gsiqt5/gsiDeclQHelpEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQHideEvent.cc b/src/gsiqt5/gsiDeclQHideEvent.cc index e2d80c5d9..b0ee98013 100644 --- a/src/gsiqt5/gsiDeclQHideEvent.cc +++ b/src/gsiqt5/gsiDeclQHideEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQHistoryState.cc b/src/gsiqt5/gsiDeclQHistoryState.cc index 348b6ed3d..c8f96bbe2 100644 --- a/src/gsiqt5/gsiDeclQHistoryState.cc +++ b/src/gsiqt5/gsiDeclQHistoryState.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQHostAddress.cc b/src/gsiqt5/gsiDeclQHostAddress.cc index c830b74e4..27155f702 100644 --- a/src/gsiqt5/gsiDeclQHostAddress.cc +++ b/src/gsiqt5/gsiDeclQHostAddress.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQHostInfo.cc b/src/gsiqt5/gsiDeclQHostInfo.cc index b347d12da..201ef7fbb 100644 --- a/src/gsiqt5/gsiDeclQHostInfo.cc +++ b/src/gsiqt5/gsiDeclQHostInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQHoverEvent.cc b/src/gsiqt5/gsiDeclQHoverEvent.cc index 7696867cc..bd0421d0b 100644 --- a/src/gsiqt5/gsiDeclQHoverEvent.cc +++ b/src/gsiqt5/gsiDeclQHoverEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQHttpMultiPart.cc b/src/gsiqt5/gsiDeclQHttpMultiPart.cc index 3d8b2fae4..fc39189bb 100644 --- a/src/gsiqt5/gsiDeclQHttpMultiPart.cc +++ b/src/gsiqt5/gsiDeclQHttpMultiPart.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQHttpPart.cc b/src/gsiqt5/gsiDeclQHttpPart.cc index d80993111..d18c35979 100644 --- a/src/gsiqt5/gsiDeclQHttpPart.cc +++ b/src/gsiqt5/gsiDeclQHttpPart.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQIODevice.cc b/src/gsiqt5/gsiDeclQIODevice.cc index c9f6af6f4..3757c03a7 100644 --- a/src/gsiqt5/gsiDeclQIODevice.cc +++ b/src/gsiqt5/gsiDeclQIODevice.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQIPv6Address.cc b/src/gsiqt5/gsiDeclQIPv6Address.cc index 6270afeaa..2776c415d 100644 --- a/src/gsiqt5/gsiDeclQIPv6Address.cc +++ b/src/gsiqt5/gsiDeclQIPv6Address.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQIcon.cc b/src/gsiqt5/gsiDeclQIcon.cc index fdb97c7d7..0ffb408d2 100644 --- a/src/gsiqt5/gsiDeclQIcon.cc +++ b/src/gsiqt5/gsiDeclQIcon.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQIconDragEvent.cc b/src/gsiqt5/gsiDeclQIconDragEvent.cc index c5e5e916e..89c98b765 100644 --- a/src/gsiqt5/gsiDeclQIconDragEvent.cc +++ b/src/gsiqt5/gsiDeclQIconDragEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQIconEngine.cc b/src/gsiqt5/gsiDeclQIconEngine.cc index 6bfb640b3..cceb2c68d 100644 --- a/src/gsiqt5/gsiDeclQIconEngine.cc +++ b/src/gsiqt5/gsiDeclQIconEngine.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQIconEnginePlugin.cc b/src/gsiqt5/gsiDeclQIconEnginePlugin.cc index 6c2ba676c..0a89493e0 100644 --- a/src/gsiqt5/gsiDeclQIconEnginePlugin.cc +++ b/src/gsiqt5/gsiDeclQIconEnginePlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQIconEngine_AvailableSizesArgument.cc b/src/gsiqt5/gsiDeclQIconEngine_AvailableSizesArgument.cc index b7014969c..5dd124932 100644 --- a/src/gsiqt5/gsiDeclQIconEngine_AvailableSizesArgument.cc +++ b/src/gsiqt5/gsiDeclQIconEngine_AvailableSizesArgument.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQIdentityProxyModel.cc b/src/gsiqt5/gsiDeclQIdentityProxyModel.cc index e91c41ef9..02a7c8007 100644 --- a/src/gsiqt5/gsiDeclQIdentityProxyModel.cc +++ b/src/gsiqt5/gsiDeclQIdentityProxyModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQImage.cc b/src/gsiqt5/gsiDeclQImage.cc index 0e7579d79..6f9094d76 100644 --- a/src/gsiqt5/gsiDeclQImage.cc +++ b/src/gsiqt5/gsiDeclQImage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQImageEncoderControl.cc b/src/gsiqt5/gsiDeclQImageEncoderControl.cc index 49cd09c11..6939f1c19 100644 --- a/src/gsiqt5/gsiDeclQImageEncoderControl.cc +++ b/src/gsiqt5/gsiDeclQImageEncoderControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQImageEncoderSettings.cc b/src/gsiqt5/gsiDeclQImageEncoderSettings.cc index f5301b6c3..1769afa89 100644 --- a/src/gsiqt5/gsiDeclQImageEncoderSettings.cc +++ b/src/gsiqt5/gsiDeclQImageEncoderSettings.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQImageIOHandler.cc b/src/gsiqt5/gsiDeclQImageIOHandler.cc index 5a84c62bb..39b626858 100644 --- a/src/gsiqt5/gsiDeclQImageIOHandler.cc +++ b/src/gsiqt5/gsiDeclQImageIOHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQImageIOPlugin.cc b/src/gsiqt5/gsiDeclQImageIOPlugin.cc index 1a9f0e5f3..257949797 100644 --- a/src/gsiqt5/gsiDeclQImageIOPlugin.cc +++ b/src/gsiqt5/gsiDeclQImageIOPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQImageReader.cc b/src/gsiqt5/gsiDeclQImageReader.cc index e506aded2..9e7863657 100644 --- a/src/gsiqt5/gsiDeclQImageReader.cc +++ b/src/gsiqt5/gsiDeclQImageReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQImageWriter.cc b/src/gsiqt5/gsiDeclQImageWriter.cc index 2a7f703f0..4516ced43 100644 --- a/src/gsiqt5/gsiDeclQImageWriter.cc +++ b/src/gsiqt5/gsiDeclQImageWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQInputDialog.cc b/src/gsiqt5/gsiDeclQInputDialog.cc index af69ea3b3..1b44bea59 100644 --- a/src/gsiqt5/gsiDeclQInputDialog.cc +++ b/src/gsiqt5/gsiDeclQInputDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQInputEvent.cc b/src/gsiqt5/gsiDeclQInputEvent.cc index 95c714658..3e475061b 100644 --- a/src/gsiqt5/gsiDeclQInputEvent.cc +++ b/src/gsiqt5/gsiDeclQInputEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQInputMethod.cc b/src/gsiqt5/gsiDeclQInputMethod.cc index 8e99e9027..2fdfbada4 100644 --- a/src/gsiqt5/gsiDeclQInputMethod.cc +++ b/src/gsiqt5/gsiDeclQInputMethod.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQInputMethodEvent.cc b/src/gsiqt5/gsiDeclQInputMethodEvent.cc index 39b2bd2ab..8e0a48538 100644 --- a/src/gsiqt5/gsiDeclQInputMethodEvent.cc +++ b/src/gsiqt5/gsiDeclQInputMethodEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQInputMethodEvent_Attribute.cc b/src/gsiqt5/gsiDeclQInputMethodEvent_Attribute.cc index d426f4f50..06db4e4de 100644 --- a/src/gsiqt5/gsiDeclQInputMethodEvent_Attribute.cc +++ b/src/gsiqt5/gsiDeclQInputMethodEvent_Attribute.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQInputMethodQueryEvent.cc b/src/gsiqt5/gsiDeclQInputMethodQueryEvent.cc index 0f87e5ddb..2305fcf9b 100644 --- a/src/gsiqt5/gsiDeclQInputMethodQueryEvent.cc +++ b/src/gsiqt5/gsiDeclQInputMethodQueryEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQIntValidator.cc b/src/gsiqt5/gsiDeclQIntValidator.cc index b6aa6cc82..010ea3184 100644 --- a/src/gsiqt5/gsiDeclQIntValidator.cc +++ b/src/gsiqt5/gsiDeclQIntValidator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQItemDelegate.cc b/src/gsiqt5/gsiDeclQItemDelegate.cc index aead283dc..40d5b03cb 100644 --- a/src/gsiqt5/gsiDeclQItemDelegate.cc +++ b/src/gsiqt5/gsiDeclQItemDelegate.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQItemEditorCreatorBase.cc b/src/gsiqt5/gsiDeclQItemEditorCreatorBase.cc index e925dd8dc..87a26d846 100644 --- a/src/gsiqt5/gsiDeclQItemEditorCreatorBase.cc +++ b/src/gsiqt5/gsiDeclQItemEditorCreatorBase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQItemEditorFactory.cc b/src/gsiqt5/gsiDeclQItemEditorFactory.cc index d86220f4c..da945d075 100644 --- a/src/gsiqt5/gsiDeclQItemEditorFactory.cc +++ b/src/gsiqt5/gsiDeclQItemEditorFactory.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQItemSelection.cc b/src/gsiqt5/gsiDeclQItemSelection.cc index f8ebb1f45..60aa00306 100644 --- a/src/gsiqt5/gsiDeclQItemSelection.cc +++ b/src/gsiqt5/gsiDeclQItemSelection.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQItemSelectionModel.cc b/src/gsiqt5/gsiDeclQItemSelectionModel.cc index bb5d3e9ef..2bb7100f3 100644 --- a/src/gsiqt5/gsiDeclQItemSelectionModel.cc +++ b/src/gsiqt5/gsiDeclQItemSelectionModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQItemSelectionRange.cc b/src/gsiqt5/gsiDeclQItemSelectionRange.cc index b7e69fa0f..010dbef01 100644 --- a/src/gsiqt5/gsiDeclQItemSelectionRange.cc +++ b/src/gsiqt5/gsiDeclQItemSelectionRange.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQJsonArray.cc b/src/gsiqt5/gsiDeclQJsonArray.cc index c1d22737c..04f971412 100644 --- a/src/gsiqt5/gsiDeclQJsonArray.cc +++ b/src/gsiqt5/gsiDeclQJsonArray.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQJsonArray_Const_iterator.cc b/src/gsiqt5/gsiDeclQJsonArray_Const_iterator.cc index dac9647b8..aa735f221 100644 --- a/src/gsiqt5/gsiDeclQJsonArray_Const_iterator.cc +++ b/src/gsiqt5/gsiDeclQJsonArray_Const_iterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQJsonArray_Iterator.cc b/src/gsiqt5/gsiDeclQJsonArray_Iterator.cc index 66d76b057..b95657531 100644 --- a/src/gsiqt5/gsiDeclQJsonArray_Iterator.cc +++ b/src/gsiqt5/gsiDeclQJsonArray_Iterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQJsonDocument.cc b/src/gsiqt5/gsiDeclQJsonDocument.cc index dfe56a70a..b8a671c9d 100644 --- a/src/gsiqt5/gsiDeclQJsonDocument.cc +++ b/src/gsiqt5/gsiDeclQJsonDocument.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQJsonObject.cc b/src/gsiqt5/gsiDeclQJsonObject.cc index 7f0cc79fb..3193d2d23 100644 --- a/src/gsiqt5/gsiDeclQJsonObject.cc +++ b/src/gsiqt5/gsiDeclQJsonObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQJsonObject_Const_iterator.cc b/src/gsiqt5/gsiDeclQJsonObject_Const_iterator.cc index 7b760f15f..131f90b50 100644 --- a/src/gsiqt5/gsiDeclQJsonObject_Const_iterator.cc +++ b/src/gsiqt5/gsiDeclQJsonObject_Const_iterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQJsonObject_Iterator.cc b/src/gsiqt5/gsiDeclQJsonObject_Iterator.cc index c8cf10401..3ad070deb 100644 --- a/src/gsiqt5/gsiDeclQJsonObject_Iterator.cc +++ b/src/gsiqt5/gsiDeclQJsonObject_Iterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQJsonParseError.cc b/src/gsiqt5/gsiDeclQJsonParseError.cc index 688efd97d..a003730a2 100644 --- a/src/gsiqt5/gsiDeclQJsonParseError.cc +++ b/src/gsiqt5/gsiDeclQJsonParseError.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQJsonValue.cc b/src/gsiqt5/gsiDeclQJsonValue.cc index d4a27800e..06ece983b 100644 --- a/src/gsiqt5/gsiDeclQJsonValue.cc +++ b/src/gsiqt5/gsiDeclQJsonValue.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQJsonValuePtr.cc b/src/gsiqt5/gsiDeclQJsonValuePtr.cc index c4ea4ff48..f401bc44d 100644 --- a/src/gsiqt5/gsiDeclQJsonValuePtr.cc +++ b/src/gsiqt5/gsiDeclQJsonValuePtr.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQJsonValueRef.cc b/src/gsiqt5/gsiDeclQJsonValueRef.cc index 04ad4ac48..e19645ae7 100644 --- a/src/gsiqt5/gsiDeclQJsonValueRef.cc +++ b/src/gsiqt5/gsiDeclQJsonValueRef.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQJsonValueRefPtr.cc b/src/gsiqt5/gsiDeclQJsonValueRefPtr.cc index 06c027010..1aaa0ea24 100644 --- a/src/gsiqt5/gsiDeclQJsonValueRefPtr.cc +++ b/src/gsiqt5/gsiDeclQJsonValueRefPtr.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQKeyEvent.cc b/src/gsiqt5/gsiDeclQKeyEvent.cc index a7523bdcb..7f8a25e5c 100644 --- a/src/gsiqt5/gsiDeclQKeyEvent.cc +++ b/src/gsiqt5/gsiDeclQKeyEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQKeySequence.cc b/src/gsiqt5/gsiDeclQKeySequence.cc index a8b5c61fc..edc5aa1eb 100644 --- a/src/gsiqt5/gsiDeclQKeySequence.cc +++ b/src/gsiqt5/gsiDeclQKeySequence.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQKeySequenceEdit.cc b/src/gsiqt5/gsiDeclQKeySequenceEdit.cc index de82dab86..80e1c21c0 100644 --- a/src/gsiqt5/gsiDeclQKeySequenceEdit.cc +++ b/src/gsiqt5/gsiDeclQKeySequenceEdit.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLCDNumber.cc b/src/gsiqt5/gsiDeclQLCDNumber.cc index d24b71322..b323bbb69 100644 --- a/src/gsiqt5/gsiDeclQLCDNumber.cc +++ b/src/gsiqt5/gsiDeclQLCDNumber.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLabel.cc b/src/gsiqt5/gsiDeclQLabel.cc index 12f788fba..2e91a4632 100644 --- a/src/gsiqt5/gsiDeclQLabel.cc +++ b/src/gsiqt5/gsiDeclQLabel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLayout.cc b/src/gsiqt5/gsiDeclQLayout.cc index 61d75665d..d8d71bd94 100644 --- a/src/gsiqt5/gsiDeclQLayout.cc +++ b/src/gsiqt5/gsiDeclQLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLayoutItem.cc b/src/gsiqt5/gsiDeclQLayoutItem.cc index cd39edbc1..d072e672b 100644 --- a/src/gsiqt5/gsiDeclQLayoutItem.cc +++ b/src/gsiqt5/gsiDeclQLayoutItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLibrary.cc b/src/gsiqt5/gsiDeclQLibrary.cc index 8f68c16de..8c289bf14 100644 --- a/src/gsiqt5/gsiDeclQLibrary.cc +++ b/src/gsiqt5/gsiDeclQLibrary.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLibraryInfo.cc b/src/gsiqt5/gsiDeclQLibraryInfo.cc index eccb18f15..6f3e79403 100644 --- a/src/gsiqt5/gsiDeclQLibraryInfo.cc +++ b/src/gsiqt5/gsiDeclQLibraryInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLine.cc b/src/gsiqt5/gsiDeclQLine.cc index b54f27839..4e0709cdb 100644 --- a/src/gsiqt5/gsiDeclQLine.cc +++ b/src/gsiqt5/gsiDeclQLine.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLineEdit.cc b/src/gsiqt5/gsiDeclQLineEdit.cc index 182b0758f..1cbb68113 100644 --- a/src/gsiqt5/gsiDeclQLineEdit.cc +++ b/src/gsiqt5/gsiDeclQLineEdit.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLineF.cc b/src/gsiqt5/gsiDeclQLineF.cc index ad6167fd8..bd7e170a7 100644 --- a/src/gsiqt5/gsiDeclQLineF.cc +++ b/src/gsiqt5/gsiDeclQLineF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLinearGradient.cc b/src/gsiqt5/gsiDeclQLinearGradient.cc index 01be3289a..af19851aa 100644 --- a/src/gsiqt5/gsiDeclQLinearGradient.cc +++ b/src/gsiqt5/gsiDeclQLinearGradient.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQListView.cc b/src/gsiqt5/gsiDeclQListView.cc index 7691f200a..692e3a115 100644 --- a/src/gsiqt5/gsiDeclQListView.cc +++ b/src/gsiqt5/gsiDeclQListView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQListWidget.cc b/src/gsiqt5/gsiDeclQListWidget.cc index be1d4a225..7257c8f60 100644 --- a/src/gsiqt5/gsiDeclQListWidget.cc +++ b/src/gsiqt5/gsiDeclQListWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQListWidgetItem.cc b/src/gsiqt5/gsiDeclQListWidgetItem.cc index 1f2efbbad..ff8b95774 100644 --- a/src/gsiqt5/gsiDeclQListWidgetItem.cc +++ b/src/gsiqt5/gsiDeclQListWidgetItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLocalServer.cc b/src/gsiqt5/gsiDeclQLocalServer.cc index 9e33eaccd..a4dffdfe3 100644 --- a/src/gsiqt5/gsiDeclQLocalServer.cc +++ b/src/gsiqt5/gsiDeclQLocalServer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLocalSocket.cc b/src/gsiqt5/gsiDeclQLocalSocket.cc index db89530f6..cff9ea5b4 100644 --- a/src/gsiqt5/gsiDeclQLocalSocket.cc +++ b/src/gsiqt5/gsiDeclQLocalSocket.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLocale.cc b/src/gsiqt5/gsiDeclQLocale.cc index 4086ab043..d74b83caf 100644 --- a/src/gsiqt5/gsiDeclQLocale.cc +++ b/src/gsiqt5/gsiDeclQLocale.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLockFile.cc b/src/gsiqt5/gsiDeclQLockFile.cc index 8d9ec9ac3..162efc4aa 100644 --- a/src/gsiqt5/gsiDeclQLockFile.cc +++ b/src/gsiqt5/gsiDeclQLockFile.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQLoggingCategory.cc b/src/gsiqt5/gsiDeclQLoggingCategory.cc index cb39b7b10..41effed33 100644 --- a/src/gsiqt5/gsiDeclQLoggingCategory.cc +++ b/src/gsiqt5/gsiDeclQLoggingCategory.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMainWindow.cc b/src/gsiqt5/gsiDeclQMainWindow.cc index 36e4b2809..bee957d26 100644 --- a/src/gsiqt5/gsiDeclQMainWindow.cc +++ b/src/gsiqt5/gsiDeclQMainWindow.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMapDataBase.cc b/src/gsiqt5/gsiDeclQMapDataBase.cc index fa6da52d6..22c2e66fd 100644 --- a/src/gsiqt5/gsiDeclQMapDataBase.cc +++ b/src/gsiqt5/gsiDeclQMapDataBase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMapNodeBase.cc b/src/gsiqt5/gsiDeclQMapNodeBase.cc index 6abbefa1d..75391a720 100644 --- a/src/gsiqt5/gsiDeclQMapNodeBase.cc +++ b/src/gsiqt5/gsiDeclQMapNodeBase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMargins.cc b/src/gsiqt5/gsiDeclQMargins.cc index b84d88774..1b1e94b51 100644 --- a/src/gsiqt5/gsiDeclQMargins.cc +++ b/src/gsiqt5/gsiDeclQMargins.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMarginsF.cc b/src/gsiqt5/gsiDeclQMarginsF.cc index 660134899..291c33022 100644 --- a/src/gsiqt5/gsiDeclQMarginsF.cc +++ b/src/gsiqt5/gsiDeclQMarginsF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMatrix.cc b/src/gsiqt5/gsiDeclQMatrix.cc index 722b62acd..89e3f072b 100644 --- a/src/gsiqt5/gsiDeclQMatrix.cc +++ b/src/gsiqt5/gsiDeclQMatrix.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMatrix4x4.cc b/src/gsiqt5/gsiDeclQMatrix4x4.cc index 947c9f169..46ca38a14 100644 --- a/src/gsiqt5/gsiDeclQMatrix4x4.cc +++ b/src/gsiqt5/gsiDeclQMatrix4x4.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMdiArea.cc b/src/gsiqt5/gsiDeclQMdiArea.cc index bd65c524e..b689a354b 100644 --- a/src/gsiqt5/gsiDeclQMdiArea.cc +++ b/src/gsiqt5/gsiDeclQMdiArea.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMdiSubWindow.cc b/src/gsiqt5/gsiDeclQMdiSubWindow.cc index afb357b45..9469347d9 100644 --- a/src/gsiqt5/gsiDeclQMdiSubWindow.cc +++ b/src/gsiqt5/gsiDeclQMdiSubWindow.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaAudioProbeControl.cc b/src/gsiqt5/gsiDeclQMediaAudioProbeControl.cc index 36a104b75..9e8a9ee83 100644 --- a/src/gsiqt5/gsiDeclQMediaAudioProbeControl.cc +++ b/src/gsiqt5/gsiDeclQMediaAudioProbeControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaAvailabilityControl.cc b/src/gsiqt5/gsiDeclQMediaAvailabilityControl.cc index 01937c726..1c4a10260 100644 --- a/src/gsiqt5/gsiDeclQMediaAvailabilityControl.cc +++ b/src/gsiqt5/gsiDeclQMediaAvailabilityControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaBindableInterface.cc b/src/gsiqt5/gsiDeclQMediaBindableInterface.cc index 9af4f8c27..97169705b 100644 --- a/src/gsiqt5/gsiDeclQMediaBindableInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaBindableInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaContainerControl.cc b/src/gsiqt5/gsiDeclQMediaContainerControl.cc index fcc179461..c1aca770e 100644 --- a/src/gsiqt5/gsiDeclQMediaContainerControl.cc +++ b/src/gsiqt5/gsiDeclQMediaContainerControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaContent.cc b/src/gsiqt5/gsiDeclQMediaContent.cc index f403fd3c4..f3bc8bd36 100644 --- a/src/gsiqt5/gsiDeclQMediaContent.cc +++ b/src/gsiqt5/gsiDeclQMediaContent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaControl.cc b/src/gsiqt5/gsiDeclQMediaControl.cc index 67a5a6f5b..60b9e0b6e 100644 --- a/src/gsiqt5/gsiDeclQMediaControl.cc +++ b/src/gsiqt5/gsiDeclQMediaControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaGaplessPlaybackControl.cc b/src/gsiqt5/gsiDeclQMediaGaplessPlaybackControl.cc index 0a70197cd..376918b4c 100644 --- a/src/gsiqt5/gsiDeclQMediaGaplessPlaybackControl.cc +++ b/src/gsiqt5/gsiDeclQMediaGaplessPlaybackControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaMetaData.cc b/src/gsiqt5/gsiDeclQMediaMetaData.cc index 38175fd54..c07682fba 100644 --- a/src/gsiqt5/gsiDeclQMediaMetaData.cc +++ b/src/gsiqt5/gsiDeclQMediaMetaData.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaNetworkAccessControl.cc b/src/gsiqt5/gsiDeclQMediaNetworkAccessControl.cc index 1d67c83b0..9fbd25f73 100644 --- a/src/gsiqt5/gsiDeclQMediaNetworkAccessControl.cc +++ b/src/gsiqt5/gsiDeclQMediaNetworkAccessControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaObject.cc b/src/gsiqt5/gsiDeclQMediaObject.cc index bb6310dd4..393a097d9 100644 --- a/src/gsiqt5/gsiDeclQMediaObject.cc +++ b/src/gsiqt5/gsiDeclQMediaObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaPlayer.cc b/src/gsiqt5/gsiDeclQMediaPlayer.cc index 589b744d3..d0e1d8056 100644 --- a/src/gsiqt5/gsiDeclQMediaPlayer.cc +++ b/src/gsiqt5/gsiDeclQMediaPlayer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaPlayerControl.cc b/src/gsiqt5/gsiDeclQMediaPlayerControl.cc index 7ec2fe66e..13bfc76fd 100644 --- a/src/gsiqt5/gsiDeclQMediaPlayerControl.cc +++ b/src/gsiqt5/gsiDeclQMediaPlayerControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaPlaylist.cc b/src/gsiqt5/gsiDeclQMediaPlaylist.cc index abd871fcb..dc5c9171d 100644 --- a/src/gsiqt5/gsiDeclQMediaPlaylist.cc +++ b/src/gsiqt5/gsiDeclQMediaPlaylist.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaRecorder.cc b/src/gsiqt5/gsiDeclQMediaRecorder.cc index 999bfd03a..277448428 100644 --- a/src/gsiqt5/gsiDeclQMediaRecorder.cc +++ b/src/gsiqt5/gsiDeclQMediaRecorder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaRecorderControl.cc b/src/gsiqt5/gsiDeclQMediaRecorderControl.cc index 0cdd3b137..e5aeab2fa 100644 --- a/src/gsiqt5/gsiDeclQMediaRecorderControl.cc +++ b/src/gsiqt5/gsiDeclQMediaRecorderControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaResource.cc b/src/gsiqt5/gsiDeclQMediaResource.cc index b30adf96b..f8c3d8191 100644 --- a/src/gsiqt5/gsiDeclQMediaResource.cc +++ b/src/gsiqt5/gsiDeclQMediaResource.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaService.cc b/src/gsiqt5/gsiDeclQMediaService.cc index 3235cda06..fa52de9fd 100644 --- a/src/gsiqt5/gsiDeclQMediaService.cc +++ b/src/gsiqt5/gsiDeclQMediaService.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaServiceCameraInfoInterface.cc b/src/gsiqt5/gsiDeclQMediaServiceCameraInfoInterface.cc index fd813f017..45bc9a0c5 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceCameraInfoInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceCameraInfoInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaServiceDefaultDeviceInterface.cc b/src/gsiqt5/gsiDeclQMediaServiceDefaultDeviceInterface.cc index 5d1722844..746362d3c 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceDefaultDeviceInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceDefaultDeviceInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaServiceFeaturesInterface.cc b/src/gsiqt5/gsiDeclQMediaServiceFeaturesInterface.cc index 144f161b4..3e1ecb062 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceFeaturesInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceFeaturesInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaServiceProviderFactoryInterface.cc b/src/gsiqt5/gsiDeclQMediaServiceProviderFactoryInterface.cc index 38166c053..6188b5b42 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceProviderFactoryInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceProviderFactoryInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaServiceProviderHint.cc b/src/gsiqt5/gsiDeclQMediaServiceProviderHint.cc index 552f8ccc8..12785a90f 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceProviderHint.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceProviderHint.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaServiceProviderPlugin.cc b/src/gsiqt5/gsiDeclQMediaServiceProviderPlugin.cc index 8fda767fe..99c388618 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceProviderPlugin.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceProviderPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaServiceSupportedDevicesInterface.cc b/src/gsiqt5/gsiDeclQMediaServiceSupportedDevicesInterface.cc index edf6face5..28e7ee2e0 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceSupportedDevicesInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceSupportedDevicesInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaServiceSupportedFormatsInterface.cc b/src/gsiqt5/gsiDeclQMediaServiceSupportedFormatsInterface.cc index 8f943ac7b..fb1ff5b20 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceSupportedFormatsInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceSupportedFormatsInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaStreamsControl.cc b/src/gsiqt5/gsiDeclQMediaStreamsControl.cc index d80783ff0..d6bf2739a 100644 --- a/src/gsiqt5/gsiDeclQMediaStreamsControl.cc +++ b/src/gsiqt5/gsiDeclQMediaStreamsControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaTimeInterval.cc b/src/gsiqt5/gsiDeclQMediaTimeInterval.cc index 0e3cdc7ad..c49649845 100644 --- a/src/gsiqt5/gsiDeclQMediaTimeInterval.cc +++ b/src/gsiqt5/gsiDeclQMediaTimeInterval.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaTimeRange.cc b/src/gsiqt5/gsiDeclQMediaTimeRange.cc index cefdf718e..2682cc5d0 100644 --- a/src/gsiqt5/gsiDeclQMediaTimeRange.cc +++ b/src/gsiqt5/gsiDeclQMediaTimeRange.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMediaVideoProbeControl.cc b/src/gsiqt5/gsiDeclQMediaVideoProbeControl.cc index 028cd5201..b8513cc53 100644 --- a/src/gsiqt5/gsiDeclQMediaVideoProbeControl.cc +++ b/src/gsiqt5/gsiDeclQMediaVideoProbeControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMenu.cc b/src/gsiqt5/gsiDeclQMenu.cc index f903a3cca..6ec76b1bf 100644 --- a/src/gsiqt5/gsiDeclQMenu.cc +++ b/src/gsiqt5/gsiDeclQMenu.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMenuBar.cc b/src/gsiqt5/gsiDeclQMenuBar.cc index a2d819f9d..cf9ab4b33 100644 --- a/src/gsiqt5/gsiDeclQMenuBar.cc +++ b/src/gsiqt5/gsiDeclQMenuBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMessageAuthenticationCode.cc b/src/gsiqt5/gsiDeclQMessageAuthenticationCode.cc index cae526a57..f60aa4d77 100644 --- a/src/gsiqt5/gsiDeclQMessageAuthenticationCode.cc +++ b/src/gsiqt5/gsiDeclQMessageAuthenticationCode.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMessageBox.cc b/src/gsiqt5/gsiDeclQMessageBox.cc index 56f32051c..246803609 100644 --- a/src/gsiqt5/gsiDeclQMessageBox.cc +++ b/src/gsiqt5/gsiDeclQMessageBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMessageLogContext.cc b/src/gsiqt5/gsiDeclQMessageLogContext.cc index d19b58de6..99567ba02 100644 --- a/src/gsiqt5/gsiDeclQMessageLogContext.cc +++ b/src/gsiqt5/gsiDeclQMessageLogContext.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMessageLogger.cc b/src/gsiqt5/gsiDeclQMessageLogger.cc index 74e9ac0bc..1548fca31 100644 --- a/src/gsiqt5/gsiDeclQMessageLogger.cc +++ b/src/gsiqt5/gsiDeclQMessageLogger.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMetaClassInfo.cc b/src/gsiqt5/gsiDeclQMetaClassInfo.cc index 5d2506f8a..8c22a9ad0 100644 --- a/src/gsiqt5/gsiDeclQMetaClassInfo.cc +++ b/src/gsiqt5/gsiDeclQMetaClassInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMetaDataReaderControl.cc b/src/gsiqt5/gsiDeclQMetaDataReaderControl.cc index 8b481e384..88eb39c3b 100644 --- a/src/gsiqt5/gsiDeclQMetaDataReaderControl.cc +++ b/src/gsiqt5/gsiDeclQMetaDataReaderControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMetaDataWriterControl.cc b/src/gsiqt5/gsiDeclQMetaDataWriterControl.cc index a543407c9..10b254d17 100644 --- a/src/gsiqt5/gsiDeclQMetaDataWriterControl.cc +++ b/src/gsiqt5/gsiDeclQMetaDataWriterControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMetaEnum.cc b/src/gsiqt5/gsiDeclQMetaEnum.cc index c6a8465e3..3d63166ea 100644 --- a/src/gsiqt5/gsiDeclQMetaEnum.cc +++ b/src/gsiqt5/gsiDeclQMetaEnum.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMetaMethod.cc b/src/gsiqt5/gsiDeclQMetaMethod.cc index 0fce7fee6..58239eaa4 100644 --- a/src/gsiqt5/gsiDeclQMetaMethod.cc +++ b/src/gsiqt5/gsiDeclQMetaMethod.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMetaObject.cc b/src/gsiqt5/gsiDeclQMetaObject.cc index 0d7899526..1a59d4ba0 100644 --- a/src/gsiqt5/gsiDeclQMetaObject.cc +++ b/src/gsiqt5/gsiDeclQMetaObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMetaObject_Connection.cc b/src/gsiqt5/gsiDeclQMetaObject_Connection.cc index 505588885..2b900abab 100644 --- a/src/gsiqt5/gsiDeclQMetaObject_Connection.cc +++ b/src/gsiqt5/gsiDeclQMetaObject_Connection.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMetaProperty.cc b/src/gsiqt5/gsiDeclQMetaProperty.cc index 790def7a7..c798c08ac 100644 --- a/src/gsiqt5/gsiDeclQMetaProperty.cc +++ b/src/gsiqt5/gsiDeclQMetaProperty.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMimeData.cc b/src/gsiqt5/gsiDeclQMimeData.cc index b8214fa35..7ecce7eaa 100644 --- a/src/gsiqt5/gsiDeclQMimeData.cc +++ b/src/gsiqt5/gsiDeclQMimeData.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMimeDatabase.cc b/src/gsiqt5/gsiDeclQMimeDatabase.cc index ba9087060..13d158f13 100644 --- a/src/gsiqt5/gsiDeclQMimeDatabase.cc +++ b/src/gsiqt5/gsiDeclQMimeDatabase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMimeType.cc b/src/gsiqt5/gsiDeclQMimeType.cc index 1dacba0ed..06d6e5680 100644 --- a/src/gsiqt5/gsiDeclQMimeType.cc +++ b/src/gsiqt5/gsiDeclQMimeType.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQModelIndex.cc b/src/gsiqt5/gsiDeclQModelIndex.cc index 160f05f03..619876231 100644 --- a/src/gsiqt5/gsiDeclQModelIndex.cc +++ b/src/gsiqt5/gsiDeclQModelIndex.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMouseEvent.cc b/src/gsiqt5/gsiDeclQMouseEvent.cc index c51139d77..b7792b515 100644 --- a/src/gsiqt5/gsiDeclQMouseEvent.cc +++ b/src/gsiqt5/gsiDeclQMouseEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMoveEvent.cc b/src/gsiqt5/gsiDeclQMoveEvent.cc index fb6627f40..c8ee298b2 100644 --- a/src/gsiqt5/gsiDeclQMoveEvent.cc +++ b/src/gsiqt5/gsiDeclQMoveEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMovie.cc b/src/gsiqt5/gsiDeclQMovie.cc index 906f06572..424fa4f27 100644 --- a/src/gsiqt5/gsiDeclQMovie.cc +++ b/src/gsiqt5/gsiDeclQMovie.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMultimedia.cc b/src/gsiqt5/gsiDeclQMultimedia.cc index 83966f1e1..994f42265 100644 --- a/src/gsiqt5/gsiDeclQMultimedia.cc +++ b/src/gsiqt5/gsiDeclQMultimedia.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQMutex.cc b/src/gsiqt5/gsiDeclQMutex.cc index 3d8e0faf3..0c43068bd 100644 --- a/src/gsiqt5/gsiDeclQMutex.cc +++ b/src/gsiqt5/gsiDeclQMutex.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNativeGestureEvent.cc b/src/gsiqt5/gsiDeclQNativeGestureEvent.cc index 39bfda8ac..3157f3ba7 100644 --- a/src/gsiqt5/gsiDeclQNativeGestureEvent.cc +++ b/src/gsiqt5/gsiDeclQNativeGestureEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkAccessManager.cc b/src/gsiqt5/gsiDeclQNetworkAccessManager.cc index d827f13c8..0d99eb50b 100644 --- a/src/gsiqt5/gsiDeclQNetworkAccessManager.cc +++ b/src/gsiqt5/gsiDeclQNetworkAccessManager.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkAddressEntry.cc b/src/gsiqt5/gsiDeclQNetworkAddressEntry.cc index 99957611d..93fb6d4cb 100644 --- a/src/gsiqt5/gsiDeclQNetworkAddressEntry.cc +++ b/src/gsiqt5/gsiDeclQNetworkAddressEntry.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkCacheMetaData.cc b/src/gsiqt5/gsiDeclQNetworkCacheMetaData.cc index e4104b2ed..ac854faa4 100644 --- a/src/gsiqt5/gsiDeclQNetworkCacheMetaData.cc +++ b/src/gsiqt5/gsiDeclQNetworkCacheMetaData.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkConfiguration.cc b/src/gsiqt5/gsiDeclQNetworkConfiguration.cc index 70efcde98..f49356b3d 100644 --- a/src/gsiqt5/gsiDeclQNetworkConfiguration.cc +++ b/src/gsiqt5/gsiDeclQNetworkConfiguration.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkConfigurationManager.cc b/src/gsiqt5/gsiDeclQNetworkConfigurationManager.cc index 3649f0abd..1b07908f9 100644 --- a/src/gsiqt5/gsiDeclQNetworkConfigurationManager.cc +++ b/src/gsiqt5/gsiDeclQNetworkConfigurationManager.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkCookie.cc b/src/gsiqt5/gsiDeclQNetworkCookie.cc index 135c05127..ff080e205 100644 --- a/src/gsiqt5/gsiDeclQNetworkCookie.cc +++ b/src/gsiqt5/gsiDeclQNetworkCookie.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkCookieJar.cc b/src/gsiqt5/gsiDeclQNetworkCookieJar.cc index 3142634fa..01001ef82 100644 --- a/src/gsiqt5/gsiDeclQNetworkCookieJar.cc +++ b/src/gsiqt5/gsiDeclQNetworkCookieJar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkDiskCache.cc b/src/gsiqt5/gsiDeclQNetworkDiskCache.cc index a159f540f..0c84bdd53 100644 --- a/src/gsiqt5/gsiDeclQNetworkDiskCache.cc +++ b/src/gsiqt5/gsiDeclQNetworkDiskCache.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkInterface.cc b/src/gsiqt5/gsiDeclQNetworkInterface.cc index e20d9192c..efdff084f 100644 --- a/src/gsiqt5/gsiDeclQNetworkInterface.cc +++ b/src/gsiqt5/gsiDeclQNetworkInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkProxy.cc b/src/gsiqt5/gsiDeclQNetworkProxy.cc index 1a52d4066..c9a491f2a 100644 --- a/src/gsiqt5/gsiDeclQNetworkProxy.cc +++ b/src/gsiqt5/gsiDeclQNetworkProxy.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkProxyFactory.cc b/src/gsiqt5/gsiDeclQNetworkProxyFactory.cc index 540ffc779..c5a7d8722 100644 --- a/src/gsiqt5/gsiDeclQNetworkProxyFactory.cc +++ b/src/gsiqt5/gsiDeclQNetworkProxyFactory.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkProxyQuery.cc b/src/gsiqt5/gsiDeclQNetworkProxyQuery.cc index 5ce5d7d53..9da602957 100644 --- a/src/gsiqt5/gsiDeclQNetworkProxyQuery.cc +++ b/src/gsiqt5/gsiDeclQNetworkProxyQuery.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkReply.cc b/src/gsiqt5/gsiDeclQNetworkReply.cc index 2d0467b19..4f2af9848 100644 --- a/src/gsiqt5/gsiDeclQNetworkReply.cc +++ b/src/gsiqt5/gsiDeclQNetworkReply.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkRequest.cc b/src/gsiqt5/gsiDeclQNetworkRequest.cc index ab415b6cc..a13220956 100644 --- a/src/gsiqt5/gsiDeclQNetworkRequest.cc +++ b/src/gsiqt5/gsiDeclQNetworkRequest.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNetworkSession.cc b/src/gsiqt5/gsiDeclQNetworkSession.cc index a02de671d..60fa831ca 100644 --- a/src/gsiqt5/gsiDeclQNetworkSession.cc +++ b/src/gsiqt5/gsiDeclQNetworkSession.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQNoDebug.cc b/src/gsiqt5/gsiDeclQNoDebug.cc index 8a5928856..cd7b66b08 100644 --- a/src/gsiqt5/gsiDeclQNoDebug.cc +++ b/src/gsiqt5/gsiDeclQNoDebug.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQObject.cc b/src/gsiqt5/gsiDeclQObject.cc index 7b733dec6..9e939d0f6 100644 --- a/src/gsiqt5/gsiDeclQObject.cc +++ b/src/gsiqt5/gsiDeclQObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQOffscreenSurface.cc b/src/gsiqt5/gsiDeclQOffscreenSurface.cc index e1cadb20f..2aa7a1111 100644 --- a/src/gsiqt5/gsiDeclQOffscreenSurface.cc +++ b/src/gsiqt5/gsiDeclQOffscreenSurface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPageLayout.cc b/src/gsiqt5/gsiDeclQPageLayout.cc index 354a12377..1b885ec07 100644 --- a/src/gsiqt5/gsiDeclQPageLayout.cc +++ b/src/gsiqt5/gsiDeclQPageLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPageSetupDialog.cc b/src/gsiqt5/gsiDeclQPageSetupDialog.cc index 83ef3664f..8845c9be5 100644 --- a/src/gsiqt5/gsiDeclQPageSetupDialog.cc +++ b/src/gsiqt5/gsiDeclQPageSetupDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPageSize.cc b/src/gsiqt5/gsiDeclQPageSize.cc index 6bc74bb48..66777b04d 100644 --- a/src/gsiqt5/gsiDeclQPageSize.cc +++ b/src/gsiqt5/gsiDeclQPageSize.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPagedPaintDevice.cc b/src/gsiqt5/gsiDeclQPagedPaintDevice.cc index f8016c244..763dafc59 100644 --- a/src/gsiqt5/gsiDeclQPagedPaintDevice.cc +++ b/src/gsiqt5/gsiDeclQPagedPaintDevice.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPagedPaintDevice_Margins.cc b/src/gsiqt5/gsiDeclQPagedPaintDevice_Margins.cc index e0d462e01..bcd6369c5 100644 --- a/src/gsiqt5/gsiDeclQPagedPaintDevice_Margins.cc +++ b/src/gsiqt5/gsiDeclQPagedPaintDevice_Margins.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPaintDevice.cc b/src/gsiqt5/gsiDeclQPaintDevice.cc index ca71ad3dc..14e1184c0 100644 --- a/src/gsiqt5/gsiDeclQPaintDevice.cc +++ b/src/gsiqt5/gsiDeclQPaintDevice.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPaintDeviceWindow.cc b/src/gsiqt5/gsiDeclQPaintDeviceWindow.cc index aec1a0942..921570814 100644 --- a/src/gsiqt5/gsiDeclQPaintDeviceWindow.cc +++ b/src/gsiqt5/gsiDeclQPaintDeviceWindow.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPaintEngine.cc b/src/gsiqt5/gsiDeclQPaintEngine.cc index b448b482e..4e912f5db 100644 --- a/src/gsiqt5/gsiDeclQPaintEngine.cc +++ b/src/gsiqt5/gsiDeclQPaintEngine.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPaintEngineState.cc b/src/gsiqt5/gsiDeclQPaintEngineState.cc index 9c50fd3a1..a9af9a755 100644 --- a/src/gsiqt5/gsiDeclQPaintEngineState.cc +++ b/src/gsiqt5/gsiDeclQPaintEngineState.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPaintEvent.cc b/src/gsiqt5/gsiDeclQPaintEvent.cc index ae066e0fa..72166f37c 100644 --- a/src/gsiqt5/gsiDeclQPaintEvent.cc +++ b/src/gsiqt5/gsiDeclQPaintEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPainter.cc b/src/gsiqt5/gsiDeclQPainter.cc index a3321c008..c405bf39c 100644 --- a/src/gsiqt5/gsiDeclQPainter.cc +++ b/src/gsiqt5/gsiDeclQPainter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPainterPath.cc b/src/gsiqt5/gsiDeclQPainterPath.cc index f0f5d58ba..fb40b2b2c 100644 --- a/src/gsiqt5/gsiDeclQPainterPath.cc +++ b/src/gsiqt5/gsiDeclQPainterPath.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPainterPathStroker.cc b/src/gsiqt5/gsiDeclQPainterPathStroker.cc index d852bf2b3..7f9195d34 100644 --- a/src/gsiqt5/gsiDeclQPainterPathStroker.cc +++ b/src/gsiqt5/gsiDeclQPainterPathStroker.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPainterPath_Element.cc b/src/gsiqt5/gsiDeclQPainterPath_Element.cc index 8a6c44e42..2236cacc7 100644 --- a/src/gsiqt5/gsiDeclQPainterPath_Element.cc +++ b/src/gsiqt5/gsiDeclQPainterPath_Element.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPainter_PixmapFragment.cc b/src/gsiqt5/gsiDeclQPainter_PixmapFragment.cc index b318d8fe1..88a7f8957 100644 --- a/src/gsiqt5/gsiDeclQPainter_PixmapFragment.cc +++ b/src/gsiqt5/gsiDeclQPainter_PixmapFragment.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPalette.cc b/src/gsiqt5/gsiDeclQPalette.cc index 73bde6b91..fc30e98e7 100644 --- a/src/gsiqt5/gsiDeclQPalette.cc +++ b/src/gsiqt5/gsiDeclQPalette.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPanGesture.cc b/src/gsiqt5/gsiDeclQPanGesture.cc index 3a264f600..3708a970d 100644 --- a/src/gsiqt5/gsiDeclQPanGesture.cc +++ b/src/gsiqt5/gsiDeclQPanGesture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQParallelAnimationGroup.cc b/src/gsiqt5/gsiDeclQParallelAnimationGroup.cc index 7d036d9e3..2d09fdf28 100644 --- a/src/gsiqt5/gsiDeclQParallelAnimationGroup.cc +++ b/src/gsiqt5/gsiDeclQParallelAnimationGroup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPauseAnimation.cc b/src/gsiqt5/gsiDeclQPauseAnimation.cc index 42a9753aa..66e07731b 100644 --- a/src/gsiqt5/gsiDeclQPauseAnimation.cc +++ b/src/gsiqt5/gsiDeclQPauseAnimation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPdfWriter.cc b/src/gsiqt5/gsiDeclQPdfWriter.cc index 411584588..2c9d5c3b4 100644 --- a/src/gsiqt5/gsiDeclQPdfWriter.cc +++ b/src/gsiqt5/gsiDeclQPdfWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPen.cc b/src/gsiqt5/gsiDeclQPen.cc index b782a349b..de05c2539 100644 --- a/src/gsiqt5/gsiDeclQPen.cc +++ b/src/gsiqt5/gsiDeclQPen.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPersistentModelIndex.cc b/src/gsiqt5/gsiDeclQPersistentModelIndex.cc index 5dd05bb0a..229d776a6 100644 --- a/src/gsiqt5/gsiDeclQPersistentModelIndex.cc +++ b/src/gsiqt5/gsiDeclQPersistentModelIndex.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPicture.cc b/src/gsiqt5/gsiDeclQPicture.cc index aa0524f66..8283790c5 100644 --- a/src/gsiqt5/gsiDeclQPicture.cc +++ b/src/gsiqt5/gsiDeclQPicture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPictureFormatPlugin.cc b/src/gsiqt5/gsiDeclQPictureFormatPlugin.cc index cace48a24..429dbe335 100644 --- a/src/gsiqt5/gsiDeclQPictureFormatPlugin.cc +++ b/src/gsiqt5/gsiDeclQPictureFormatPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPinchGesture.cc b/src/gsiqt5/gsiDeclQPinchGesture.cc index f02569333..ef81614c6 100644 --- a/src/gsiqt5/gsiDeclQPinchGesture.cc +++ b/src/gsiqt5/gsiDeclQPinchGesture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPixelFormat.cc b/src/gsiqt5/gsiDeclQPixelFormat.cc index e2679fea9..8b20c1a48 100644 --- a/src/gsiqt5/gsiDeclQPixelFormat.cc +++ b/src/gsiqt5/gsiDeclQPixelFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPixmap.cc b/src/gsiqt5/gsiDeclQPixmap.cc index a0c1884ce..8a5245fde 100644 --- a/src/gsiqt5/gsiDeclQPixmap.cc +++ b/src/gsiqt5/gsiDeclQPixmap.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPixmapCache.cc b/src/gsiqt5/gsiDeclQPixmapCache.cc index b57a3d73f..170284a75 100644 --- a/src/gsiqt5/gsiDeclQPixmapCache.cc +++ b/src/gsiqt5/gsiDeclQPixmapCache.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPlainTextDocumentLayout.cc b/src/gsiqt5/gsiDeclQPlainTextDocumentLayout.cc index f9b664801..b8013d20a 100644 --- a/src/gsiqt5/gsiDeclQPlainTextDocumentLayout.cc +++ b/src/gsiqt5/gsiDeclQPlainTextDocumentLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPlainTextEdit.cc b/src/gsiqt5/gsiDeclQPlainTextEdit.cc index 3076bb473..dc0a393bd 100644 --- a/src/gsiqt5/gsiDeclQPlainTextEdit.cc +++ b/src/gsiqt5/gsiDeclQPlainTextEdit.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPlatformSurfaceEvent.cc b/src/gsiqt5/gsiDeclQPlatformSurfaceEvent.cc index d7761f25c..bf7e1a408 100644 --- a/src/gsiqt5/gsiDeclQPlatformSurfaceEvent.cc +++ b/src/gsiqt5/gsiDeclQPlatformSurfaceEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPluginLoader.cc b/src/gsiqt5/gsiDeclQPluginLoader.cc index 3746edb59..74d459ece 100644 --- a/src/gsiqt5/gsiDeclQPluginLoader.cc +++ b/src/gsiqt5/gsiDeclQPluginLoader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPoint.cc b/src/gsiqt5/gsiDeclQPoint.cc index 15d6d1a83..3865132d0 100644 --- a/src/gsiqt5/gsiDeclQPoint.cc +++ b/src/gsiqt5/gsiDeclQPoint.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPointF.cc b/src/gsiqt5/gsiDeclQPointF.cc index d73670fd9..10b18ad59 100644 --- a/src/gsiqt5/gsiDeclQPointF.cc +++ b/src/gsiqt5/gsiDeclQPointF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPolygon.cc b/src/gsiqt5/gsiDeclQPolygon.cc index cdf631829..8d337f41c 100644 --- a/src/gsiqt5/gsiDeclQPolygon.cc +++ b/src/gsiqt5/gsiDeclQPolygon.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPolygonF.cc b/src/gsiqt5/gsiDeclQPolygonF.cc index 000a615d5..1c9fe0cb6 100644 --- a/src/gsiqt5/gsiDeclQPolygonF.cc +++ b/src/gsiqt5/gsiDeclQPolygonF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPrintDialog.cc b/src/gsiqt5/gsiDeclQPrintDialog.cc index 4d704f7f6..3d495cf1c 100644 --- a/src/gsiqt5/gsiDeclQPrintDialog.cc +++ b/src/gsiqt5/gsiDeclQPrintDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPrintEngine.cc b/src/gsiqt5/gsiDeclQPrintEngine.cc index b9e1d9b61..71927d553 100644 --- a/src/gsiqt5/gsiDeclQPrintEngine.cc +++ b/src/gsiqt5/gsiDeclQPrintEngine.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPrintPreviewDialog.cc b/src/gsiqt5/gsiDeclQPrintPreviewDialog.cc index 279359514..10961210c 100644 --- a/src/gsiqt5/gsiDeclQPrintPreviewDialog.cc +++ b/src/gsiqt5/gsiDeclQPrintPreviewDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPrintPreviewWidget.cc b/src/gsiqt5/gsiDeclQPrintPreviewWidget.cc index 7f0080d06..f0ad01197 100644 --- a/src/gsiqt5/gsiDeclQPrintPreviewWidget.cc +++ b/src/gsiqt5/gsiDeclQPrintPreviewWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPrinter.cc b/src/gsiqt5/gsiDeclQPrinter.cc index a4367c69d..af4881a8b 100644 --- a/src/gsiqt5/gsiDeclQPrinter.cc +++ b/src/gsiqt5/gsiDeclQPrinter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPrinterInfo.cc b/src/gsiqt5/gsiDeclQPrinterInfo.cc index 75b6ef76e..b6525dde9 100644 --- a/src/gsiqt5/gsiDeclQPrinterInfo.cc +++ b/src/gsiqt5/gsiDeclQPrinterInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQProcess.cc b/src/gsiqt5/gsiDeclQProcess.cc index 22d96c1dc..1352eb960 100644 --- a/src/gsiqt5/gsiDeclQProcess.cc +++ b/src/gsiqt5/gsiDeclQProcess.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQProcessEnvironment.cc b/src/gsiqt5/gsiDeclQProcessEnvironment.cc index c94d21221..67dd3779c 100644 --- a/src/gsiqt5/gsiDeclQProcessEnvironment.cc +++ b/src/gsiqt5/gsiDeclQProcessEnvironment.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQProgressBar.cc b/src/gsiqt5/gsiDeclQProgressBar.cc index b343db0a4..40b8ccbfb 100644 --- a/src/gsiqt5/gsiDeclQProgressBar.cc +++ b/src/gsiqt5/gsiDeclQProgressBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQProgressDialog.cc b/src/gsiqt5/gsiDeclQProgressDialog.cc index 277769831..717fa6331 100644 --- a/src/gsiqt5/gsiDeclQProgressDialog.cc +++ b/src/gsiqt5/gsiDeclQProgressDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPropertyAnimation.cc b/src/gsiqt5/gsiDeclQPropertyAnimation.cc index 8ab8a110a..e85452c35 100644 --- a/src/gsiqt5/gsiDeclQPropertyAnimation.cc +++ b/src/gsiqt5/gsiDeclQPropertyAnimation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQPushButton.cc b/src/gsiqt5/gsiDeclQPushButton.cc index fcf37b1f4..4e6f77394 100644 --- a/src/gsiqt5/gsiDeclQPushButton.cc +++ b/src/gsiqt5/gsiDeclQPushButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQQuaternion.cc b/src/gsiqt5/gsiDeclQQuaternion.cc index 7990cee7a..c1414dbde 100644 --- a/src/gsiqt5/gsiDeclQQuaternion.cc +++ b/src/gsiqt5/gsiDeclQQuaternion.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRadialGradient.cc b/src/gsiqt5/gsiDeclQRadialGradient.cc index b38259faa..7477642f3 100644 --- a/src/gsiqt5/gsiDeclQRadialGradient.cc +++ b/src/gsiqt5/gsiDeclQRadialGradient.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRadioButton.cc b/src/gsiqt5/gsiDeclQRadioButton.cc index 42dffb52e..3ab1732fa 100644 --- a/src/gsiqt5/gsiDeclQRadioButton.cc +++ b/src/gsiqt5/gsiDeclQRadioButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRadioData.cc b/src/gsiqt5/gsiDeclQRadioData.cc index 64f4026c7..30c34c152 100644 --- a/src/gsiqt5/gsiDeclQRadioData.cc +++ b/src/gsiqt5/gsiDeclQRadioData.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRadioDataControl.cc b/src/gsiqt5/gsiDeclQRadioDataControl.cc index dbebd371f..28dcc886e 100644 --- a/src/gsiqt5/gsiDeclQRadioDataControl.cc +++ b/src/gsiqt5/gsiDeclQRadioDataControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRadioTuner.cc b/src/gsiqt5/gsiDeclQRadioTuner.cc index 345f887d9..7c83831b0 100644 --- a/src/gsiqt5/gsiDeclQRadioTuner.cc +++ b/src/gsiqt5/gsiDeclQRadioTuner.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRadioTunerControl.cc b/src/gsiqt5/gsiDeclQRadioTunerControl.cc index ee3ee6fb1..1cdf1aad9 100644 --- a/src/gsiqt5/gsiDeclQRadioTunerControl.cc +++ b/src/gsiqt5/gsiDeclQRadioTunerControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRasterWindow.cc b/src/gsiqt5/gsiDeclQRasterWindow.cc index cc2ef1a1f..8d94bd24b 100644 --- a/src/gsiqt5/gsiDeclQRasterWindow.cc +++ b/src/gsiqt5/gsiDeclQRasterWindow.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRawFont.cc b/src/gsiqt5/gsiDeclQRawFont.cc index 400912d95..901e2f95e 100644 --- a/src/gsiqt5/gsiDeclQRawFont.cc +++ b/src/gsiqt5/gsiDeclQRawFont.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQReadLocker.cc b/src/gsiqt5/gsiDeclQReadLocker.cc index d68e549de..0bff598dc 100644 --- a/src/gsiqt5/gsiDeclQReadLocker.cc +++ b/src/gsiqt5/gsiDeclQReadLocker.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQReadWriteLock.cc b/src/gsiqt5/gsiDeclQReadWriteLock.cc index 84eca5e04..2f9083e42 100644 --- a/src/gsiqt5/gsiDeclQReadWriteLock.cc +++ b/src/gsiqt5/gsiDeclQReadWriteLock.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRect.cc b/src/gsiqt5/gsiDeclQRect.cc index 8b3142914..50b7e5acc 100644 --- a/src/gsiqt5/gsiDeclQRect.cc +++ b/src/gsiqt5/gsiDeclQRect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRectF.cc b/src/gsiqt5/gsiDeclQRectF.cc index b7ed93b08..718fc3840 100644 --- a/src/gsiqt5/gsiDeclQRectF.cc +++ b/src/gsiqt5/gsiDeclQRectF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRegExp.cc b/src/gsiqt5/gsiDeclQRegExp.cc index 26e9a9791..d868a5fdb 100644 --- a/src/gsiqt5/gsiDeclQRegExp.cc +++ b/src/gsiqt5/gsiDeclQRegExp.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRegExpValidator.cc b/src/gsiqt5/gsiDeclQRegExpValidator.cc index 57ba25099..0fe90ac18 100644 --- a/src/gsiqt5/gsiDeclQRegExpValidator.cc +++ b/src/gsiqt5/gsiDeclQRegExpValidator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRegion.cc b/src/gsiqt5/gsiDeclQRegion.cc index 2b64d4b76..f76dedd91 100644 --- a/src/gsiqt5/gsiDeclQRegion.cc +++ b/src/gsiqt5/gsiDeclQRegion.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRegularExpression.cc b/src/gsiqt5/gsiDeclQRegularExpression.cc index 190a71291..51f603ae1 100644 --- a/src/gsiqt5/gsiDeclQRegularExpression.cc +++ b/src/gsiqt5/gsiDeclQRegularExpression.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRegularExpressionMatch.cc b/src/gsiqt5/gsiDeclQRegularExpressionMatch.cc index e36fa5aaa..fbb7e7976 100644 --- a/src/gsiqt5/gsiDeclQRegularExpressionMatch.cc +++ b/src/gsiqt5/gsiDeclQRegularExpressionMatch.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRegularExpressionMatchIterator.cc b/src/gsiqt5/gsiDeclQRegularExpressionMatchIterator.cc index ad8ea3907..9b0e31c78 100644 --- a/src/gsiqt5/gsiDeclQRegularExpressionMatchIterator.cc +++ b/src/gsiqt5/gsiDeclQRegularExpressionMatchIterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRegularExpressionValidator.cc b/src/gsiqt5/gsiDeclQRegularExpressionValidator.cc index 384134747..e652f7a3b 100644 --- a/src/gsiqt5/gsiDeclQRegularExpressionValidator.cc +++ b/src/gsiqt5/gsiDeclQRegularExpressionValidator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQResizeEvent.cc b/src/gsiqt5/gsiDeclQResizeEvent.cc index 993484705..d821ce473 100644 --- a/src/gsiqt5/gsiDeclQResizeEvent.cc +++ b/src/gsiqt5/gsiDeclQResizeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQResource.cc b/src/gsiqt5/gsiDeclQResource.cc index 21949bbdb..7b343f9c2 100644 --- a/src/gsiqt5/gsiDeclQResource.cc +++ b/src/gsiqt5/gsiDeclQResource.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRubberBand.cc b/src/gsiqt5/gsiDeclQRubberBand.cc index 136786401..7d02adcca 100644 --- a/src/gsiqt5/gsiDeclQRubberBand.cc +++ b/src/gsiqt5/gsiDeclQRubberBand.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQRunnable.cc b/src/gsiqt5/gsiDeclQRunnable.cc index 8b491199c..9f159ca35 100644 --- a/src/gsiqt5/gsiDeclQRunnable.cc +++ b/src/gsiqt5/gsiDeclQRunnable.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSaveFile.cc b/src/gsiqt5/gsiDeclQSaveFile.cc index 9989c66aa..73d7db624 100644 --- a/src/gsiqt5/gsiDeclQSaveFile.cc +++ b/src/gsiqt5/gsiDeclQSaveFile.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQScreen.cc b/src/gsiqt5/gsiDeclQScreen.cc index 1fe01167a..ff23a21c8 100644 --- a/src/gsiqt5/gsiDeclQScreen.cc +++ b/src/gsiqt5/gsiDeclQScreen.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQScreenOrientationChangeEvent.cc b/src/gsiqt5/gsiDeclQScreenOrientationChangeEvent.cc index 2a36bae59..290363411 100644 --- a/src/gsiqt5/gsiDeclQScreenOrientationChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQScreenOrientationChangeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQScrollArea.cc b/src/gsiqt5/gsiDeclQScrollArea.cc index bec2d66ba..e571f5618 100644 --- a/src/gsiqt5/gsiDeclQScrollArea.cc +++ b/src/gsiqt5/gsiDeclQScrollArea.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQScrollBar.cc b/src/gsiqt5/gsiDeclQScrollBar.cc index e0e3c0018..d75a7f531 100644 --- a/src/gsiqt5/gsiDeclQScrollBar.cc +++ b/src/gsiqt5/gsiDeclQScrollBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQScrollEvent.cc b/src/gsiqt5/gsiDeclQScrollEvent.cc index 74b8a4edf..1c058c4e4 100644 --- a/src/gsiqt5/gsiDeclQScrollEvent.cc +++ b/src/gsiqt5/gsiDeclQScrollEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQScrollPrepareEvent.cc b/src/gsiqt5/gsiDeclQScrollPrepareEvent.cc index f75e3c7f0..f5cfa602b 100644 --- a/src/gsiqt5/gsiDeclQScrollPrepareEvent.cc +++ b/src/gsiqt5/gsiDeclQScrollPrepareEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQScroller.cc b/src/gsiqt5/gsiDeclQScroller.cc index 5152f0be3..6d1cf1205 100644 --- a/src/gsiqt5/gsiDeclQScroller.cc +++ b/src/gsiqt5/gsiDeclQScroller.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQScrollerProperties.cc b/src/gsiqt5/gsiDeclQScrollerProperties.cc index 24f2b0604..682def54b 100644 --- a/src/gsiqt5/gsiDeclQScrollerProperties.cc +++ b/src/gsiqt5/gsiDeclQScrollerProperties.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSemaphore.cc b/src/gsiqt5/gsiDeclQSemaphore.cc index 5d6610fc8..cfa52a693 100644 --- a/src/gsiqt5/gsiDeclQSemaphore.cc +++ b/src/gsiqt5/gsiDeclQSemaphore.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSequentialAnimationGroup.cc b/src/gsiqt5/gsiDeclQSequentialAnimationGroup.cc index 6412f9ad0..19a709a25 100644 --- a/src/gsiqt5/gsiDeclQSequentialAnimationGroup.cc +++ b/src/gsiqt5/gsiDeclQSequentialAnimationGroup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSequentialIterable.cc b/src/gsiqt5/gsiDeclQSequentialIterable.cc index c5ba6c445..2cd58542c 100644 --- a/src/gsiqt5/gsiDeclQSequentialIterable.cc +++ b/src/gsiqt5/gsiDeclQSequentialIterable.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSessionManager.cc b/src/gsiqt5/gsiDeclQSessionManager.cc index 2a4853920..72f72a031 100644 --- a/src/gsiqt5/gsiDeclQSessionManager.cc +++ b/src/gsiqt5/gsiDeclQSessionManager.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSettings.cc b/src/gsiqt5/gsiDeclQSettings.cc index 398540cbe..793bc1b1c 100644 --- a/src/gsiqt5/gsiDeclQSettings.cc +++ b/src/gsiqt5/gsiDeclQSettings.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSharedMemory.cc b/src/gsiqt5/gsiDeclQSharedMemory.cc index b5cd647f8..2116fe108 100644 --- a/src/gsiqt5/gsiDeclQSharedMemory.cc +++ b/src/gsiqt5/gsiDeclQSharedMemory.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQShortcut.cc b/src/gsiqt5/gsiDeclQShortcut.cc index 2f1ecbd66..1429ff90d 100644 --- a/src/gsiqt5/gsiDeclQShortcut.cc +++ b/src/gsiqt5/gsiDeclQShortcut.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQShortcutEvent.cc b/src/gsiqt5/gsiDeclQShortcutEvent.cc index 63d45ffda..0bf93e870 100644 --- a/src/gsiqt5/gsiDeclQShortcutEvent.cc +++ b/src/gsiqt5/gsiDeclQShortcutEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQShowEvent.cc b/src/gsiqt5/gsiDeclQShowEvent.cc index 9f4f9d23b..8ed76ef34 100644 --- a/src/gsiqt5/gsiDeclQShowEvent.cc +++ b/src/gsiqt5/gsiDeclQShowEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSignalBlocker.cc b/src/gsiqt5/gsiDeclQSignalBlocker.cc index 7ab5e2ca7..92b9350b6 100644 --- a/src/gsiqt5/gsiDeclQSignalBlocker.cc +++ b/src/gsiqt5/gsiDeclQSignalBlocker.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSignalMapper.cc b/src/gsiqt5/gsiDeclQSignalMapper.cc index 7d79bdb62..004405869 100644 --- a/src/gsiqt5/gsiDeclQSignalMapper.cc +++ b/src/gsiqt5/gsiDeclQSignalMapper.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSignalTransition.cc b/src/gsiqt5/gsiDeclQSignalTransition.cc index f0b09ce27..29b84830d 100644 --- a/src/gsiqt5/gsiDeclQSignalTransition.cc +++ b/src/gsiqt5/gsiDeclQSignalTransition.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSimpleXmlNodeModel.cc b/src/gsiqt5/gsiDeclQSimpleXmlNodeModel.cc index 22b296d4d..127495c82 100644 --- a/src/gsiqt5/gsiDeclQSimpleXmlNodeModel.cc +++ b/src/gsiqt5/gsiDeclQSimpleXmlNodeModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSize.cc b/src/gsiqt5/gsiDeclQSize.cc index 2f4d23591..7d1b248f2 100644 --- a/src/gsiqt5/gsiDeclQSize.cc +++ b/src/gsiqt5/gsiDeclQSize.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSizeF.cc b/src/gsiqt5/gsiDeclQSizeF.cc index 9af9c1aa3..f83915d5b 100644 --- a/src/gsiqt5/gsiDeclQSizeF.cc +++ b/src/gsiqt5/gsiDeclQSizeF.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSizeGrip.cc b/src/gsiqt5/gsiDeclQSizeGrip.cc index 52fb53ad3..fb980f3b3 100644 --- a/src/gsiqt5/gsiDeclQSizeGrip.cc +++ b/src/gsiqt5/gsiDeclQSizeGrip.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSizePolicy.cc b/src/gsiqt5/gsiDeclQSizePolicy.cc index 2584b619b..9c0b242fe 100644 --- a/src/gsiqt5/gsiDeclQSizePolicy.cc +++ b/src/gsiqt5/gsiDeclQSizePolicy.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSlider.cc b/src/gsiqt5/gsiDeclQSlider.cc index 086fce7a1..737f5b4ab 100644 --- a/src/gsiqt5/gsiDeclQSlider.cc +++ b/src/gsiqt5/gsiDeclQSlider.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSocketNotifier.cc b/src/gsiqt5/gsiDeclQSocketNotifier.cc index b2077a264..77168ad6f 100644 --- a/src/gsiqt5/gsiDeclQSocketNotifier.cc +++ b/src/gsiqt5/gsiDeclQSocketNotifier.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSortFilterProxyModel.cc b/src/gsiqt5/gsiDeclQSortFilterProxyModel.cc index 416eaf155..559768a37 100644 --- a/src/gsiqt5/gsiDeclQSortFilterProxyModel.cc +++ b/src/gsiqt5/gsiDeclQSortFilterProxyModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSound.cc b/src/gsiqt5/gsiDeclQSound.cc index 0fdd36510..5b142d2f5 100644 --- a/src/gsiqt5/gsiDeclQSound.cc +++ b/src/gsiqt5/gsiDeclQSound.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSoundEffect.cc b/src/gsiqt5/gsiDeclQSoundEffect.cc index 0c86ed304..c17b0ffa2 100644 --- a/src/gsiqt5/gsiDeclQSoundEffect.cc +++ b/src/gsiqt5/gsiDeclQSoundEffect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSourceLocation.cc b/src/gsiqt5/gsiDeclQSourceLocation.cc index ae1fced2b..daf9b330c 100644 --- a/src/gsiqt5/gsiDeclQSourceLocation.cc +++ b/src/gsiqt5/gsiDeclQSourceLocation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSpacerItem.cc b/src/gsiqt5/gsiDeclQSpacerItem.cc index 30a232532..c7f391800 100644 --- a/src/gsiqt5/gsiDeclQSpacerItem.cc +++ b/src/gsiqt5/gsiDeclQSpacerItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSpinBox.cc b/src/gsiqt5/gsiDeclQSpinBox.cc index 5a1748093..7db22ed4f 100644 --- a/src/gsiqt5/gsiDeclQSpinBox.cc +++ b/src/gsiqt5/gsiDeclQSpinBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSplashScreen.cc b/src/gsiqt5/gsiDeclQSplashScreen.cc index 2719311f4..c69f33902 100644 --- a/src/gsiqt5/gsiDeclQSplashScreen.cc +++ b/src/gsiqt5/gsiDeclQSplashScreen.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSplitter.cc b/src/gsiqt5/gsiDeclQSplitter.cc index 0d5de9021..7cf65a16e 100644 --- a/src/gsiqt5/gsiDeclQSplitter.cc +++ b/src/gsiqt5/gsiDeclQSplitter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSplitterHandle.cc b/src/gsiqt5/gsiDeclQSplitterHandle.cc index 814d2f62a..a9eff5be1 100644 --- a/src/gsiqt5/gsiDeclQSplitterHandle.cc +++ b/src/gsiqt5/gsiDeclQSplitterHandle.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSql.cc b/src/gsiqt5/gsiDeclQSql.cc index ff4696ed9..438a64b70 100644 --- a/src/gsiqt5/gsiDeclQSql.cc +++ b/src/gsiqt5/gsiDeclQSql.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSqlDatabase.cc b/src/gsiqt5/gsiDeclQSqlDatabase.cc index 674353b10..b58813bba 100644 --- a/src/gsiqt5/gsiDeclQSqlDatabase.cc +++ b/src/gsiqt5/gsiDeclQSqlDatabase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSqlDriver.cc b/src/gsiqt5/gsiDeclQSqlDriver.cc index c1247ef1d..eb8ccd895 100644 --- a/src/gsiqt5/gsiDeclQSqlDriver.cc +++ b/src/gsiqt5/gsiDeclQSqlDriver.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSqlDriverCreatorBase.cc b/src/gsiqt5/gsiDeclQSqlDriverCreatorBase.cc index ec9d62c7a..e728f7911 100644 --- a/src/gsiqt5/gsiDeclQSqlDriverCreatorBase.cc +++ b/src/gsiqt5/gsiDeclQSqlDriverCreatorBase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSqlError.cc b/src/gsiqt5/gsiDeclQSqlError.cc index 30ffd91e0..66c80c7e2 100644 --- a/src/gsiqt5/gsiDeclQSqlError.cc +++ b/src/gsiqt5/gsiDeclQSqlError.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSqlField.cc b/src/gsiqt5/gsiDeclQSqlField.cc index 67985fc36..843b1f035 100644 --- a/src/gsiqt5/gsiDeclQSqlField.cc +++ b/src/gsiqt5/gsiDeclQSqlField.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSqlIndex.cc b/src/gsiqt5/gsiDeclQSqlIndex.cc index ea283bc54..0fe8c48cf 100644 --- a/src/gsiqt5/gsiDeclQSqlIndex.cc +++ b/src/gsiqt5/gsiDeclQSqlIndex.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSqlQuery.cc b/src/gsiqt5/gsiDeclQSqlQuery.cc index 735d89377..482a239f4 100644 --- a/src/gsiqt5/gsiDeclQSqlQuery.cc +++ b/src/gsiqt5/gsiDeclQSqlQuery.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSqlQueryModel.cc b/src/gsiqt5/gsiDeclQSqlQueryModel.cc index b7c0d8f44..8be14254c 100644 --- a/src/gsiqt5/gsiDeclQSqlQueryModel.cc +++ b/src/gsiqt5/gsiDeclQSqlQueryModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSqlRecord.cc b/src/gsiqt5/gsiDeclQSqlRecord.cc index 2fd9f4452..5f1e03a60 100644 --- a/src/gsiqt5/gsiDeclQSqlRecord.cc +++ b/src/gsiqt5/gsiDeclQSqlRecord.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSqlRelation.cc b/src/gsiqt5/gsiDeclQSqlRelation.cc index a22d7989f..b4ef9f4a6 100644 --- a/src/gsiqt5/gsiDeclQSqlRelation.cc +++ b/src/gsiqt5/gsiDeclQSqlRelation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSqlRelationalTableModel.cc b/src/gsiqt5/gsiDeclQSqlRelationalTableModel.cc index 5a526d5ea..4d5f80e05 100644 --- a/src/gsiqt5/gsiDeclQSqlRelationalTableModel.cc +++ b/src/gsiqt5/gsiDeclQSqlRelationalTableModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSqlResult.cc b/src/gsiqt5/gsiDeclQSqlResult.cc index b0f2d76fb..c9d3edc39 100644 --- a/src/gsiqt5/gsiDeclQSqlResult.cc +++ b/src/gsiqt5/gsiDeclQSqlResult.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSqlTableModel.cc b/src/gsiqt5/gsiDeclQSqlTableModel.cc index ee2b2658b..83079ec50 100644 --- a/src/gsiqt5/gsiDeclQSqlTableModel.cc +++ b/src/gsiqt5/gsiDeclQSqlTableModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSsl.cc b/src/gsiqt5/gsiDeclQSsl.cc index 068be8dac..13332e7b6 100644 --- a/src/gsiqt5/gsiDeclQSsl.cc +++ b/src/gsiqt5/gsiDeclQSsl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSslCertificate.cc b/src/gsiqt5/gsiDeclQSslCertificate.cc index 03b82d24b..4aa9d352d 100644 --- a/src/gsiqt5/gsiDeclQSslCertificate.cc +++ b/src/gsiqt5/gsiDeclQSslCertificate.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSslCertificateExtension.cc b/src/gsiqt5/gsiDeclQSslCertificateExtension.cc index d0b319054..a991ff414 100644 --- a/src/gsiqt5/gsiDeclQSslCertificateExtension.cc +++ b/src/gsiqt5/gsiDeclQSslCertificateExtension.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSslCipher.cc b/src/gsiqt5/gsiDeclQSslCipher.cc index 99e52a146..fd8e463a5 100644 --- a/src/gsiqt5/gsiDeclQSslCipher.cc +++ b/src/gsiqt5/gsiDeclQSslCipher.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSslConfiguration.cc b/src/gsiqt5/gsiDeclQSslConfiguration.cc index e9334f745..f79ae7db9 100644 --- a/src/gsiqt5/gsiDeclQSslConfiguration.cc +++ b/src/gsiqt5/gsiDeclQSslConfiguration.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSslEllipticCurve.cc b/src/gsiqt5/gsiDeclQSslEllipticCurve.cc index f75c953e3..b7c95918f 100644 --- a/src/gsiqt5/gsiDeclQSslEllipticCurve.cc +++ b/src/gsiqt5/gsiDeclQSslEllipticCurve.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSslError.cc b/src/gsiqt5/gsiDeclQSslError.cc index 5582680af..97f6bf653 100644 --- a/src/gsiqt5/gsiDeclQSslError.cc +++ b/src/gsiqt5/gsiDeclQSslError.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSslKey.cc b/src/gsiqt5/gsiDeclQSslKey.cc index 8ab8796e1..73cb37501 100644 --- a/src/gsiqt5/gsiDeclQSslKey.cc +++ b/src/gsiqt5/gsiDeclQSslKey.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSslPreSharedKeyAuthenticator.cc b/src/gsiqt5/gsiDeclQSslPreSharedKeyAuthenticator.cc index 99040a1e1..557809328 100644 --- a/src/gsiqt5/gsiDeclQSslPreSharedKeyAuthenticator.cc +++ b/src/gsiqt5/gsiDeclQSslPreSharedKeyAuthenticator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSslSocket.cc b/src/gsiqt5/gsiDeclQSslSocket.cc index ce2ace7a8..b857ccea7 100644 --- a/src/gsiqt5/gsiDeclQSslSocket.cc +++ b/src/gsiqt5/gsiDeclQSslSocket.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStackedLayout.cc b/src/gsiqt5/gsiDeclQStackedLayout.cc index f63a19323..f9130dec3 100644 --- a/src/gsiqt5/gsiDeclQStackedLayout.cc +++ b/src/gsiqt5/gsiDeclQStackedLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStackedWidget.cc b/src/gsiqt5/gsiDeclQStackedWidget.cc index d098870c3..3636e4cfe 100644 --- a/src/gsiqt5/gsiDeclQStackedWidget.cc +++ b/src/gsiqt5/gsiDeclQStackedWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStandardItem.cc b/src/gsiqt5/gsiDeclQStandardItem.cc index a32135415..dbb8d6729 100644 --- a/src/gsiqt5/gsiDeclQStandardItem.cc +++ b/src/gsiqt5/gsiDeclQStandardItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStandardItemModel.cc b/src/gsiqt5/gsiDeclQStandardItemModel.cc index 4623a1c05..d19acb791 100644 --- a/src/gsiqt5/gsiDeclQStandardItemModel.cc +++ b/src/gsiqt5/gsiDeclQStandardItemModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStandardPaths.cc b/src/gsiqt5/gsiDeclQStandardPaths.cc index fd425374d..7dae16776 100644 --- a/src/gsiqt5/gsiDeclQStandardPaths.cc +++ b/src/gsiqt5/gsiDeclQStandardPaths.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQState.cc b/src/gsiqt5/gsiDeclQState.cc index a274c0112..f39075469 100644 --- a/src/gsiqt5/gsiDeclQState.cc +++ b/src/gsiqt5/gsiDeclQState.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStateMachine.cc b/src/gsiqt5/gsiDeclQStateMachine.cc index 9e6d166ea..23345a24b 100644 --- a/src/gsiqt5/gsiDeclQStateMachine.cc +++ b/src/gsiqt5/gsiDeclQStateMachine.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStateMachine_SignalEvent.cc b/src/gsiqt5/gsiDeclQStateMachine_SignalEvent.cc index 4c4df71b6..77375dd27 100644 --- a/src/gsiqt5/gsiDeclQStateMachine_SignalEvent.cc +++ b/src/gsiqt5/gsiDeclQStateMachine_SignalEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStateMachine_WrappedEvent.cc b/src/gsiqt5/gsiDeclQStateMachine_WrappedEvent.cc index 3879892e9..35f25d236 100644 --- a/src/gsiqt5/gsiDeclQStateMachine_WrappedEvent.cc +++ b/src/gsiqt5/gsiDeclQStateMachine_WrappedEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStaticPlugin.cc b/src/gsiqt5/gsiDeclQStaticPlugin.cc index f2d9937bd..f00e42959 100644 --- a/src/gsiqt5/gsiDeclQStaticPlugin.cc +++ b/src/gsiqt5/gsiDeclQStaticPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStaticText.cc b/src/gsiqt5/gsiDeclQStaticText.cc index f9163683c..258bf3be2 100644 --- a/src/gsiqt5/gsiDeclQStaticText.cc +++ b/src/gsiqt5/gsiDeclQStaticText.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStatusBar.cc b/src/gsiqt5/gsiDeclQStatusBar.cc index 77d4162e2..307b8b0f4 100644 --- a/src/gsiqt5/gsiDeclQStatusBar.cc +++ b/src/gsiqt5/gsiDeclQStatusBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStatusTipEvent.cc b/src/gsiqt5/gsiDeclQStatusTipEvent.cc index be2621bb6..969c98a2a 100644 --- a/src/gsiqt5/gsiDeclQStatusTipEvent.cc +++ b/src/gsiqt5/gsiDeclQStatusTipEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStorageInfo.cc b/src/gsiqt5/gsiDeclQStorageInfo.cc index 7bde2ff96..7c09708f9 100644 --- a/src/gsiqt5/gsiDeclQStorageInfo.cc +++ b/src/gsiqt5/gsiDeclQStorageInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStringDataPtr.cc b/src/gsiqt5/gsiDeclQStringDataPtr.cc index 4edaa0ae0..bd6a6a672 100644 --- a/src/gsiqt5/gsiDeclQStringDataPtr.cc +++ b/src/gsiqt5/gsiDeclQStringDataPtr.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStringListModel.cc b/src/gsiqt5/gsiDeclQStringListModel.cc index 666ba25e4..0859c13aa 100644 --- a/src/gsiqt5/gsiDeclQStringListModel.cc +++ b/src/gsiqt5/gsiDeclQStringListModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStringMatcher.cc b/src/gsiqt5/gsiDeclQStringMatcher.cc index 6a9ac4f47..0561e067c 100644 --- a/src/gsiqt5/gsiDeclQStringMatcher.cc +++ b/src/gsiqt5/gsiDeclQStringMatcher.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyle.cc b/src/gsiqt5/gsiDeclQStyle.cc index 7b8f71606..eb0f1a646 100644 --- a/src/gsiqt5/gsiDeclQStyle.cc +++ b/src/gsiqt5/gsiDeclQStyle.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleFactory.cc b/src/gsiqt5/gsiDeclQStyleFactory.cc index b1e22d45f..bd9a9b812 100644 --- a/src/gsiqt5/gsiDeclQStyleFactory.cc +++ b/src/gsiqt5/gsiDeclQStyleFactory.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleHintReturn.cc b/src/gsiqt5/gsiDeclQStyleHintReturn.cc index 152edc3aa..e2263e47f 100644 --- a/src/gsiqt5/gsiDeclQStyleHintReturn.cc +++ b/src/gsiqt5/gsiDeclQStyleHintReturn.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleHintReturnMask.cc b/src/gsiqt5/gsiDeclQStyleHintReturnMask.cc index dfd463419..b85d2994b 100644 --- a/src/gsiqt5/gsiDeclQStyleHintReturnMask.cc +++ b/src/gsiqt5/gsiDeclQStyleHintReturnMask.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleHintReturnVariant.cc b/src/gsiqt5/gsiDeclQStyleHintReturnVariant.cc index d7c932549..a1cb384e7 100644 --- a/src/gsiqt5/gsiDeclQStyleHintReturnVariant.cc +++ b/src/gsiqt5/gsiDeclQStyleHintReturnVariant.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleHints.cc b/src/gsiqt5/gsiDeclQStyleHints.cc index 64f383b50..1e84b4912 100644 --- a/src/gsiqt5/gsiDeclQStyleHints.cc +++ b/src/gsiqt5/gsiDeclQStyleHints.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOption.cc b/src/gsiqt5/gsiDeclQStyleOption.cc index 346aa66b1..793ff4d8d 100644 --- a/src/gsiqt5/gsiDeclQStyleOption.cc +++ b/src/gsiqt5/gsiDeclQStyleOption.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionButton.cc b/src/gsiqt5/gsiDeclQStyleOptionButton.cc index 47c153772..7261a82bd 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionButton.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionComboBox.cc b/src/gsiqt5/gsiDeclQStyleOptionComboBox.cc index 576f84fc9..2bb5e0510 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionComboBox.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionComboBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionComplex.cc b/src/gsiqt5/gsiDeclQStyleOptionComplex.cc index 9a481607c..ec562e63e 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionComplex.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionComplex.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionDockWidget.cc b/src/gsiqt5/gsiDeclQStyleOptionDockWidget.cc index 8a559c6bb..c452fdab2 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionDockWidget.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionDockWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionFocusRect.cc b/src/gsiqt5/gsiDeclQStyleOptionFocusRect.cc index cdb0d5a5e..77dd6f668 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionFocusRect.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionFocusRect.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionFrame.cc b/src/gsiqt5/gsiDeclQStyleOptionFrame.cc index 4935c6eb2..686154fa0 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionFrame.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionFrame.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionGraphicsItem.cc b/src/gsiqt5/gsiDeclQStyleOptionGraphicsItem.cc index 70152c2f2..c02722721 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionGraphicsItem.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionGraphicsItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionGroupBox.cc b/src/gsiqt5/gsiDeclQStyleOptionGroupBox.cc index 470cce39f..013e26908 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionGroupBox.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionGroupBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionHeader.cc b/src/gsiqt5/gsiDeclQStyleOptionHeader.cc index 671aec103..d9efd47f2 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionHeader.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionHeader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionMenuItem.cc b/src/gsiqt5/gsiDeclQStyleOptionMenuItem.cc index 596c3f885..31ce5c111 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionMenuItem.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionMenuItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionProgressBar.cc b/src/gsiqt5/gsiDeclQStyleOptionProgressBar.cc index 1d85483d7..d89d6d8a3 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionProgressBar.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionProgressBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionRubberBand.cc b/src/gsiqt5/gsiDeclQStyleOptionRubberBand.cc index 29f557ae2..2f94bc99f 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionRubberBand.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionRubberBand.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionSizeGrip.cc b/src/gsiqt5/gsiDeclQStyleOptionSizeGrip.cc index db8da84d5..b8065dc48 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionSizeGrip.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionSizeGrip.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionSlider.cc b/src/gsiqt5/gsiDeclQStyleOptionSlider.cc index 3411dbeb2..2445ec6f1 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionSlider.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionSlider.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionSpinBox.cc b/src/gsiqt5/gsiDeclQStyleOptionSpinBox.cc index d1af5b718..74b5aa2c4 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionSpinBox.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionSpinBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionTab.cc b/src/gsiqt5/gsiDeclQStyleOptionTab.cc index 829ac7a4f..782d9feac 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionTab.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionTab.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionTabBarBase.cc b/src/gsiqt5/gsiDeclQStyleOptionTabBarBase.cc index 2c57fda35..395613889 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionTabBarBase.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionTabBarBase.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionTabWidgetFrame.cc b/src/gsiqt5/gsiDeclQStyleOptionTabWidgetFrame.cc index 9ea88fe16..d03f722df 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionTabWidgetFrame.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionTabWidgetFrame.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionTitleBar.cc b/src/gsiqt5/gsiDeclQStyleOptionTitleBar.cc index 8f0b1fa3b..2abf3f2a8 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionTitleBar.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionTitleBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionToolBar.cc b/src/gsiqt5/gsiDeclQStyleOptionToolBar.cc index 719788a6f..f00acb78c 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionToolBar.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionToolBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionToolBox.cc b/src/gsiqt5/gsiDeclQStyleOptionToolBox.cc index 6294b4d1f..9c7f5cbfd 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionToolBox.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionToolBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionToolButton.cc b/src/gsiqt5/gsiDeclQStyleOptionToolButton.cc index ee1d44cab..c2d727fc3 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionToolButton.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionToolButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyleOptionViewItem.cc b/src/gsiqt5/gsiDeclQStyleOptionViewItem.cc index 50c61ef8c..c8f3a1af7 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionViewItem.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionViewItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStylePainter.cc b/src/gsiqt5/gsiDeclQStylePainter.cc index 5c0943dd6..62057885c 100644 --- a/src/gsiqt5/gsiDeclQStylePainter.cc +++ b/src/gsiqt5/gsiDeclQStylePainter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStylePlugin.cc b/src/gsiqt5/gsiDeclQStylePlugin.cc index 00aca3ca4..3eb0c8e0f 100644 --- a/src/gsiqt5/gsiDeclQStylePlugin.cc +++ b/src/gsiqt5/gsiDeclQStylePlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQStyledItemDelegate.cc b/src/gsiqt5/gsiDeclQStyledItemDelegate.cc index f96e61037..c99845b22 100644 --- a/src/gsiqt5/gsiDeclQStyledItemDelegate.cc +++ b/src/gsiqt5/gsiDeclQStyledItemDelegate.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSurface.cc b/src/gsiqt5/gsiDeclQSurface.cc index 60f8604e2..6251c49c1 100644 --- a/src/gsiqt5/gsiDeclQSurface.cc +++ b/src/gsiqt5/gsiDeclQSurface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSurfaceFormat.cc b/src/gsiqt5/gsiDeclQSurfaceFormat.cc index f08d3bee3..62acfd1c4 100644 --- a/src/gsiqt5/gsiDeclQSurfaceFormat.cc +++ b/src/gsiqt5/gsiDeclQSurfaceFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSvgGenerator.cc b/src/gsiqt5/gsiDeclQSvgGenerator.cc index 3c1776f1f..7ae4750d9 100644 --- a/src/gsiqt5/gsiDeclQSvgGenerator.cc +++ b/src/gsiqt5/gsiDeclQSvgGenerator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSvgRenderer.cc b/src/gsiqt5/gsiDeclQSvgRenderer.cc index 40075cb5d..7ddb735cb 100644 --- a/src/gsiqt5/gsiDeclQSvgRenderer.cc +++ b/src/gsiqt5/gsiDeclQSvgRenderer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSvgWidget.cc b/src/gsiqt5/gsiDeclQSvgWidget.cc index 702f5676e..45f37fcc3 100644 --- a/src/gsiqt5/gsiDeclQSvgWidget.cc +++ b/src/gsiqt5/gsiDeclQSvgWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSwipeGesture.cc b/src/gsiqt5/gsiDeclQSwipeGesture.cc index 5bcdb1688..0edf19e94 100644 --- a/src/gsiqt5/gsiDeclQSwipeGesture.cc +++ b/src/gsiqt5/gsiDeclQSwipeGesture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSyntaxHighlighter.cc b/src/gsiqt5/gsiDeclQSyntaxHighlighter.cc index ced979e16..97d06e0a5 100644 --- a/src/gsiqt5/gsiDeclQSyntaxHighlighter.cc +++ b/src/gsiqt5/gsiDeclQSyntaxHighlighter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSysInfo.cc b/src/gsiqt5/gsiDeclQSysInfo.cc index e206871b3..5064d15d5 100644 --- a/src/gsiqt5/gsiDeclQSysInfo.cc +++ b/src/gsiqt5/gsiDeclQSysInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSystemSemaphore.cc b/src/gsiqt5/gsiDeclQSystemSemaphore.cc index bea9488c9..45e18e438 100644 --- a/src/gsiqt5/gsiDeclQSystemSemaphore.cc +++ b/src/gsiqt5/gsiDeclQSystemSemaphore.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQSystemTrayIcon.cc b/src/gsiqt5/gsiDeclQSystemTrayIcon.cc index 93df67293..7a519a1f6 100644 --- a/src/gsiqt5/gsiDeclQSystemTrayIcon.cc +++ b/src/gsiqt5/gsiDeclQSystemTrayIcon.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTabBar.cc b/src/gsiqt5/gsiDeclQTabBar.cc index c8f21c840..e3dc00946 100644 --- a/src/gsiqt5/gsiDeclQTabBar.cc +++ b/src/gsiqt5/gsiDeclQTabBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTabWidget.cc b/src/gsiqt5/gsiDeclQTabWidget.cc index dba066c23..6d5770a42 100644 --- a/src/gsiqt5/gsiDeclQTabWidget.cc +++ b/src/gsiqt5/gsiDeclQTabWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTableView.cc b/src/gsiqt5/gsiDeclQTableView.cc index 8004c1dfc..8584402de 100644 --- a/src/gsiqt5/gsiDeclQTableView.cc +++ b/src/gsiqt5/gsiDeclQTableView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTableWidget.cc b/src/gsiqt5/gsiDeclQTableWidget.cc index 5ea212277..baa3b9963 100644 --- a/src/gsiqt5/gsiDeclQTableWidget.cc +++ b/src/gsiqt5/gsiDeclQTableWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTableWidgetItem.cc b/src/gsiqt5/gsiDeclQTableWidgetItem.cc index 63d2bf94e..186be27e1 100644 --- a/src/gsiqt5/gsiDeclQTableWidgetItem.cc +++ b/src/gsiqt5/gsiDeclQTableWidgetItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTableWidgetSelectionRange.cc b/src/gsiqt5/gsiDeclQTableWidgetSelectionRange.cc index e8f8c06d7..c21e76076 100644 --- a/src/gsiqt5/gsiDeclQTableWidgetSelectionRange.cc +++ b/src/gsiqt5/gsiDeclQTableWidgetSelectionRange.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTabletEvent.cc b/src/gsiqt5/gsiDeclQTabletEvent.cc index f1e032de3..2dd1a3e09 100644 --- a/src/gsiqt5/gsiDeclQTabletEvent.cc +++ b/src/gsiqt5/gsiDeclQTabletEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTapAndHoldGesture.cc b/src/gsiqt5/gsiDeclQTapAndHoldGesture.cc index 0e9b4f7a3..cd33487a0 100644 --- a/src/gsiqt5/gsiDeclQTapAndHoldGesture.cc +++ b/src/gsiqt5/gsiDeclQTapAndHoldGesture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTapGesture.cc b/src/gsiqt5/gsiDeclQTapGesture.cc index 375deb9df..d1e2daf11 100644 --- a/src/gsiqt5/gsiDeclQTapGesture.cc +++ b/src/gsiqt5/gsiDeclQTapGesture.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTcpServer.cc b/src/gsiqt5/gsiDeclQTcpServer.cc index 6dc3ba329..71b55e8fc 100644 --- a/src/gsiqt5/gsiDeclQTcpServer.cc +++ b/src/gsiqt5/gsiDeclQTcpServer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTcpSocket.cc b/src/gsiqt5/gsiDeclQTcpSocket.cc index 8765aaf33..6969f9185 100644 --- a/src/gsiqt5/gsiDeclQTcpSocket.cc +++ b/src/gsiqt5/gsiDeclQTcpSocket.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTemporaryDir.cc b/src/gsiqt5/gsiDeclQTemporaryDir.cc index f22fe994e..67e331a7b 100644 --- a/src/gsiqt5/gsiDeclQTemporaryDir.cc +++ b/src/gsiqt5/gsiDeclQTemporaryDir.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTemporaryFile.cc b/src/gsiqt5/gsiDeclQTemporaryFile.cc index 9b21a12a4..142873111 100644 --- a/src/gsiqt5/gsiDeclQTemporaryFile.cc +++ b/src/gsiqt5/gsiDeclQTemporaryFile.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextBlock.cc b/src/gsiqt5/gsiDeclQTextBlock.cc index 6ece27149..d84d0ee1d 100644 --- a/src/gsiqt5/gsiDeclQTextBlock.cc +++ b/src/gsiqt5/gsiDeclQTextBlock.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextBlockFormat.cc b/src/gsiqt5/gsiDeclQTextBlockFormat.cc index 1db9961be..e08b320fd 100644 --- a/src/gsiqt5/gsiDeclQTextBlockFormat.cc +++ b/src/gsiqt5/gsiDeclQTextBlockFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextBlockGroup.cc b/src/gsiqt5/gsiDeclQTextBlockGroup.cc index 18b18f8ce..68bc1432a 100644 --- a/src/gsiqt5/gsiDeclQTextBlockGroup.cc +++ b/src/gsiqt5/gsiDeclQTextBlockGroup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextBlockUserData.cc b/src/gsiqt5/gsiDeclQTextBlockUserData.cc index 7d68fb696..2bb49c742 100644 --- a/src/gsiqt5/gsiDeclQTextBlockUserData.cc +++ b/src/gsiqt5/gsiDeclQTextBlockUserData.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextBlock_Iterator.cc b/src/gsiqt5/gsiDeclQTextBlock_Iterator.cc index 69c822d76..4984f413b 100644 --- a/src/gsiqt5/gsiDeclQTextBlock_Iterator.cc +++ b/src/gsiqt5/gsiDeclQTextBlock_Iterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextBoundaryFinder.cc b/src/gsiqt5/gsiDeclQTextBoundaryFinder.cc index 6de2a9eeb..2b3626396 100644 --- a/src/gsiqt5/gsiDeclQTextBoundaryFinder.cc +++ b/src/gsiqt5/gsiDeclQTextBoundaryFinder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextBrowser.cc b/src/gsiqt5/gsiDeclQTextBrowser.cc index 7c018f445..5e5f8a5bb 100644 --- a/src/gsiqt5/gsiDeclQTextBrowser.cc +++ b/src/gsiqt5/gsiDeclQTextBrowser.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextCharFormat.cc b/src/gsiqt5/gsiDeclQTextCharFormat.cc index ba87a2a98..51b683750 100644 --- a/src/gsiqt5/gsiDeclQTextCharFormat.cc +++ b/src/gsiqt5/gsiDeclQTextCharFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextCodec.cc b/src/gsiqt5/gsiDeclQTextCodec.cc index ce9918487..77a7cb4a5 100644 --- a/src/gsiqt5/gsiDeclQTextCodec.cc +++ b/src/gsiqt5/gsiDeclQTextCodec.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextCodec_ConverterState.cc b/src/gsiqt5/gsiDeclQTextCodec_ConverterState.cc index 041f428d0..1e6102d3a 100644 --- a/src/gsiqt5/gsiDeclQTextCodec_ConverterState.cc +++ b/src/gsiqt5/gsiDeclQTextCodec_ConverterState.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextCursor.cc b/src/gsiqt5/gsiDeclQTextCursor.cc index fbdee8365..70aafe78d 100644 --- a/src/gsiqt5/gsiDeclQTextCursor.cc +++ b/src/gsiqt5/gsiDeclQTextCursor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextDecoder.cc b/src/gsiqt5/gsiDeclQTextDecoder.cc index 36973ae55..0f85d2cb2 100644 --- a/src/gsiqt5/gsiDeclQTextDecoder.cc +++ b/src/gsiqt5/gsiDeclQTextDecoder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextDocument.cc b/src/gsiqt5/gsiDeclQTextDocument.cc index 7bd527fc2..218eb1722 100644 --- a/src/gsiqt5/gsiDeclQTextDocument.cc +++ b/src/gsiqt5/gsiDeclQTextDocument.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextDocumentFragment.cc b/src/gsiqt5/gsiDeclQTextDocumentFragment.cc index 78b4ae414..f59ae5dde 100644 --- a/src/gsiqt5/gsiDeclQTextDocumentFragment.cc +++ b/src/gsiqt5/gsiDeclQTextDocumentFragment.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextDocumentWriter.cc b/src/gsiqt5/gsiDeclQTextDocumentWriter.cc index 59ff9d153..30f499e4b 100644 --- a/src/gsiqt5/gsiDeclQTextDocumentWriter.cc +++ b/src/gsiqt5/gsiDeclQTextDocumentWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextEdit.cc b/src/gsiqt5/gsiDeclQTextEdit.cc index d72f77353..e8d20f9e6 100644 --- a/src/gsiqt5/gsiDeclQTextEdit.cc +++ b/src/gsiqt5/gsiDeclQTextEdit.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextEdit_ExtraSelection.cc b/src/gsiqt5/gsiDeclQTextEdit_ExtraSelection.cc index 266ff2e86..905b20432 100644 --- a/src/gsiqt5/gsiDeclQTextEdit_ExtraSelection.cc +++ b/src/gsiqt5/gsiDeclQTextEdit_ExtraSelection.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextEncoder.cc b/src/gsiqt5/gsiDeclQTextEncoder.cc index 2fa903a0f..a841dae74 100644 --- a/src/gsiqt5/gsiDeclQTextEncoder.cc +++ b/src/gsiqt5/gsiDeclQTextEncoder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextFormat.cc b/src/gsiqt5/gsiDeclQTextFormat.cc index 9d88e5e57..bdf4a8625 100644 --- a/src/gsiqt5/gsiDeclQTextFormat.cc +++ b/src/gsiqt5/gsiDeclQTextFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextFragment.cc b/src/gsiqt5/gsiDeclQTextFragment.cc index d43806a4c..757f626f8 100644 --- a/src/gsiqt5/gsiDeclQTextFragment.cc +++ b/src/gsiqt5/gsiDeclQTextFragment.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextFrame.cc b/src/gsiqt5/gsiDeclQTextFrame.cc index 7ff9ed1e8..97b1332e7 100644 --- a/src/gsiqt5/gsiDeclQTextFrame.cc +++ b/src/gsiqt5/gsiDeclQTextFrame.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextFrameFormat.cc b/src/gsiqt5/gsiDeclQTextFrameFormat.cc index 146ebd172..bda5ad031 100644 --- a/src/gsiqt5/gsiDeclQTextFrameFormat.cc +++ b/src/gsiqt5/gsiDeclQTextFrameFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextFrame_Iterator.cc b/src/gsiqt5/gsiDeclQTextFrame_Iterator.cc index c9f0b7395..1d3ca703f 100644 --- a/src/gsiqt5/gsiDeclQTextFrame_Iterator.cc +++ b/src/gsiqt5/gsiDeclQTextFrame_Iterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextImageFormat.cc b/src/gsiqt5/gsiDeclQTextImageFormat.cc index cb215998d..08a2f3ab5 100644 --- a/src/gsiqt5/gsiDeclQTextImageFormat.cc +++ b/src/gsiqt5/gsiDeclQTextImageFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextInlineObject.cc b/src/gsiqt5/gsiDeclQTextInlineObject.cc index 8f5fbd29d..2a1e809cf 100644 --- a/src/gsiqt5/gsiDeclQTextInlineObject.cc +++ b/src/gsiqt5/gsiDeclQTextInlineObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextItem.cc b/src/gsiqt5/gsiDeclQTextItem.cc index 0845dec91..b42cf06b0 100644 --- a/src/gsiqt5/gsiDeclQTextItem.cc +++ b/src/gsiqt5/gsiDeclQTextItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextLayout.cc b/src/gsiqt5/gsiDeclQTextLayout.cc index 666be3947..9a664dfb8 100644 --- a/src/gsiqt5/gsiDeclQTextLayout.cc +++ b/src/gsiqt5/gsiDeclQTextLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextLayout_FormatRange.cc b/src/gsiqt5/gsiDeclQTextLayout_FormatRange.cc index 71ca9d023..807795a4d 100644 --- a/src/gsiqt5/gsiDeclQTextLayout_FormatRange.cc +++ b/src/gsiqt5/gsiDeclQTextLayout_FormatRange.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextLength.cc b/src/gsiqt5/gsiDeclQTextLength.cc index 1828b7a71..3f0001ca6 100644 --- a/src/gsiqt5/gsiDeclQTextLength.cc +++ b/src/gsiqt5/gsiDeclQTextLength.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextLine.cc b/src/gsiqt5/gsiDeclQTextLine.cc index 846a4ef6c..f1a27e0a8 100644 --- a/src/gsiqt5/gsiDeclQTextLine.cc +++ b/src/gsiqt5/gsiDeclQTextLine.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextList.cc b/src/gsiqt5/gsiDeclQTextList.cc index 1fea4f589..eb718d87b 100644 --- a/src/gsiqt5/gsiDeclQTextList.cc +++ b/src/gsiqt5/gsiDeclQTextList.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextListFormat.cc b/src/gsiqt5/gsiDeclQTextListFormat.cc index 8b6e639fc..3c55d4d59 100644 --- a/src/gsiqt5/gsiDeclQTextListFormat.cc +++ b/src/gsiqt5/gsiDeclQTextListFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextObject.cc b/src/gsiqt5/gsiDeclQTextObject.cc index fc2d65bc1..f64fba292 100644 --- a/src/gsiqt5/gsiDeclQTextObject.cc +++ b/src/gsiqt5/gsiDeclQTextObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextObjectInterface.cc b/src/gsiqt5/gsiDeclQTextObjectInterface.cc index 1e7065649..759e8b653 100644 --- a/src/gsiqt5/gsiDeclQTextObjectInterface.cc +++ b/src/gsiqt5/gsiDeclQTextObjectInterface.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextOption.cc b/src/gsiqt5/gsiDeclQTextOption.cc index e11e04b58..feaf6893b 100644 --- a/src/gsiqt5/gsiDeclQTextOption.cc +++ b/src/gsiqt5/gsiDeclQTextOption.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextOption_Tab.cc b/src/gsiqt5/gsiDeclQTextOption_Tab.cc index c2560e827..1ade62b87 100644 --- a/src/gsiqt5/gsiDeclQTextOption_Tab.cc +++ b/src/gsiqt5/gsiDeclQTextOption_Tab.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextStream.cc b/src/gsiqt5/gsiDeclQTextStream.cc index f86869ab4..8faf669b3 100644 --- a/src/gsiqt5/gsiDeclQTextStream.cc +++ b/src/gsiqt5/gsiDeclQTextStream.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextTable.cc b/src/gsiqt5/gsiDeclQTextTable.cc index 9fbbd19eb..ead0b81b4 100644 --- a/src/gsiqt5/gsiDeclQTextTable.cc +++ b/src/gsiqt5/gsiDeclQTextTable.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextTableCell.cc b/src/gsiqt5/gsiDeclQTextTableCell.cc index b7ceda9e3..d4c10c901 100644 --- a/src/gsiqt5/gsiDeclQTextTableCell.cc +++ b/src/gsiqt5/gsiDeclQTextTableCell.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextTableCellFormat.cc b/src/gsiqt5/gsiDeclQTextTableCellFormat.cc index 8b32e2e63..a1dd67ee7 100644 --- a/src/gsiqt5/gsiDeclQTextTableCellFormat.cc +++ b/src/gsiqt5/gsiDeclQTextTableCellFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTextTableFormat.cc b/src/gsiqt5/gsiDeclQTextTableFormat.cc index 674ed19ed..382ad42be 100644 --- a/src/gsiqt5/gsiDeclQTextTableFormat.cc +++ b/src/gsiqt5/gsiDeclQTextTableFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQThread.cc b/src/gsiqt5/gsiDeclQThread.cc index c52611cd1..7aec35d69 100644 --- a/src/gsiqt5/gsiDeclQThread.cc +++ b/src/gsiqt5/gsiDeclQThread.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQThreadPool.cc b/src/gsiqt5/gsiDeclQThreadPool.cc index 4ebc03e9d..e9e0df971 100644 --- a/src/gsiqt5/gsiDeclQThreadPool.cc +++ b/src/gsiqt5/gsiDeclQThreadPool.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTime.cc b/src/gsiqt5/gsiDeclQTime.cc index 87fba1877..764190b9b 100644 --- a/src/gsiqt5/gsiDeclQTime.cc +++ b/src/gsiqt5/gsiDeclQTime.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTimeEdit.cc b/src/gsiqt5/gsiDeclQTimeEdit.cc index 60f0ca249..dd7a127a5 100644 --- a/src/gsiqt5/gsiDeclQTimeEdit.cc +++ b/src/gsiqt5/gsiDeclQTimeEdit.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTimeLine.cc b/src/gsiqt5/gsiDeclQTimeLine.cc index 398e9a58b..99743ee09 100644 --- a/src/gsiqt5/gsiDeclQTimeLine.cc +++ b/src/gsiqt5/gsiDeclQTimeLine.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTimeZone.cc b/src/gsiqt5/gsiDeclQTimeZone.cc index 3d68874d1..e48410a31 100644 --- a/src/gsiqt5/gsiDeclQTimeZone.cc +++ b/src/gsiqt5/gsiDeclQTimeZone.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTimeZone_OffsetData.cc b/src/gsiqt5/gsiDeclQTimeZone_OffsetData.cc index 664e8c768..74f534a25 100644 --- a/src/gsiqt5/gsiDeclQTimeZone_OffsetData.cc +++ b/src/gsiqt5/gsiDeclQTimeZone_OffsetData.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTimer.cc b/src/gsiqt5/gsiDeclQTimer.cc index 40159a2fd..cb5746b6a 100644 --- a/src/gsiqt5/gsiDeclQTimer.cc +++ b/src/gsiqt5/gsiDeclQTimer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTimerEvent.cc b/src/gsiqt5/gsiDeclQTimerEvent.cc index 6d8753634..8eb45fdf5 100644 --- a/src/gsiqt5/gsiDeclQTimerEvent.cc +++ b/src/gsiqt5/gsiDeclQTimerEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQToolBar.cc b/src/gsiqt5/gsiDeclQToolBar.cc index 14180a11e..4c73d578f 100644 --- a/src/gsiqt5/gsiDeclQToolBar.cc +++ b/src/gsiqt5/gsiDeclQToolBar.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQToolBarChangeEvent.cc b/src/gsiqt5/gsiDeclQToolBarChangeEvent.cc index 123df614d..e3b3b7134 100644 --- a/src/gsiqt5/gsiDeclQToolBarChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQToolBarChangeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQToolBox.cc b/src/gsiqt5/gsiDeclQToolBox.cc index 64117d962..6f3036dab 100644 --- a/src/gsiqt5/gsiDeclQToolBox.cc +++ b/src/gsiqt5/gsiDeclQToolBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQToolButton.cc b/src/gsiqt5/gsiDeclQToolButton.cc index ef483a85b..7fd6fbdc2 100644 --- a/src/gsiqt5/gsiDeclQToolButton.cc +++ b/src/gsiqt5/gsiDeclQToolButton.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQToolTip.cc b/src/gsiqt5/gsiDeclQToolTip.cc index da0e6884b..b626373b0 100644 --- a/src/gsiqt5/gsiDeclQToolTip.cc +++ b/src/gsiqt5/gsiDeclQToolTip.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTouchDevice.cc b/src/gsiqt5/gsiDeclQTouchDevice.cc index 372889961..1ea61ae5d 100644 --- a/src/gsiqt5/gsiDeclQTouchDevice.cc +++ b/src/gsiqt5/gsiDeclQTouchDevice.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTouchEvent.cc b/src/gsiqt5/gsiDeclQTouchEvent.cc index 391ed657f..871951068 100644 --- a/src/gsiqt5/gsiDeclQTouchEvent.cc +++ b/src/gsiqt5/gsiDeclQTouchEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTouchEvent_TouchPoint.cc b/src/gsiqt5/gsiDeclQTouchEvent_TouchPoint.cc index be328f9b2..977423b34 100644 --- a/src/gsiqt5/gsiDeclQTouchEvent_TouchPoint.cc +++ b/src/gsiqt5/gsiDeclQTouchEvent_TouchPoint.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTransform.cc b/src/gsiqt5/gsiDeclQTransform.cc index e4f1663aa..093d39a46 100644 --- a/src/gsiqt5/gsiDeclQTransform.cc +++ b/src/gsiqt5/gsiDeclQTransform.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTranslator.cc b/src/gsiqt5/gsiDeclQTranslator.cc index 613e6b5ac..ae4f9b8c1 100644 --- a/src/gsiqt5/gsiDeclQTranslator.cc +++ b/src/gsiqt5/gsiDeclQTranslator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTreeView.cc b/src/gsiqt5/gsiDeclQTreeView.cc index a7b026d0c..81a98a547 100644 --- a/src/gsiqt5/gsiDeclQTreeView.cc +++ b/src/gsiqt5/gsiDeclQTreeView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTreeWidget.cc b/src/gsiqt5/gsiDeclQTreeWidget.cc index 9c34716c8..5071d2d4a 100644 --- a/src/gsiqt5/gsiDeclQTreeWidget.cc +++ b/src/gsiqt5/gsiDeclQTreeWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTreeWidgetItem.cc b/src/gsiqt5/gsiDeclQTreeWidgetItem.cc index 4334476cb..83b869b89 100644 --- a/src/gsiqt5/gsiDeclQTreeWidgetItem.cc +++ b/src/gsiqt5/gsiDeclQTreeWidgetItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQTreeWidgetItemIterator.cc b/src/gsiqt5/gsiDeclQTreeWidgetItemIterator.cc index 596cef067..e68cddb74 100644 --- a/src/gsiqt5/gsiDeclQTreeWidgetItemIterator.cc +++ b/src/gsiqt5/gsiDeclQTreeWidgetItemIterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQUdpSocket.cc b/src/gsiqt5/gsiDeclQUdpSocket.cc index c1996469d..08be5b5f8 100644 --- a/src/gsiqt5/gsiDeclQUdpSocket.cc +++ b/src/gsiqt5/gsiDeclQUdpSocket.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQUndoCommand.cc b/src/gsiqt5/gsiDeclQUndoCommand.cc index c34b8dbbf..548f8bc9d 100644 --- a/src/gsiqt5/gsiDeclQUndoCommand.cc +++ b/src/gsiqt5/gsiDeclQUndoCommand.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQUndoGroup.cc b/src/gsiqt5/gsiDeclQUndoGroup.cc index f36ec6af6..43c4a41f3 100644 --- a/src/gsiqt5/gsiDeclQUndoGroup.cc +++ b/src/gsiqt5/gsiDeclQUndoGroup.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQUndoStack.cc b/src/gsiqt5/gsiDeclQUndoStack.cc index 0ae7a3675..e125b8436 100644 --- a/src/gsiqt5/gsiDeclQUndoStack.cc +++ b/src/gsiqt5/gsiDeclQUndoStack.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQUndoView.cc b/src/gsiqt5/gsiDeclQUndoView.cc index 9aced3fcf..009dd92a2 100644 --- a/src/gsiqt5/gsiDeclQUndoView.cc +++ b/src/gsiqt5/gsiDeclQUndoView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQUrl.cc b/src/gsiqt5/gsiDeclQUrl.cc index f2faa3fba..89cc22688 100644 --- a/src/gsiqt5/gsiDeclQUrl.cc +++ b/src/gsiqt5/gsiDeclQUrl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQUrlQuery.cc b/src/gsiqt5/gsiDeclQUrlQuery.cc index 4bd45c48c..c57414cd1 100644 --- a/src/gsiqt5/gsiDeclQUrlQuery.cc +++ b/src/gsiqt5/gsiDeclQUrlQuery.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVBoxLayout.cc b/src/gsiqt5/gsiDeclQVBoxLayout.cc index d844c0bea..102a35376 100644 --- a/src/gsiqt5/gsiDeclQVBoxLayout.cc +++ b/src/gsiqt5/gsiDeclQVBoxLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQValidator.cc b/src/gsiqt5/gsiDeclQValidator.cc index c91cb81a6..e5e01863c 100644 --- a/src/gsiqt5/gsiDeclQValidator.cc +++ b/src/gsiqt5/gsiDeclQValidator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVariantAnimation.cc b/src/gsiqt5/gsiDeclQVariantAnimation.cc index e42cc65a1..9ca383d64 100644 --- a/src/gsiqt5/gsiDeclQVariantAnimation.cc +++ b/src/gsiqt5/gsiDeclQVariantAnimation.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVector2D.cc b/src/gsiqt5/gsiDeclQVector2D.cc index 5f0f068b1..6a8381a29 100644 --- a/src/gsiqt5/gsiDeclQVector2D.cc +++ b/src/gsiqt5/gsiDeclQVector2D.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVector3D.cc b/src/gsiqt5/gsiDeclQVector3D.cc index b0cc2cafb..c191ed012 100644 --- a/src/gsiqt5/gsiDeclQVector3D.cc +++ b/src/gsiqt5/gsiDeclQVector3D.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVector4D.cc b/src/gsiqt5/gsiDeclQVector4D.cc index 448cc291f..091a2d00a 100644 --- a/src/gsiqt5/gsiDeclQVector4D.cc +++ b/src/gsiqt5/gsiDeclQVector4D.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVideoDeviceSelectorControl.cc b/src/gsiqt5/gsiDeclQVideoDeviceSelectorControl.cc index fb82b0d3e..f0c1599e2 100644 --- a/src/gsiqt5/gsiDeclQVideoDeviceSelectorControl.cc +++ b/src/gsiqt5/gsiDeclQVideoDeviceSelectorControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVideoEncoderSettings.cc b/src/gsiqt5/gsiDeclQVideoEncoderSettings.cc index b239a9927..db198e78b 100644 --- a/src/gsiqt5/gsiDeclQVideoEncoderSettings.cc +++ b/src/gsiqt5/gsiDeclQVideoEncoderSettings.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVideoEncoderSettingsControl.cc b/src/gsiqt5/gsiDeclQVideoEncoderSettingsControl.cc index 9b1b31340..95367d2f2 100644 --- a/src/gsiqt5/gsiDeclQVideoEncoderSettingsControl.cc +++ b/src/gsiqt5/gsiDeclQVideoEncoderSettingsControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVideoFilterRunnable.cc b/src/gsiqt5/gsiDeclQVideoFilterRunnable.cc index 112a31c1a..4ce021c9f 100644 --- a/src/gsiqt5/gsiDeclQVideoFilterRunnable.cc +++ b/src/gsiqt5/gsiDeclQVideoFilterRunnable.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVideoFrame.cc b/src/gsiqt5/gsiDeclQVideoFrame.cc index 2d3bce5f7..2a2f7151e 100644 --- a/src/gsiqt5/gsiDeclQVideoFrame.cc +++ b/src/gsiqt5/gsiDeclQVideoFrame.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVideoProbe.cc b/src/gsiqt5/gsiDeclQVideoProbe.cc index 5383e3c4f..3b914adf1 100644 --- a/src/gsiqt5/gsiDeclQVideoProbe.cc +++ b/src/gsiqt5/gsiDeclQVideoProbe.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVideoRendererControl.cc b/src/gsiqt5/gsiDeclQVideoRendererControl.cc index 09b418136..0496cfc2a 100644 --- a/src/gsiqt5/gsiDeclQVideoRendererControl.cc +++ b/src/gsiqt5/gsiDeclQVideoRendererControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVideoSurfaceFormat.cc b/src/gsiqt5/gsiDeclQVideoSurfaceFormat.cc index 13f50f368..a2319c996 100644 --- a/src/gsiqt5/gsiDeclQVideoSurfaceFormat.cc +++ b/src/gsiqt5/gsiDeclQVideoSurfaceFormat.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVideoWidget.cc b/src/gsiqt5/gsiDeclQVideoWidget.cc index cab8b9d27..a01a33368 100644 --- a/src/gsiqt5/gsiDeclQVideoWidget.cc +++ b/src/gsiqt5/gsiDeclQVideoWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQVideoWindowControl.cc b/src/gsiqt5/gsiDeclQVideoWindowControl.cc index 436e41414..d932e47ba 100644 --- a/src/gsiqt5/gsiDeclQVideoWindowControl.cc +++ b/src/gsiqt5/gsiDeclQVideoWindowControl.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQWaitCondition.cc b/src/gsiqt5/gsiDeclQWaitCondition.cc index 3615f3d4f..3b50ae5a2 100644 --- a/src/gsiqt5/gsiDeclQWaitCondition.cc +++ b/src/gsiqt5/gsiDeclQWaitCondition.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQWhatsThis.cc b/src/gsiqt5/gsiDeclQWhatsThis.cc index f18a46b2a..1780d3684 100644 --- a/src/gsiqt5/gsiDeclQWhatsThis.cc +++ b/src/gsiqt5/gsiDeclQWhatsThis.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQWhatsThisClickedEvent.cc b/src/gsiqt5/gsiDeclQWhatsThisClickedEvent.cc index f38bd0679..cbe56047f 100644 --- a/src/gsiqt5/gsiDeclQWhatsThisClickedEvent.cc +++ b/src/gsiqt5/gsiDeclQWhatsThisClickedEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQWheelEvent.cc b/src/gsiqt5/gsiDeclQWheelEvent.cc index b6a8f3893..113f8f676 100644 --- a/src/gsiqt5/gsiDeclQWheelEvent.cc +++ b/src/gsiqt5/gsiDeclQWheelEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQWidget.cc b/src/gsiqt5/gsiDeclQWidget.cc index 528978c42..ca8251ea6 100644 --- a/src/gsiqt5/gsiDeclQWidget.cc +++ b/src/gsiqt5/gsiDeclQWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQWidgetAction.cc b/src/gsiqt5/gsiDeclQWidgetAction.cc index 32266d74c..9090dabcf 100644 --- a/src/gsiqt5/gsiDeclQWidgetAction.cc +++ b/src/gsiqt5/gsiDeclQWidgetAction.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQWidgetItem.cc b/src/gsiqt5/gsiDeclQWidgetItem.cc index 124d27290..6f95205f8 100644 --- a/src/gsiqt5/gsiDeclQWidgetItem.cc +++ b/src/gsiqt5/gsiDeclQWidgetItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQWindow.cc b/src/gsiqt5/gsiDeclQWindow.cc index 512269f91..49eb4fc54 100644 --- a/src/gsiqt5/gsiDeclQWindow.cc +++ b/src/gsiqt5/gsiDeclQWindow.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQWindowStateChangeEvent.cc b/src/gsiqt5/gsiDeclQWindowStateChangeEvent.cc index 27d529f0e..a10b16f5b 100644 --- a/src/gsiqt5/gsiDeclQWindowStateChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQWindowStateChangeEvent.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQWizard.cc b/src/gsiqt5/gsiDeclQWizard.cc index 8c0006c50..ab043a00b 100644 --- a/src/gsiqt5/gsiDeclQWizard.cc +++ b/src/gsiqt5/gsiDeclQWizard.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQWizardPage.cc b/src/gsiqt5/gsiDeclQWizardPage.cc index e626f74e6..0393d5afa 100644 --- a/src/gsiqt5/gsiDeclQWizardPage.cc +++ b/src/gsiqt5/gsiDeclQWizardPage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQWriteLocker.cc b/src/gsiqt5/gsiDeclQWriteLocker.cc index d4f93da31..e1348b55b 100644 --- a/src/gsiqt5/gsiDeclQWriteLocker.cc +++ b/src/gsiqt5/gsiDeclQWriteLocker.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlAttributes.cc b/src/gsiqt5/gsiDeclQXmlAttributes.cc index bb8b11080..f76233efc 100644 --- a/src/gsiqt5/gsiDeclQXmlAttributes.cc +++ b/src/gsiqt5/gsiDeclQXmlAttributes.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlContentHandler.cc b/src/gsiqt5/gsiDeclQXmlContentHandler.cc index 0ab96274c..27ab503e8 100644 --- a/src/gsiqt5/gsiDeclQXmlContentHandler.cc +++ b/src/gsiqt5/gsiDeclQXmlContentHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlDTDHandler.cc b/src/gsiqt5/gsiDeclQXmlDTDHandler.cc index 133fe2366..73855dfaf 100644 --- a/src/gsiqt5/gsiDeclQXmlDTDHandler.cc +++ b/src/gsiqt5/gsiDeclQXmlDTDHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlDeclHandler.cc b/src/gsiqt5/gsiDeclQXmlDeclHandler.cc index 63e80ca95..e657fcd74 100644 --- a/src/gsiqt5/gsiDeclQXmlDeclHandler.cc +++ b/src/gsiqt5/gsiDeclQXmlDeclHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlDefaultHandler.cc b/src/gsiqt5/gsiDeclQXmlDefaultHandler.cc index 98a131933..6b97dbdd1 100644 --- a/src/gsiqt5/gsiDeclQXmlDefaultHandler.cc +++ b/src/gsiqt5/gsiDeclQXmlDefaultHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlEntityResolver.cc b/src/gsiqt5/gsiDeclQXmlEntityResolver.cc index 6136eeb07..698efc396 100644 --- a/src/gsiqt5/gsiDeclQXmlEntityResolver.cc +++ b/src/gsiqt5/gsiDeclQXmlEntityResolver.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlErrorHandler.cc b/src/gsiqt5/gsiDeclQXmlErrorHandler.cc index e6b87d091..b741a6cfc 100644 --- a/src/gsiqt5/gsiDeclQXmlErrorHandler.cc +++ b/src/gsiqt5/gsiDeclQXmlErrorHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlFormatter.cc b/src/gsiqt5/gsiDeclQXmlFormatter.cc index 95b496462..a4ce9116d 100644 --- a/src/gsiqt5/gsiDeclQXmlFormatter.cc +++ b/src/gsiqt5/gsiDeclQXmlFormatter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlInputSource.cc b/src/gsiqt5/gsiDeclQXmlInputSource.cc index 3b8642905..a4248647b 100644 --- a/src/gsiqt5/gsiDeclQXmlInputSource.cc +++ b/src/gsiqt5/gsiDeclQXmlInputSource.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlItem.cc b/src/gsiqt5/gsiDeclQXmlItem.cc index 7bd4b7dcb..d783c8b62 100644 --- a/src/gsiqt5/gsiDeclQXmlItem.cc +++ b/src/gsiqt5/gsiDeclQXmlItem.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlLexicalHandler.cc b/src/gsiqt5/gsiDeclQXmlLexicalHandler.cc index 73ab3cb5f..60896b645 100644 --- a/src/gsiqt5/gsiDeclQXmlLexicalHandler.cc +++ b/src/gsiqt5/gsiDeclQXmlLexicalHandler.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlLocator.cc b/src/gsiqt5/gsiDeclQXmlLocator.cc index 901616e4e..4d45f2523 100644 --- a/src/gsiqt5/gsiDeclQXmlLocator.cc +++ b/src/gsiqt5/gsiDeclQXmlLocator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlName.cc b/src/gsiqt5/gsiDeclQXmlName.cc index b64910968..dcf94fef0 100644 --- a/src/gsiqt5/gsiDeclQXmlName.cc +++ b/src/gsiqt5/gsiDeclQXmlName.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlNamePool.cc b/src/gsiqt5/gsiDeclQXmlNamePool.cc index 433950afc..aac944ffa 100644 --- a/src/gsiqt5/gsiDeclQXmlNamePool.cc +++ b/src/gsiqt5/gsiDeclQXmlNamePool.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlNamespaceSupport.cc b/src/gsiqt5/gsiDeclQXmlNamespaceSupport.cc index 1f493af7f..cc61c4bfb 100644 --- a/src/gsiqt5/gsiDeclQXmlNamespaceSupport.cc +++ b/src/gsiqt5/gsiDeclQXmlNamespaceSupport.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlNodeModelIndex.cc b/src/gsiqt5/gsiDeclQXmlNodeModelIndex.cc index 4f225f862..29d5608c4 100644 --- a/src/gsiqt5/gsiDeclQXmlNodeModelIndex.cc +++ b/src/gsiqt5/gsiDeclQXmlNodeModelIndex.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlParseException.cc b/src/gsiqt5/gsiDeclQXmlParseException.cc index 7267c4b6f..12ae2ddc1 100644 --- a/src/gsiqt5/gsiDeclQXmlParseException.cc +++ b/src/gsiqt5/gsiDeclQXmlParseException.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlQuery.cc b/src/gsiqt5/gsiDeclQXmlQuery.cc index 9d8230a53..86d736b6e 100644 --- a/src/gsiqt5/gsiDeclQXmlQuery.cc +++ b/src/gsiqt5/gsiDeclQXmlQuery.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlReader.cc b/src/gsiqt5/gsiDeclQXmlReader.cc index 1c7089555..d39e57645 100644 --- a/src/gsiqt5/gsiDeclQXmlReader.cc +++ b/src/gsiqt5/gsiDeclQXmlReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlResultItems.cc b/src/gsiqt5/gsiDeclQXmlResultItems.cc index 3e127a8fa..9d8e07f99 100644 --- a/src/gsiqt5/gsiDeclQXmlResultItems.cc +++ b/src/gsiqt5/gsiDeclQXmlResultItems.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlSchema.cc b/src/gsiqt5/gsiDeclQXmlSchema.cc index 6e64577db..6c35de2b8 100644 --- a/src/gsiqt5/gsiDeclQXmlSchema.cc +++ b/src/gsiqt5/gsiDeclQXmlSchema.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlSchemaValidator.cc b/src/gsiqt5/gsiDeclQXmlSchemaValidator.cc index 101aae673..ec8064a1d 100644 --- a/src/gsiqt5/gsiDeclQXmlSchemaValidator.cc +++ b/src/gsiqt5/gsiDeclQXmlSchemaValidator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlSerializer.cc b/src/gsiqt5/gsiDeclQXmlSerializer.cc index 3e295d33b..0a142db2b 100644 --- a/src/gsiqt5/gsiDeclQXmlSerializer.cc +++ b/src/gsiqt5/gsiDeclQXmlSerializer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlSimpleReader.cc b/src/gsiqt5/gsiDeclQXmlSimpleReader.cc index c04d95dbd..8b7da1f5e 100644 --- a/src/gsiqt5/gsiDeclQXmlSimpleReader.cc +++ b/src/gsiqt5/gsiDeclQXmlSimpleReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlStreamAttribute.cc b/src/gsiqt5/gsiDeclQXmlStreamAttribute.cc index 782c9c5d9..e55559411 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamAttribute.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamAttribute.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlStreamAttributes.cc b/src/gsiqt5/gsiDeclQXmlStreamAttributes.cc index f98c789d6..2c9072a9d 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamAttributes.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamAttributes.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlStreamEntityDeclaration.cc b/src/gsiqt5/gsiDeclQXmlStreamEntityDeclaration.cc index 35189f7b5..283cc97b9 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamEntityDeclaration.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamEntityDeclaration.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlStreamEntityResolver.cc b/src/gsiqt5/gsiDeclQXmlStreamEntityResolver.cc index 804b92116..5fe881f35 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamEntityResolver.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamEntityResolver.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlStreamNamespaceDeclaration.cc b/src/gsiqt5/gsiDeclQXmlStreamNamespaceDeclaration.cc index 280579192..2712a63a4 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamNamespaceDeclaration.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamNamespaceDeclaration.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlStreamNotationDeclaration.cc b/src/gsiqt5/gsiDeclQXmlStreamNotationDeclaration.cc index da97ceb9d..d8e5527b8 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamNotationDeclaration.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamNotationDeclaration.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlStreamReader.cc b/src/gsiqt5/gsiDeclQXmlStreamReader.cc index 38afdb673..15b9856ec 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamReader.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlStreamStringRef.cc b/src/gsiqt5/gsiDeclQXmlStreamStringRef.cc index e49ec4dee..9d704412d 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamStringRef.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamStringRef.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQXmlStreamWriter.cc b/src/gsiqt5/gsiDeclQXmlStreamWriter.cc index 569404e5e..fcd1364bc 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamWriter.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQt.cc b/src/gsiqt5/gsiDeclQt.cc index 687100a77..ce09f75dc 100644 --- a/src/gsiqt5/gsiDeclQt.cc +++ b/src/gsiqt5/gsiDeclQt.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiDeclQtTypeTraits.h b/src/gsiqt5/gsiDeclQtTypeTraits.h index 6768745e0..73d132f5a 100644 --- a/src/gsiqt5/gsiDeclQtTypeTraits.h +++ b/src/gsiqt5/gsiDeclQtTypeTraits.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiQt.cc b/src/gsiqt5/gsiQt.cc index 08aec2eac..2b67cba41 100644 --- a/src/gsiqt5/gsiQt.cc +++ b/src/gsiqt5/gsiQt.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiQt.h b/src/gsiqt5/gsiQt.h index 1d33694e1..cdf0b6ea3 100644 --- a/src/gsiqt5/gsiQt.h +++ b/src/gsiqt5/gsiQt.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiQtAdditional.cc b/src/gsiqt5/gsiQtAdditional.cc index acb27a2c1..efdcba6f0 100644 --- a/src/gsiqt5/gsiQtAdditional.cc +++ b/src/gsiqt5/gsiQtAdditional.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiQtBasic.cc b/src/gsiqt5/gsiQtBasic.cc index 5b0c5f286..f231226b9 100644 --- a/src/gsiqt5/gsiQtBasic.cc +++ b/src/gsiqt5/gsiQtBasic.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gsiqt5/gsiQtCommon.h b/src/gsiqt5/gsiQtCommon.h index 1325b92f2..ebb74197e 100644 --- a/src/gsiqt5/gsiQtCommon.h +++ b/src/gsiqt5/gsiQtCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_gsiQtCommon_h) -# define HDR_gsiQtCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_GSIQT_LIBRARY -# define GSIQT_PUBLIC __declspec(dllexport) -# else -# define GSIQT_PUBLIC __declspec(dllimport) -# endif -# define GSIQT_LOCAL - -# else - -# if __GNUC__ >= 4 -# define GSIQT_PUBLIC __attribute__ ((visibility ("default"))) -# define GSIQT_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define GSIQT_PUBLIC -# define GSIQT_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_gsiQtCommon_h) +# define HDR_gsiQtCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_GSIQT_LIBRARY +# define GSIQT_PUBLIC __declspec(dllexport) +# else +# define GSIQT_PUBLIC __declspec(dllimport) +# endif +# define GSIQT_LOCAL + +# else + +# if __GNUC__ >= 4 +# define GSIQT_PUBLIC __attribute__ ((visibility ("default"))) +# define GSIQT_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define GSIQT_PUBLIC +# define GSIQT_LOCAL +# endif + +# endif + +#endif diff --git a/src/gsiqt5/gsiQtExternals.h b/src/gsiqt5/gsiQtExternals.h index bd4125d6b..6806fa9aa 100644 --- a/src/gsiqt5/gsiQtExternals.h +++ b/src/gsiqt5/gsiQtExternals.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gtfui/gtfUiDialog.cc b/src/gtfui/gtfUiDialog.cc index 386e58c61..c6851d2e6 100644 --- a/src/gtfui/gtfUiDialog.cc +++ b/src/gtfui/gtfUiDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gtfui/gtfUiDialog.h b/src/gtfui/gtfUiDialog.h index ae0a0f021..43d32f4eb 100644 --- a/src/gtfui/gtfUiDialog.h +++ b/src/gtfui/gtfUiDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gtfui/gtfui.cc b/src/gtfui/gtfui.cc index fc31a476e..8dbcaae5d 100644 --- a/src/gtfui/gtfui.cc +++ b/src/gtfui/gtfui.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/gsiDeclImg.cc b/src/img/gsiDeclImg.cc index 781ff92a6..a34931aca 100644 --- a/src/img/gsiDeclImg.cc +++ b/src/img/gsiDeclImg.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgCommon.h b/src/img/imgCommon.h index 6b7654198..af8c183fe 100644 --- a/src/img/imgCommon.h +++ b/src/img/imgCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_imgCommon_h) -# define HDR_imgCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_IMG_LIBRARY -# define IMG_PUBLIC __declspec(dllexport) -# else -# define IMG_PUBLIC __declspec(dllimport) -# endif -# define IMG_LOCAL - -# else - -# if __GNUC__ >= 4 -# define IMG_PUBLIC __attribute__ ((visibility ("default"))) -# define IMG_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define IMG_PUBLIC -# define IMG_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_imgCommon_h) +# define HDR_imgCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_IMG_LIBRARY +# define IMG_PUBLIC __declspec(dllexport) +# else +# define IMG_PUBLIC __declspec(dllimport) +# endif +# define IMG_LOCAL + +# else + +# if __GNUC__ >= 4 +# define IMG_PUBLIC __attribute__ ((visibility ("default"))) +# define IMG_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define IMG_PUBLIC +# define IMG_LOCAL +# endif + +# endif + +#endif diff --git a/src/img/imgForceLink.cc b/src/img/imgForceLink.cc index 059c3c65b..a02e2eec9 100644 --- a/src/img/imgForceLink.cc +++ b/src/img/imgForceLink.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,14 +20,14 @@ */ - -#include "imgForceLink.h" - -namespace img -{ - int _force_link_f () - { - return 0; - } -} - + +#include "imgForceLink.h" + +namespace img +{ + int _force_link_f () + { + return 0; + } +} + diff --git a/src/img/imgForceLink.h b/src/img/imgForceLink.h index 93e50e473..ec0ca1415 100644 --- a/src/img/imgForceLink.h +++ b/src/img/imgForceLink.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,21 +20,21 @@ */ - -#ifndef HDR_imgForceLink -#define HDR_imgForceLink - -#include "imgCommon.h" - -/** - * @file Include this function to force linking of the img module - */ - -namespace img -{ - IMG_PUBLIC int _force_link_f (); - static int _force_link_target = _force_link_f (); -} - -#endif - + +#ifndef HDR_imgForceLink +#define HDR_imgForceLink + +#include "imgCommon.h" + +/** + * @file Include this function to force linking of the img module + */ + +namespace img +{ + IMG_PUBLIC int _force_link_f (); + static int _force_link_target = _force_link_f (); +} + +#endif + diff --git a/src/img/imgLandmarksDialog.cc b/src/img/imgLandmarksDialog.cc index e9c8b51ad..dd382453a 100644 --- a/src/img/imgLandmarksDialog.cc +++ b/src/img/imgLandmarksDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgLandmarksDialog.h b/src/img/imgLandmarksDialog.h index 30cbe7e9e..ea5cd0381 100644 --- a/src/img/imgLandmarksDialog.h +++ b/src/img/imgLandmarksDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgNavigator.cc b/src/img/imgNavigator.cc index 20d701142..2fba0d95c 100644 --- a/src/img/imgNavigator.cc +++ b/src/img/imgNavigator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgNavigator.h b/src/img/imgNavigator.h index 765b6b30f..465659b9d 100644 --- a/src/img/imgNavigator.h +++ b/src/img/imgNavigator.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgObject.cc b/src/img/imgObject.cc index ff0ae8d04..4133276a8 100644 --- a/src/img/imgObject.cc +++ b/src/img/imgObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgObject.h b/src/img/imgObject.h index 24f1a9023..511c85cb9 100644 --- a/src/img/imgObject.h +++ b/src/img/imgObject.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgPlugin.cc b/src/img/imgPlugin.cc index 86f149774..f98f7ec72 100644 --- a/src/img/imgPlugin.cc +++ b/src/img/imgPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgPlugin.h b/src/img/imgPlugin.h index d0dc30108..3f9def954 100644 --- a/src/img/imgPlugin.h +++ b/src/img/imgPlugin.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgPropertiesPage.cc b/src/img/imgPropertiesPage.cc index 715e060cf..57f26b78d 100644 --- a/src/img/imgPropertiesPage.cc +++ b/src/img/imgPropertiesPage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgPropertiesPage.h b/src/img/imgPropertiesPage.h index fb66c0340..18e064ef3 100644 --- a/src/img/imgPropertiesPage.h +++ b/src/img/imgPropertiesPage.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgService.cc b/src/img/imgService.cc index 550af9255..1ded71314 100644 --- a/src/img/imgService.cc +++ b/src/img/imgService.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgService.h b/src/img/imgService.h index 997d9c9ac..07426eb4b 100644 --- a/src/img/imgService.h +++ b/src/img/imgService.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgWidgets.cc b/src/img/imgWidgets.cc index 89efc8d2d..ece46e5ad 100644 --- a/src/img/imgWidgets.cc +++ b/src/img/imgWidgets.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/img/imgWidgets.h b/src/img/imgWidgets.h index a906d7dc0..b0daa33c0 100644 --- a/src/img/imgWidgets.h +++ b/src/img/imgWidgets.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/klayout_main/klayout.cc b/src/klayout_main/klayout.cc index 6681f6db8..181ec7907 100644 --- a/src/klayout_main/klayout.cc +++ b/src/klayout_main/klayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/klayout_main/version.h b/src/klayout_main/version.h index 9a1c03fc1..34abf6ca2 100644 --- a/src/klayout_main/version.h +++ b/src/klayout_main/version.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/gsiDeclLayApplication.cc b/src/lay/gsiDeclLayApplication.cc index b1d389b5c..6c4321d24 100644 --- a/src/lay/gsiDeclLayApplication.cc +++ b/src/lay/gsiDeclLayApplication.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/gsiDeclLayHelpDialog.cc b/src/lay/gsiDeclLayHelpDialog.cc index 68e077f74..8182cd0e6 100644 --- a/src/lay/gsiDeclLayHelpDialog.cc +++ b/src/lay/gsiDeclLayHelpDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/gsiDeclLayMacro.cc b/src/lay/gsiDeclLayMacro.cc index cda9cea86..c4c8c5ba3 100644 --- a/src/lay/gsiDeclLayMacro.cc +++ b/src/lay/gsiDeclLayMacro.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/gsiDeclLayMainWindow.cc b/src/lay/gsiDeclLayMainWindow.cc index 390df2d9b..a64fad18d 100644 --- a/src/lay/gsiDeclLayMainWindow.cc +++ b/src/lay/gsiDeclLayMainWindow.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layApplication.cc b/src/lay/layApplication.cc index 9fe84cbdd..945933dee 100644 --- a/src/lay/layApplication.cc +++ b/src/lay/layApplication.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layApplication.h b/src/lay/layApplication.h index 1734bfefd..7497785a9 100644 --- a/src/lay/layApplication.h +++ b/src/lay/layApplication.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layClipDialog.cc b/src/lay/layClipDialog.cc index e09efe44f..19ad2d150 100644 --- a/src/lay/layClipDialog.cc +++ b/src/lay/layClipDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layClipDialog.h b/src/lay/layClipDialog.h index 85d8b45bd..89fc5f269 100644 --- a/src/lay/layClipDialog.h +++ b/src/lay/layClipDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layCommon.h b/src/lay/layCommon.h index 8a16d65a7..b14cfdfb4 100644 --- a/src/lay/layCommon.h +++ b/src/lay/layCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_layCommon_h) -# define HDR_layCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_LAY_LIBRARY -# define LAY_PUBLIC __declspec(dllexport) -# else -# define LAY_PUBLIC __declspec(dllimport) -# endif -# define LAY_LOCAL - -# else - -# if __GNUC__ >= 4 -# define LAY_PUBLIC __attribute__ ((visibility ("default"))) -# define LAY_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define LAY_PUBLIC -# define LAY_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_layCommon_h) +# define HDR_layCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_LAY_LIBRARY +# define LAY_PUBLIC __declspec(dllexport) +# else +# define LAY_PUBLIC __declspec(dllimport) +# endif +# define LAY_LOCAL + +# else + +# if __GNUC__ >= 4 +# define LAY_PUBLIC __attribute__ ((visibility ("default"))) +# define LAY_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define LAY_PUBLIC +# define LAY_LOCAL +# endif + +# endif + +#endif diff --git a/src/lay/layConfig.h b/src/lay/layConfig.h index d65c2ce37..2ba925e13 100644 --- a/src/lay/layConfig.h +++ b/src/lay/layConfig.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layCrashMessage.cc b/src/lay/layCrashMessage.cc index ee6c5d73d..bfc56e21e 100644 --- a/src/lay/layCrashMessage.cc +++ b/src/lay/layCrashMessage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layCrashMessage.h b/src/lay/layCrashMessage.h index d50672c7a..6ca1aaf3a 100644 --- a/src/lay/layCrashMessage.h +++ b/src/lay/layCrashMessage.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layFillDialog.cc b/src/lay/layFillDialog.cc index ca63accf3..13ae9832d 100644 --- a/src/lay/layFillDialog.cc +++ b/src/lay/layFillDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layFillDialog.h b/src/lay/layFillDialog.h index 32ad06459..94bcfa0e2 100644 --- a/src/lay/layFillDialog.h +++ b/src/lay/layFillDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layGSIHelpProvider.cc b/src/lay/layGSIHelpProvider.cc index 906e43283..b8e33266b 100644 --- a/src/lay/layGSIHelpProvider.cc +++ b/src/lay/layGSIHelpProvider.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layGSIHelpProvider.h b/src/lay/layGSIHelpProvider.h index 582d84eb6..b930f44b9 100644 --- a/src/lay/layGSIHelpProvider.h +++ b/src/lay/layGSIHelpProvider.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layGenericSyntaxHighlighter.cc b/src/lay/layGenericSyntaxHighlighter.cc index 4741eaae3..bcd94c494 100644 --- a/src/lay/layGenericSyntaxHighlighter.cc +++ b/src/lay/layGenericSyntaxHighlighter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layGenericSyntaxHighlighter.h b/src/lay/layGenericSyntaxHighlighter.h index 22a071da7..f8d9a9c67 100644 --- a/src/lay/layGenericSyntaxHighlighter.h +++ b/src/lay/layGenericSyntaxHighlighter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layHelpDialog.cc b/src/lay/layHelpDialog.cc index 09f3a2335..c42643a92 100644 --- a/src/lay/layHelpDialog.cc +++ b/src/lay/layHelpDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layHelpDialog.h b/src/lay/layHelpDialog.h index 0252d2141..1160ad6a3 100644 --- a/src/lay/layHelpDialog.h +++ b/src/lay/layHelpDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layHelpProvider.cc b/src/lay/layHelpProvider.cc index 911c49155..ba4dbefac 100644 --- a/src/lay/layHelpProvider.cc +++ b/src/lay/layHelpProvider.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layHelpProvider.h b/src/lay/layHelpProvider.h index 81efbfee8..575ca19cc 100644 --- a/src/lay/layHelpProvider.h +++ b/src/lay/layHelpProvider.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layHelpSource.cc b/src/lay/layHelpSource.cc index ed7c4a2e9..c2eb21052 100644 --- a/src/lay/layHelpSource.cc +++ b/src/lay/layHelpSource.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layHelpSource.h b/src/lay/layHelpSource.h index 165b304ae..5eaa3ee80 100644 --- a/src/lay/layHelpSource.h +++ b/src/lay/layHelpSource.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layLayoutStatisticsForm.cc b/src/lay/layLayoutStatisticsForm.cc index 6ee4b7ac0..a95e0da92 100644 --- a/src/lay/layLayoutStatisticsForm.cc +++ b/src/lay/layLayoutStatisticsForm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layLayoutStatisticsForm.h b/src/lay/layLayoutStatisticsForm.h index 2fafc857e..09023a80b 100644 --- a/src/lay/layLayoutStatisticsForm.h +++ b/src/lay/layLayoutStatisticsForm.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layLogViewerDialog.cc b/src/lay/layLogViewerDialog.cc index 700c37b94..f6be30d4a 100644 --- a/src/lay/layLogViewerDialog.cc +++ b/src/lay/layLogViewerDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layLogViewerDialog.h b/src/lay/layLogViewerDialog.h index dead30326..e2d132146 100644 --- a/src/lay/layLogViewerDialog.h +++ b/src/lay/layLogViewerDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacro.cc b/src/lay/layMacro.cc index 965f2d59a..848fea380 100644 --- a/src/lay/layMacro.cc +++ b/src/lay/layMacro.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacro.h b/src/lay/layMacro.h index 934242bbc..63114f6b9 100644 --- a/src/lay/layMacro.h +++ b/src/lay/layMacro.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroEditorDialog.cc b/src/lay/layMacroEditorDialog.cc index 09ca318e2..51defab1e 100644 --- a/src/lay/layMacroEditorDialog.cc +++ b/src/lay/layMacroEditorDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroEditorDialog.h b/src/lay/layMacroEditorDialog.h index 9277d46b0..2c72ecbb0 100644 --- a/src/lay/layMacroEditorDialog.h +++ b/src/lay/layMacroEditorDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroEditorPage.cc b/src/lay/layMacroEditorPage.cc index be2cdd6eb..47a2236f0 100644 --- a/src/lay/layMacroEditorPage.cc +++ b/src/lay/layMacroEditorPage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroEditorPage.h b/src/lay/layMacroEditorPage.h index e54e5d3cc..825b43775 100644 --- a/src/lay/layMacroEditorPage.h +++ b/src/lay/layMacroEditorPage.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroEditorSetupDialog.cc b/src/lay/layMacroEditorSetupDialog.cc index 324730241..f8abf2a9b 100644 --- a/src/lay/layMacroEditorSetupDialog.cc +++ b/src/lay/layMacroEditorSetupDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroEditorSetupDialog.h b/src/lay/layMacroEditorSetupDialog.h index 54de36a9b..9e8222534 100644 --- a/src/lay/layMacroEditorSetupDialog.h +++ b/src/lay/layMacroEditorSetupDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroEditorTree.cc b/src/lay/layMacroEditorTree.cc index dc12590fd..962145759 100644 --- a/src/lay/layMacroEditorTree.cc +++ b/src/lay/layMacroEditorTree.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroEditorTree.h b/src/lay/layMacroEditorTree.h index cfd3a1637..79bbac60a 100644 --- a/src/lay/layMacroEditorTree.h +++ b/src/lay/layMacroEditorTree.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroInterpreter.cc b/src/lay/layMacroInterpreter.cc index 0890da4e5..bc69fc7be 100644 --- a/src/lay/layMacroInterpreter.cc +++ b/src/lay/layMacroInterpreter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroInterpreter.h b/src/lay/layMacroInterpreter.h index 421f664f4..d94ec0584 100644 --- a/src/lay/layMacroInterpreter.h +++ b/src/lay/layMacroInterpreter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroPropertiesDialog.cc b/src/lay/layMacroPropertiesDialog.cc index 01c78c58c..59934159f 100644 --- a/src/lay/layMacroPropertiesDialog.cc +++ b/src/lay/layMacroPropertiesDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroPropertiesDialog.h b/src/lay/layMacroPropertiesDialog.h index 7867c3654..fbd04c406 100644 --- a/src/lay/layMacroPropertiesDialog.h +++ b/src/lay/layMacroPropertiesDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroVariableView.cc b/src/lay/layMacroVariableView.cc index 7ae05be2a..b3305fe33 100644 --- a/src/lay/layMacroVariableView.cc +++ b/src/lay/layMacroVariableView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMacroVariableView.h b/src/lay/layMacroVariableView.h index 5c8f4a971..675a7e0d0 100644 --- a/src/lay/layMacroVariableView.h +++ b/src/lay/layMacroVariableView.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMainConfigPages.cc b/src/lay/layMainConfigPages.cc index cd9855d08..f56e3411b 100644 --- a/src/lay/layMainConfigPages.cc +++ b/src/lay/layMainConfigPages.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMainConfigPages.h b/src/lay/layMainConfigPages.h index b814787ea..10b57f671 100644 --- a/src/lay/layMainConfigPages.h +++ b/src/lay/layMainConfigPages.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMainWindow.cc b/src/lay/layMainWindow.cc index b9c2f9bc4..33b57861e 100644 --- a/src/lay/layMainWindow.cc +++ b/src/lay/layMainWindow.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layMainWindow.h b/src/lay/layMainWindow.h index 8516a1e71..7ad07616e 100644 --- a/src/lay/layMainWindow.h +++ b/src/lay/layMainWindow.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layNavigator.cc b/src/lay/layNavigator.cc index ab0f238a5..40a1a0ea4 100644 --- a/src/lay/layNavigator.cc +++ b/src/lay/layNavigator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layNavigator.h b/src/lay/layNavigator.h index d230154bb..db8a715f5 100644 --- a/src/lay/layNavigator.h +++ b/src/lay/layNavigator.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layProgress.cc b/src/lay/layProgress.cc index 737dc3e7f..e97322dba 100644 --- a/src/lay/layProgress.cc +++ b/src/lay/layProgress.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layProgress.h b/src/lay/layProgress.h index cbc15e9dc..1c12d9116 100644 --- a/src/lay/layProgress.h +++ b/src/lay/layProgress.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layProgressWidget.cc b/src/lay/layProgressWidget.cc index 0e43ab846..828b065b9 100644 --- a/src/lay/layProgressWidget.cc +++ b/src/lay/layProgressWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layProgressWidget.h b/src/lay/layProgressWidget.h index ee6d7afc3..d85008bd5 100644 --- a/src/lay/layProgressWidget.h +++ b/src/lay/layProgressWidget.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layResourceHelpProvider.cc b/src/lay/layResourceHelpProvider.cc index 678de3aac..2fa4633f8 100644 --- a/src/lay/layResourceHelpProvider.cc +++ b/src/lay/layResourceHelpProvider.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layResourceHelpProvider.h b/src/lay/layResourceHelpProvider.h index b25ddb9a2..2fc112440 100644 --- a/src/lay/layResourceHelpProvider.h +++ b/src/lay/layResourceHelpProvider.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layRuntimeErrorForm.cc b/src/lay/layRuntimeErrorForm.cc index a76bcb273..a73b7635b 100644 --- a/src/lay/layRuntimeErrorForm.cc +++ b/src/lay/layRuntimeErrorForm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layRuntimeErrorForm.h b/src/lay/layRuntimeErrorForm.h index 0f01e3d59..ab011b8c6 100644 --- a/src/lay/layRuntimeErrorForm.h +++ b/src/lay/layRuntimeErrorForm.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/laySearchReplaceConfigPage.cc b/src/lay/laySearchReplaceConfigPage.cc index beed26e06..941192b73 100644 --- a/src/lay/laySearchReplaceConfigPage.cc +++ b/src/lay/laySearchReplaceConfigPage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/laySearchReplaceConfigPage.h b/src/lay/laySearchReplaceConfigPage.h index d9cdfb523..6153afc16 100644 --- a/src/lay/laySearchReplaceConfigPage.h +++ b/src/lay/laySearchReplaceConfigPage.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/laySearchReplaceDialog.cc b/src/lay/laySearchReplaceDialog.cc index 7268d4eda..a76f90b6a 100644 --- a/src/lay/laySearchReplaceDialog.cc +++ b/src/lay/laySearchReplaceDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/laySearchReplaceDialog.h b/src/lay/laySearchReplaceDialog.h index 97736ca7b..2a645fbda 100644 --- a/src/lay/laySearchReplaceDialog.h +++ b/src/lay/laySearchReplaceDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/laySearchReplacePlugin.cc b/src/lay/laySearchReplacePlugin.cc index 4b393cbff..68df12d31 100644 --- a/src/lay/laySearchReplacePlugin.cc +++ b/src/lay/laySearchReplacePlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/laySearchReplacePropertiesWidgets.cc b/src/lay/laySearchReplacePropertiesWidgets.cc index 76e75e27b..841c99b96 100644 --- a/src/lay/laySearchReplacePropertiesWidgets.cc +++ b/src/lay/laySearchReplacePropertiesWidgets.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/laySearchReplacePropertiesWidgets.h b/src/lay/laySearchReplacePropertiesWidgets.h index 18e1df82d..1401bc778 100644 --- a/src/lay/laySearchReplacePropertiesWidgets.h +++ b/src/lay/laySearchReplacePropertiesWidgets.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/laySelectCellViewForm.cc b/src/lay/laySelectCellViewForm.cc index a85e44df6..60c3d2769 100644 --- a/src/lay/laySelectCellViewForm.cc +++ b/src/lay/laySelectCellViewForm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/laySelectCellViewForm.h b/src/lay/laySelectCellViewForm.h index 6060118a4..a9f18188d 100644 --- a/src/lay/laySelectCellViewForm.h +++ b/src/lay/laySelectCellViewForm.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/laySession.cc b/src/lay/laySession.cc index b4b4e152d..b908efdfe 100644 --- a/src/lay/laySession.cc +++ b/src/lay/laySession.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/laySession.h b/src/lay/laySession.h index ef2bab1b2..7238e5472 100644 --- a/src/lay/laySession.h +++ b/src/lay/laySession.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/laySettingsForm.cc b/src/lay/laySettingsForm.cc index 8826e673b..f56d39c2a 100644 --- a/src/lay/laySettingsForm.cc +++ b/src/lay/laySettingsForm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/laySettingsForm.h b/src/lay/laySettingsForm.h index e5a3b2bf6..ab307c5c8 100644 --- a/src/lay/laySettingsForm.h +++ b/src/lay/laySettingsForm.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layTechSetupDialog.cc b/src/lay/layTechSetupDialog.cc index 3e96ee5d7..aa392fa67 100644 --- a/src/lay/layTechSetupDialog.cc +++ b/src/lay/layTechSetupDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layTechSetupDialog.h b/src/lay/layTechSetupDialog.h index f23637eeb..1fddac714 100644 --- a/src/lay/layTechSetupDialog.h +++ b/src/lay/layTechSetupDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layTechnologySelector.cc b/src/lay/layTechnologySelector.cc index 6056df0bd..676659286 100644 --- a/src/lay/layTechnologySelector.cc +++ b/src/lay/layTechnologySelector.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layTechnologySelector.h b/src/lay/layTechnologySelector.h index e46a2bc83..0d6c8b1ad 100644 --- a/src/lay/layTechnologySelector.h +++ b/src/lay/layTechnologySelector.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layTextProgress.cc b/src/lay/layTextProgress.cc index ad514f5bd..1110f20e7 100644 --- a/src/lay/layTextProgress.cc +++ b/src/lay/layTextProgress.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layTextProgress.h b/src/lay/layTextProgress.h index 27aa1c9b7..243574af6 100644 --- a/src/lay/layTextProgress.h +++ b/src/lay/layTextProgress.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layVersion.cc b/src/lay/layVersion.cc index f6b25835c..42c87867b 100644 --- a/src/lay/layVersion.cc +++ b/src/lay/layVersion.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lay/layVersion.h b/src/lay/layVersion.h index b2d2da08b..7f3992f33 100644 --- a/src/lay/layVersion.h +++ b/src/lay/layVersion.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/fixedFont.h b/src/laybasic/fixedFont.h index e17fe96c0..49ee875fa 100644 --- a/src/laybasic/fixedFont.h +++ b/src/laybasic/fixedFont.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/gsiDeclLayDialogs.cc b/src/laybasic/gsiDeclLayDialogs.cc index 756ad18b4..63ca02a25 100644 --- a/src/laybasic/gsiDeclLayDialogs.cc +++ b/src/laybasic/gsiDeclLayDialogs.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/gsiDeclLayLayers.cc b/src/laybasic/gsiDeclLayLayers.cc index 92d202131..bf97b4e0f 100644 --- a/src/laybasic/gsiDeclLayLayers.cc +++ b/src/laybasic/gsiDeclLayLayers.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/gsiDeclLayLayoutView.cc b/src/laybasic/gsiDeclLayLayoutView.cc index 5d95b7e7c..cff12e97a 100644 --- a/src/laybasic/gsiDeclLayLayoutView.cc +++ b/src/laybasic/gsiDeclLayLayoutView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/gsiDeclLayMarker.cc b/src/laybasic/gsiDeclLayMarker.cc index 2c1a179f4..073d9e0e3 100644 --- a/src/laybasic/gsiDeclLayMarker.cc +++ b/src/laybasic/gsiDeclLayMarker.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/gsiDeclLayMenu.cc b/src/laybasic/gsiDeclLayMenu.cc index 7d245c2c1..660d53c77 100644 --- a/src/laybasic/gsiDeclLayMenu.cc +++ b/src/laybasic/gsiDeclLayMenu.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/gsiDeclLayPlugin.cc b/src/laybasic/gsiDeclLayPlugin.cc index 6deadc01a..77fbacbe2 100644 --- a/src/laybasic/gsiDeclLayPlugin.cc +++ b/src/laybasic/gsiDeclLayPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/gsiDeclLayStream.cc b/src/laybasic/gsiDeclLayStream.cc index 117d2cea3..786a6221a 100644 --- a/src/laybasic/gsiDeclLayStream.cc +++ b/src/laybasic/gsiDeclLayStream.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/gtf.cc b/src/laybasic/gtf.cc index c70ba9a37..61ca4f6d9 100644 --- a/src/laybasic/gtf.cc +++ b/src/laybasic/gtf.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/gtf.h b/src/laybasic/gtf.h index 25ee38c04..4dd1d0060 100644 --- a/src/laybasic/gtf.h +++ b/src/laybasic/gtf.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/gtfdummy.cc b/src/laybasic/gtfdummy.cc index e8e351e77..fc4780a29 100644 --- a/src/laybasic/gtfdummy.cc +++ b/src/laybasic/gtfdummy.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layAbstractMenu.cc b/src/laybasic/layAbstractMenu.cc index 707f548e0..fac446f05 100644 --- a/src/laybasic/layAbstractMenu.cc +++ b/src/laybasic/layAbstractMenu.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layAbstractMenu.h b/src/laybasic/layAbstractMenu.h index c612b346d..4b7e2dc60 100644 --- a/src/laybasic/layAbstractMenu.h +++ b/src/laybasic/layAbstractMenu.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layAbstractMenuProvider.cc b/src/laybasic/layAbstractMenuProvider.cc index b09d81125..e2a676e2e 100644 --- a/src/laybasic/layAbstractMenuProvider.cc +++ b/src/laybasic/layAbstractMenuProvider.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layAbstractMenuProvider.h b/src/laybasic/layAbstractMenuProvider.h index 618cb9efd..98dff35af 100644 --- a/src/laybasic/layAbstractMenuProvider.h +++ b/src/laybasic/layAbstractMenuProvider.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layAnnotationShapes.cc b/src/laybasic/layAnnotationShapes.cc index dff5bae74..d519a6d3d 100644 --- a/src/laybasic/layAnnotationShapes.cc +++ b/src/laybasic/layAnnotationShapes.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layAnnotationShapes.h b/src/laybasic/layAnnotationShapes.h index 0c5b8eb66..43a30e281 100644 --- a/src/laybasic/layAnnotationShapes.h +++ b/src/laybasic/layAnnotationShapes.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBitmap.cc b/src/laybasic/layBitmap.cc index 4c49b5b6a..65cfec42e 100644 --- a/src/laybasic/layBitmap.cc +++ b/src/laybasic/layBitmap.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBitmap.h b/src/laybasic/layBitmap.h index 47e412f97..6fdc30706 100644 --- a/src/laybasic/layBitmap.h +++ b/src/laybasic/layBitmap.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBitmapRenderer.cc b/src/laybasic/layBitmapRenderer.cc index b191dd32e..0bc751774 100644 --- a/src/laybasic/layBitmapRenderer.cc +++ b/src/laybasic/layBitmapRenderer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBitmapRenderer.h b/src/laybasic/layBitmapRenderer.h index 756acac77..40226aa49 100644 --- a/src/laybasic/layBitmapRenderer.h +++ b/src/laybasic/layBitmapRenderer.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBitmapsToImage.cc b/src/laybasic/layBitmapsToImage.cc index 4464dbf30..006c6ecbb 100644 --- a/src/laybasic/layBitmapsToImage.cc +++ b/src/laybasic/layBitmapsToImage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBitmapsToImage.h b/src/laybasic/layBitmapsToImage.h index 23b18168e..2a1a4bed8 100644 --- a/src/laybasic/layBitmapsToImage.h +++ b/src/laybasic/layBitmapsToImage.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBookmarkList.cc b/src/laybasic/layBookmarkList.cc index 4c3777b3c..6f7c9b31a 100644 --- a/src/laybasic/layBookmarkList.cc +++ b/src/laybasic/layBookmarkList.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBookmarkList.h b/src/laybasic/layBookmarkList.h index 79954ecc4..d9c6a94f8 100644 --- a/src/laybasic/layBookmarkList.h +++ b/src/laybasic/layBookmarkList.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBookmarkManagementForm.cc b/src/laybasic/layBookmarkManagementForm.cc index 8a40ee1af..10581eefd 100644 --- a/src/laybasic/layBookmarkManagementForm.cc +++ b/src/laybasic/layBookmarkManagementForm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBookmarkManagementForm.h b/src/laybasic/layBookmarkManagementForm.h index 9c502e784..599d9fec3 100644 --- a/src/laybasic/layBookmarkManagementForm.h +++ b/src/laybasic/layBookmarkManagementForm.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBrowseInstancesForm.cc b/src/laybasic/layBrowseInstancesForm.cc index 464740601..6444ba714 100644 --- a/src/laybasic/layBrowseInstancesForm.cc +++ b/src/laybasic/layBrowseInstancesForm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBrowseInstancesForm.h b/src/laybasic/layBrowseInstancesForm.h index edd8168cf..37bf1f9a7 100644 --- a/src/laybasic/layBrowseInstancesForm.h +++ b/src/laybasic/layBrowseInstancesForm.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBrowseShapesForm.cc b/src/laybasic/layBrowseShapesForm.cc index d2f6f9646..465254658 100644 --- a/src/laybasic/layBrowseShapesForm.cc +++ b/src/laybasic/layBrowseShapesForm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBrowseShapesForm.h b/src/laybasic/layBrowseShapesForm.h index 64cdd2d27..6fa20c7cd 100644 --- a/src/laybasic/layBrowseShapesForm.h +++ b/src/laybasic/layBrowseShapesForm.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBrowser.cc b/src/laybasic/layBrowser.cc index a1179dc9a..1b702085a 100644 --- a/src/laybasic/layBrowser.cc +++ b/src/laybasic/layBrowser.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBrowser.h b/src/laybasic/layBrowser.h index a6b8201e0..730cf6e0a 100644 --- a/src/laybasic/layBrowser.h +++ b/src/laybasic/layBrowser.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBrowserDialog.cc b/src/laybasic/layBrowserDialog.cc index 80e58e386..8d743998e 100644 --- a/src/laybasic/layBrowserDialog.cc +++ b/src/laybasic/layBrowserDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBrowserDialog.h b/src/laybasic/layBrowserDialog.h index 766558794..33983c02f 100644 --- a/src/laybasic/layBrowserDialog.h +++ b/src/laybasic/layBrowserDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBrowserPanel.cc b/src/laybasic/layBrowserPanel.cc index fa5ec2867..6d3ac61b7 100644 --- a/src/laybasic/layBrowserPanel.cc +++ b/src/laybasic/layBrowserPanel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layBrowserPanel.h b/src/laybasic/layBrowserPanel.h index 5f3c94c04..b5c33015a 100644 --- a/src/laybasic/layBrowserPanel.h +++ b/src/laybasic/layBrowserPanel.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCIFReaderPlugin.cc b/src/laybasic/layCIFReaderPlugin.cc index 5c54c5ed1..4c032b0b6 100644 --- a/src/laybasic/layCIFReaderPlugin.cc +++ b/src/laybasic/layCIFReaderPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCIFReaderPlugin.h b/src/laybasic/layCIFReaderPlugin.h index 85a01ea8c..602cb10bf 100644 --- a/src/laybasic/layCIFReaderPlugin.h +++ b/src/laybasic/layCIFReaderPlugin.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCIFWriterPlugin.cc b/src/laybasic/layCIFWriterPlugin.cc index 1811e0edf..fa4638335 100644 --- a/src/laybasic/layCIFWriterPlugin.cc +++ b/src/laybasic/layCIFWriterPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCIFWriterPlugin.h b/src/laybasic/layCIFWriterPlugin.h index 5e2b2ecbd..f2c80d84d 100644 --- a/src/laybasic/layCIFWriterPlugin.h +++ b/src/laybasic/layCIFWriterPlugin.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCanvasPlane.cc b/src/laybasic/layCanvasPlane.cc index 7deb3d0d8..f18ac95ed 100644 --- a/src/laybasic/layCanvasPlane.cc +++ b/src/laybasic/layCanvasPlane.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCanvasPlane.h b/src/laybasic/layCanvasPlane.h index 6367eb5d0..5fe78018e 100644 --- a/src/laybasic/layCanvasPlane.h +++ b/src/laybasic/layCanvasPlane.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCellSelectionForm.cc b/src/laybasic/layCellSelectionForm.cc index 33be609a4..9fd49dd58 100644 --- a/src/laybasic/layCellSelectionForm.cc +++ b/src/laybasic/layCellSelectionForm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCellSelectionForm.h b/src/laybasic/layCellSelectionForm.h index 66fa2bbd8..c99653808 100644 --- a/src/laybasic/layCellSelectionForm.h +++ b/src/laybasic/layCellSelectionForm.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCellTreeModel.cc b/src/laybasic/layCellTreeModel.cc index 39cdd678c..980fda7a7 100644 --- a/src/laybasic/layCellTreeModel.cc +++ b/src/laybasic/layCellTreeModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCellTreeModel.h b/src/laybasic/layCellTreeModel.h index 5443120c5..8b4706ec5 100644 --- a/src/laybasic/layCellTreeModel.h +++ b/src/laybasic/layCellTreeModel.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCellView.cc b/src/laybasic/layCellView.cc index 2409e979c..f77825b81 100644 --- a/src/laybasic/layCellView.cc +++ b/src/laybasic/layCellView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCellView.h b/src/laybasic/layCellView.h index 214905f3c..493298751 100644 --- a/src/laybasic/layCellView.h +++ b/src/laybasic/layCellView.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layColorPalette.cc b/src/laybasic/layColorPalette.cc index 6e88e36c0..7125bd158 100644 --- a/src/laybasic/layColorPalette.cc +++ b/src/laybasic/layColorPalette.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layColorPalette.h b/src/laybasic/layColorPalette.h index bcefb327f..82ac12f3b 100644 --- a/src/laybasic/layColorPalette.h +++ b/src/laybasic/layColorPalette.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCommonReaderPlugin.cc b/src/laybasic/layCommonReaderPlugin.cc index ae9d2b2f0..9e828e248 100644 --- a/src/laybasic/layCommonReaderPlugin.cc +++ b/src/laybasic/layCommonReaderPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCommonReaderPlugin.h b/src/laybasic/layCommonReaderPlugin.h index bd8c0b753..f054f8677 100644 --- a/src/laybasic/layCommonReaderPlugin.h +++ b/src/laybasic/layCommonReaderPlugin.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layConfigurationDialog.cc b/src/laybasic/layConfigurationDialog.cc index bfe9579ee..4ccbdcd1b 100644 --- a/src/laybasic/layConfigurationDialog.cc +++ b/src/laybasic/layConfigurationDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layConfigurationDialog.h b/src/laybasic/layConfigurationDialog.h index 7fc1f1821..50acb97d3 100644 --- a/src/laybasic/layConfigurationDialog.h +++ b/src/laybasic/layConfigurationDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layConverters.cc b/src/laybasic/layConverters.cc index 514b04db7..570bb7fdd 100644 --- a/src/laybasic/layConverters.cc +++ b/src/laybasic/layConverters.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layConverters.h b/src/laybasic/layConverters.h index be6aae13e..f20dba36e 100644 --- a/src/laybasic/layConverters.h +++ b/src/laybasic/layConverters.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCursor.cc b/src/laybasic/layCursor.cc index be2640e52..06cc19d2b 100644 --- a/src/laybasic/layCursor.cc +++ b/src/laybasic/layCursor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layCursor.h b/src/laybasic/layCursor.h index b33d8bdbd..bd6492450 100644 --- a/src/laybasic/layCursor.h +++ b/src/laybasic/layCursor.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layDXFReaderPlugin.cc b/src/laybasic/layDXFReaderPlugin.cc index 2fb47dd04..5748c4e5b 100644 --- a/src/laybasic/layDXFReaderPlugin.cc +++ b/src/laybasic/layDXFReaderPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layDXFReaderPlugin.h b/src/laybasic/layDXFReaderPlugin.h index 9be4d4741..8b19ad112 100644 --- a/src/laybasic/layDXFReaderPlugin.h +++ b/src/laybasic/layDXFReaderPlugin.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layDXFWriterPlugin.cc b/src/laybasic/layDXFWriterPlugin.cc index 5712ea50f..4d1a3eb4e 100644 --- a/src/laybasic/layDXFWriterPlugin.cc +++ b/src/laybasic/layDXFWriterPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layDXFWriterPlugin.h b/src/laybasic/layDXFWriterPlugin.h index da88aed09..3c3176ff1 100644 --- a/src/laybasic/layDXFWriterPlugin.h +++ b/src/laybasic/layDXFWriterPlugin.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layDialogs.cc b/src/laybasic/layDialogs.cc index f925b8b10..4dcd62e0b 100644 --- a/src/laybasic/layDialogs.cc +++ b/src/laybasic/layDialogs.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layDialogs.h b/src/laybasic/layDialogs.h index 0d45fcc01..1c787b3ee 100644 --- a/src/laybasic/layDialogs.h +++ b/src/laybasic/layDialogs.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layDisplayState.cc b/src/laybasic/layDisplayState.cc index 58ce0bfc7..786feb543 100644 --- a/src/laybasic/layDisplayState.cc +++ b/src/laybasic/layDisplayState.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layDisplayState.h b/src/laybasic/layDisplayState.h index cf41b1bf0..c71185302 100644 --- a/src/laybasic/layDisplayState.h +++ b/src/laybasic/layDisplayState.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layDitherPattern.cc b/src/laybasic/layDitherPattern.cc index 12d2c6c75..010275f10 100644 --- a/src/laybasic/layDitherPattern.cc +++ b/src/laybasic/layDitherPattern.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layDitherPattern.h b/src/laybasic/layDitherPattern.h index 783a81a0f..704c9f145 100644 --- a/src/laybasic/layDitherPattern.h +++ b/src/laybasic/layDitherPattern.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layDrawing.cc b/src/laybasic/layDrawing.cc index d2e9b0b9c..68337b65a 100644 --- a/src/laybasic/layDrawing.cc +++ b/src/laybasic/layDrawing.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layDrawing.h b/src/laybasic/layDrawing.h index c2705866e..9ea545981 100644 --- a/src/laybasic/layDrawing.h +++ b/src/laybasic/layDrawing.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layEditLineStyleWidget.cc b/src/laybasic/layEditLineStyleWidget.cc index d7111b908..22287f8c1 100644 --- a/src/laybasic/layEditLineStyleWidget.cc +++ b/src/laybasic/layEditLineStyleWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layEditLineStyleWidget.h b/src/laybasic/layEditLineStyleWidget.h index 8f3f5f9ab..04bed3f01 100644 --- a/src/laybasic/layEditLineStyleWidget.h +++ b/src/laybasic/layEditLineStyleWidget.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layEditLineStylesForm.cc b/src/laybasic/layEditLineStylesForm.cc index 281b080dc..00cdcb64e 100644 --- a/src/laybasic/layEditLineStylesForm.cc +++ b/src/laybasic/layEditLineStylesForm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layEditLineStylesForm.h b/src/laybasic/layEditLineStylesForm.h index 8af5191a5..119ee0c38 100644 --- a/src/laybasic/layEditLineStylesForm.h +++ b/src/laybasic/layEditLineStylesForm.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layEditStippleWidget.cc b/src/laybasic/layEditStippleWidget.cc index aef19712f..bcda8d116 100644 --- a/src/laybasic/layEditStippleWidget.cc +++ b/src/laybasic/layEditStippleWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layEditStippleWidget.h b/src/laybasic/layEditStippleWidget.h index d7a632d38..e3e0e1fdb 100644 --- a/src/laybasic/layEditStippleWidget.h +++ b/src/laybasic/layEditStippleWidget.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layEditStipplesForm.cc b/src/laybasic/layEditStipplesForm.cc index 11fa3689e..b349e0536 100644 --- a/src/laybasic/layEditStipplesForm.cc +++ b/src/laybasic/layEditStipplesForm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layEditStipplesForm.h b/src/laybasic/layEditStipplesForm.h index 1ad3a1c63..8f092e881 100644 --- a/src/laybasic/layEditStipplesForm.h +++ b/src/laybasic/layEditStipplesForm.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layEditable.cc b/src/laybasic/layEditable.cc index 772cbcbfe..36b03c5dc 100644 --- a/src/laybasic/layEditable.cc +++ b/src/laybasic/layEditable.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layEditable.h b/src/laybasic/layEditable.h index 636fabc9b..5147ba3fa 100644 --- a/src/laybasic/layEditable.h +++ b/src/laybasic/layEditable.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layFileDialog.cc b/src/laybasic/layFileDialog.cc index ef29a2b2e..cbabbf8b1 100644 --- a/src/laybasic/layFileDialog.cc +++ b/src/laybasic/layFileDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layFileDialog.h b/src/laybasic/layFileDialog.h index 73ee9305b..bec58adf5 100644 --- a/src/laybasic/layFileDialog.h +++ b/src/laybasic/layFileDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layFinder.cc b/src/laybasic/layFinder.cc index 3effa9e0c..a5c9a6380 100644 --- a/src/laybasic/layFinder.cc +++ b/src/laybasic/layFinder.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layFinder.h b/src/laybasic/layFinder.h index 09bf1875a..1c92a5c83 100644 --- a/src/laybasic/layFinder.h +++ b/src/laybasic/layFinder.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layFixedFont.cc b/src/laybasic/layFixedFont.cc index ca04968ed..fe33811d1 100644 --- a/src/laybasic/layFixedFont.cc +++ b/src/laybasic/layFixedFont.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layGDS2ReaderPlugin.cc b/src/laybasic/layGDS2ReaderPlugin.cc index eb5025505..ccf1de483 100644 --- a/src/laybasic/layGDS2ReaderPlugin.cc +++ b/src/laybasic/layGDS2ReaderPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layGDS2ReaderPlugin.h b/src/laybasic/layGDS2ReaderPlugin.h index 4ffbf7f41..8dff57a02 100644 --- a/src/laybasic/layGDS2ReaderPlugin.h +++ b/src/laybasic/layGDS2ReaderPlugin.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layGDS2WriterPlugin.cc b/src/laybasic/layGDS2WriterPlugin.cc index de6a99bbd..ac66db4f1 100644 --- a/src/laybasic/layGDS2WriterPlugin.cc +++ b/src/laybasic/layGDS2WriterPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layGDS2WriterPlugin.h b/src/laybasic/layGDS2WriterPlugin.h index a34886395..e966165b9 100644 --- a/src/laybasic/layGDS2WriterPlugin.h +++ b/src/laybasic/layGDS2WriterPlugin.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layGridNet.cc b/src/laybasic/layGridNet.cc index 2d5e37433..44ddfe52a 100644 --- a/src/laybasic/layGridNet.cc +++ b/src/laybasic/layGridNet.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layGridNet.h b/src/laybasic/layGridNet.h index df3197e04..93e2ec479 100644 --- a/src/laybasic/layGridNet.h +++ b/src/laybasic/layGridNet.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layHierarchyControlPanel.cc b/src/laybasic/layHierarchyControlPanel.cc index 8f482cbee..72ba11eef 100644 --- a/src/laybasic/layHierarchyControlPanel.cc +++ b/src/laybasic/layHierarchyControlPanel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layHierarchyControlPanel.h b/src/laybasic/layHierarchyControlPanel.h index bfd20091c..67dc4f33e 100644 --- a/src/laybasic/layHierarchyControlPanel.h +++ b/src/laybasic/layHierarchyControlPanel.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayerControlPanel.cc b/src/laybasic/layLayerControlPanel.cc index 6c7b33bda..c04ff7e62 100644 --- a/src/laybasic/layLayerControlPanel.cc +++ b/src/laybasic/layLayerControlPanel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayerControlPanel.h b/src/laybasic/layLayerControlPanel.h index 4f6c69c05..201cb76c9 100644 --- a/src/laybasic/layLayerControlPanel.h +++ b/src/laybasic/layLayerControlPanel.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayerMappingWidget.cc b/src/laybasic/layLayerMappingWidget.cc index 323e783a6..16cd6d427 100644 --- a/src/laybasic/layLayerMappingWidget.cc +++ b/src/laybasic/layLayerMappingWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayerMappingWidget.h b/src/laybasic/layLayerMappingWidget.h index 54daff5be..3c309d745 100644 --- a/src/laybasic/layLayerMappingWidget.h +++ b/src/laybasic/layLayerMappingWidget.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayerProperties.cc b/src/laybasic/layLayerProperties.cc index cb8bdcd69..0fdc690f6 100644 --- a/src/laybasic/layLayerProperties.cc +++ b/src/laybasic/layLayerProperties.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayerProperties.h b/src/laybasic/layLayerProperties.h index 6b774bfb2..ddcda8f69 100644 --- a/src/laybasic/layLayerProperties.h +++ b/src/laybasic/layLayerProperties.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayerToolbox.cc b/src/laybasic/layLayerToolbox.cc index 770254ee4..ff65ec3ba 100644 --- a/src/laybasic/layLayerToolbox.cc +++ b/src/laybasic/layLayerToolbox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayerToolbox.h b/src/laybasic/layLayerToolbox.h index ee226403f..0d37c9577 100644 --- a/src/laybasic/layLayerToolbox.h +++ b/src/laybasic/layLayerToolbox.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayerTreeModel.cc b/src/laybasic/layLayerTreeModel.cc index 763d43bda..0ce7b1a93 100644 --- a/src/laybasic/layLayerTreeModel.cc +++ b/src/laybasic/layLayerTreeModel.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayerTreeModel.h b/src/laybasic/layLayerTreeModel.h index 780a17ecc..c130daf3d 100644 --- a/src/laybasic/layLayerTreeModel.h +++ b/src/laybasic/layLayerTreeModel.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayoutCanvas.cc b/src/laybasic/layLayoutCanvas.cc index a226e5a1d..79d2eff06 100644 --- a/src/laybasic/layLayoutCanvas.cc +++ b/src/laybasic/layLayoutCanvas.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayoutCanvas.h b/src/laybasic/layLayoutCanvas.h index 552dbaabc..c4a5a0919 100644 --- a/src/laybasic/layLayoutCanvas.h +++ b/src/laybasic/layLayoutCanvas.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayoutPropertiesForm.cc b/src/laybasic/layLayoutPropertiesForm.cc index fbe3832b4..77f5e74d5 100644 --- a/src/laybasic/layLayoutPropertiesForm.cc +++ b/src/laybasic/layLayoutPropertiesForm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayoutPropertiesForm.h b/src/laybasic/layLayoutPropertiesForm.h index f8d65ce0b..4ece6cc8c 100644 --- a/src/laybasic/layLayoutPropertiesForm.h +++ b/src/laybasic/layLayoutPropertiesForm.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayoutView.cc b/src/laybasic/layLayoutView.cc index 08232bdf8..7d574de6d 100644 --- a/src/laybasic/layLayoutView.cc +++ b/src/laybasic/layLayoutView.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayoutView.h b/src/laybasic/layLayoutView.h index b045594ed..d47332a46 100644 --- a/src/laybasic/layLayoutView.h +++ b/src/laybasic/layLayoutView.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayoutViewConfigPages.cc b/src/laybasic/layLayoutViewConfigPages.cc index 5261785fe..6ffcf6e65 100644 --- a/src/laybasic/layLayoutViewConfigPages.cc +++ b/src/laybasic/layLayoutViewConfigPages.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLayoutViewConfigPages.h b/src/laybasic/layLayoutViewConfigPages.h index ad1a3612e..fed316c06 100644 --- a/src/laybasic/layLayoutViewConfigPages.h +++ b/src/laybasic/layLayoutViewConfigPages.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLineStylePalette.cc b/src/laybasic/layLineStylePalette.cc index 9c70e745e..1e7d8a221 100644 --- a/src/laybasic/layLineStylePalette.cc +++ b/src/laybasic/layLineStylePalette.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLineStylePalette.h b/src/laybasic/layLineStylePalette.h index e9a6cec74..06cf540d7 100644 --- a/src/laybasic/layLineStylePalette.h +++ b/src/laybasic/layLineStylePalette.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLineStyles.cc b/src/laybasic/layLineStyles.cc index 3ecfdbc40..f2d3f702f 100644 --- a/src/laybasic/layLineStyles.cc +++ b/src/laybasic/layLineStyles.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLineStyles.h b/src/laybasic/layLineStyles.h index 9ce8b4200..34e86714f 100644 --- a/src/laybasic/layLineStyles.h +++ b/src/laybasic/layLineStyles.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLoadLayoutOptionsDialog.cc b/src/laybasic/layLoadLayoutOptionsDialog.cc index c51d21d13..db07b7410 100644 --- a/src/laybasic/layLoadLayoutOptionsDialog.cc +++ b/src/laybasic/layLoadLayoutOptionsDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layLoadLayoutOptionsDialog.h b/src/laybasic/layLoadLayoutOptionsDialog.h index 08603cea6..44336dc2e 100644 --- a/src/laybasic/layLoadLayoutOptionsDialog.h +++ b/src/laybasic/layLoadLayoutOptionsDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layMarker.cc b/src/laybasic/layMarker.cc index b3940bf32..014051cd3 100644 --- a/src/laybasic/layMarker.cc +++ b/src/laybasic/layMarker.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layMarker.h b/src/laybasic/layMarker.h index da0642933..75d01f589 100644 --- a/src/laybasic/layMarker.h +++ b/src/laybasic/layMarker.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layMouseTracker.cc b/src/laybasic/layMouseTracker.cc index 0bd9b93af..f311637a8 100644 --- a/src/laybasic/layMouseTracker.cc +++ b/src/laybasic/layMouseTracker.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layMouseTracker.h b/src/laybasic/layMouseTracker.h index 45b66d396..469620ef4 100644 --- a/src/laybasic/layMouseTracker.h +++ b/src/laybasic/layMouseTracker.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layMove.cc b/src/laybasic/layMove.cc index 3fdc07d5e..27ad210fb 100644 --- a/src/laybasic/layMove.cc +++ b/src/laybasic/layMove.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layMove.h b/src/laybasic/layMove.h index 359149607..72147946f 100644 --- a/src/laybasic/layMove.h +++ b/src/laybasic/layMove.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layOASISReaderPlugin.cc b/src/laybasic/layOASISReaderPlugin.cc index 922634d58..0d2199d05 100644 --- a/src/laybasic/layOASISReaderPlugin.cc +++ b/src/laybasic/layOASISReaderPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layOASISReaderPlugin.h b/src/laybasic/layOASISReaderPlugin.h index 5271099f9..3bf19786f 100644 --- a/src/laybasic/layOASISReaderPlugin.h +++ b/src/laybasic/layOASISReaderPlugin.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layOASISWriterPlugin.cc b/src/laybasic/layOASISWriterPlugin.cc index 9efa8903d..a2f84de2d 100644 --- a/src/laybasic/layOASISWriterPlugin.cc +++ b/src/laybasic/layOASISWriterPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layOASISWriterPlugin.h b/src/laybasic/layOASISWriterPlugin.h index 7f77a557f..1df51e34a 100644 --- a/src/laybasic/layOASISWriterPlugin.h +++ b/src/laybasic/layOASISWriterPlugin.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layObjectInstPath.cc b/src/laybasic/layObjectInstPath.cc index 9e15b9055..8e61798fc 100644 --- a/src/laybasic/layObjectInstPath.cc +++ b/src/laybasic/layObjectInstPath.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layObjectInstPath.h b/src/laybasic/layObjectInstPath.h index d3577d0bc..541fc0f9e 100644 --- a/src/laybasic/layObjectInstPath.h +++ b/src/laybasic/layObjectInstPath.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layParsedLayerSource.cc b/src/laybasic/layParsedLayerSource.cc index d4a2bfa18..32ee22a9e 100644 --- a/src/laybasic/layParsedLayerSource.cc +++ b/src/laybasic/layParsedLayerSource.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layParsedLayerSource.h b/src/laybasic/layParsedLayerSource.h index a04996fc4..6d48792b7 100644 --- a/src/laybasic/layParsedLayerSource.h +++ b/src/laybasic/layParsedLayerSource.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layPlugin.cc b/src/laybasic/layPlugin.cc index 52726d9bf..ea2858034 100644 --- a/src/laybasic/layPlugin.cc +++ b/src/laybasic/layPlugin.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layPlugin.h b/src/laybasic/layPlugin.h index 65583818b..4ffe88a85 100644 --- a/src/laybasic/layPlugin.h +++ b/src/laybasic/layPlugin.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layProperties.cc b/src/laybasic/layProperties.cc index 78d6a3ce1..567d564b5 100644 --- a/src/laybasic/layProperties.cc +++ b/src/laybasic/layProperties.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layProperties.h b/src/laybasic/layProperties.h index 91f0c13dc..95876f738 100644 --- a/src/laybasic/layProperties.h +++ b/src/laybasic/layProperties.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layPropertiesDialog.cc b/src/laybasic/layPropertiesDialog.cc index 612f4e82d..69053c3ee 100644 --- a/src/laybasic/layPropertiesDialog.cc +++ b/src/laybasic/layPropertiesDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layPropertiesDialog.h b/src/laybasic/layPropertiesDialog.h index 52af532f6..2846bc2be 100644 --- a/src/laybasic/layPropertiesDialog.h +++ b/src/laybasic/layPropertiesDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layQtTools.cc b/src/laybasic/layQtTools.cc index 7c9c12dc8..6d395e8e9 100644 --- a/src/laybasic/layQtTools.cc +++ b/src/laybasic/layQtTools.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layQtTools.h b/src/laybasic/layQtTools.h index 8a59411cb..36a798ed3 100644 --- a/src/laybasic/layQtTools.h +++ b/src/laybasic/layQtTools.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layRedrawLayerInfo.cc b/src/laybasic/layRedrawLayerInfo.cc index 8655e614c..067653f2b 100644 --- a/src/laybasic/layRedrawLayerInfo.cc +++ b/src/laybasic/layRedrawLayerInfo.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layRedrawLayerInfo.h b/src/laybasic/layRedrawLayerInfo.h index 600a7eebf..60f582ca0 100644 --- a/src/laybasic/layRedrawLayerInfo.h +++ b/src/laybasic/layRedrawLayerInfo.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layRedrawThread.cc b/src/laybasic/layRedrawThread.cc index cfb129339..28721f9b5 100644 --- a/src/laybasic/layRedrawThread.cc +++ b/src/laybasic/layRedrawThread.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layRedrawThread.h b/src/laybasic/layRedrawThread.h index c4d30bb90..282df35e8 100644 --- a/src/laybasic/layRedrawThread.h +++ b/src/laybasic/layRedrawThread.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layRedrawThreadCanvas.cc b/src/laybasic/layRedrawThreadCanvas.cc index 221a5e526..6c4bd70de 100644 --- a/src/laybasic/layRedrawThreadCanvas.cc +++ b/src/laybasic/layRedrawThreadCanvas.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layRedrawThreadCanvas.h b/src/laybasic/layRedrawThreadCanvas.h index b65f5948e..40e7951ac 100644 --- a/src/laybasic/layRedrawThreadCanvas.h +++ b/src/laybasic/layRedrawThreadCanvas.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layRedrawThreadWorker.cc b/src/laybasic/layRedrawThreadWorker.cc index e4d234d45..8e8060cd1 100644 --- a/src/laybasic/layRedrawThreadWorker.cc +++ b/src/laybasic/layRedrawThreadWorker.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layRedrawThreadWorker.h b/src/laybasic/layRedrawThreadWorker.h index c36b9d424..4ab0d8e82 100644 --- a/src/laybasic/layRedrawThreadWorker.h +++ b/src/laybasic/layRedrawThreadWorker.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layRenderer.cc b/src/laybasic/layRenderer.cc index 6a9258809..cc5c1c2d6 100644 --- a/src/laybasic/layRenderer.cc +++ b/src/laybasic/layRenderer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layRenderer.h b/src/laybasic/layRenderer.h index 964305d3a..52237e965 100644 --- a/src/laybasic/layRenderer.h +++ b/src/laybasic/layRenderer.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layRubberBox.cc b/src/laybasic/layRubberBox.cc index 5e63ab926..626b678e1 100644 --- a/src/laybasic/layRubberBox.cc +++ b/src/laybasic/layRubberBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layRubberBox.h b/src/laybasic/layRubberBox.h index 7edfa7a9d..8a19592fe 100644 --- a/src/laybasic/layRubberBox.h +++ b/src/laybasic/layRubberBox.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/laySaveLayoutOptionsDialog.cc b/src/laybasic/laySaveLayoutOptionsDialog.cc index 4de0e6905..cea3c6c11 100644 --- a/src/laybasic/laySaveLayoutOptionsDialog.cc +++ b/src/laybasic/laySaveLayoutOptionsDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/laySaveLayoutOptionsDialog.h b/src/laybasic/laySaveLayoutOptionsDialog.h index 6d4176a17..333070725 100644 --- a/src/laybasic/laySaveLayoutOptionsDialog.h +++ b/src/laybasic/laySaveLayoutOptionsDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/laySelectLineStyleForm.cc b/src/laybasic/laySelectLineStyleForm.cc index ac45ba119..12b2d9145 100644 --- a/src/laybasic/laySelectLineStyleForm.cc +++ b/src/laybasic/laySelectLineStyleForm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/laySelectLineStyleForm.h b/src/laybasic/laySelectLineStyleForm.h index f3ebbb08c..805cef2c3 100644 --- a/src/laybasic/laySelectLineStyleForm.h +++ b/src/laybasic/laySelectLineStyleForm.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/laySelectStippleForm.cc b/src/laybasic/laySelectStippleForm.cc index fb1ad49c3..d2d80be2e 100644 --- a/src/laybasic/laySelectStippleForm.cc +++ b/src/laybasic/laySelectStippleForm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/laySelectStippleForm.h b/src/laybasic/laySelectStippleForm.h index 550df1a78..286b26d27 100644 --- a/src/laybasic/laySelectStippleForm.h +++ b/src/laybasic/laySelectStippleForm.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/laySelector.cc b/src/laybasic/laySelector.cc index 91a5af6f7..94d00c005 100644 --- a/src/laybasic/laySelector.cc +++ b/src/laybasic/laySelector.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/laySelector.h b/src/laybasic/laySelector.h index 7f93d5518..df73048a7 100644 --- a/src/laybasic/laySelector.h +++ b/src/laybasic/laySelector.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/laySnap.cc b/src/laybasic/laySnap.cc index 8017dfeae..853e4f10b 100644 --- a/src/laybasic/laySnap.cc +++ b/src/laybasic/laySnap.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/laySnap.h b/src/laybasic/laySnap.h index 604b0c021..39a262bba 100644 --- a/src/laybasic/laySnap.h +++ b/src/laybasic/laySnap.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layStipplePalette.cc b/src/laybasic/layStipplePalette.cc index eeab79b19..26d70326f 100644 --- a/src/laybasic/layStipplePalette.cc +++ b/src/laybasic/layStipplePalette.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layStipplePalette.h b/src/laybasic/layStipplePalette.h index 495cb1faf..b534094ee 100644 --- a/src/laybasic/layStipplePalette.h +++ b/src/laybasic/layStipplePalette.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layStream.cc b/src/laybasic/layStream.cc index 13dbb2eee..eb1dfabe4 100644 --- a/src/laybasic/layStream.cc +++ b/src/laybasic/layStream.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layStream.h b/src/laybasic/layStream.h index 3fa648025..72e93f906 100644 --- a/src/laybasic/layStream.h +++ b/src/laybasic/layStream.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layTechnology.cc b/src/laybasic/layTechnology.cc index c8b34f0d4..84bbec0e8 100644 --- a/src/laybasic/layTechnology.cc +++ b/src/laybasic/layTechnology.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layTechnology.h b/src/laybasic/layTechnology.h index 37af345b6..2393de430 100644 --- a/src/laybasic/layTechnology.h +++ b/src/laybasic/layTechnology.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layTipDialog.cc b/src/laybasic/layTipDialog.cc index c841cf17e..e856005c1 100644 --- a/src/laybasic/layTipDialog.cc +++ b/src/laybasic/layTipDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layTipDialog.h b/src/laybasic/layTipDialog.h index 0f4cc824e..3b0774708 100644 --- a/src/laybasic/layTipDialog.h +++ b/src/laybasic/layTipDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layViewObject.cc b/src/laybasic/layViewObject.cc index 3285a48ba..6468a4250 100644 --- a/src/laybasic/layViewObject.cc +++ b/src/laybasic/layViewObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layViewObject.h b/src/laybasic/layViewObject.h index c180e83ba..e755b0307 100644 --- a/src/laybasic/layViewObject.h +++ b/src/laybasic/layViewObject.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layViewOp.cc b/src/laybasic/layViewOp.cc index 85c3871f3..a2a230ec5 100644 --- a/src/laybasic/layViewOp.cc +++ b/src/laybasic/layViewOp.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layViewOp.h b/src/laybasic/layViewOp.h index afd27c931..26d4a2adf 100644 --- a/src/laybasic/layViewOp.h +++ b/src/laybasic/layViewOp.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layViewport.cc b/src/laybasic/layViewport.cc index 96b02e764..88a8f9b73 100644 --- a/src/laybasic/layViewport.cc +++ b/src/laybasic/layViewport.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layViewport.h b/src/laybasic/layViewport.h index 899c04501..7e5f1bd14 100644 --- a/src/laybasic/layViewport.h +++ b/src/laybasic/layViewport.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layWidgets.cc b/src/laybasic/layWidgets.cc index bf9acbaca..371e3c89a 100644 --- a/src/laybasic/layWidgets.cc +++ b/src/laybasic/layWidgets.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layWidgets.h b/src/laybasic/layWidgets.h index 766adca3c..138d99eff 100644 --- a/src/laybasic/layWidgets.h +++ b/src/laybasic/layWidgets.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layZoomBox.cc b/src/laybasic/layZoomBox.cc index aa727baac..38e9c3bb2 100644 --- a/src/laybasic/layZoomBox.cc +++ b/src/laybasic/layZoomBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/layZoomBox.h b/src/laybasic/layZoomBox.h index 5ff81e5be..8546f1a41 100644 --- a/src/laybasic/layZoomBox.h +++ b/src/laybasic/layZoomBox.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/laybasicCommon.h b/src/laybasic/laybasicCommon.h index e2984a49e..13c438ce4 100644 --- a/src/laybasic/laybasicCommon.h +++ b/src/laybasic/laybasicCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_laybasicCommon_h) -# define HDR_laybasicCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_LAYBASIC_LIBRARY -# define LAYBASIC_PUBLIC __declspec(dllexport) -# else -# define LAYBASIC_PUBLIC __declspec(dllimport) -# endif -# define LAYBASIC_LOCAL - -# else - -# if __GNUC__ >= 4 -# define LAYBASIC_PUBLIC __attribute__ ((visibility ("default"))) -# define LAYBASIC_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define LAYBASIC_PUBLIC -# define LAYBASIC_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_laybasicCommon_h) +# define HDR_laybasicCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_LAYBASIC_LIBRARY +# define LAYBASIC_PUBLIC __declspec(dllexport) +# else +# define LAYBASIC_PUBLIC __declspec(dllimport) +# endif +# define LAYBASIC_LOCAL + +# else + +# if __GNUC__ >= 4 +# define LAYBASIC_PUBLIC __attribute__ ((visibility ("default"))) +# define LAYBASIC_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define LAYBASIC_PUBLIC +# define LAYBASIC_LOCAL +# endif + +# endif + +#endif diff --git a/src/laybasic/laybasicConfig.h b/src/laybasic/laybasicConfig.h index 1c2cfae62..ebc42f98e 100644 --- a/src/laybasic/laybasicConfig.h +++ b/src/laybasic/laybasicConfig.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/rdbInfoWidget.cc b/src/laybasic/rdbInfoWidget.cc index f7fbab360..0e5bab305 100644 --- a/src/laybasic/rdbInfoWidget.cc +++ b/src/laybasic/rdbInfoWidget.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/rdbInfoWidget.h b/src/laybasic/rdbInfoWidget.h index 5a1a9243d..313918d29 100644 --- a/src/laybasic/rdbInfoWidget.h +++ b/src/laybasic/rdbInfoWidget.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/rdbMarkerBrowser.cc b/src/laybasic/rdbMarkerBrowser.cc index e63c6d394..e588e830f 100644 --- a/src/laybasic/rdbMarkerBrowser.cc +++ b/src/laybasic/rdbMarkerBrowser.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/rdbMarkerBrowser.h b/src/laybasic/rdbMarkerBrowser.h index 88627b153..7a74a51c8 100644 --- a/src/laybasic/rdbMarkerBrowser.h +++ b/src/laybasic/rdbMarkerBrowser.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/rdbMarkerBrowserDialog.cc b/src/laybasic/rdbMarkerBrowserDialog.cc index 93e154112..6b7032dc8 100644 --- a/src/laybasic/rdbMarkerBrowserDialog.cc +++ b/src/laybasic/rdbMarkerBrowserDialog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/rdbMarkerBrowserDialog.h b/src/laybasic/rdbMarkerBrowserDialog.h index c07418eee..ea83d22f1 100644 --- a/src/laybasic/rdbMarkerBrowserDialog.h +++ b/src/laybasic/rdbMarkerBrowserDialog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/rdbMarkerBrowserPage.cc b/src/laybasic/rdbMarkerBrowserPage.cc index 0d8ff1d08..e31087072 100644 --- a/src/laybasic/rdbMarkerBrowserPage.cc +++ b/src/laybasic/rdbMarkerBrowserPage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/laybasic/rdbMarkerBrowserPage.h b/src/laybasic/rdbMarkerBrowserPage.h index 8a55247ea..e57a3f8a2 100644 --- a/src/laybasic/rdbMarkerBrowserPage.h +++ b/src/laybasic/rdbMarkerBrowserPage.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasic.cc b/src/lib/libBasic.cc index a7d00f0de..fbd9a39aa 100644 --- a/src/lib/libBasic.cc +++ b/src/lib/libBasic.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicArc.cc b/src/lib/libBasicArc.cc index 63f0bb471..860192ea0 100644 --- a/src/lib/libBasicArc.cc +++ b/src/lib/libBasicArc.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicArc.h b/src/lib/libBasicArc.h index 1bf99b82b..149333918 100644 --- a/src/lib/libBasicArc.h +++ b/src/lib/libBasicArc.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicCircle.cc b/src/lib/libBasicCircle.cc index e6ca784d6..af4bb10b4 100644 --- a/src/lib/libBasicCircle.cc +++ b/src/lib/libBasicCircle.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicCircle.h b/src/lib/libBasicCircle.h index 493b4ed5b..1b2aeaeb6 100644 --- a/src/lib/libBasicCircle.h +++ b/src/lib/libBasicCircle.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicDonut.cc b/src/lib/libBasicDonut.cc index a39c993f9..375b5228a 100644 --- a/src/lib/libBasicDonut.cc +++ b/src/lib/libBasicDonut.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicDonut.h b/src/lib/libBasicDonut.h index 762f151a5..cc907552d 100644 --- a/src/lib/libBasicDonut.h +++ b/src/lib/libBasicDonut.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicEllipse.cc b/src/lib/libBasicEllipse.cc index 34bc6cc86..cf42eb024 100644 --- a/src/lib/libBasicEllipse.cc +++ b/src/lib/libBasicEllipse.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicEllipse.h b/src/lib/libBasicEllipse.h index 331bf3b13..028c986cb 100644 --- a/src/lib/libBasicEllipse.h +++ b/src/lib/libBasicEllipse.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicPie.cc b/src/lib/libBasicPie.cc index 4d6fe6bbb..4192c83b2 100644 --- a/src/lib/libBasicPie.cc +++ b/src/lib/libBasicPie.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicPie.h b/src/lib/libBasicPie.h index 8c1b8662c..fd1bf73db 100644 --- a/src/lib/libBasicPie.h +++ b/src/lib/libBasicPie.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicRoundPath.cc b/src/lib/libBasicRoundPath.cc index afcf57b3c..ab0ca8d75 100644 --- a/src/lib/libBasicRoundPath.cc +++ b/src/lib/libBasicRoundPath.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicRoundPath.h b/src/lib/libBasicRoundPath.h index 3138076c0..3d0c3a736 100644 --- a/src/lib/libBasicRoundPath.h +++ b/src/lib/libBasicRoundPath.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicRoundPolygon.cc b/src/lib/libBasicRoundPolygon.cc index 638f703dd..c99a76e73 100644 --- a/src/lib/libBasicRoundPolygon.cc +++ b/src/lib/libBasicRoundPolygon.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicRoundPolygon.h b/src/lib/libBasicRoundPolygon.h index c1b66c911..792af569b 100644 --- a/src/lib/libBasicRoundPolygon.h +++ b/src/lib/libBasicRoundPolygon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicStrokedPolygon.cc b/src/lib/libBasicStrokedPolygon.cc index ebccaa807..859339ba4 100644 --- a/src/lib/libBasicStrokedPolygon.cc +++ b/src/lib/libBasicStrokedPolygon.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicStrokedPolygon.h b/src/lib/libBasicStrokedPolygon.h index 9230493ee..510862837 100644 --- a/src/lib/libBasicStrokedPolygon.h +++ b/src/lib/libBasicStrokedPolygon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicText.cc b/src/lib/libBasicText.cc index 68ae21eac..ff7306a10 100644 --- a/src/lib/libBasicText.cc +++ b/src/lib/libBasicText.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libBasicText.h b/src/lib/libBasicText.h index b2abe9eae..b0ef3dfa0 100644 --- a/src/lib/libBasicText.h +++ b/src/lib/libBasicText.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libCommon.h b/src/lib/libCommon.h index 4278a37e5..e3fdea003 100644 --- a/src/lib/libCommon.h +++ b/src/lib/libCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_libCommon_h) -# define HDR_libCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_LIB_LIBRARY -# define LIB_PUBLIC __declspec(dllexport) -# else -# define LIB_PUBLIC __declspec(dllimport) -# endif -# define LIB_LOCAL - -# else - -# if __GNUC__ >= 4 -# define LIB_PUBLIC __attribute__ ((visibility ("default"))) -# define LIB_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define LIB_PUBLIC -# define LIB_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_libCommon_h) +# define HDR_libCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_LIB_LIBRARY +# define LIB_PUBLIC __declspec(dllexport) +# else +# define LIB_PUBLIC __declspec(dllimport) +# endif +# define LIB_LOCAL + +# else + +# if __GNUC__ >= 4 +# define LIB_PUBLIC __attribute__ ((visibility ("default"))) +# define LIB_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define LIB_PUBLIC +# define LIB_LOCAL +# endif + +# endif + +#endif diff --git a/src/lib/libForceLink.cc b/src/lib/libForceLink.cc index 9c609878d..478c60d92 100644 --- a/src/lib/libForceLink.cc +++ b/src/lib/libForceLink.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lib/libForceLink.h b/src/lib/libForceLink.h index b48f51172..47adc8b64 100644 --- a/src/lib/libForceLink.h +++ b/src/lib/libForceLink.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pya.cc b/src/pya/pya.cc index 4b703bc04..d53df0506 100644 --- a/src/pya/pya.cc +++ b/src/pya/pya.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pya.h b/src/pya/pya.h index ab0ee616e..54a69daad 100644 --- a/src/pya/pya.h +++ b/src/pya/pya.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaCommon.h b/src/pya/pyaCommon.h index 79a3bdbb0..8d0e9756b 100644 --- a/src/pya/pyaCommon.h +++ b/src/pya/pyaCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_pyaCommon_h) -# define HDR_pyaCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_PYA_LIBRARY -# define PYA_PUBLIC __declspec(dllexport) -# else -# define PYA_PUBLIC __declspec(dllimport) -# endif -# define PYA_LOCAL - -# else - -# if __GNUC__ >= 4 -# define PYA_PUBLIC __attribute__ ((visibility ("default"))) -# define PYA_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define PYA_PUBLIC -# define PYA_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_pyaCommon_h) +# define HDR_pyaCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_PYA_LIBRARY +# define PYA_PUBLIC __declspec(dllexport) +# else +# define PYA_PUBLIC __declspec(dllimport) +# endif +# define PYA_LOCAL + +# else + +# if __GNUC__ >= 4 +# define PYA_PUBLIC __attribute__ ((visibility ("default"))) +# define PYA_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define PYA_PUBLIC +# define PYA_LOCAL +# endif + +# endif + +#endif diff --git a/src/pya/pyaConvert.cc b/src/pya/pyaConvert.cc index 3ed5c51b9..3836234e9 100644 --- a/src/pya/pyaConvert.cc +++ b/src/pya/pyaConvert.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaConvert.h b/src/pya/pyaConvert.h index 397058925..48c55d023 100644 --- a/src/pya/pyaConvert.h +++ b/src/pya/pyaConvert.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaHelpers.cc b/src/pya/pyaHelpers.cc index 1ab317103..b81d19605 100644 --- a/src/pya/pyaHelpers.cc +++ b/src/pya/pyaHelpers.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaHelpers.h b/src/pya/pyaHelpers.h index 794a46c82..db0a86264 100644 --- a/src/pya/pyaHelpers.h +++ b/src/pya/pyaHelpers.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaInspector.cc b/src/pya/pyaInspector.cc index d6ae395ca..e88225b0e 100644 --- a/src/pya/pyaInspector.cc +++ b/src/pya/pyaInspector.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaInspector.h b/src/pya/pyaInspector.h index 223d7c730..1f9925e9a 100644 --- a/src/pya/pyaInspector.h +++ b/src/pya/pyaInspector.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaMarshal.cc b/src/pya/pyaMarshal.cc index 214240758..d327e82fa 100644 --- a/src/pya/pyaMarshal.cc +++ b/src/pya/pyaMarshal.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaMarshal.h b/src/pya/pyaMarshal.h index 3a595a47a..0fcadbff1 100644 --- a/src/pya/pyaMarshal.h +++ b/src/pya/pyaMarshal.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaObject.cc b/src/pya/pyaObject.cc index 703fa4046..62a12dff4 100644 --- a/src/pya/pyaObject.cc +++ b/src/pya/pyaObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaObject.h b/src/pya/pyaObject.h index 077435c58..f7a54aaea 100644 --- a/src/pya/pyaObject.h +++ b/src/pya/pyaObject.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaRefs.cc b/src/pya/pyaRefs.cc index 06df26573..b228329b8 100644 --- a/src/pya/pyaRefs.cc +++ b/src/pya/pyaRefs.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaRefs.h b/src/pya/pyaRefs.h index 160827ca6..65278e9fc 100644 --- a/src/pya/pyaRefs.h +++ b/src/pya/pyaRefs.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaUtils.cc b/src/pya/pyaUtils.cc index cfdcec3a7..d75be5058 100644 --- a/src/pya/pyaUtils.cc +++ b/src/pya/pyaUtils.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pya/pyaUtils.h b/src/pya/pyaUtils.h index 6447929a5..3f02fd9c1 100644 --- a/src/pya/pyaUtils.h +++ b/src/pya/pyaUtils.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pyastub/pya.cc b/src/pyastub/pya.cc index f818124d9..8ec4a125e 100644 --- a/src/pyastub/pya.cc +++ b/src/pyastub/pya.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pyastub/pya.h b/src/pyastub/pya.h index 6aeaa9119..2e1d2e646 100644 --- a/src/pyastub/pya.h +++ b/src/pyastub/pya.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pyastub/pyaCommon.h b/src/pyastub/pyaCommon.h index 79a3bdbb0..8d0e9756b 100644 --- a/src/pyastub/pyaCommon.h +++ b/src/pyastub/pyaCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_pyaCommon_h) -# define HDR_pyaCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_PYA_LIBRARY -# define PYA_PUBLIC __declspec(dllexport) -# else -# define PYA_PUBLIC __declspec(dllimport) -# endif -# define PYA_LOCAL - -# else - -# if __GNUC__ >= 4 -# define PYA_PUBLIC __attribute__ ((visibility ("default"))) -# define PYA_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define PYA_PUBLIC -# define PYA_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_pyaCommon_h) +# define HDR_pyaCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_PYA_LIBRARY +# define PYA_PUBLIC __declspec(dllexport) +# else +# define PYA_PUBLIC __declspec(dllimport) +# endif +# define PYA_LOCAL + +# else + +# if __GNUC__ >= 4 +# define PYA_PUBLIC __attribute__ ((visibility ("default"))) +# define PYA_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define PYA_PUBLIC +# define PYA_LOCAL +# endif + +# endif + +#endif diff --git a/src/rba/rba.cc b/src/rba/rba.cc index 5490c4131..58c77bb35 100644 --- a/src/rba/rba.cc +++ b/src/rba/rba.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rba/rba.h b/src/rba/rba.h index 0b2ab4474..c310da255 100644 --- a/src/rba/rba.h +++ b/src/rba/rba.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rba/rbaCommon.h b/src/rba/rbaCommon.h index 4439fd69e..886648672 100644 --- a/src/rba/rbaCommon.h +++ b/src/rba/rbaCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_rbaCommon_h) -# define HDR_rbaCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_RBA_LIBRARY -# define RBA_PUBLIC __declspec(dllexport) -# else -# define RBA_PUBLIC __declspec(dllimport) -# endif -# define RBA_LOCAL - -# else - -# if __GNUC__ >= 4 -# define RBA_PUBLIC __attribute__ ((visibility ("default"))) -# define RBA_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define RBA_PUBLIC -# define RBA_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_rbaCommon_h) +# define HDR_rbaCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_RBA_LIBRARY +# define RBA_PUBLIC __declspec(dllexport) +# else +# define RBA_PUBLIC __declspec(dllimport) +# endif +# define RBA_LOCAL + +# else + +# if __GNUC__ >= 4 +# define RBA_PUBLIC __attribute__ ((visibility ("default"))) +# define RBA_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define RBA_PUBLIC +# define RBA_LOCAL +# endif + +# endif + +#endif diff --git a/src/rba/rbaConvert.cc b/src/rba/rbaConvert.cc index 322f3c345..53aac2d81 100644 --- a/src/rba/rbaConvert.cc +++ b/src/rba/rbaConvert.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rba/rbaConvert.h b/src/rba/rbaConvert.h index 78fc1d1a9..1e6e163c4 100644 --- a/src/rba/rbaConvert.h +++ b/src/rba/rbaConvert.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rba/rbaInspector.cc b/src/rba/rbaInspector.cc index 0d2c0a926..78fbcf6ac 100644 --- a/src/rba/rbaInspector.cc +++ b/src/rba/rbaInspector.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rba/rbaInspector.h b/src/rba/rbaInspector.h index 028248709..7940eb1db 100644 --- a/src/rba/rbaInspector.h +++ b/src/rba/rbaInspector.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rba/rbaInternal.cc b/src/rba/rbaInternal.cc index 629ddae6c..0eb0734a5 100644 --- a/src/rba/rbaInternal.cc +++ b/src/rba/rbaInternal.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rba/rbaInternal.h b/src/rba/rbaInternal.h index 7bd9533bb..aaa2103ff 100644 --- a/src/rba/rbaInternal.h +++ b/src/rba/rbaInternal.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rba/rbaMarshal.cc b/src/rba/rbaMarshal.cc index f3180218b..69e405b2e 100644 --- a/src/rba/rbaMarshal.cc +++ b/src/rba/rbaMarshal.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rba/rbaMarshal.h b/src/rba/rbaMarshal.h index fbc518ac9..6df331c6d 100644 --- a/src/rba/rbaMarshal.h +++ b/src/rba/rbaMarshal.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rba/rbaUtils.cc b/src/rba/rbaUtils.cc index 0f9e9e130..8033beab1 100644 --- a/src/rba/rbaUtils.cc +++ b/src/rba/rbaUtils.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rba/rbaUtils.h b/src/rba/rbaUtils.h index ec3ccf323..63f1563fe 100644 --- a/src/rba/rbaUtils.h +++ b/src/rba/rbaUtils.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rbastub/rba.cc b/src/rbastub/rba.cc index 5cff0bb89..eac9a8a20 100644 --- a/src/rbastub/rba.cc +++ b/src/rbastub/rba.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rbastub/rba.h b/src/rbastub/rba.h index daf34e2f9..4ff0f87d9 100644 --- a/src/rbastub/rba.h +++ b/src/rbastub/rba.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rbastub/rbaCommon.h b/src/rbastub/rbaCommon.h index 4439fd69e..886648672 100644 --- a/src/rbastub/rbaCommon.h +++ b/src/rbastub/rbaCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_rbaCommon_h) -# define HDR_rbaCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_RBA_LIBRARY -# define RBA_PUBLIC __declspec(dllexport) -# else -# define RBA_PUBLIC __declspec(dllimport) -# endif -# define RBA_LOCAL - -# else - -# if __GNUC__ >= 4 -# define RBA_PUBLIC __attribute__ ((visibility ("default"))) -# define RBA_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define RBA_PUBLIC -# define RBA_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_rbaCommon_h) +# define HDR_rbaCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_RBA_LIBRARY +# define RBA_PUBLIC __declspec(dllexport) +# else +# define RBA_PUBLIC __declspec(dllimport) +# endif +# define RBA_LOCAL + +# else + +# if __GNUC__ >= 4 +# define RBA_PUBLIC __attribute__ ((visibility ("default"))) +# define RBA_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define RBA_PUBLIC +# define RBA_LOCAL +# endif + +# endif + +#endif diff --git a/src/rdb/gsiDeclRdb.cc b/src/rdb/gsiDeclRdb.cc index 6cc93bf53..a8e118a9f 100644 --- a/src/rdb/gsiDeclRdb.cc +++ b/src/rdb/gsiDeclRdb.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rdb/rdb.cc b/src/rdb/rdb.cc index 97ca3f606..12ef944c0 100644 --- a/src/rdb/rdb.cc +++ b/src/rdb/rdb.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rdb/rdb.h b/src/rdb/rdb.h index 57d304830..71fca66a9 100644 --- a/src/rdb/rdb.h +++ b/src/rdb/rdb.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rdb/rdbCommon.h b/src/rdb/rdbCommon.h index 644fb8727..d241ed53f 100644 --- a/src/rdb/rdbCommon.h +++ b/src/rdb/rdbCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_rdbCommon_h) -# define HDR_rdbCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_RDB_LIBRARY -# define RDB_PUBLIC __declspec(dllexport) -# else -# define RDB_PUBLIC __declspec(dllimport) -# endif -# define RDB_LOCAL - -# else - -# if __GNUC__ >= 4 -# define RDB_PUBLIC __attribute__ ((visibility ("default"))) -# define RDB_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define RDB_PUBLIC -# define RDB_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_rdbCommon_h) +# define HDR_rdbCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_RDB_LIBRARY +# define RDB_PUBLIC __declspec(dllexport) +# else +# define RDB_PUBLIC __declspec(dllimport) +# endif +# define RDB_LOCAL + +# else + +# if __GNUC__ >= 4 +# define RDB_PUBLIC __attribute__ ((visibility ("default"))) +# define RDB_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define RDB_PUBLIC +# define RDB_LOCAL +# endif + +# endif + +#endif diff --git a/src/rdb/rdbFile.cc b/src/rdb/rdbFile.cc index 4fd6fd629..9075b1ee1 100644 --- a/src/rdb/rdbFile.cc +++ b/src/rdb/rdbFile.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rdb/rdbRVEReader.cc b/src/rdb/rdbRVEReader.cc index 4f55b0ca2..137db884f 100644 --- a/src/rdb/rdbRVEReader.cc +++ b/src/rdb/rdbRVEReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rdb/rdbReader.cc b/src/rdb/rdbReader.cc index 7cbd116af..8d05199c7 100644 --- a/src/rdb/rdbReader.cc +++ b/src/rdb/rdbReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rdb/rdbReader.h b/src/rdb/rdbReader.h index e8ceb52cf..8f2fb2398 100644 --- a/src/rdb/rdbReader.h +++ b/src/rdb/rdbReader.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rdb/rdbTiledRdbOutputReceiver.cc b/src/rdb/rdbTiledRdbOutputReceiver.cc index 7560c029c..6d155ef1b 100644 --- a/src/rdb/rdbTiledRdbOutputReceiver.cc +++ b/src/rdb/rdbTiledRdbOutputReceiver.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rdb/rdbTiledRdbOutputReceiver.h b/src/rdb/rdbTiledRdbOutputReceiver.h index 0190cb6c9..5317b8d1b 100644 --- a/src/rdb/rdbTiledRdbOutputReceiver.h +++ b/src/rdb/rdbTiledRdbOutputReceiver.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rdb/rdbUtils.cc b/src/rdb/rdbUtils.cc index 32f5f0f12..df9e84e62 100644 --- a/src/rdb/rdbUtils.cc +++ b/src/rdb/rdbUtils.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rdb/rdbUtils.h b/src/rdb/rdbUtils.h index 964dc5c04..70b67a4ef 100644 --- a/src/rdb/rdbUtils.h +++ b/src/rdb/rdbUtils.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlAssert.cc b/src/tl/tlAssert.cc index aafd2557f..de9fdeedb 100644 --- a/src/tl/tlAssert.cc +++ b/src/tl/tlAssert.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlAssert.h b/src/tl/tlAssert.h index ec9779dc3..14d7be4aa 100644 --- a/src/tl/tlAssert.h +++ b/src/tl/tlAssert.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlClassRegistry.cc b/src/tl/tlClassRegistry.cc index 7dc4c3f14..edba71ffe 100644 --- a/src/tl/tlClassRegistry.cc +++ b/src/tl/tlClassRegistry.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlClassRegistry.h b/src/tl/tlClassRegistry.h index 6b9af2e6b..b03eebfe0 100644 --- a/src/tl/tlClassRegistry.h +++ b/src/tl/tlClassRegistry.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlCommon.h b/src/tl/tlCommon.h index 1c4c0cc57..91f2d67cc 100644 --- a/src/tl/tlCommon.h +++ b/src/tl/tlCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_tlCommon_h) -# define HDR_tlCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_TL_LIBRARY -# define TL_PUBLIC __declspec(dllexport) -# else -# define TL_PUBLIC __declspec(dllimport) -# endif -# define TL_LOCAL - -# else - -# if __GNUC__ >= 4 -# define TL_PUBLIC __attribute__ ((visibility ("default"))) -# define TL_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define TL_PUBLIC -# define TL_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_tlCommon_h) +# define HDR_tlCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_TL_LIBRARY +# define TL_PUBLIC __declspec(dllexport) +# else +# define TL_PUBLIC __declspec(dllimport) +# endif +# define TL_LOCAL + +# else + +# if __GNUC__ >= 4 +# define TL_PUBLIC __attribute__ ((visibility ("default"))) +# define TL_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define TL_PUBLIC +# define TL_LOCAL +# endif + +# endif + +#endif diff --git a/src/tl/tlDataMapping.cc b/src/tl/tlDataMapping.cc index 48894a68e..3f4f81b9f 100644 --- a/src/tl/tlDataMapping.cc +++ b/src/tl/tlDataMapping.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlDataMapping.h b/src/tl/tlDataMapping.h index 5730b21a5..80c88c15c 100644 --- a/src/tl/tlDataMapping.h +++ b/src/tl/tlDataMapping.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlDeferredExecution.cc b/src/tl/tlDeferredExecution.cc index c3dbaac53..853019c5e 100644 --- a/src/tl/tlDeferredExecution.cc +++ b/src/tl/tlDeferredExecution.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlDeferredExecution.h b/src/tl/tlDeferredExecution.h index 496190379..9b10583c9 100644 --- a/src/tl/tlDeferredExecution.h +++ b/src/tl/tlDeferredExecution.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlDeflate.cc b/src/tl/tlDeflate.cc index ff9a9b1af..2830548d4 100644 --- a/src/tl/tlDeflate.cc +++ b/src/tl/tlDeflate.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlDeflate.h b/src/tl/tlDeflate.h index c69ac11f8..b1ff89477 100644 --- a/src/tl/tlDeflate.h +++ b/src/tl/tlDeflate.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlEvents.cc b/src/tl/tlEvents.cc index 8169f79fa..dee1b9c94 100644 --- a/src/tl/tlEvents.cc +++ b/src/tl/tlEvents.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlEvents.h b/src/tl/tlEvents.h index fac9d29a7..c077dafea 100644 --- a/src/tl/tlEvents.h +++ b/src/tl/tlEvents.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlEventsVar.h b/src/tl/tlEventsVar.h index 83cc2e0e6..4924ad11f 100644 --- a/src/tl/tlEventsVar.h +++ b/src/tl/tlEventsVar.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlException.cc b/src/tl/tlException.cc index f30922ab7..7a255359c 100644 --- a/src/tl/tlException.cc +++ b/src/tl/tlException.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlException.h b/src/tl/tlException.h index c5a4ae3b1..306af3c95 100644 --- a/src/tl/tlException.h +++ b/src/tl/tlException.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlExceptions.cc b/src/tl/tlExceptions.cc index db872a685..abed355c4 100644 --- a/src/tl/tlExceptions.cc +++ b/src/tl/tlExceptions.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlExceptions.h b/src/tl/tlExceptions.h index 0cfabda77..9cbcdb743 100644 --- a/src/tl/tlExceptions.h +++ b/src/tl/tlExceptions.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlExpression.cc b/src/tl/tlExpression.cc index 2fe0c236a..5abba869d 100644 --- a/src/tl/tlExpression.cc +++ b/src/tl/tlExpression.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlExpression.h b/src/tl/tlExpression.h index a7886a721..7dca03f0f 100644 --- a/src/tl/tlExpression.h +++ b/src/tl/tlExpression.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlFileSystemWatcher.cc b/src/tl/tlFileSystemWatcher.cc index ef61c2bed..17c262e0e 100644 --- a/src/tl/tlFileSystemWatcher.cc +++ b/src/tl/tlFileSystemWatcher.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlFileSystemWatcher.h b/src/tl/tlFileSystemWatcher.h index a27cdf40d..bc3ebd262 100644 --- a/src/tl/tlFileSystemWatcher.h +++ b/src/tl/tlFileSystemWatcher.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlFixedVector.h b/src/tl/tlFixedVector.h index 634ff98cd..b3f82b0f3 100644 --- a/src/tl/tlFixedVector.h +++ b/src/tl/tlFixedVector.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlGlobPattern.cc b/src/tl/tlGlobPattern.cc index a4976a006..f0f12e516 100644 --- a/src/tl/tlGlobPattern.cc +++ b/src/tl/tlGlobPattern.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlGlobPattern.h b/src/tl/tlGlobPattern.h index b79a81444..0f8d3ad16 100644 --- a/src/tl/tlGlobPattern.h +++ b/src/tl/tlGlobPattern.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlHeap.cc b/src/tl/tlHeap.cc index 86fd21a81..05c78ca55 100644 --- a/src/tl/tlHeap.cc +++ b/src/tl/tlHeap.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlHeap.h b/src/tl/tlHeap.h index 8d7842017..f049e5094 100644 --- a/src/tl/tlHeap.h +++ b/src/tl/tlHeap.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlHttpStream.cc b/src/tl/tlHttpStream.cc index 4f03f734b..a709586e8 100644 --- a/src/tl/tlHttpStream.cc +++ b/src/tl/tlHttpStream.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlHttpStream.h b/src/tl/tlHttpStream.h index 4704a7b47..5a2da4d8a 100644 --- a/src/tl/tlHttpStream.h +++ b/src/tl/tlHttpStream.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlInternational.cc b/src/tl/tlInternational.cc index 5494a66b4..96119134c 100644 --- a/src/tl/tlInternational.cc +++ b/src/tl/tlInternational.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlInternational.h b/src/tl/tlInternational.h index a2eab6204..8dec7970a 100644 --- a/src/tl/tlInternational.h +++ b/src/tl/tlInternational.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlIntervalMap.h b/src/tl/tlIntervalMap.h index bdb261a46..ce55d7084 100644 --- a/src/tl/tlIntervalMap.h +++ b/src/tl/tlIntervalMap.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlIntervalSet.h b/src/tl/tlIntervalSet.h index d85a20bfc..50a866480 100644 --- a/src/tl/tlIntervalSet.h +++ b/src/tl/tlIntervalSet.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlKDTree.h b/src/tl/tlKDTree.h index e7d1c6964..fe9490f3c 100644 --- a/src/tl/tlKDTree.h +++ b/src/tl/tlKDTree.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlLog.cc b/src/tl/tlLog.cc index 4638b85dd..4d12b8b7d 100644 --- a/src/tl/tlLog.cc +++ b/src/tl/tlLog.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlLog.h b/src/tl/tlLog.h index cddd4452c..8b936e603 100644 --- a/src/tl/tlLog.h +++ b/src/tl/tlLog.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlObject.cc b/src/tl/tlObject.cc index 05c4ba14f..61d418260 100644 --- a/src/tl/tlObject.cc +++ b/src/tl/tlObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlObject.h b/src/tl/tlObject.h index 783ddf142..e9f9beca8 100644 --- a/src/tl/tlObject.h +++ b/src/tl/tlObject.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlObjectCollection.h b/src/tl/tlObjectCollection.h index c6a0904ac..ef3c4f133 100644 --- a/src/tl/tlObjectCollection.h +++ b/src/tl/tlObjectCollection.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlProgress.cc b/src/tl/tlProgress.cc index 1c30aa1d7..b4b0581f8 100644 --- a/src/tl/tlProgress.cc +++ b/src/tl/tlProgress.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlProgress.h b/src/tl/tlProgress.h index 28c67663f..04f1470e1 100644 --- a/src/tl/tlProgress.h +++ b/src/tl/tlProgress.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlReuseVector.h b/src/tl/tlReuseVector.h index d1451fec5..04e3a3eb7 100644 --- a/src/tl/tlReuseVector.h +++ b/src/tl/tlReuseVector.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlScriptError.cc b/src/tl/tlScriptError.cc index 655bc4d1a..580f6a574 100644 --- a/src/tl/tlScriptError.cc +++ b/src/tl/tlScriptError.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlScriptError.h b/src/tl/tlScriptError.h index a1c51da58..e32d623a5 100644 --- a/src/tl/tlScriptError.h +++ b/src/tl/tlScriptError.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlStableVector.h b/src/tl/tlStableVector.h index b0980376e..a6f7aee76 100644 --- a/src/tl/tlStableVector.h +++ b/src/tl/tlStableVector.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlStaticObjects.cc b/src/tl/tlStaticObjects.cc index 0ce11bd2c..f73a0f3c4 100644 --- a/src/tl/tlStaticObjects.cc +++ b/src/tl/tlStaticObjects.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlStaticObjects.h b/src/tl/tlStaticObjects.h index fe51f8416..29834ba36 100644 --- a/src/tl/tlStaticObjects.h +++ b/src/tl/tlStaticObjects.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlStream.cc b/src/tl/tlStream.cc index 9c457dc38..e1af60383 100644 --- a/src/tl/tlStream.cc +++ b/src/tl/tlStream.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlStream.h b/src/tl/tlStream.h index 0cb617391..d32c2b71f 100644 --- a/src/tl/tlStream.h +++ b/src/tl/tlStream.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlString.cc b/src/tl/tlString.cc index 9f25632fd..15aa9d5ef 100644 --- a/src/tl/tlString.cc +++ b/src/tl/tlString.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlString.h b/src/tl/tlString.h index c2a477306..5c9aaf630 100644 --- a/src/tl/tlString.h +++ b/src/tl/tlString.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlSystemPaths.cc b/src/tl/tlSystemPaths.cc index d7cdb0114..e097b927b 100644 --- a/src/tl/tlSystemPaths.cc +++ b/src/tl/tlSystemPaths.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlSystemPaths.h b/src/tl/tlSystemPaths.h index 12f81281f..7fa982689 100644 --- a/src/tl/tlSystemPaths.h +++ b/src/tl/tlSystemPaths.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlThreadedWorkers.cc b/src/tl/tlThreadedWorkers.cc index 16acd849d..36878f885 100644 --- a/src/tl/tlThreadedWorkers.cc +++ b/src/tl/tlThreadedWorkers.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlThreadedWorkers.h b/src/tl/tlThreadedWorkers.h index 8065d0333..970bed568 100644 --- a/src/tl/tlThreadedWorkers.h +++ b/src/tl/tlThreadedWorkers.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlTimer.cc b/src/tl/tlTimer.cc index 5c65823e2..9fb6a2213 100644 --- a/src/tl/tlTimer.cc +++ b/src/tl/tlTimer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlTimer.h b/src/tl/tlTimer.h index 5dc9bc736..249d5edc6 100644 --- a/src/tl/tlTimer.h +++ b/src/tl/tlTimer.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlTypeTraits.h b/src/tl/tlTypeTraits.h index a15c0adf2..1af5d70a2 100644 --- a/src/tl/tlTypeTraits.h +++ b/src/tl/tlTypeTraits.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlUtils.h b/src/tl/tlUtils.h index 1404ae1fc..a1bb6dc7d 100644 --- a/src/tl/tlUtils.h +++ b/src/tl/tlUtils.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlVariant.cc b/src/tl/tlVariant.cc index 476296714..071cc9286 100644 --- a/src/tl/tlVariant.cc +++ b/src/tl/tlVariant.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlVariant.h b/src/tl/tlVariant.h index 28ca98ecc..b30c2a38e 100644 --- a/src/tl/tlVariant.h +++ b/src/tl/tlVariant.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlVariantUserClasses.h b/src/tl/tlVariantUserClasses.h index 81aadb2d3..8b5fbad55 100644 --- a/src/tl/tlVariantUserClasses.h +++ b/src/tl/tlVariantUserClasses.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlVector.h b/src/tl/tlVector.h index 42af037e6..71ab0e5d9 100644 --- a/src/tl/tlVector.h +++ b/src/tl/tlVector.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlXMLParser.cc b/src/tl/tlXMLParser.cc index 0605d91a3..644d40999 100644 --- a/src/tl/tlXMLParser.cc +++ b/src/tl/tlXMLParser.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlXMLParser.h b/src/tl/tlXMLParser.h index aef037509..2760df1f0 100644 --- a/src/tl/tlXMLParser.h +++ b/src/tl/tlXMLParser.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlXMLWriter.cc b/src/tl/tlXMLWriter.cc index 4d5b828ad..15b315186 100644 --- a/src/tl/tlXMLWriter.cc +++ b/src/tl/tlXMLWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tl/tlXMLWriter.h b/src/tl/tlXMLWriter.h index 5d8d3d1e7..ae241bd56 100644 --- a/src/tl/tlXMLWriter.h +++ b/src/tl/tlXMLWriter.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbArray.cc b/src/unit_tests/dbArray.cc index 3949a0c12..fa6b7ec2e 100644 --- a/src/unit_tests/dbArray.cc +++ b/src/unit_tests/dbArray.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbBox.cc b/src/unit_tests/dbBox.cc index 8b13ca5e4..9bcfdca46 100644 --- a/src/unit_tests/dbBox.cc +++ b/src/unit_tests/dbBox.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbBoxScanner.cc b/src/unit_tests/dbBoxScanner.cc index 66f607c96..2b0d6980c 100644 --- a/src/unit_tests/dbBoxScanner.cc +++ b/src/unit_tests/dbBoxScanner.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbBoxTree.cc b/src/unit_tests/dbBoxTree.cc index f9ec55a30..f61fa6aa6 100644 --- a/src/unit_tests/dbBoxTree.cc +++ b/src/unit_tests/dbBoxTree.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbCIFReader.cc b/src/unit_tests/dbCIFReader.cc index 0f1caff5c..051c65c03 100644 --- a/src/unit_tests/dbCIFReader.cc +++ b/src/unit_tests/dbCIFReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbCell.cc b/src/unit_tests/dbCell.cc index 40a1f03ad..afa8e9c54 100644 --- a/src/unit_tests/dbCell.cc +++ b/src/unit_tests/dbCell.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbCellGraphUtils.cc b/src/unit_tests/dbCellGraphUtils.cc index 669bf51e6..ae6ab3774 100644 --- a/src/unit_tests/dbCellGraphUtils.cc +++ b/src/unit_tests/dbCellGraphUtils.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbCellHullGenerator.cc b/src/unit_tests/dbCellHullGenerator.cc index 93e6de2da..c37de98b7 100644 --- a/src/unit_tests/dbCellHullGenerator.cc +++ b/src/unit_tests/dbCellHullGenerator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbCellMapping.cc b/src/unit_tests/dbCellMapping.cc index e2ffe373c..a77ff7341 100644 --- a/src/unit_tests/dbCellMapping.cc +++ b/src/unit_tests/dbCellMapping.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbClip.cc b/src/unit_tests/dbClip.cc index b068512bd..561ce49b4 100644 --- a/src/unit_tests/dbClip.cc +++ b/src/unit_tests/dbClip.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbDXFReader.cc b/src/unit_tests/dbDXFReader.cc index 17b3486f5..ba19ae868 100644 --- a/src/unit_tests/dbDXFReader.cc +++ b/src/unit_tests/dbDXFReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbEdge.cc b/src/unit_tests/dbEdge.cc index 46882470f..26b6c29ae 100644 --- a/src/unit_tests/dbEdge.cc +++ b/src/unit_tests/dbEdge.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbEdgePair.cc b/src/unit_tests/dbEdgePair.cc index 356bb2970..ebccd89bd 100644 --- a/src/unit_tests/dbEdgePair.cc +++ b/src/unit_tests/dbEdgePair.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbEdgePairRelations.cc b/src/unit_tests/dbEdgePairRelations.cc index 2a490a540..1aa792f45 100644 --- a/src/unit_tests/dbEdgePairRelations.cc +++ b/src/unit_tests/dbEdgePairRelations.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbEdgePairs.cc b/src/unit_tests/dbEdgePairs.cc index 34f357df0..ab4846af1 100644 --- a/src/unit_tests/dbEdgePairs.cc +++ b/src/unit_tests/dbEdgePairs.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbEdgeProcessor.cc b/src/unit_tests/dbEdgeProcessor.cc index 5f61cd6a6..00ad30a38 100644 --- a/src/unit_tests/dbEdgeProcessor.cc +++ b/src/unit_tests/dbEdgeProcessor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbEdges.cc b/src/unit_tests/dbEdges.cc index 2246ec081..acaf86255 100644 --- a/src/unit_tests/dbEdges.cc +++ b/src/unit_tests/dbEdges.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbEdgesToContours.cc b/src/unit_tests/dbEdgesToContours.cc index f5979d699..6460ef389 100644 --- a/src/unit_tests/dbEdgesToContours.cc +++ b/src/unit_tests/dbEdgesToContours.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbGDS2Reader.cc b/src/unit_tests/dbGDS2Reader.cc index 7225bc860..20ebdb0b9 100644 --- a/src/unit_tests/dbGDS2Reader.cc +++ b/src/unit_tests/dbGDS2Reader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbGDS2Writer.cc b/src/unit_tests/dbGDS2Writer.cc index 893ab30a8..987d55179 100644 --- a/src/unit_tests/dbGDS2Writer.cc +++ b/src/unit_tests/dbGDS2Writer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbLayer.cc b/src/unit_tests/dbLayer.cc index f3431163a..367bcc3a7 100644 --- a/src/unit_tests/dbLayer.cc +++ b/src/unit_tests/dbLayer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbLayerMapping.cc b/src/unit_tests/dbLayerMapping.cc index 07caffede..0f9d051fe 100644 --- a/src/unit_tests/dbLayerMapping.cc +++ b/src/unit_tests/dbLayerMapping.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbLayout.cc b/src/unit_tests/dbLayout.cc index 47573098f..32124149e 100644 --- a/src/unit_tests/dbLayout.cc +++ b/src/unit_tests/dbLayout.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbLayoutDiff.cc b/src/unit_tests/dbLayoutDiff.cc index 00e7d58c0..7bb6848a1 100644 --- a/src/unit_tests/dbLayoutDiff.cc +++ b/src/unit_tests/dbLayoutDiff.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbLayoutQuery.cc b/src/unit_tests/dbLayoutQuery.cc index 560b14f87..a092cce3c 100644 --- a/src/unit_tests/dbLayoutQuery.cc +++ b/src/unit_tests/dbLayoutQuery.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbLibraries.cc b/src/unit_tests/dbLibraries.cc index 21e857472..4d0304e5c 100644 --- a/src/unit_tests/dbLibraries.cc +++ b/src/unit_tests/dbLibraries.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbMatrix.cc b/src/unit_tests/dbMatrix.cc index d35fb42f5..7d6546560 100644 --- a/src/unit_tests/dbMatrix.cc +++ b/src/unit_tests/dbMatrix.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbOASISReader.cc b/src/unit_tests/dbOASISReader.cc index e08b08ca5..df63164fb 100644 --- a/src/unit_tests/dbOASISReader.cc +++ b/src/unit_tests/dbOASISReader.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbOASISWriter.cc b/src/unit_tests/dbOASISWriter.cc index 70d050b49..76b83ec20 100644 --- a/src/unit_tests/dbOASISWriter.cc +++ b/src/unit_tests/dbOASISWriter.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbOASISWriter2.cc b/src/unit_tests/dbOASISWriter2.cc index 51d48d157..9fc772577 100644 --- a/src/unit_tests/dbOASISWriter2.cc +++ b/src/unit_tests/dbOASISWriter2.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbObject.cc b/src/unit_tests/dbObject.cc index edd975dce..7fff0b88f 100644 --- a/src/unit_tests/dbObject.cc +++ b/src/unit_tests/dbObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbPCells.cc b/src/unit_tests/dbPCells.cc index 72f01c9eb..07c271d42 100644 --- a/src/unit_tests/dbPCells.cc +++ b/src/unit_tests/dbPCells.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbPath.cc b/src/unit_tests/dbPath.cc index 572d4f915..5c7751a42 100644 --- a/src/unit_tests/dbPath.cc +++ b/src/unit_tests/dbPath.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbPoint.cc b/src/unit_tests/dbPoint.cc index a360fabe9..b9a09f563 100644 --- a/src/unit_tests/dbPoint.cc +++ b/src/unit_tests/dbPoint.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbPolygon.cc b/src/unit_tests/dbPolygon.cc index 385a26592..164c35b62 100644 --- a/src/unit_tests/dbPolygon.cc +++ b/src/unit_tests/dbPolygon.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbPolygonTools.cc b/src/unit_tests/dbPolygonTools.cc index 5b8299a94..53797e0fe 100644 --- a/src/unit_tests/dbPolygonTools.cc +++ b/src/unit_tests/dbPolygonTools.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbPropertiesRepository.cc b/src/unit_tests/dbPropertiesRepository.cc index 4d9e53916..26908cbc2 100644 --- a/src/unit_tests/dbPropertiesRepository.cc +++ b/src/unit_tests/dbPropertiesRepository.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbRecursiveShapeIterator.cc b/src/unit_tests/dbRecursiveShapeIterator.cc index 5f945d58d..74c38eaf6 100644 --- a/src/unit_tests/dbRecursiveShapeIterator.cc +++ b/src/unit_tests/dbRecursiveShapeIterator.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbRegion.cc b/src/unit_tests/dbRegion.cc index ac5dd034a..641612c78 100644 --- a/src/unit_tests/dbRegion.cc +++ b/src/unit_tests/dbRegion.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbShape.cc b/src/unit_tests/dbShape.cc index 9ce4212ca..50526bd39 100644 --- a/src/unit_tests/dbShape.cc +++ b/src/unit_tests/dbShape.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbShapeArray.cc b/src/unit_tests/dbShapeArray.cc index e0aa6a921..5464131f2 100644 --- a/src/unit_tests/dbShapeArray.cc +++ b/src/unit_tests/dbShapeArray.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbShapeRepository.cc b/src/unit_tests/dbShapeRepository.cc index 7895c7a7d..0a9c560a6 100644 --- a/src/unit_tests/dbShapeRepository.cc +++ b/src/unit_tests/dbShapeRepository.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbShapes.cc b/src/unit_tests/dbShapes.cc index f88270253..77d6a3832 100644 --- a/src/unit_tests/dbShapes.cc +++ b/src/unit_tests/dbShapes.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbStreamLayers.cc b/src/unit_tests/dbStreamLayers.cc index c8ab688cf..2c5544f96 100644 --- a/src/unit_tests/dbStreamLayers.cc +++ b/src/unit_tests/dbStreamLayers.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbText.cc b/src/unit_tests/dbText.cc index b2f47a043..aedee01dd 100644 --- a/src/unit_tests/dbText.cc +++ b/src/unit_tests/dbText.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbTilingProcessor.cc b/src/unit_tests/dbTilingProcessor.cc index 225591f34..bf594d2ec 100644 --- a/src/unit_tests/dbTilingProcessor.cc +++ b/src/unit_tests/dbTilingProcessor.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbTrans.cc b/src/unit_tests/dbTrans.cc index 483594fed..503d371fd 100644 --- a/src/unit_tests/dbTrans.cc +++ b/src/unit_tests/dbTrans.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbVector.cc b/src/unit_tests/dbVector.cc index db4ac6777..a84a8a56f 100644 --- a/src/unit_tests/dbVector.cc +++ b/src/unit_tests/dbVector.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/dbWriterTools.cc b/src/unit_tests/dbWriterTools.cc index 645394f73..7f014b0c8 100644 --- a/src/unit_tests/dbWriterTools.cc +++ b/src/unit_tests/dbWriterTools.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/extGerberImport.cc b/src/unit_tests/extGerberImport.cc index 7c4a03aef..0e05a3dab 100644 --- a/src/unit_tests/extGerberImport.cc +++ b/src/unit_tests/extGerberImport.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/extLEFDEFImport.cc b/src/unit_tests/extLEFDEFImport.cc index c4a41e60f..17f495ec2 100644 --- a/src/unit_tests/extLEFDEFImport.cc +++ b/src/unit_tests/extLEFDEFImport.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/extNetTracer.cc b/src/unit_tests/extNetTracer.cc index 8c60b7ad8..701ecbcbd 100644 --- a/src/unit_tests/extNetTracer.cc +++ b/src/unit_tests/extNetTracer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/gsiExpression.cc b/src/unit_tests/gsiExpression.cc index 162ebd404..3f2c393a0 100644 --- a/src/unit_tests/gsiExpression.cc +++ b/src/unit_tests/gsiExpression.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/gsiTest.cc b/src/unit_tests/gsiTest.cc index b06adf70b..8cfe1a603 100644 --- a/src/unit_tests/gsiTest.cc +++ b/src/unit_tests/gsiTest.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/gsiTest.h b/src/unit_tests/gsiTest.h index 621778c34..4641eacb4 100644 --- a/src/unit_tests/gsiTest.h +++ b/src/unit_tests/gsiTest.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/imgObject.cc b/src/unit_tests/imgObject.cc index ee849cae7..7ce19fafe 100644 --- a/src/unit_tests/imgObject.cc +++ b/src/unit_tests/imgObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/layAnnotationShapes.cc b/src/unit_tests/layAnnotationShapes.cc index db19768b8..0c951eb41 100644 --- a/src/unit_tests/layAnnotationShapes.cc +++ b/src/unit_tests/layAnnotationShapes.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/layBitmap.cc b/src/unit_tests/layBitmap.cc index b3f5fd437..9ad89b758 100644 --- a/src/unit_tests/layBitmap.cc +++ b/src/unit_tests/layBitmap.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/layBitmapsToImage.cc b/src/unit_tests/layBitmapsToImage.cc index 569602141..70f3aa4ff 100644 --- a/src/unit_tests/layBitmapsToImage.cc +++ b/src/unit_tests/layBitmapsToImage.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/layLayerProperties.cc b/src/unit_tests/layLayerProperties.cc index 25ce4a1ea..be159a197 100644 --- a/src/unit_tests/layLayerProperties.cc +++ b/src/unit_tests/layLayerProperties.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/layParsedLayerSource.cc b/src/unit_tests/layParsedLayerSource.cc index 4fa8e71a6..1550bc828 100644 --- a/src/unit_tests/layParsedLayerSource.cc +++ b/src/unit_tests/layParsedLayerSource.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/layRenderer.cc b/src/unit_tests/layRenderer.cc index 85e9d4c2d..5aa45762b 100644 --- a/src/unit_tests/layRenderer.cc +++ b/src/unit_tests/layRenderer.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/pya.cc b/src/unit_tests/pya.cc index b63e11d33..9e2dcfa79 100644 --- a/src/unit_tests/pya.cc +++ b/src/unit_tests/pya.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/rba.cc b/src/unit_tests/rba.cc index 642c33d49..e9deda6d0 100644 --- a/src/unit_tests/rba.cc +++ b/src/unit_tests/rba.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/rdb.cc b/src/unit_tests/rdb.cc index 8c5027e0f..b3e65afd3 100644 --- a/src/unit_tests/rdb.cc +++ b/src/unit_tests/rdb.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlAlgorithm.cc b/src/unit_tests/tlAlgorithm.cc index 1c07ae014..f93aba87c 100644 --- a/src/unit_tests/tlAlgorithm.cc +++ b/src/unit_tests/tlAlgorithm.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlClassRegistry.cc b/src/unit_tests/tlClassRegistry.cc index 0f1177dbc..44722c3da 100644 --- a/src/unit_tests/tlClassRegistry.cc +++ b/src/unit_tests/tlClassRegistry.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlDataMapping.cc b/src/unit_tests/tlDataMapping.cc index 94951a96f..dd9e7708e 100644 --- a/src/unit_tests/tlDataMapping.cc +++ b/src/unit_tests/tlDataMapping.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlDeferredExecution.cc b/src/unit_tests/tlDeferredExecution.cc index 98317ce31..22f60a7ab 100644 --- a/src/unit_tests/tlDeferredExecution.cc +++ b/src/unit_tests/tlDeferredExecution.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlDeflate.cc b/src/unit_tests/tlDeflate.cc index c0f5df464..94b55ff31 100644 --- a/src/unit_tests/tlDeflate.cc +++ b/src/unit_tests/tlDeflate.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlEvents.cc b/src/unit_tests/tlEvents.cc index 6f38f35e4..a91ae0e8a 100644 --- a/src/unit_tests/tlEvents.cc +++ b/src/unit_tests/tlEvents.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlExpression.cc b/src/unit_tests/tlExpression.cc index 712407a3b..e77e65cc7 100644 --- a/src/unit_tests/tlExpression.cc +++ b/src/unit_tests/tlExpression.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlFileSystemWatcher.cc b/src/unit_tests/tlFileSystemWatcher.cc index 571d28476..7ddd21a41 100644 --- a/src/unit_tests/tlFileSystemWatcher.cc +++ b/src/unit_tests/tlFileSystemWatcher.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlGlobPattern.cc b/src/unit_tests/tlGlobPattern.cc index d935d543a..cacd805aa 100644 --- a/src/unit_tests/tlGlobPattern.cc +++ b/src/unit_tests/tlGlobPattern.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlIntervalMap.cc b/src/unit_tests/tlIntervalMap.cc index 1ebc6b391..d0a760a19 100644 --- a/src/unit_tests/tlIntervalMap.cc +++ b/src/unit_tests/tlIntervalMap.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlIntervalSet.cc b/src/unit_tests/tlIntervalSet.cc index d1ac22cac..60661c4d3 100644 --- a/src/unit_tests/tlIntervalSet.cc +++ b/src/unit_tests/tlIntervalSet.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlKDTree.cc b/src/unit_tests/tlKDTree.cc index 5c514fa2d..ead929ce3 100644 --- a/src/unit_tests/tlKDTree.cc +++ b/src/unit_tests/tlKDTree.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlObject.cc b/src/unit_tests/tlObject.cc index cd3801d05..38872005d 100644 --- a/src/unit_tests/tlObject.cc +++ b/src/unit_tests/tlObject.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlReuseVector.cc b/src/unit_tests/tlReuseVector.cc index 97d2a4a6b..a47632515 100644 --- a/src/unit_tests/tlReuseVector.cc +++ b/src/unit_tests/tlReuseVector.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlStableVector.cc b/src/unit_tests/tlStableVector.cc index a29fdd001..04e4d8248 100644 --- a/src/unit_tests/tlStableVector.cc +++ b/src/unit_tests/tlStableVector.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlString.cc b/src/unit_tests/tlString.cc index 6f2210b6a..72a910cda 100644 --- a/src/unit_tests/tlString.cc +++ b/src/unit_tests/tlString.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlThreadedWorkers.cc b/src/unit_tests/tlThreadedWorkers.cc index f84adee92..36dd0c247 100644 --- a/src/unit_tests/tlThreadedWorkers.cc +++ b/src/unit_tests/tlThreadedWorkers.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlUtils.cc b/src/unit_tests/tlUtils.cc index e14f0f7fa..d0c47b18b 100644 --- a/src/unit_tests/tlUtils.cc +++ b/src/unit_tests/tlUtils.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlVariant.cc b/src/unit_tests/tlVariant.cc index 5180fe168..61ded6fc2 100644 --- a/src/unit_tests/tlVariant.cc +++ b/src/unit_tests/tlVariant.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/tlXMLParser.cc b/src/unit_tests/tlXMLParser.cc index 0315f56b3..a5eaec8fc 100644 --- a/src/unit_tests/tlXMLParser.cc +++ b/src/unit_tests/tlXMLParser.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/unit_tests/unit_test_main.cc b/src/unit_tests/unit_test_main.cc index 870e7ecfc..52a1908b5 100644 --- a/src/unit_tests/unit_test_main.cc +++ b/src/unit_tests/unit_test_main.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ut/utCommon.h b/src/ut/utCommon.h index 2bcfeaf86..c3fdfb778 100644 --- a/src/ut/utCommon.h +++ b/src/ut/utCommon.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,29 +20,29 @@ */ - -#if !defined(HDR_utCommon_h) -# define HDR_utCommon_h - -# if defined _WIN32 || defined __CYGWIN__ - -# ifdef MAKE_UT_LIBRARY -# define UT_PUBLIC __declspec(dllexport) -# else -# define UT_PUBLIC __declspec(dllimport) -# endif -# define UT_LOCAL - -# else - -# if __GNUC__ >= 4 -# define UT_PUBLIC __attribute__ ((visibility ("default"))) -# define UT_LOCAL __attribute__ ((visibility ("hidden"))) -# else -# define UT_PUBLIC -# define UT_LOCAL -# endif - -# endif - -#endif + +#if !defined(HDR_utCommon_h) +# define HDR_utCommon_h + +# if defined _WIN32 || defined __CYGWIN__ + +# ifdef MAKE_UT_LIBRARY +# define UT_PUBLIC __declspec(dllexport) +# else +# define UT_PUBLIC __declspec(dllimport) +# endif +# define UT_LOCAL + +# else + +# if __GNUC__ >= 4 +# define UT_PUBLIC __attribute__ ((visibility ("default"))) +# define UT_LOCAL __attribute__ ((visibility ("hidden"))) +# else +# define UT_PUBLIC +# define UT_LOCAL +# endif + +# endif + +#endif diff --git a/src/ut/utHead.h b/src/ut/utHead.h index 7e549b8f4..dcb507b0e 100644 --- a/src/ut/utHead.h +++ b/src/ut/utHead.h @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ut/utMain.cc b/src/ut/utMain.cc index 07116c744..2db097370 100644 --- a/src/ut/utMain.cc +++ b/src/ut/utMain.cc @@ -2,7 +2,7 @@ /* KLayout Layout Viewer - Copyright (C) 2006-2016 Matthias Koefferlein + Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by