From 92fd33744de6e55801d887605ecaf72ae07febe7 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Tue, 21 Feb 2017 23:47:48 +0100 Subject: [PATCH] WIP: first solution for lost references issue * The solution consists of attaching a bridge object to QObjects. If the host object is destroyed, the bridge object will notify the script client * The bridge object attachment is optimized so it only happens if required (but still too often ...) * The child object of QChildEvent gets a special handling since this object is almost dead in case of remove. This special handling consists of a special, stripped class which is used to only represent QObject in that particular case. --- scripts/mkqtdecl/mkqtdecl.conf | 59 ++++++++++++ scripts/mkqtdecl_common/produce.rb | 6 +- src/gsi/gsiClass.h | 18 ++-- src/gsi/gsiClassBase.cc | 10 ++- src/gsi/gsiClassBase.h | 9 +- src/gsi/gsiDeclInternal.cc | 2 +- src/gsi/gsiMethods.h | 25 ++++++ src/gsi/gsiObject.cc | 19 ++-- src/gsiqt/gsiDeclQAbstractButton.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractFormBuilder.cc | 22 +++++ .../gsiDeclQAbstractGraphicsShapeItem.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractItemDelegate.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractItemModel.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractItemView.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractListModel.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractNetworkCache.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractPageSetupDialog.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractPrintDialog.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractProxyModel.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractScrollArea.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractSlider.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractSocket.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractSpinBox.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractTableModel.cc | 22 +++++ .../gsiDeclQAbstractTextDocumentLayout.cc | 22 +++++ ...AbstractTextDocumentLayout_PaintContext.cc | 22 +++++ ...clQAbstractTextDocumentLayout_Selection.cc | 22 +++++ src/gsiqt/gsiDeclQAbstractUndoItem.cc | 22 +++++ src/gsiqt/gsiDeclQAccessible.cc | 22 +++++ src/gsiqt/gsiDeclQAccessibleApplication.cc | 22 +++++ src/gsiqt/gsiDeclQAccessibleEvent.cc | 22 +++++ src/gsiqt/gsiDeclQAccessibleInterface.cc | 22 +++++ src/gsiqt/gsiDeclQAccessibleObject.cc | 22 +++++ src/gsiqt/gsiDeclQAccessibleWidget.cc | 22 +++++ src/gsiqt/gsiDeclQAction.cc | 22 +++++ src/gsiqt/gsiDeclQActionEvent.cc | 22 +++++ src/gsiqt/gsiDeclQActionGroup.cc | 22 +++++ src/gsiqt/gsiDeclQApplication.cc | 22 +++++ src/gsiqt/gsiDeclQAuthenticator.cc | 22 +++++ src/gsiqt/gsiDeclQBasicTimer.cc | 22 +++++ src/gsiqt/gsiDeclQBitmap.cc | 22 +++++ src/gsiqt/gsiDeclQBoxLayout.cc | 22 +++++ src/gsiqt/gsiDeclQBrush.cc | 22 +++++ src/gsiqt/gsiDeclQBuffer.cc | 22 +++++ src/gsiqt/gsiDeclQButtonGroup.cc | 22 +++++ src/gsiqt/gsiDeclQByteArrayMatcher.cc | 22 +++++ src/gsiqt/gsiDeclQCDEStyle.cc | 22 +++++ src/gsiqt/gsiDeclQCalendarWidget.cc | 22 +++++ src/gsiqt/gsiDeclQCheckBox.cc | 22 +++++ src/gsiqt/gsiDeclQChildEvent.cc | 89 +++++++++++++++---- src/gsiqt/gsiDeclQCleanlooksStyle.cc | 22 +++++ src/gsiqt/gsiDeclQClipboard.cc | 22 +++++ src/gsiqt/gsiDeclQClipboardEvent.cc | 22 +++++ src/gsiqt/gsiDeclQCloseEvent.cc | 22 +++++ src/gsiqt/gsiDeclQColor.cc | 22 +++++ src/gsiqt/gsiDeclQColorDialog.cc | 22 +++++ src/gsiqt/gsiDeclQColormap.cc | 22 +++++ src/gsiqt/gsiDeclQColumnView.cc | 22 +++++ src/gsiqt/gsiDeclQComboBox.cc | 22 +++++ src/gsiqt/gsiDeclQCommandLinkButton.cc | 22 +++++ src/gsiqt/gsiDeclQCommonStyle.cc | 22 +++++ src/gsiqt/gsiDeclQCompleter.cc | 22 +++++ src/gsiqt/gsiDeclQConicalGradient.cc | 22 +++++ src/gsiqt/gsiDeclQContextMenuEvent.cc | 22 +++++ src/gsiqt/gsiDeclQCoreApplication.cc | 22 +++++ src/gsiqt/gsiDeclQCryptographicHash.cc | 22 +++++ src/gsiqt/gsiDeclQCursor.cc | 22 +++++ src/gsiqt/gsiDeclQDataStream.cc | 22 +++++ src/gsiqt/gsiDeclQDataWidgetMapper.cc | 22 +++++ src/gsiqt/gsiDeclQDate.cc | 22 +++++ src/gsiqt/gsiDeclQDateEdit.cc | 22 +++++ src/gsiqt/gsiDeclQDateTime.cc | 22 +++++ src/gsiqt/gsiDeclQDateTimeEdit.cc | 22 +++++ src/gsiqt/gsiDeclQDesktopServices.cc | 22 +++++ src/gsiqt/gsiDeclQDesktopWidget.cc | 22 +++++ src/gsiqt/gsiDeclQDial.cc | 22 +++++ src/gsiqt/gsiDeclQDialog.cc | 22 +++++ src/gsiqt/gsiDeclQDialogButtonBox.cc | 22 +++++ src/gsiqt/gsiDeclQDir.cc | 22 +++++ src/gsiqt/gsiDeclQDirIterator.cc | 22 +++++ src/gsiqt/gsiDeclQDirModel.cc | 22 +++++ src/gsiqt/gsiDeclQDockWidget.cc | 22 +++++ src/gsiqt/gsiDeclQDomAttr.cc | 22 +++++ src/gsiqt/gsiDeclQDomCDATASection.cc | 22 +++++ src/gsiqt/gsiDeclQDomCharacterData.cc | 22 +++++ src/gsiqt/gsiDeclQDomComment.cc | 22 +++++ src/gsiqt/gsiDeclQDomDocument.cc | 22 +++++ src/gsiqt/gsiDeclQDomDocumentFragment.cc | 22 +++++ src/gsiqt/gsiDeclQDomDocumentType.cc | 22 +++++ src/gsiqt/gsiDeclQDomElement.cc | 22 +++++ src/gsiqt/gsiDeclQDomEntity.cc | 22 +++++ src/gsiqt/gsiDeclQDomEntityReference.cc | 22 +++++ src/gsiqt/gsiDeclQDomImplementation.cc | 22 +++++ src/gsiqt/gsiDeclQDomNamedNodeMap.cc | 22 +++++ src/gsiqt/gsiDeclQDomNode.cc | 22 +++++ src/gsiqt/gsiDeclQDomNodeList.cc | 22 +++++ src/gsiqt/gsiDeclQDomNotation.cc | 22 +++++ src/gsiqt/gsiDeclQDomProcessingInstruction.cc | 22 +++++ src/gsiqt/gsiDeclQDomText.cc | 22 +++++ src/gsiqt/gsiDeclQDoubleSpinBox.cc | 22 +++++ src/gsiqt/gsiDeclQDoubleValidator.cc | 22 +++++ src/gsiqt/gsiDeclQDrag.cc | 22 +++++ src/gsiqt/gsiDeclQDragEnterEvent.cc | 22 +++++ src/gsiqt/gsiDeclQDragLeaveEvent.cc | 22 +++++ src/gsiqt/gsiDeclQDragMoveEvent.cc | 22 +++++ src/gsiqt/gsiDeclQDragResponseEvent.cc | 22 +++++ src/gsiqt/gsiDeclQDropEvent.cc | 22 +++++ .../gsiDeclQDynamicPropertyChangeEvent.cc | 22 +++++ src/gsiqt/gsiDeclQEasingCurve.cc | 22 +++++ src/gsiqt/gsiDeclQErrorMessage.cc | 22 +++++ src/gsiqt/gsiDeclQEvent.cc | 22 +++++ src/gsiqt/gsiDeclQEventLoop.cc | 22 +++++ src/gsiqt/gsiDeclQFactoryInterface.cc | 22 +++++ src/gsiqt/gsiDeclQFile.cc | 22 +++++ src/gsiqt/gsiDeclQFileDialog.cc | 22 +++++ src/gsiqt/gsiDeclQFileIconProvider.cc | 22 +++++ src/gsiqt/gsiDeclQFileInfo.cc | 22 +++++ src/gsiqt/gsiDeclQFileOpenEvent.cc | 22 +++++ src/gsiqt/gsiDeclQFileSystemModel.cc | 22 +++++ src/gsiqt/gsiDeclQFileSystemWatcher.cc | 22 +++++ src/gsiqt/gsiDeclQFocusEvent.cc | 22 +++++ src/gsiqt/gsiDeclQFocusFrame.cc | 22 +++++ src/gsiqt/gsiDeclQFont.cc | 22 +++++ src/gsiqt/gsiDeclQFontComboBox.cc | 22 +++++ src/gsiqt/gsiDeclQFontDatabase.cc | 22 +++++ src/gsiqt/gsiDeclQFontDialog.cc | 22 +++++ src/gsiqt/gsiDeclQFontInfo.cc | 22 +++++ src/gsiqt/gsiDeclQFontMetrics.cc | 22 +++++ src/gsiqt/gsiDeclQFontMetricsF.cc | 22 +++++ src/gsiqt/gsiDeclQFormBuilder.cc | 22 +++++ src/gsiqt/gsiDeclQFormLayout.cc | 22 +++++ src/gsiqt/gsiDeclQFrame.cc | 22 +++++ src/gsiqt/gsiDeclQFtp.cc | 22 +++++ src/gsiqt/gsiDeclQGesture.cc | 22 +++++ src/gsiqt/gsiDeclQGestureEvent.cc | 22 +++++ src/gsiqt/gsiDeclQGestureRecognizer.cc | 22 +++++ src/gsiqt/gsiDeclQGradient.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsAnchor.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsAnchorLayout.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsBlurEffect.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsColorizeEffect.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsDropShadowEffect.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsEffect.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsEllipseItem.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsGridLayout.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsItem.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsItemAnimation.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsItemGroup.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsLayout.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsLayoutItem.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsLineItem.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsLinearLayout.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsObject.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsOpacityEffect.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsPathItem.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsPixmapItem.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsPolygonItem.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsProxyWidget.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsRectItem.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsRotation.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsScale.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsScene.cc | 22 +++++ .../gsiDeclQGraphicsSceneContextMenuEvent.cc | 22 +++++ .../gsiDeclQGraphicsSceneDragDropEvent.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsSceneEvent.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsSceneHelpEvent.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsSceneHoverEvent.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsSceneMouseEvent.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsSceneMoveEvent.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsSceneResizeEvent.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsSceneWheelEvent.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsSimpleTextItem.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsTextItem.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsTransform.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsView.cc | 22 +++++ src/gsiqt/gsiDeclQGraphicsWidget.cc | 22 +++++ src/gsiqt/gsiDeclQGridLayout.cc | 22 +++++ src/gsiqt/gsiDeclQGroupBox.cc | 22 +++++ src/gsiqt/gsiDeclQHBoxLayout.cc | 22 +++++ src/gsiqt/gsiDeclQHeaderView.cc | 22 +++++ src/gsiqt/gsiDeclQHelpEvent.cc | 22 +++++ src/gsiqt/gsiDeclQHideEvent.cc | 22 +++++ src/gsiqt/gsiDeclQHostAddress.cc | 22 +++++ src/gsiqt/gsiDeclQHostInfo.cc | 22 +++++ src/gsiqt/gsiDeclQHoverEvent.cc | 22 +++++ src/gsiqt/gsiDeclQIODevice.cc | 22 +++++ src/gsiqt/gsiDeclQIPv6Address.cc | 22 +++++ src/gsiqt/gsiDeclQIcon.cc | 22 +++++ src/gsiqt/gsiDeclQIconDragEvent.cc | 22 +++++ src/gsiqt/gsiDeclQIconEngine.cc | 22 +++++ src/gsiqt/gsiDeclQIconEnginePlugin.cc | 22 +++++ src/gsiqt/gsiDeclQIconEnginePluginV2.cc | 22 +++++ src/gsiqt/gsiDeclQIconEngineV2.cc | 22 +++++ src/gsiqt/gsiDeclQImage.cc | 22 +++++ src/gsiqt/gsiDeclQImageIOHandler.cc | 22 +++++ src/gsiqt/gsiDeclQImageIOPlugin.cc | 22 +++++ src/gsiqt/gsiDeclQImageReader.cc | 22 +++++ src/gsiqt/gsiDeclQImageTextKeyLang.cc | 22 +++++ src/gsiqt/gsiDeclQImageWriter.cc | 22 +++++ src/gsiqt/gsiDeclQInputContext.cc | 22 +++++ src/gsiqt/gsiDeclQInputContextFactory.cc | 22 +++++ src/gsiqt/gsiDeclQInputContextPlugin.cc | 22 +++++ src/gsiqt/gsiDeclQInputDialog.cc | 22 +++++ src/gsiqt/gsiDeclQInputEvent.cc | 22 +++++ src/gsiqt/gsiDeclQInputMethodEvent.cc | 22 +++++ .../gsiDeclQInputMethodEvent_Attribute.cc | 22 +++++ src/gsiqt/gsiDeclQIntValidator.cc | 22 +++++ src/gsiqt/gsiDeclQItemDelegate.cc | 22 +++++ src/gsiqt/gsiDeclQItemEditorCreatorBase.cc | 22 +++++ src/gsiqt/gsiDeclQItemEditorFactory.cc | 22 +++++ src/gsiqt/gsiDeclQItemSelection.cc | 22 +++++ src/gsiqt/gsiDeclQItemSelectionModel.cc | 22 +++++ src/gsiqt/gsiDeclQItemSelectionRange.cc | 22 +++++ src/gsiqt/gsiDeclQKeyEvent.cc | 22 +++++ src/gsiqt/gsiDeclQKeySequence.cc | 22 +++++ src/gsiqt/gsiDeclQLCDNumber.cc | 22 +++++ src/gsiqt/gsiDeclQLabel.cc | 22 +++++ src/gsiqt/gsiDeclQLayout.cc | 22 +++++ src/gsiqt/gsiDeclQLayoutItem.cc | 22 +++++ src/gsiqt/gsiDeclQLibrary.cc | 22 +++++ src/gsiqt/gsiDeclQLibraryInfo.cc | 22 +++++ src/gsiqt/gsiDeclQLine.cc | 22 +++++ src/gsiqt/gsiDeclQLineEdit.cc | 22 +++++ src/gsiqt/gsiDeclQLineF.cc | 22 +++++ src/gsiqt/gsiDeclQLinearGradient.cc | 22 +++++ src/gsiqt/gsiDeclQListView.cc | 22 +++++ src/gsiqt/gsiDeclQListWidget.cc | 22 +++++ src/gsiqt/gsiDeclQListWidgetItem.cc | 22 +++++ src/gsiqt/gsiDeclQLocalServer.cc | 22 +++++ src/gsiqt/gsiDeclQLocalSocket.cc | 22 +++++ src/gsiqt/gsiDeclQLocale.cc | 22 +++++ src/gsiqt/gsiDeclQMainWindow.cc | 22 +++++ src/gsiqt/gsiDeclQMargins.cc | 22 +++++ src/gsiqt/gsiDeclQMatrix.cc | 22 +++++ src/gsiqt/gsiDeclQMatrix4x4.cc | 22 +++++ src/gsiqt/gsiDeclQMdiArea.cc | 22 +++++ src/gsiqt/gsiDeclQMdiSubWindow.cc | 22 +++++ src/gsiqt/gsiDeclQMenu.cc | 22 +++++ src/gsiqt/gsiDeclQMenuBar.cc | 22 +++++ src/gsiqt/gsiDeclQMessageBox.cc | 22 +++++ src/gsiqt/gsiDeclQMetaClassInfo.cc | 22 +++++ src/gsiqt/gsiDeclQMetaEnum.cc | 22 +++++ src/gsiqt/gsiDeclQMetaMethod.cc | 22 +++++ src/gsiqt/gsiDeclQMetaObject.cc | 22 +++++ src/gsiqt/gsiDeclQMetaProperty.cc | 22 +++++ src/gsiqt/gsiDeclQMetaType.cc | 22 +++++ src/gsiqt/gsiDeclQMimeData.cc | 22 +++++ src/gsiqt/gsiDeclQMimeSource.cc | 22 +++++ src/gsiqt/gsiDeclQModelIndex.cc | 22 +++++ src/gsiqt/gsiDeclQMotifStyle.cc | 22 +++++ src/gsiqt/gsiDeclQMouseEvent.cc | 22 +++++ src/gsiqt/gsiDeclQMoveEvent.cc | 22 +++++ src/gsiqt/gsiDeclQMovie.cc | 22 +++++ src/gsiqt/gsiDeclQMutex.cc | 22 +++++ src/gsiqt/gsiDeclQNetworkAccessManager.cc | 22 +++++ src/gsiqt/gsiDeclQNetworkAddressEntry.cc | 22 +++++ src/gsiqt/gsiDeclQNetworkCacheMetaData.cc | 22 +++++ src/gsiqt/gsiDeclQNetworkCookie.cc | 22 +++++ src/gsiqt/gsiDeclQNetworkCookieJar.cc | 22 +++++ src/gsiqt/gsiDeclQNetworkDiskCache.cc | 22 +++++ src/gsiqt/gsiDeclQNetworkInterface.cc | 22 +++++ src/gsiqt/gsiDeclQNetworkProxy.cc | 22 +++++ src/gsiqt/gsiDeclQNetworkProxyFactory.cc | 22 +++++ src/gsiqt/gsiDeclQNetworkProxyQuery.cc | 22 +++++ src/gsiqt/gsiDeclQNetworkReply.cc | 22 +++++ src/gsiqt/gsiDeclQNetworkRequest.cc | 22 +++++ src/gsiqt/gsiDeclQObject.cc | 22 +++++ src/gsiqt/gsiDeclQPageSetupDialog.cc | 22 +++++ src/gsiqt/gsiDeclQPaintDevice.cc | 22 +++++ src/gsiqt/gsiDeclQPaintEngine.cc | 22 +++++ src/gsiqt/gsiDeclQPaintEngineState.cc | 22 +++++ src/gsiqt/gsiDeclQPaintEvent.cc | 22 +++++ src/gsiqt/gsiDeclQPainter.cc | 22 +++++ src/gsiqt/gsiDeclQPainterPath.cc | 22 +++++ src/gsiqt/gsiDeclQPainterPathStroker.cc | 22 +++++ src/gsiqt/gsiDeclQPainterPath_Element.cc | 22 +++++ src/gsiqt/gsiDeclQPalette.cc | 22 +++++ src/gsiqt/gsiDeclQPanGesture.cc | 22 +++++ src/gsiqt/gsiDeclQPen.cc | 22 +++++ src/gsiqt/gsiDeclQPersistentModelIndex.cc | 22 +++++ src/gsiqt/gsiDeclQPicture.cc | 22 +++++ src/gsiqt/gsiDeclQPinchGesture.cc | 22 +++++ src/gsiqt/gsiDeclQPixmap.cc | 22 +++++ src/gsiqt/gsiDeclQPixmapCache.cc | 22 +++++ src/gsiqt/gsiDeclQPlainTextDocumentLayout.cc | 22 +++++ src/gsiqt/gsiDeclQPlainTextEdit.cc | 22 +++++ src/gsiqt/gsiDeclQPlastiqueStyle.cc | 22 +++++ src/gsiqt/gsiDeclQPluginLoader.cc | 22 +++++ src/gsiqt/gsiDeclQPoint.cc | 22 +++++ src/gsiqt/gsiDeclQPointF.cc | 22 +++++ src/gsiqt/gsiDeclQPolygon.cc | 22 +++++ src/gsiqt/gsiDeclQPolygonF.cc | 22 +++++ src/gsiqt/gsiDeclQPrintDialog.cc | 22 +++++ src/gsiqt/gsiDeclQPrintEngine.cc | 22 +++++ src/gsiqt/gsiDeclQPrintPreviewDialog.cc | 22 +++++ src/gsiqt/gsiDeclQPrintPreviewWidget.cc | 22 +++++ src/gsiqt/gsiDeclQPrinter.cc | 22 +++++ src/gsiqt/gsiDeclQPrinterInfo.cc | 22 +++++ src/gsiqt/gsiDeclQProcess.cc | 22 +++++ src/gsiqt/gsiDeclQProcessEnvironment.cc | 22 +++++ src/gsiqt/gsiDeclQProgressBar.cc | 22 +++++ src/gsiqt/gsiDeclQProgressDialog.cc | 22 +++++ src/gsiqt/gsiDeclQPushButton.cc | 22 +++++ src/gsiqt/gsiDeclQQuaternion.cc | 22 +++++ src/gsiqt/gsiDeclQRadialGradient.cc | 22 +++++ src/gsiqt/gsiDeclQRadioButton.cc | 22 +++++ src/gsiqt/gsiDeclQReadLocker.cc | 22 +++++ src/gsiqt/gsiDeclQReadWriteLock.cc | 22 +++++ src/gsiqt/gsiDeclQRect.cc | 22 +++++ src/gsiqt/gsiDeclQRectF.cc | 22 +++++ src/gsiqt/gsiDeclQRegExp.cc | 22 +++++ src/gsiqt/gsiDeclQRegExpValidator.cc | 22 +++++ src/gsiqt/gsiDeclQRegion.cc | 22 +++++ src/gsiqt/gsiDeclQResizeEvent.cc | 22 +++++ src/gsiqt/gsiDeclQResource.cc | 22 +++++ src/gsiqt/gsiDeclQRubberBand.cc | 22 +++++ src/gsiqt/gsiDeclQScrollArea.cc | 22 +++++ src/gsiqt/gsiDeclQScrollBar.cc | 22 +++++ src/gsiqt/gsiDeclQSemaphore.cc | 22 +++++ src/gsiqt/gsiDeclQSettings.cc | 22 +++++ src/gsiqt/gsiDeclQShortcut.cc | 22 +++++ src/gsiqt/gsiDeclQShortcutEvent.cc | 22 +++++ src/gsiqt/gsiDeclQShowEvent.cc | 22 +++++ src/gsiqt/gsiDeclQSignalMapper.cc | 22 +++++ src/gsiqt/gsiDeclQSize.cc | 22 +++++ src/gsiqt/gsiDeclQSizeF.cc | 22 +++++ src/gsiqt/gsiDeclQSizeGrip.cc | 22 +++++ src/gsiqt/gsiDeclQSizePolicy.cc | 22 +++++ src/gsiqt/gsiDeclQSlider.cc | 22 +++++ src/gsiqt/gsiDeclQSocketNotifier.cc | 22 +++++ src/gsiqt/gsiDeclQSortFilterProxyModel.cc | 22 +++++ src/gsiqt/gsiDeclQSound.cc | 22 +++++ src/gsiqt/gsiDeclQSpacerItem.cc | 22 +++++ src/gsiqt/gsiDeclQSpinBox.cc | 22 +++++ src/gsiqt/gsiDeclQSplashScreen.cc | 22 +++++ src/gsiqt/gsiDeclQSplitter.cc | 22 +++++ src/gsiqt/gsiDeclQSplitterHandle.cc | 22 +++++ src/gsiqt/gsiDeclQSql.cc | 22 +++++ src/gsiqt/gsiDeclQSqlDatabase.cc | 22 +++++ src/gsiqt/gsiDeclQSqlDriver.cc | 22 +++++ src/gsiqt/gsiDeclQSqlDriverCreatorBase.cc | 22 +++++ src/gsiqt/gsiDeclQSqlError.cc | 22 +++++ src/gsiqt/gsiDeclQSqlField.cc | 22 +++++ src/gsiqt/gsiDeclQSqlIndex.cc | 22 +++++ src/gsiqt/gsiDeclQSqlQuery.cc | 22 +++++ src/gsiqt/gsiDeclQSqlQueryModel.cc | 22 +++++ src/gsiqt/gsiDeclQSqlRecord.cc | 22 +++++ src/gsiqt/gsiDeclQSqlRelation.cc | 22 +++++ src/gsiqt/gsiDeclQSqlRelationalTableModel.cc | 22 +++++ src/gsiqt/gsiDeclQSqlResult.cc | 22 +++++ src/gsiqt/gsiDeclQSqlTableModel.cc | 22 +++++ src/gsiqt/gsiDeclQSsl.cc | 22 +++++ src/gsiqt/gsiDeclQSslCertificate.cc | 22 +++++ src/gsiqt/gsiDeclQSslCipher.cc | 22 +++++ src/gsiqt/gsiDeclQSslConfiguration.cc | 22 +++++ src/gsiqt/gsiDeclQSslError.cc | 22 +++++ src/gsiqt/gsiDeclQSslKey.cc | 22 +++++ src/gsiqt/gsiDeclQSslSocket.cc | 22 +++++ src/gsiqt/gsiDeclQStackedLayout.cc | 22 +++++ src/gsiqt/gsiDeclQStackedWidget.cc | 22 +++++ src/gsiqt/gsiDeclQStandardItem.cc | 22 +++++ src/gsiqt/gsiDeclQStandardItemModel.cc | 22 +++++ src/gsiqt/gsiDeclQStatusBar.cc | 22 +++++ src/gsiqt/gsiDeclQStatusTipEvent.cc | 22 +++++ src/gsiqt/gsiDeclQStringListModel.cc | 22 +++++ src/gsiqt/gsiDeclQStringMatcher.cc | 22 +++++ src/gsiqt/gsiDeclQStyle.cc | 22 +++++ src/gsiqt/gsiDeclQStyleFactory.cc | 22 +++++ src/gsiqt/gsiDeclQStyleHintReturn.cc | 22 +++++ src/gsiqt/gsiDeclQStyleHintReturnMask.cc | 22 +++++ src/gsiqt/gsiDeclQStyleHintReturnVariant.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOption.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionButton.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionComboBox.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionComplex.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionDockWidget.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionFocusRect.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionFrame.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionFrameV2.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionFrameV3.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionGraphicsItem.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionGroupBox.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionHeader.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionMenuItem.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionProgressBar.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionProgressBarV2.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionQ3DockWindow.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionQ3ListView.cc | 22 +++++ .../gsiDeclQStyleOptionQ3ListViewItem.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionRubberBand.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionSizeGrip.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionSlider.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionSpinBox.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionTab.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionTabBarBase.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionTabBarBaseV2.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionTabV2.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionTabV3.cc | 22 +++++ .../gsiDeclQStyleOptionTabWidgetFrame.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionTitleBar.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionToolBar.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionToolBox.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionToolBoxV2.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionToolButton.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionViewItem.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionViewItemV2.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionViewItemV3.cc | 22 +++++ src/gsiqt/gsiDeclQStyleOptionViewItemV4.cc | 22 +++++ src/gsiqt/gsiDeclQStylePainter.cc | 22 +++++ src/gsiqt/gsiDeclQStylePlugin.cc | 22 +++++ src/gsiqt/gsiDeclQStyledItemDelegate.cc | 22 +++++ src/gsiqt/gsiDeclQSwipeGesture.cc | 22 +++++ src/gsiqt/gsiDeclQSyntaxHighlighter.cc | 22 +++++ src/gsiqt/gsiDeclQSysInfo.cc | 22 +++++ src/gsiqt/gsiDeclQSystemLocale.cc | 22 +++++ src/gsiqt/gsiDeclQSystemTrayIcon.cc | 22 +++++ src/gsiqt/gsiDeclQTabBar.cc | 22 +++++ src/gsiqt/gsiDeclQTabWidget.cc | 22 +++++ src/gsiqt/gsiDeclQTableView.cc | 22 +++++ src/gsiqt/gsiDeclQTableWidget.cc | 22 +++++ src/gsiqt/gsiDeclQTableWidgetItem.cc | 22 +++++ .../gsiDeclQTableWidgetSelectionRange.cc | 22 +++++ src/gsiqt/gsiDeclQTabletEvent.cc | 22 +++++ src/gsiqt/gsiDeclQTapAndHoldGesture.cc | 22 +++++ src/gsiqt/gsiDeclQTapGesture.cc | 22 +++++ src/gsiqt/gsiDeclQTcpServer.cc | 22 +++++ src/gsiqt/gsiDeclQTcpSocket.cc | 22 +++++ src/gsiqt/gsiDeclQTemporaryFile.cc | 22 +++++ src/gsiqt/gsiDeclQTextBlock.cc | 22 +++++ src/gsiqt/gsiDeclQTextBlockFormat.cc | 22 +++++ src/gsiqt/gsiDeclQTextBlockGroup.cc | 22 +++++ src/gsiqt/gsiDeclQTextBlockUserData.cc | 22 +++++ src/gsiqt/gsiDeclQTextBlock_Iterator.cc | 22 +++++ src/gsiqt/gsiDeclQTextBrowser.cc | 22 +++++ src/gsiqt/gsiDeclQTextCharFormat.cc | 22 +++++ src/gsiqt/gsiDeclQTextCodec.cc | 22 +++++ src/gsiqt/gsiDeclQTextCodec_ConverterState.cc | 22 +++++ src/gsiqt/gsiDeclQTextCursor.cc | 22 +++++ src/gsiqt/gsiDeclQTextDecoder.cc | 22 +++++ src/gsiqt/gsiDeclQTextDocument.cc | 22 +++++ src/gsiqt/gsiDeclQTextDocumentFragment.cc | 22 +++++ src/gsiqt/gsiDeclQTextDocumentWriter.cc | 22 +++++ src/gsiqt/gsiDeclQTextEdit.cc | 22 +++++ src/gsiqt/gsiDeclQTextEdit_ExtraSelection.cc | 22 +++++ src/gsiqt/gsiDeclQTextEncoder.cc | 22 +++++ src/gsiqt/gsiDeclQTextFormat.cc | 22 +++++ src/gsiqt/gsiDeclQTextFragment.cc | 22 +++++ src/gsiqt/gsiDeclQTextFrame.cc | 22 +++++ src/gsiqt/gsiDeclQTextFrameFormat.cc | 22 +++++ src/gsiqt/gsiDeclQTextFrame_Iterator.cc | 22 +++++ src/gsiqt/gsiDeclQTextImageFormat.cc | 22 +++++ src/gsiqt/gsiDeclQTextInlineObject.cc | 22 +++++ src/gsiqt/gsiDeclQTextItem.cc | 22 +++++ src/gsiqt/gsiDeclQTextLayout.cc | 22 +++++ src/gsiqt/gsiDeclQTextLayout_FormatRange.cc | 22 +++++ src/gsiqt/gsiDeclQTextLength.cc | 22 +++++ src/gsiqt/gsiDeclQTextLine.cc | 22 +++++ src/gsiqt/gsiDeclQTextList.cc | 22 +++++ src/gsiqt/gsiDeclQTextListFormat.cc | 22 +++++ src/gsiqt/gsiDeclQTextObject.cc | 22 +++++ src/gsiqt/gsiDeclQTextObjectInterface.cc | 22 +++++ src/gsiqt/gsiDeclQTextOption.cc | 22 +++++ src/gsiqt/gsiDeclQTextOption_Tab.cc | 22 +++++ src/gsiqt/gsiDeclQTextStream.cc | 22 +++++ src/gsiqt/gsiDeclQTextTable.cc | 22 +++++ src/gsiqt/gsiDeclQTextTableCell.cc | 22 +++++ src/gsiqt/gsiDeclQTextTableCellFormat.cc | 22 +++++ src/gsiqt/gsiDeclQTextTableFormat.cc | 22 +++++ src/gsiqt/gsiDeclQThread.cc | 22 +++++ src/gsiqt/gsiDeclQTime.cc | 22 +++++ src/gsiqt/gsiDeclQTimeEdit.cc | 22 +++++ src/gsiqt/gsiDeclQTimeLine.cc | 22 +++++ src/gsiqt/gsiDeclQTimer.cc | 22 +++++ src/gsiqt/gsiDeclQTimerEvent.cc | 22 +++++ src/gsiqt/gsiDeclQToolBar.cc | 22 +++++ src/gsiqt/gsiDeclQToolBarChangeEvent.cc | 22 +++++ src/gsiqt/gsiDeclQToolBox.cc | 22 +++++ src/gsiqt/gsiDeclQToolButton.cc | 22 +++++ src/gsiqt/gsiDeclQToolTip.cc | 22 +++++ src/gsiqt/gsiDeclQTouchEvent.cc | 22 +++++ src/gsiqt/gsiDeclQTouchEvent_TouchPoint.cc | 22 +++++ src/gsiqt/gsiDeclQTransform.cc | 22 +++++ src/gsiqt/gsiDeclQTranslator.cc | 22 +++++ src/gsiqt/gsiDeclQTreeView.cc | 22 +++++ src/gsiqt/gsiDeclQTreeWidget.cc | 22 +++++ src/gsiqt/gsiDeclQTreeWidgetItem.cc | 22 +++++ src/gsiqt/gsiDeclQTreeWidgetItemIterator.cc | 22 +++++ src/gsiqt/gsiDeclQUdpSocket.cc | 22 +++++ src/gsiqt/gsiDeclQUndoCommand.cc | 22 +++++ src/gsiqt/gsiDeclQUndoGroup.cc | 22 +++++ src/gsiqt/gsiDeclQUndoStack.cc | 22 +++++ src/gsiqt/gsiDeclQUndoView.cc | 22 +++++ src/gsiqt/gsiDeclQUnixPrintWidget.cc | 22 +++++ src/gsiqt/gsiDeclQUrl.cc | 22 +++++ src/gsiqt/gsiDeclQUrlInfo.cc | 22 +++++ src/gsiqt/gsiDeclQVBoxLayout.cc | 22 +++++ src/gsiqt/gsiDeclQValidator.cc | 22 +++++ src/gsiqt/gsiDeclQVector2D.cc | 22 +++++ src/gsiqt/gsiDeclQVector3D.cc | 22 +++++ src/gsiqt/gsiDeclQVector4D.cc | 22 +++++ src/gsiqt/gsiDeclQWaitCondition.cc | 22 +++++ src/gsiqt/gsiDeclQWhatsThis.cc | 22 +++++ src/gsiqt/gsiDeclQWhatsThisClickedEvent.cc | 22 +++++ src/gsiqt/gsiDeclQWheelEvent.cc | 22 +++++ src/gsiqt/gsiDeclQWidget.cc | 22 +++++ src/gsiqt/gsiDeclQWidgetAction.cc | 22 +++++ src/gsiqt/gsiDeclQWidgetItem.cc | 22 +++++ src/gsiqt/gsiDeclQWindowStateChangeEvent.cc | 22 +++++ src/gsiqt/gsiDeclQWindowsStyle.cc | 22 +++++ src/gsiqt/gsiDeclQWizard.cc | 22 +++++ src/gsiqt/gsiDeclQWizardPage.cc | 22 +++++ src/gsiqt/gsiDeclQWriteLocker.cc | 22 +++++ src/gsiqt/gsiDeclQXmlAttributes.cc | 22 +++++ src/gsiqt/gsiDeclQXmlContentHandler.cc | 22 +++++ src/gsiqt/gsiDeclQXmlDTDHandler.cc | 22 +++++ src/gsiqt/gsiDeclQXmlDeclHandler.cc | 22 +++++ src/gsiqt/gsiDeclQXmlDefaultHandler.cc | 22 +++++ src/gsiqt/gsiDeclQXmlEntityResolver.cc | 22 +++++ src/gsiqt/gsiDeclQXmlErrorHandler.cc | 22 +++++ src/gsiqt/gsiDeclQXmlInputSource.cc | 22 +++++ src/gsiqt/gsiDeclQXmlLexicalHandler.cc | 22 +++++ src/gsiqt/gsiDeclQXmlLocator.cc | 22 +++++ src/gsiqt/gsiDeclQXmlNamespaceSupport.cc | 22 +++++ src/gsiqt/gsiDeclQXmlParseException.cc | 22 +++++ src/gsiqt/gsiDeclQXmlReader.cc | 22 +++++ src/gsiqt/gsiDeclQXmlSimpleReader.cc | 22 +++++ src/gsiqt/gsiDeclQt.cc | 22 +++++ src/gsiqt/gsiDeclQtTypeTraits.h | 22 +++++ src/gsiqt/gsiQt.cc | 4 +- src/gsiqt/gsiQt.h | 6 +- src/gsiqt/gsiQtExternals.h | 22 +++++ src/gsiqt5/gsiDeclQAbstractAnimation.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractAudioDeviceInfo.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractAudioInput.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractAudioOutput.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractButton.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractEventDispatcher.cc | 22 +++++ ...iDeclQAbstractEventDispatcher_TimerInfo.cc | 22 +++++ .../gsiDeclQAbstractExtensionFactory.cc | 22 +++++ .../gsiDeclQAbstractExtensionManager.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractFormBuilder.cc | 22 +++++ .../gsiDeclQAbstractGraphicsShapeItem.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractItemDelegate.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractItemModel.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractItemView.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractListModel.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractMessageHandler.cc | 22 +++++ .../gsiDeclQAbstractNativeEventFilter.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractNetworkCache.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractPrintDialog.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractProxyModel.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractScrollArea.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractSlider.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractSocket.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractSpinBox.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractState.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractTableModel.cc | 22 +++++ .../gsiDeclQAbstractTextDocumentLayout.cc | 22 +++++ ...AbstractTextDocumentLayout_PaintContext.cc | 22 +++++ ...clQAbstractTextDocumentLayout_Selection.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractTransition.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractUndoItem.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractUriResolver.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractVideoBuffer.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractVideoFilter.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractVideoSurface.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractXmlNodeModel.cc | 22 +++++ src/gsiqt5/gsiDeclQAbstractXmlReceiver.cc | 22 +++++ src/gsiqt5/gsiDeclQAccessible.cc | 22 +++++ .../gsiDeclQAccessibleActionInterface.cc | 22 +++++ ...gsiDeclQAccessibleEditableTextInterface.cc | 22 +++++ src/gsiqt5/gsiDeclQAccessibleEvent.cc | 22 +++++ .../gsiDeclQAccessibleImageInterface.cc | 22 +++++ src/gsiqt5/gsiDeclQAccessibleInterface.cc | 22 +++++ src/gsiqt5/gsiDeclQAccessibleObject.cc | 22 +++++ .../gsiDeclQAccessibleStateChangeEvent.cc | 22 +++++ .../gsiDeclQAccessibleTableCellInterface.cc | 22 +++++ .../gsiDeclQAccessibleTableInterface.cc | 22 +++++ ...gsiDeclQAccessibleTableModelChangeEvent.cc | 22 +++++ .../gsiDeclQAccessibleTextCursorEvent.cc | 22 +++++ .../gsiDeclQAccessibleTextInsertEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQAccessibleTextInterface.cc | 22 +++++ .../gsiDeclQAccessibleTextRemoveEvent.cc | 22 +++++ .../gsiDeclQAccessibleTextSelectionEvent.cc | 22 +++++ .../gsiDeclQAccessibleTextUpdateEvent.cc | 22 +++++ .../gsiDeclQAccessibleValueChangeEvent.cc | 22 +++++ .../gsiDeclQAccessibleValueInterface.cc | 22 +++++ src/gsiqt5/gsiDeclQAccessibleWidget.cc | 22 +++++ .../gsiDeclQAccessible_ActivationObserver.cc | 22 +++++ src/gsiqt5/gsiDeclQAccessible_State.cc | 22 +++++ src/gsiqt5/gsiDeclQAction.cc | 22 +++++ src/gsiqt5/gsiDeclQActionEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQActionGroup.cc | 22 +++++ src/gsiqt5/gsiDeclQAnimationDriver.cc | 22 +++++ src/gsiqt5/gsiDeclQAnimationGroup.cc | 22 +++++ src/gsiqt5/gsiDeclQApplication.cc | 22 +++++ .../gsiDeclQApplicationStateChangeEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQAssociativeIterable.cc | 22 +++++ src/gsiqt5/gsiDeclQAudio.cc | 22 +++++ src/gsiqt5/gsiDeclQAudioBuffer.cc | 22 +++++ src/gsiqt5/gsiDeclQAudioDecoder.cc | 22 +++++ src/gsiqt5/gsiDeclQAudioDecoderControl.cc | 22 +++++ src/gsiqt5/gsiDeclQAudioDeviceInfo.cc | 22 +++++ src/gsiqt5/gsiDeclQAudioEncoderSettings.cc | 22 +++++ .../gsiDeclQAudioEncoderSettingsControl.cc | 22 +++++ src/gsiqt5/gsiDeclQAudioFormat.cc | 22 +++++ src/gsiqt5/gsiDeclQAudioInput.cc | 22 +++++ .../gsiDeclQAudioInputSelectorControl.cc | 22 +++++ src/gsiqt5/gsiDeclQAudioOutput.cc | 22 +++++ .../gsiDeclQAudioOutputSelectorControl.cc | 22 +++++ src/gsiqt5/gsiDeclQAudioProbe.cc | 22 +++++ src/gsiqt5/gsiDeclQAudioRecorder.cc | 22 +++++ .../gsiDeclQAudioSystemFactoryInterface.cc | 22 +++++ src/gsiqt5/gsiDeclQAudioSystemPlugin.cc | 22 +++++ src/gsiqt5/gsiDeclQAuthenticator.cc | 22 +++++ src/gsiqt5/gsiDeclQBackingStore.cc | 22 +++++ src/gsiqt5/gsiDeclQBasicMutex.cc | 22 +++++ src/gsiqt5/gsiDeclQBasicTimer.cc | 22 +++++ src/gsiqt5/gsiDeclQBitmap.cc | 22 +++++ src/gsiqt5/gsiDeclQBoxLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQBrush.cc | 22 +++++ src/gsiqt5/gsiDeclQBuffer.cc | 22 +++++ src/gsiqt5/gsiDeclQButtonGroup.cc | 22 +++++ src/gsiqt5/gsiDeclQByteArrayDataPtr.cc | 22 +++++ src/gsiqt5/gsiDeclQByteArrayMatcher.cc | 22 +++++ src/gsiqt5/gsiDeclQCalendarWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQCamera.cc | 22 +++++ ...siDeclQCameraCaptureBufferFormatControl.cc | 22 +++++ ...gsiDeclQCameraCaptureDestinationControl.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraControl.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraExposure.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraExposureControl.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraFeedbackControl.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraFlashControl.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraFocus.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraFocusControl.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraFocusZone.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraImageCapture.cc | 22 +++++ .../gsiDeclQCameraImageCaptureControl.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraImageProcessing.cc | 22 +++++ .../gsiDeclQCameraImageProcessingControl.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraInfo.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraInfoControl.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraLocksControl.cc | 22 +++++ .../gsiDeclQCameraViewfinderSettings.cc | 22 +++++ ...gsiDeclQCameraViewfinderSettingsControl.cc | 22 +++++ ...siDeclQCameraViewfinderSettingsControl2.cc | 22 +++++ src/gsiqt5/gsiDeclQCameraZoomControl.cc | 22 +++++ src/gsiqt5/gsiDeclQCamera_FrameRateRange.cc | 22 +++++ src/gsiqt5/gsiDeclQCheckBox.cc | 22 +++++ src/gsiqt5/gsiDeclQChildEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQClipboard.cc | 22 +++++ src/gsiqt5/gsiDeclQCloseEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQCollator.cc | 22 +++++ src/gsiqt5/gsiDeclQCollatorSortKey.cc | 22 +++++ src/gsiqt5/gsiDeclQColor.cc | 22 +++++ src/gsiqt5/gsiDeclQColorDialog.cc | 22 +++++ src/gsiqt5/gsiDeclQColormap.cc | 22 +++++ src/gsiqt5/gsiDeclQColumnView.cc | 22 +++++ src/gsiqt5/gsiDeclQComboBox.cc | 22 +++++ src/gsiqt5/gsiDeclQCommandLineOption.cc | 22 +++++ src/gsiqt5/gsiDeclQCommandLineParser.cc | 22 +++++ src/gsiqt5/gsiDeclQCommandLinkButton.cc | 22 +++++ src/gsiqt5/gsiDeclQCommonStyle.cc | 22 +++++ src/gsiqt5/gsiDeclQCompleter.cc | 22 +++++ src/gsiqt5/gsiDeclQConicalGradient.cc | 22 +++++ src/gsiqt5/gsiDeclQContextMenuEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQCoreApplication.cc | 22 +++++ src/gsiqt5/gsiDeclQCryptographicHash.cc | 22 +++++ src/gsiqt5/gsiDeclQCursor.cc | 22 +++++ src/gsiqt5/gsiDeclQDataStream.cc | 22 +++++ src/gsiqt5/gsiDeclQDataWidgetMapper.cc | 22 +++++ src/gsiqt5/gsiDeclQDate.cc | 22 +++++ src/gsiqt5/gsiDeclQDateEdit.cc | 22 +++++ src/gsiqt5/gsiDeclQDateTime.cc | 22 +++++ src/gsiqt5/gsiDeclQDateTimeEdit.cc | 22 +++++ src/gsiqt5/gsiDeclQDebug.cc | 22 +++++ src/gsiqt5/gsiDeclQDebugStateSaver.cc | 22 +++++ src/gsiqt5/gsiDeclQDeferredDeleteEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQDesktopServices.cc | 22 +++++ src/gsiqt5/gsiDeclQDesktopWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQDial.cc | 22 +++++ src/gsiqt5/gsiDeclQDialog.cc | 22 +++++ src/gsiqt5/gsiDeclQDialogButtonBox.cc | 22 +++++ src/gsiqt5/gsiDeclQDir.cc | 22 +++++ src/gsiqt5/gsiDeclQDirIterator.cc | 22 +++++ src/gsiqt5/gsiDeclQDirModel.cc | 22 +++++ src/gsiqt5/gsiDeclQDnsDomainNameRecord.cc | 22 +++++ src/gsiqt5/gsiDeclQDnsHostAddressRecord.cc | 22 +++++ src/gsiqt5/gsiDeclQDnsLookup.cc | 22 +++++ src/gsiqt5/gsiDeclQDnsMailExchangeRecord.cc | 22 +++++ src/gsiqt5/gsiDeclQDnsServiceRecord.cc | 22 +++++ src/gsiqt5/gsiDeclQDnsTextRecord.cc | 22 +++++ src/gsiqt5/gsiDeclQDockWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQDomAttr.cc | 22 +++++ src/gsiqt5/gsiDeclQDomCDATASection.cc | 22 +++++ src/gsiqt5/gsiDeclQDomCharacterData.cc | 22 +++++ src/gsiqt5/gsiDeclQDomComment.cc | 22 +++++ src/gsiqt5/gsiDeclQDomDocument.cc | 22 +++++ src/gsiqt5/gsiDeclQDomDocumentFragment.cc | 22 +++++ src/gsiqt5/gsiDeclQDomDocumentType.cc | 22 +++++ src/gsiqt5/gsiDeclQDomElement.cc | 22 +++++ src/gsiqt5/gsiDeclQDomEntity.cc | 22 +++++ src/gsiqt5/gsiDeclQDomEntityReference.cc | 22 +++++ src/gsiqt5/gsiDeclQDomImplementation.cc | 22 +++++ src/gsiqt5/gsiDeclQDomNamedNodeMap.cc | 22 +++++ src/gsiqt5/gsiDeclQDomNode.cc | 22 +++++ src/gsiqt5/gsiDeclQDomNodeList.cc | 22 +++++ src/gsiqt5/gsiDeclQDomNotation.cc | 22 +++++ .../gsiDeclQDomProcessingInstruction.cc | 22 +++++ src/gsiqt5/gsiDeclQDomText.cc | 22 +++++ src/gsiqt5/gsiDeclQDoubleSpinBox.cc | 22 +++++ src/gsiqt5/gsiDeclQDoubleValidator.cc | 22 +++++ src/gsiqt5/gsiDeclQDrag.cc | 22 +++++ src/gsiqt5/gsiDeclQDragEnterEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQDragLeaveEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQDragMoveEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQDropEvent.cc | 22 +++++ .../gsiDeclQDynamicPropertyChangeEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQEasingCurve.cc | 22 +++++ src/gsiqt5/gsiDeclQElapsedTimer.cc | 22 +++++ src/gsiqt5/gsiDeclQEnterEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQErrorMessage.cc | 22 +++++ src/gsiqt5/gsiDeclQEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQEventLoop.cc | 22 +++++ src/gsiqt5/gsiDeclQEventLoopLocker.cc | 22 +++++ src/gsiqt5/gsiDeclQEventTransition.cc | 22 +++++ src/gsiqt5/gsiDeclQExposeEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQFactoryInterface.cc | 22 +++++ src/gsiqt5/gsiDeclQFile.cc | 22 +++++ src/gsiqt5/gsiDeclQFileDevice.cc | 22 +++++ src/gsiqt5/gsiDeclQFileDialog.cc | 22 +++++ src/gsiqt5/gsiDeclQFileIconProvider.cc | 22 +++++ src/gsiqt5/gsiDeclQFileInfo.cc | 22 +++++ src/gsiqt5/gsiDeclQFileOpenEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQFileSelector.cc | 22 +++++ src/gsiqt5/gsiDeclQFileSystemModel.cc | 22 +++++ src/gsiqt5/gsiDeclQFileSystemWatcher.cc | 22 +++++ src/gsiqt5/gsiDeclQFinalState.cc | 22 +++++ src/gsiqt5/gsiDeclQFocusEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQFocusFrame.cc | 22 +++++ src/gsiqt5/gsiDeclQFont.cc | 22 +++++ src/gsiqt5/gsiDeclQFontComboBox.cc | 22 +++++ src/gsiqt5/gsiDeclQFontDatabase.cc | 22 +++++ src/gsiqt5/gsiDeclQFontDialog.cc | 22 +++++ src/gsiqt5/gsiDeclQFontInfo.cc | 22 +++++ src/gsiqt5/gsiDeclQFontMetrics.cc | 22 +++++ src/gsiqt5/gsiDeclQFontMetricsF.cc | 22 +++++ src/gsiqt5/gsiDeclQFormBuilder.cc | 22 +++++ src/gsiqt5/gsiDeclQFormLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQFrame.cc | 22 +++++ src/gsiqt5/gsiDeclQGenericPlugin.cc | 22 +++++ src/gsiqt5/gsiDeclQGenericPluginFactory.cc | 22 +++++ src/gsiqt5/gsiDeclQGesture.cc | 22 +++++ src/gsiqt5/gsiDeclQGestureEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQGestureRecognizer.cc | 22 +++++ src/gsiqt5/gsiDeclQGlyphRun.cc | 22 +++++ src/gsiqt5/gsiDeclQGradient.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsAnchor.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsAnchorLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsBlurEffect.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsColorizeEffect.cc | 22 +++++ .../gsiDeclQGraphicsDropShadowEffect.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsEffect.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsEllipseItem.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsGridLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsItem.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsItemAnimation.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsItemGroup.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsLayoutItem.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsLineItem.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsLinearLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsObject.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsOpacityEffect.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsPathItem.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsPixmapItem.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsPolygonItem.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsProxyWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsRectItem.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsRotation.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsScale.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsScene.cc | 22 +++++ .../gsiDeclQGraphicsSceneContextMenuEvent.cc | 22 +++++ .../gsiDeclQGraphicsSceneDragDropEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsSceneEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsSceneHelpEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsSceneHoverEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsSceneMouseEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsSceneMoveEvent.cc | 22 +++++ .../gsiDeclQGraphicsSceneResizeEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsSceneWheelEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsSimpleTextItem.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsSvgItem.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsTextItem.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsTransform.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsVideoItem.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsView.cc | 22 +++++ src/gsiqt5/gsiDeclQGraphicsWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQGridLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQGroupBox.cc | 22 +++++ src/gsiqt5/gsiDeclQGuiApplication.cc | 22 +++++ src/gsiqt5/gsiDeclQHBoxLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQHeaderView.cc | 22 +++++ src/gsiqt5/gsiDeclQHelpEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQHideEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQHistoryState.cc | 22 +++++ src/gsiqt5/gsiDeclQHostAddress.cc | 22 +++++ src/gsiqt5/gsiDeclQHostInfo.cc | 22 +++++ src/gsiqt5/gsiDeclQHoverEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQHttpMultiPart.cc | 22 +++++ src/gsiqt5/gsiDeclQHttpPart.cc | 22 +++++ src/gsiqt5/gsiDeclQIODevice.cc | 22 +++++ src/gsiqt5/gsiDeclQIPv6Address.cc | 22 +++++ src/gsiqt5/gsiDeclQIcon.cc | 22 +++++ src/gsiqt5/gsiDeclQIconDragEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQIconEngine.cc | 22 +++++ src/gsiqt5/gsiDeclQIconEnginePlugin.cc | 22 +++++ ...iDeclQIconEngine_AvailableSizesArgument.cc | 22 +++++ src/gsiqt5/gsiDeclQIdentityProxyModel.cc | 22 +++++ src/gsiqt5/gsiDeclQImage.cc | 22 +++++ src/gsiqt5/gsiDeclQImageEncoderControl.cc | 22 +++++ src/gsiqt5/gsiDeclQImageEncoderSettings.cc | 22 +++++ src/gsiqt5/gsiDeclQImageIOHandler.cc | 22 +++++ src/gsiqt5/gsiDeclQImageIOPlugin.cc | 22 +++++ src/gsiqt5/gsiDeclQImageReader.cc | 22 +++++ src/gsiqt5/gsiDeclQImageWriter.cc | 22 +++++ src/gsiqt5/gsiDeclQInputDialog.cc | 22 +++++ src/gsiqt5/gsiDeclQInputEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQInputMethod.cc | 22 +++++ src/gsiqt5/gsiDeclQInputMethodEvent.cc | 22 +++++ .../gsiDeclQInputMethodEvent_Attribute.cc | 22 +++++ src/gsiqt5/gsiDeclQInputMethodQueryEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQIntValidator.cc | 22 +++++ src/gsiqt5/gsiDeclQItemDelegate.cc | 22 +++++ src/gsiqt5/gsiDeclQItemEditorCreatorBase.cc | 22 +++++ src/gsiqt5/gsiDeclQItemEditorFactory.cc | 22 +++++ src/gsiqt5/gsiDeclQItemSelection.cc | 22 +++++ src/gsiqt5/gsiDeclQItemSelectionModel.cc | 22 +++++ src/gsiqt5/gsiDeclQItemSelectionRange.cc | 22 +++++ src/gsiqt5/gsiDeclQJsonArray.cc | 22 +++++ .../gsiDeclQJsonArray_Const_iterator.cc | 22 +++++ src/gsiqt5/gsiDeclQJsonArray_Iterator.cc | 22 +++++ src/gsiqt5/gsiDeclQJsonDocument.cc | 22 +++++ src/gsiqt5/gsiDeclQJsonObject.cc | 22 +++++ .../gsiDeclQJsonObject_Const_iterator.cc | 22 +++++ src/gsiqt5/gsiDeclQJsonObject_Iterator.cc | 22 +++++ src/gsiqt5/gsiDeclQJsonParseError.cc | 22 +++++ src/gsiqt5/gsiDeclQJsonValue.cc | 22 +++++ src/gsiqt5/gsiDeclQJsonValuePtr.cc | 22 +++++ src/gsiqt5/gsiDeclQJsonValueRef.cc | 22 +++++ src/gsiqt5/gsiDeclQJsonValueRefPtr.cc | 22 +++++ src/gsiqt5/gsiDeclQKeyEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQKeySequence.cc | 22 +++++ src/gsiqt5/gsiDeclQKeySequenceEdit.cc | 22 +++++ src/gsiqt5/gsiDeclQLCDNumber.cc | 22 +++++ src/gsiqt5/gsiDeclQLabel.cc | 22 +++++ src/gsiqt5/gsiDeclQLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQLayoutItem.cc | 22 +++++ src/gsiqt5/gsiDeclQLibrary.cc | 22 +++++ src/gsiqt5/gsiDeclQLibraryInfo.cc | 22 +++++ src/gsiqt5/gsiDeclQLine.cc | 22 +++++ src/gsiqt5/gsiDeclQLineEdit.cc | 22 +++++ src/gsiqt5/gsiDeclQLineF.cc | 22 +++++ src/gsiqt5/gsiDeclQLinearGradient.cc | 22 +++++ src/gsiqt5/gsiDeclQListView.cc | 22 +++++ src/gsiqt5/gsiDeclQListWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQListWidgetItem.cc | 22 +++++ src/gsiqt5/gsiDeclQLocalServer.cc | 22 +++++ src/gsiqt5/gsiDeclQLocalSocket.cc | 22 +++++ src/gsiqt5/gsiDeclQLocale.cc | 22 +++++ src/gsiqt5/gsiDeclQLockFile.cc | 22 +++++ src/gsiqt5/gsiDeclQLoggingCategory.cc | 22 +++++ src/gsiqt5/gsiDeclQMainWindow.cc | 22 +++++ src/gsiqt5/gsiDeclQMapDataBase.cc | 22 +++++ src/gsiqt5/gsiDeclQMapNodeBase.cc | 22 +++++ src/gsiqt5/gsiDeclQMargins.cc | 22 +++++ src/gsiqt5/gsiDeclQMarginsF.cc | 22 +++++ src/gsiqt5/gsiDeclQMatrix.cc | 22 +++++ src/gsiqt5/gsiDeclQMatrix4x4.cc | 22 +++++ src/gsiqt5/gsiDeclQMdiArea.cc | 22 +++++ src/gsiqt5/gsiDeclQMdiSubWindow.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaAudioProbeControl.cc | 22 +++++ .../gsiDeclQMediaAvailabilityControl.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaBindableInterface.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaContainerControl.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaContent.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaControl.cc | 22 +++++ .../gsiDeclQMediaGaplessPlaybackControl.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaMetaData.cc | 22 +++++ .../gsiDeclQMediaNetworkAccessControl.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaObject.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaPlayer.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaPlayerControl.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaPlaylist.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaRecorder.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaRecorderControl.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaResource.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaService.cc | 22 +++++ ...gsiDeclQMediaServiceCameraInfoInterface.cc | 22 +++++ ...DeclQMediaServiceDefaultDeviceInterface.cc | 22 +++++ .../gsiDeclQMediaServiceFeaturesInterface.cc | 22 +++++ ...clQMediaServiceProviderFactoryInterface.cc | 22 +++++ .../gsiDeclQMediaServiceProviderHint.cc | 22 +++++ .../gsiDeclQMediaServiceProviderPlugin.cc | 22 +++++ ...lQMediaServiceSupportedDevicesInterface.cc | 22 +++++ ...lQMediaServiceSupportedFormatsInterface.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaStreamsControl.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaTimeInterval.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaTimeRange.cc | 22 +++++ src/gsiqt5/gsiDeclQMediaVideoProbeControl.cc | 22 +++++ src/gsiqt5/gsiDeclQMenu.cc | 22 +++++ src/gsiqt5/gsiDeclQMenuBar.cc | 22 +++++ .../gsiDeclQMessageAuthenticationCode.cc | 22 +++++ src/gsiqt5/gsiDeclQMessageBox.cc | 22 +++++ src/gsiqt5/gsiDeclQMessageLogContext.cc | 22 +++++ src/gsiqt5/gsiDeclQMessageLogger.cc | 22 +++++ src/gsiqt5/gsiDeclQMetaClassInfo.cc | 22 +++++ src/gsiqt5/gsiDeclQMetaDataReaderControl.cc | 22 +++++ src/gsiqt5/gsiDeclQMetaDataWriterControl.cc | 22 +++++ src/gsiqt5/gsiDeclQMetaEnum.cc | 22 +++++ src/gsiqt5/gsiDeclQMetaMethod.cc | 22 +++++ src/gsiqt5/gsiDeclQMetaObject.cc | 22 +++++ src/gsiqt5/gsiDeclQMetaObject_Connection.cc | 22 +++++ src/gsiqt5/gsiDeclQMetaProperty.cc | 22 +++++ src/gsiqt5/gsiDeclQMimeData.cc | 22 +++++ src/gsiqt5/gsiDeclQMimeDatabase.cc | 22 +++++ src/gsiqt5/gsiDeclQMimeType.cc | 22 +++++ src/gsiqt5/gsiDeclQModelIndex.cc | 22 +++++ src/gsiqt5/gsiDeclQMouseEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQMoveEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQMovie.cc | 22 +++++ src/gsiqt5/gsiDeclQMultimedia.cc | 22 +++++ src/gsiqt5/gsiDeclQMutex.cc | 22 +++++ src/gsiqt5/gsiDeclQNativeGestureEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkAccessManager.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkAddressEntry.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkCacheMetaData.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkConfiguration.cc | 22 +++++ .../gsiDeclQNetworkConfigurationManager.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkCookie.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkCookieJar.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkDiskCache.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkInterface.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkProxy.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkProxyFactory.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkProxyQuery.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkReply.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkRequest.cc | 22 +++++ src/gsiqt5/gsiDeclQNetworkSession.cc | 22 +++++ src/gsiqt5/gsiDeclQNoDebug.cc | 22 +++++ src/gsiqt5/gsiDeclQObject.cc | 22 +++++ src/gsiqt5/gsiDeclQOffscreenSurface.cc | 22 +++++ src/gsiqt5/gsiDeclQPageLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQPageSetupDialog.cc | 22 +++++ src/gsiqt5/gsiDeclQPageSize.cc | 22 +++++ src/gsiqt5/gsiDeclQPagedPaintDevice.cc | 22 +++++ .../gsiDeclQPagedPaintDevice_Margins.cc | 22 +++++ src/gsiqt5/gsiDeclQPaintDevice.cc | 22 +++++ src/gsiqt5/gsiDeclQPaintDeviceWindow.cc | 22 +++++ src/gsiqt5/gsiDeclQPaintEngine.cc | 22 +++++ src/gsiqt5/gsiDeclQPaintEngineState.cc | 22 +++++ src/gsiqt5/gsiDeclQPaintEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQPainter.cc | 22 +++++ src/gsiqt5/gsiDeclQPainterPath.cc | 22 +++++ src/gsiqt5/gsiDeclQPainterPathStroker.cc | 22 +++++ src/gsiqt5/gsiDeclQPainterPath_Element.cc | 22 +++++ src/gsiqt5/gsiDeclQPainter_PixmapFragment.cc | 22 +++++ src/gsiqt5/gsiDeclQPalette.cc | 22 +++++ src/gsiqt5/gsiDeclQPanGesture.cc | 22 +++++ src/gsiqt5/gsiDeclQParallelAnimationGroup.cc | 22 +++++ src/gsiqt5/gsiDeclQPauseAnimation.cc | 22 +++++ src/gsiqt5/gsiDeclQPdfWriter.cc | 22 +++++ src/gsiqt5/gsiDeclQPen.cc | 22 +++++ src/gsiqt5/gsiDeclQPersistentModelIndex.cc | 22 +++++ src/gsiqt5/gsiDeclQPicture.cc | 22 +++++ src/gsiqt5/gsiDeclQPictureFormatPlugin.cc | 22 +++++ src/gsiqt5/gsiDeclQPinchGesture.cc | 22 +++++ src/gsiqt5/gsiDeclQPixelFormat.cc | 22 +++++ src/gsiqt5/gsiDeclQPixmap.cc | 22 +++++ src/gsiqt5/gsiDeclQPixmapCache.cc | 22 +++++ src/gsiqt5/gsiDeclQPlainTextDocumentLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQPlainTextEdit.cc | 22 +++++ src/gsiqt5/gsiDeclQPlatformSurfaceEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQPluginLoader.cc | 22 +++++ src/gsiqt5/gsiDeclQPoint.cc | 22 +++++ src/gsiqt5/gsiDeclQPointF.cc | 22 +++++ src/gsiqt5/gsiDeclQPolygon.cc | 22 +++++ src/gsiqt5/gsiDeclQPolygonF.cc | 22 +++++ src/gsiqt5/gsiDeclQPrintDialog.cc | 22 +++++ src/gsiqt5/gsiDeclQPrintEngine.cc | 22 +++++ src/gsiqt5/gsiDeclQPrintPreviewDialog.cc | 22 +++++ src/gsiqt5/gsiDeclQPrintPreviewWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQPrinter.cc | 22 +++++ src/gsiqt5/gsiDeclQPrinterInfo.cc | 22 +++++ src/gsiqt5/gsiDeclQProcess.cc | 22 +++++ src/gsiqt5/gsiDeclQProcessEnvironment.cc | 22 +++++ src/gsiqt5/gsiDeclQProgressBar.cc | 22 +++++ src/gsiqt5/gsiDeclQProgressDialog.cc | 22 +++++ src/gsiqt5/gsiDeclQPropertyAnimation.cc | 22 +++++ src/gsiqt5/gsiDeclQPushButton.cc | 22 +++++ src/gsiqt5/gsiDeclQQuaternion.cc | 22 +++++ src/gsiqt5/gsiDeclQRadialGradient.cc | 22 +++++ src/gsiqt5/gsiDeclQRadioButton.cc | 22 +++++ src/gsiqt5/gsiDeclQRadioData.cc | 22 +++++ src/gsiqt5/gsiDeclQRadioDataControl.cc | 22 +++++ src/gsiqt5/gsiDeclQRadioTuner.cc | 22 +++++ src/gsiqt5/gsiDeclQRadioTunerControl.cc | 22 +++++ src/gsiqt5/gsiDeclQRasterWindow.cc | 22 +++++ src/gsiqt5/gsiDeclQRawFont.cc | 22 +++++ src/gsiqt5/gsiDeclQReadLocker.cc | 22 +++++ src/gsiqt5/gsiDeclQReadWriteLock.cc | 22 +++++ src/gsiqt5/gsiDeclQRect.cc | 22 +++++ src/gsiqt5/gsiDeclQRectF.cc | 22 +++++ src/gsiqt5/gsiDeclQRegExp.cc | 22 +++++ src/gsiqt5/gsiDeclQRegExpValidator.cc | 22 +++++ src/gsiqt5/gsiDeclQRegion.cc | 22 +++++ src/gsiqt5/gsiDeclQRegularExpression.cc | 22 +++++ src/gsiqt5/gsiDeclQRegularExpressionMatch.cc | 22 +++++ .../gsiDeclQRegularExpressionMatchIterator.cc | 22 +++++ .../gsiDeclQRegularExpressionValidator.cc | 22 +++++ src/gsiqt5/gsiDeclQResizeEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQResource.cc | 22 +++++ src/gsiqt5/gsiDeclQRubberBand.cc | 22 +++++ src/gsiqt5/gsiDeclQRunnable.cc | 22 +++++ src/gsiqt5/gsiDeclQSaveFile.cc | 22 +++++ src/gsiqt5/gsiDeclQScreen.cc | 22 +++++ .../gsiDeclQScreenOrientationChangeEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQScrollArea.cc | 22 +++++ src/gsiqt5/gsiDeclQScrollBar.cc | 22 +++++ src/gsiqt5/gsiDeclQScrollEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQScrollPrepareEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQScroller.cc | 22 +++++ src/gsiqt5/gsiDeclQScrollerProperties.cc | 22 +++++ src/gsiqt5/gsiDeclQSemaphore.cc | 22 +++++ .../gsiDeclQSequentialAnimationGroup.cc | 22 +++++ src/gsiqt5/gsiDeclQSequentialIterable.cc | 22 +++++ src/gsiqt5/gsiDeclQSessionManager.cc | 22 +++++ src/gsiqt5/gsiDeclQSettings.cc | 22 +++++ src/gsiqt5/gsiDeclQSharedMemory.cc | 22 +++++ src/gsiqt5/gsiDeclQShortcut.cc | 22 +++++ src/gsiqt5/gsiDeclQShortcutEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQShowEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQSignalBlocker.cc | 22 +++++ src/gsiqt5/gsiDeclQSignalMapper.cc | 22 +++++ src/gsiqt5/gsiDeclQSignalTransition.cc | 22 +++++ src/gsiqt5/gsiDeclQSimpleXmlNodeModel.cc | 22 +++++ src/gsiqt5/gsiDeclQSize.cc | 22 +++++ src/gsiqt5/gsiDeclQSizeF.cc | 22 +++++ src/gsiqt5/gsiDeclQSizeGrip.cc | 22 +++++ src/gsiqt5/gsiDeclQSizePolicy.cc | 22 +++++ src/gsiqt5/gsiDeclQSlider.cc | 22 +++++ src/gsiqt5/gsiDeclQSocketNotifier.cc | 22 +++++ src/gsiqt5/gsiDeclQSortFilterProxyModel.cc | 22 +++++ src/gsiqt5/gsiDeclQSound.cc | 22 +++++ src/gsiqt5/gsiDeclQSoundEffect.cc | 22 +++++ src/gsiqt5/gsiDeclQSourceLocation.cc | 22 +++++ src/gsiqt5/gsiDeclQSpacerItem.cc | 22 +++++ src/gsiqt5/gsiDeclQSpinBox.cc | 22 +++++ src/gsiqt5/gsiDeclQSplashScreen.cc | 22 +++++ src/gsiqt5/gsiDeclQSplitter.cc | 22 +++++ src/gsiqt5/gsiDeclQSplitterHandle.cc | 22 +++++ src/gsiqt5/gsiDeclQSql.cc | 22 +++++ src/gsiqt5/gsiDeclQSqlDatabase.cc | 22 +++++ src/gsiqt5/gsiDeclQSqlDriver.cc | 22 +++++ src/gsiqt5/gsiDeclQSqlDriverCreatorBase.cc | 22 +++++ src/gsiqt5/gsiDeclQSqlError.cc | 22 +++++ src/gsiqt5/gsiDeclQSqlField.cc | 22 +++++ src/gsiqt5/gsiDeclQSqlIndex.cc | 22 +++++ src/gsiqt5/gsiDeclQSqlQuery.cc | 22 +++++ src/gsiqt5/gsiDeclQSqlQueryModel.cc | 22 +++++ src/gsiqt5/gsiDeclQSqlRecord.cc | 22 +++++ src/gsiqt5/gsiDeclQSqlRelation.cc | 22 +++++ src/gsiqt5/gsiDeclQSqlRelationalTableModel.cc | 22 +++++ src/gsiqt5/gsiDeclQSqlResult.cc | 22 +++++ src/gsiqt5/gsiDeclQSqlTableModel.cc | 22 +++++ src/gsiqt5/gsiDeclQSsl.cc | 22 +++++ src/gsiqt5/gsiDeclQSslCertificate.cc | 22 +++++ src/gsiqt5/gsiDeclQSslCertificateExtension.cc | 22 +++++ src/gsiqt5/gsiDeclQSslCipher.cc | 22 +++++ src/gsiqt5/gsiDeclQSslConfiguration.cc | 22 +++++ src/gsiqt5/gsiDeclQSslEllipticCurve.cc | 22 +++++ src/gsiqt5/gsiDeclQSslError.cc | 22 +++++ src/gsiqt5/gsiDeclQSslKey.cc | 22 +++++ .../gsiDeclQSslPreSharedKeyAuthenticator.cc | 22 +++++ src/gsiqt5/gsiDeclQSslSocket.cc | 22 +++++ src/gsiqt5/gsiDeclQStackedLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQStackedWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQStandardItem.cc | 22 +++++ src/gsiqt5/gsiDeclQStandardItemModel.cc | 22 +++++ src/gsiqt5/gsiDeclQStandardPaths.cc | 22 +++++ src/gsiqt5/gsiDeclQState.cc | 22 +++++ src/gsiqt5/gsiDeclQStateMachine.cc | 22 +++++ .../gsiDeclQStateMachine_SignalEvent.cc | 22 +++++ .../gsiDeclQStateMachine_WrappedEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQStaticPlugin.cc | 22 +++++ src/gsiqt5/gsiDeclQStaticText.cc | 22 +++++ src/gsiqt5/gsiDeclQStatusBar.cc | 22 +++++ src/gsiqt5/gsiDeclQStatusTipEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQStorageInfo.cc | 22 +++++ src/gsiqt5/gsiDeclQStringDataPtr.cc | 22 +++++ src/gsiqt5/gsiDeclQStringListModel.cc | 22 +++++ src/gsiqt5/gsiDeclQStringMatcher.cc | 22 +++++ src/gsiqt5/gsiDeclQStyle.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleFactory.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleHintReturn.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleHintReturnMask.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleHintReturnVariant.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleHints.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOption.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionButton.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionComboBox.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionComplex.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionDockWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionFocusRect.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionFrame.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionGraphicsItem.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionGroupBox.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionHeader.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionMenuItem.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionProgressBar.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionRubberBand.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionSizeGrip.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionSlider.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionSpinBox.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionTab.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionTabBarBase.cc | 22 +++++ .../gsiDeclQStyleOptionTabWidgetFrame.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionTitleBar.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionToolBar.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionToolBox.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionToolButton.cc | 22 +++++ src/gsiqt5/gsiDeclQStyleOptionViewItem.cc | 22 +++++ src/gsiqt5/gsiDeclQStylePainter.cc | 22 +++++ src/gsiqt5/gsiDeclQStylePlugin.cc | 22 +++++ src/gsiqt5/gsiDeclQStyledItemDelegate.cc | 22 +++++ src/gsiqt5/gsiDeclQSurface.cc | 22 +++++ src/gsiqt5/gsiDeclQSurfaceFormat.cc | 22 +++++ src/gsiqt5/gsiDeclQSvgGenerator.cc | 22 +++++ src/gsiqt5/gsiDeclQSvgRenderer.cc | 22 +++++ src/gsiqt5/gsiDeclQSvgWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQSwipeGesture.cc | 22 +++++ src/gsiqt5/gsiDeclQSyntaxHighlighter.cc | 22 +++++ src/gsiqt5/gsiDeclQSysInfo.cc | 22 +++++ src/gsiqt5/gsiDeclQSystemSemaphore.cc | 22 +++++ src/gsiqt5/gsiDeclQSystemTrayIcon.cc | 22 +++++ src/gsiqt5/gsiDeclQTabBar.cc | 22 +++++ src/gsiqt5/gsiDeclQTabWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQTableView.cc | 22 +++++ src/gsiqt5/gsiDeclQTableWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQTableWidgetItem.cc | 22 +++++ .../gsiDeclQTableWidgetSelectionRange.cc | 22 +++++ src/gsiqt5/gsiDeclQTabletEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQTapAndHoldGesture.cc | 22 +++++ src/gsiqt5/gsiDeclQTapGesture.cc | 22 +++++ src/gsiqt5/gsiDeclQTcpServer.cc | 22 +++++ src/gsiqt5/gsiDeclQTcpSocket.cc | 22 +++++ src/gsiqt5/gsiDeclQTemporaryDir.cc | 22 +++++ src/gsiqt5/gsiDeclQTemporaryFile.cc | 22 +++++ src/gsiqt5/gsiDeclQTextBlock.cc | 22 +++++ src/gsiqt5/gsiDeclQTextBlockFormat.cc | 22 +++++ src/gsiqt5/gsiDeclQTextBlockGroup.cc | 22 +++++ src/gsiqt5/gsiDeclQTextBlockUserData.cc | 22 +++++ src/gsiqt5/gsiDeclQTextBlock_Iterator.cc | 22 +++++ src/gsiqt5/gsiDeclQTextBoundaryFinder.cc | 22 +++++ src/gsiqt5/gsiDeclQTextBrowser.cc | 22 +++++ src/gsiqt5/gsiDeclQTextCharFormat.cc | 22 +++++ src/gsiqt5/gsiDeclQTextCodec.cc | 22 +++++ .../gsiDeclQTextCodec_ConverterState.cc | 22 +++++ src/gsiqt5/gsiDeclQTextCursor.cc | 22 +++++ src/gsiqt5/gsiDeclQTextDecoder.cc | 22 +++++ src/gsiqt5/gsiDeclQTextDocument.cc | 22 +++++ src/gsiqt5/gsiDeclQTextDocumentFragment.cc | 22 +++++ src/gsiqt5/gsiDeclQTextDocumentWriter.cc | 22 +++++ src/gsiqt5/gsiDeclQTextEdit.cc | 22 +++++ src/gsiqt5/gsiDeclQTextEdit_ExtraSelection.cc | 22 +++++ src/gsiqt5/gsiDeclQTextEncoder.cc | 22 +++++ src/gsiqt5/gsiDeclQTextFormat.cc | 22 +++++ src/gsiqt5/gsiDeclQTextFragment.cc | 22 +++++ src/gsiqt5/gsiDeclQTextFrame.cc | 22 +++++ src/gsiqt5/gsiDeclQTextFrameFormat.cc | 22 +++++ src/gsiqt5/gsiDeclQTextFrame_Iterator.cc | 22 +++++ src/gsiqt5/gsiDeclQTextImageFormat.cc | 22 +++++ src/gsiqt5/gsiDeclQTextInlineObject.cc | 22 +++++ src/gsiqt5/gsiDeclQTextItem.cc | 22 +++++ src/gsiqt5/gsiDeclQTextLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQTextLayout_FormatRange.cc | 22 +++++ src/gsiqt5/gsiDeclQTextLength.cc | 22 +++++ src/gsiqt5/gsiDeclQTextLine.cc | 22 +++++ src/gsiqt5/gsiDeclQTextList.cc | 22 +++++ src/gsiqt5/gsiDeclQTextListFormat.cc | 22 +++++ src/gsiqt5/gsiDeclQTextObject.cc | 22 +++++ src/gsiqt5/gsiDeclQTextObjectInterface.cc | 22 +++++ src/gsiqt5/gsiDeclQTextOption.cc | 22 +++++ src/gsiqt5/gsiDeclQTextOption_Tab.cc | 22 +++++ src/gsiqt5/gsiDeclQTextStream.cc | 22 +++++ src/gsiqt5/gsiDeclQTextTable.cc | 22 +++++ src/gsiqt5/gsiDeclQTextTableCell.cc | 22 +++++ src/gsiqt5/gsiDeclQTextTableCellFormat.cc | 22 +++++ src/gsiqt5/gsiDeclQTextTableFormat.cc | 22 +++++ src/gsiqt5/gsiDeclQThread.cc | 22 +++++ src/gsiqt5/gsiDeclQThreadPool.cc | 22 +++++ src/gsiqt5/gsiDeclQTime.cc | 22 +++++ src/gsiqt5/gsiDeclQTimeEdit.cc | 22 +++++ src/gsiqt5/gsiDeclQTimeLine.cc | 22 +++++ src/gsiqt5/gsiDeclQTimeZone.cc | 22 +++++ src/gsiqt5/gsiDeclQTimeZone_OffsetData.cc | 22 +++++ src/gsiqt5/gsiDeclQTimer.cc | 22 +++++ src/gsiqt5/gsiDeclQTimerEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQToolBar.cc | 22 +++++ src/gsiqt5/gsiDeclQToolBarChangeEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQToolBox.cc | 22 +++++ src/gsiqt5/gsiDeclQToolButton.cc | 22 +++++ src/gsiqt5/gsiDeclQToolTip.cc | 22 +++++ src/gsiqt5/gsiDeclQTouchDevice.cc | 22 +++++ src/gsiqt5/gsiDeclQTouchEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQTouchEvent_TouchPoint.cc | 22 +++++ src/gsiqt5/gsiDeclQTransform.cc | 22 +++++ src/gsiqt5/gsiDeclQTranslator.cc | 22 +++++ src/gsiqt5/gsiDeclQTreeView.cc | 22 +++++ src/gsiqt5/gsiDeclQTreeWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQTreeWidgetItem.cc | 22 +++++ src/gsiqt5/gsiDeclQTreeWidgetItemIterator.cc | 22 +++++ src/gsiqt5/gsiDeclQUdpSocket.cc | 22 +++++ src/gsiqt5/gsiDeclQUndoCommand.cc | 22 +++++ src/gsiqt5/gsiDeclQUndoGroup.cc | 22 +++++ src/gsiqt5/gsiDeclQUndoStack.cc | 22 +++++ src/gsiqt5/gsiDeclQUndoView.cc | 22 +++++ src/gsiqt5/gsiDeclQUrl.cc | 22 +++++ src/gsiqt5/gsiDeclQUrlQuery.cc | 22 +++++ src/gsiqt5/gsiDeclQVBoxLayout.cc | 22 +++++ src/gsiqt5/gsiDeclQValidator.cc | 22 +++++ src/gsiqt5/gsiDeclQVariantAnimation.cc | 22 +++++ src/gsiqt5/gsiDeclQVector2D.cc | 22 +++++ src/gsiqt5/gsiDeclQVector3D.cc | 22 +++++ src/gsiqt5/gsiDeclQVector4D.cc | 22 +++++ .../gsiDeclQVideoDeviceSelectorControl.cc | 22 +++++ src/gsiqt5/gsiDeclQVideoEncoderSettings.cc | 22 +++++ .../gsiDeclQVideoEncoderSettingsControl.cc | 22 +++++ src/gsiqt5/gsiDeclQVideoFilterRunnable.cc | 22 +++++ src/gsiqt5/gsiDeclQVideoFrame.cc | 22 +++++ src/gsiqt5/gsiDeclQVideoProbe.cc | 22 +++++ src/gsiqt5/gsiDeclQVideoRendererControl.cc | 22 +++++ src/gsiqt5/gsiDeclQVideoSurfaceFormat.cc | 22 +++++ src/gsiqt5/gsiDeclQVideoWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQVideoWindowControl.cc | 22 +++++ src/gsiqt5/gsiDeclQWaitCondition.cc | 22 +++++ src/gsiqt5/gsiDeclQWhatsThis.cc | 22 +++++ src/gsiqt5/gsiDeclQWhatsThisClickedEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQWheelEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQWidget.cc | 22 +++++ src/gsiqt5/gsiDeclQWidgetAction.cc | 22 +++++ src/gsiqt5/gsiDeclQWidgetItem.cc | 22 +++++ src/gsiqt5/gsiDeclQWindow.cc | 22 +++++ src/gsiqt5/gsiDeclQWindowStateChangeEvent.cc | 22 +++++ src/gsiqt5/gsiDeclQWizard.cc | 22 +++++ src/gsiqt5/gsiDeclQWizardPage.cc | 22 +++++ src/gsiqt5/gsiDeclQWriteLocker.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlAttributes.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlContentHandler.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlDTDHandler.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlDeclHandler.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlDefaultHandler.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlEntityResolver.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlErrorHandler.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlFormatter.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlInputSource.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlItem.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlLexicalHandler.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlLocator.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlName.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlNamePool.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlNamespaceSupport.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlNodeModelIndex.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlParseException.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlQuery.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlReader.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlResultItems.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlSchema.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlSchemaValidator.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlSerializer.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlSimpleReader.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlStreamAttribute.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlStreamAttributes.cc | 22 +++++ .../gsiDeclQXmlStreamEntityDeclaration.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlStreamEntityResolver.cc | 22 +++++ .../gsiDeclQXmlStreamNamespaceDeclaration.cc | 22 +++++ .../gsiDeclQXmlStreamNotationDeclaration.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlStreamReader.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlStreamStringRef.cc | 22 +++++ src/gsiqt5/gsiDeclQXmlStreamWriter.cc | 22 +++++ src/gsiqt5/gsiDeclQt.cc | 22 +++++ src/gsiqt5/gsiDeclQtTypeTraits.h | 22 +++++ src/gsiqt5/gsiQtExternals.h | 22 +++++ src/pya/pyaObject.cc | 12 ++- src/rba/rbaInternal.cc | 16 ++-- testdata/ruby/qtbinding.rb | 1 + 1297 files changed, 28436 insertions(+), 66 deletions(-) diff --git a/scripts/mkqtdecl/mkqtdecl.conf b/scripts/mkqtdecl/mkqtdecl.conf index 10c74918b..87f6c703c 100644 --- a/scripts/mkqtdecl/mkqtdecl.conf +++ b/scripts/mkqtdecl/mkqtdecl.conf @@ -192,6 +192,7 @@ drop_method "QObject", /QObject::findChild/ # template member drop_method "QObject", /QObject::findChildren/ # template member drop_method "QObject", /QObject::setUserData/ # QObjectUserData not available drop_method "QObject", /QObject::userData/ # QObjectUserData not available +drop_method "QChildEvent", /QChildEvent::child/ # provided through a special implementation drop_method "QFile", /QFile::setDecodingFunction/ # uses callbacks drop_method "QFile", /QFile::setEncodingFunction/ # uses callbacks drop_method "QFile", /QFile::open.*IO_FILE/ # uses internal struct @@ -272,6 +273,64 @@ CODE gsi::method_ext("findChild", &find_child_impl, "@brief Specialisation for findChild (uses QObject as T).") DECL +# alternative implementation for QChildEvent::child +# Reason: this method does not supply a true QObject pointer. Instead it will +# deliver a pointer to an object that is almost destroyed. Normal RTTI will +# not work on this. Neighter can it be attached an gsi::ObjectBase object. +add_native_impl("QChildEvent", <<'CODE', <<'DECL') + + namespace gsi + { + gsi::Class &qtdecl_QObject (); + } + + namespace + { + struct DummyQObject { }; + + class RawQObjectClass + : public gsi::Class + { + public: + RawQObjectClass () + : gsi::Class (gsi::qtdecl_QObject (), "QObject_Raw", gsi::Methods (), "@hide") + { + } + + // Final class - because of missing RTTI, subclassing won't work. + virtual const gsi::ClassBase *subclass_decl (const void *) const { return this; } + virtual bool can_upcast (const void *) const { return false; } + + // Does not bind to a particular type + virtual bool is_of_type (const std::type_info & /*ti*/) const { return false; } + virtual const std::type_info &type () const { return typeid (DummyQObject); } + }; + } + + static void _init_f_child (qt_gsi::GenericMethod *decl) + { + // Make the QChildEvent::child method return a special class which is final + // and does not try to return a gsi::ObjectBase object. + static RawQObjectClass s_cls; + decl->set_return (); + decl->ret_type ().set_cls (&s_cls); + } + + static void _call_f_child (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs & /*args*/, gsi::SerialArgs &ret) + { + ret.write ((QObject *)((QChildEvent *)cls)->child ()); + } + +CODE + gsi::Methods(new qt_gsi::GenericMethod ("child", + "@brief Method QObject *QChildEvent::child()\n" + "NOTE: the object returned by this method is not memory managed. It may be destroyed internally without notice. \n" + "The returned object shall not be stored or used outside the childEvent handler. " + "If used outside this handler, the reference might get lost and the application may crash.\n" + "Furthermore, the object returned will only represent a QObject, not any derived type.\n", + true, &_init_f_child, &_call_f_child)) +DECL + # alternative implementation for QFont::Light, QFont::Bold, QFont::Normal, QFont::DemiBold, QFont::Black add_native_impl("QFont", <<'CODE', <<'DECL') static unsigned int font_const_light () { return (unsigned int) QFont::Light; } diff --git a/scripts/mkqtdecl_common/produce.rb b/scripts/mkqtdecl_common/produce.rb index 6779806dc..22877b646 100755 --- a/scripts/mkqtdecl_common/produce.rb +++ b/scripts/mkqtdecl_common/produce.rb @@ -2211,7 +2211,11 @@ END ofile.puts("}") ofile.puts("") - decl_type = "gsi::Class<#{cls}>" + if is_qobject + decl_type = "qt_gsi::QtNativeClass<#{cls}>" + else + decl_type = "gsi::Class<#{cls}>" + end if base_cls ofile.puts("gsi::Class<#{base_cls}> &qtdecl_#{base_clsn} ();") diff --git a/src/gsi/gsiClass.h b/src/gsi/gsiClass.h index 547a60537..dad3bee6c 100644 --- a/src/gsi/gsiClass.h +++ b/src/gsi/gsiClass.h @@ -729,29 +729,29 @@ public: typedef typename tl::type_traits::has_default_constructor has_default_ctor; typedef typename tl::type_traits::has_public_destructor has_public_dtor; - Class (const std::string &name, const Methods &mm, const std::string &doc = std::string ()) - : ClassBase (doc, mm) + Class (const std::string &name, const Methods &mm, const std::string &doc = std::string (), bool do_register = true) + : ClassBase (doc, mm, do_register) { set_name (name); } template - Class (const Class &base, const std::string &name, const Methods &mm, const std::string &doc = std::string ()) - : ClassBase (doc, mm), m_subclass_tester (new SubClassTester::value> ()) + Class (const Class &base, const std::string &name, const Methods &mm, const std::string &doc = std::string (), bool do_register = true) + : ClassBase (doc, mm, do_register), m_subclass_tester (new SubClassTester::value> ()) { set_name (name); set_base (&base); } - Class (const std::string &name, const std::string &doc = std::string ()) - : ClassBase (doc, Methods ()) + Class (const std::string &name, const std::string &doc = std::string (), bool do_register = true) + : ClassBase (doc, Methods (), do_register) { set_name (name); } template - Class (const Class &base, const std::string &name, const std::string &doc = std::string ()) - : ClassBase (doc, Methods ()), m_subclass_tester (new SubClassTester::value> ()) + Class (const Class &base, const std::string &name, const std::string &doc = std::string (), bool do_register = true) + : ClassBase (doc, Methods (), do_register), m_subclass_tester (new SubClassTester::value> ()) { set_name (name); set_base (&base); @@ -785,7 +785,7 @@ public: return tl::is_derived (); } - gsi::ObjectBase *gsi_object (void *p) const + gsi::ObjectBase *gsi_object (void *p, bool /*required*/) const { return tl::try_static_cast ((X *) p); } diff --git a/src/gsi/gsiClassBase.cc b/src/gsi/gsiClassBase.cc index cdd0e4dd2..7af8108e6 100644 --- a/src/gsi/gsiClassBase.cc +++ b/src/gsi/gsiClassBase.cc @@ -39,13 +39,15 @@ namespace gsi ClassBase::class_collection *ClassBase::mp_class_collection = 0; -ClassBase::ClassBase (const std::string &doc, const Methods &mm) +ClassBase::ClassBase (const std::string &doc, const Methods &mm, bool do_register) : mp_base (0), mp_parent (0), m_doc (doc), m_methods (mm) { - if (! mp_class_collection) { - mp_class_collection = new class_collection (); + if (do_register) { + if (! mp_class_collection) { + mp_class_collection = new class_collection (); + } + mp_class_collection->push_back (this); } - mp_class_collection->push_back (this); } ClassBase::~ClassBase () diff --git a/src/gsi/gsiClassBase.h b/src/gsi/gsiClassBase.h index 6399a6c8f..94a08d628 100644 --- a/src/gsi/gsiClassBase.h +++ b/src/gsi/gsiClassBase.h @@ -85,7 +85,7 @@ public: * * The constructor supplies information about the connector class (can be 0), a documentation string and the method declarations. */ - ClassBase (const std::string &doc, const Methods &mm); + ClassBase (const std::string &doc, const Methods &mm, bool do_register = true); /** * @brief Destructor @@ -437,8 +437,13 @@ public: /** * @brief Gets the basic gsi::ObjectBase object from a generic pointer * This method will return 0, if the object is not managed. + * If required is false, a return value of 0 is permitted, indicating that + * no dynamic allocation of a gsi::ObjectBase has happened yet. This is useful + * in case of the Qt-GSI bridge which means a special Qt object needs to be + * created in order to provide the gsi::ObjectBase interface. If required is + * false, this initialization does not need to happen. */ - virtual gsi::ObjectBase *gsi_object (void * /*p*/) const + virtual gsi::ObjectBase *gsi_object (void * /*p*/, bool /*required*/ = true) const { tl_assert (false); return 0; diff --git a/src/gsi/gsiDeclInternal.cc b/src/gsi/gsiDeclInternal.cc index fe3a0b88d..78cc5b384 100644 --- a/src/gsi/gsiDeclInternal.cc +++ b/src/gsi/gsiDeclInternal.cc @@ -226,7 +226,7 @@ Class decl_Method ("Method", gsi::iterator ("each_argument", &MethodBase::begin_arguments, &MethodBase::end_arguments, "@brief Iterate over all arguments of this method\n" ) + - gsi::method ("ret_type", &MethodBase::ret_type, + gsi::method ("ret_type", (const gsi::ArgType &(MethodBase::*)() const) &MethodBase::ret_type, "@brief The return type of this method\n" ) + gsi::method ("is_protected?", &MethodBase::is_protected, diff --git a/src/gsi/gsiMethods.h b/src/gsi/gsiMethods.h index 227e62a62..3080886c9 100644 --- a/src/gsi/gsiMethods.h +++ b/src/gsi/gsiMethods.h @@ -193,6 +193,14 @@ public: return m_doc; } + /** + * @brief Sets the documentation text + */ + void set_doc (const std::string &d) + { + m_doc = d; + } + /** * @brief Returns the nth (index) argument */ @@ -202,6 +210,15 @@ public: return m_arg_types [index]; } + /** + * @brief Returns the nth (index) argument (non_const version) + */ + ArgType &arg (size_t index) + { + tl_assert (m_arg_types.size () > index); + return m_arg_types [index]; + } + /** * @brief Iterates the arguments (begin) */ @@ -226,6 +243,14 @@ public: return m_ret_type; } + /** + * @brief Gets the return type (non-const version) + */ + ArgType &ret_type () + { + return m_ret_type; + } + /** * @brief Gets a value indicating whether this method is a const method */ diff --git a/src/gsi/gsiObject.cc b/src/gsi/gsiObject.cc index 9db91b6dd..78067faa6 100644 --- a/src/gsi/gsiObject.cc +++ b/src/gsi/gsiObject.cc @@ -92,7 +92,10 @@ void Proxy::detach () { if (m_cls_decl && m_cls_decl->is_managed ()) { - m_cls_decl->gsi_object (m_obj)->status_changed_event ().remove (this, &Proxy::object_status_changed); + gsi::ObjectBase *gsi_object = m_cls_decl->gsi_object (m_obj, false); + if (gsi_object) { + gsi_object->status_changed_event ().remove (this, &Proxy::object_status_changed); + } } m_obj = 0; @@ -157,7 +160,10 @@ Proxy::set (void *obj, bool owned, bool const_ref, bool can_destroy) if (m_obj) { if (cls->is_managed ()) { - cls->gsi_object (m_obj)->status_changed_event ().remove (this, &Proxy::object_status_changed); + gsi::ObjectBase *gsi_object = cls->gsi_object (m_obj, false); + if (gsi_object) { + gsi_object->status_changed_event ().remove (this, &Proxy::object_status_changed); + } } // Destroy the object if we are owner. We don't destroy the object if it was locked @@ -211,14 +217,7 @@ void Proxy::object_status_changed (gsi::ObjectBase::StatusEventType type) { if (type == gsi::ObjectBase::ObjectDestroyed) { - - // external reset - the object no longer will be available so we unlink from it - m_obj = 0; - m_destroyed = true; - m_const_ref = false; - m_owned = false; - m_can_destroy = false; - + detach (); } else if (type == gsi::ObjectBase::ObjectKeep) { m_owned = false; } else if (type == gsi::ObjectBase::ObjectRelease) { diff --git a/src/gsiqt/gsiDeclQAbstractButton.cc b/src/gsiqt/gsiDeclQAbstractButton.cc index 728798df9..4a1f4621b 100644 --- a/src/gsiqt/gsiDeclQAbstractButton.cc +++ b/src/gsiqt/gsiDeclQAbstractButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractButton.cc * diff --git a/src/gsiqt/gsiDeclQAbstractFormBuilder.cc b/src/gsiqt/gsiDeclQAbstractFormBuilder.cc index 5973d2735..07910abf9 100644 --- a/src/gsiqt/gsiDeclQAbstractFormBuilder.cc +++ b/src/gsiqt/gsiDeclQAbstractFormBuilder.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractFormBuilder.cc * diff --git a/src/gsiqt/gsiDeclQAbstractGraphicsShapeItem.cc b/src/gsiqt/gsiDeclQAbstractGraphicsShapeItem.cc index 04575a797..cea2ef0dd 100644 --- a/src/gsiqt/gsiDeclQAbstractGraphicsShapeItem.cc +++ b/src/gsiqt/gsiDeclQAbstractGraphicsShapeItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractGraphicsShapeItem.cc * diff --git a/src/gsiqt/gsiDeclQAbstractItemDelegate.cc b/src/gsiqt/gsiDeclQAbstractItemDelegate.cc index b16c58354..05e725fb4 100644 --- a/src/gsiqt/gsiDeclQAbstractItemDelegate.cc +++ b/src/gsiqt/gsiDeclQAbstractItemDelegate.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractItemDelegate.cc * diff --git a/src/gsiqt/gsiDeclQAbstractItemModel.cc b/src/gsiqt/gsiDeclQAbstractItemModel.cc index f169ed3b2..1ecc7ca8c 100644 --- a/src/gsiqt/gsiDeclQAbstractItemModel.cc +++ b/src/gsiqt/gsiDeclQAbstractItemModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractItemModel.cc * diff --git a/src/gsiqt/gsiDeclQAbstractItemView.cc b/src/gsiqt/gsiDeclQAbstractItemView.cc index 479e4b433..22cfae0d7 100644 --- a/src/gsiqt/gsiDeclQAbstractItemView.cc +++ b/src/gsiqt/gsiDeclQAbstractItemView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractItemView.cc * diff --git a/src/gsiqt/gsiDeclQAbstractListModel.cc b/src/gsiqt/gsiDeclQAbstractListModel.cc index b40729343..0e82d1ead 100644 --- a/src/gsiqt/gsiDeclQAbstractListModel.cc +++ b/src/gsiqt/gsiDeclQAbstractListModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractListModel.cc * diff --git a/src/gsiqt/gsiDeclQAbstractNetworkCache.cc b/src/gsiqt/gsiDeclQAbstractNetworkCache.cc index 715854c06..d6f68c0cd 100644 --- a/src/gsiqt/gsiDeclQAbstractNetworkCache.cc +++ b/src/gsiqt/gsiDeclQAbstractNetworkCache.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractNetworkCache.cc * diff --git a/src/gsiqt/gsiDeclQAbstractPageSetupDialog.cc b/src/gsiqt/gsiDeclQAbstractPageSetupDialog.cc index c20da5a16..b1c279ebf 100644 --- a/src/gsiqt/gsiDeclQAbstractPageSetupDialog.cc +++ b/src/gsiqt/gsiDeclQAbstractPageSetupDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractPageSetupDialog.cc * diff --git a/src/gsiqt/gsiDeclQAbstractPrintDialog.cc b/src/gsiqt/gsiDeclQAbstractPrintDialog.cc index 1e14d536a..88f976253 100644 --- a/src/gsiqt/gsiDeclQAbstractPrintDialog.cc +++ b/src/gsiqt/gsiDeclQAbstractPrintDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractPrintDialog.cc * diff --git a/src/gsiqt/gsiDeclQAbstractProxyModel.cc b/src/gsiqt/gsiDeclQAbstractProxyModel.cc index e82c16eb8..22f35277e 100644 --- a/src/gsiqt/gsiDeclQAbstractProxyModel.cc +++ b/src/gsiqt/gsiDeclQAbstractProxyModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractProxyModel.cc * diff --git a/src/gsiqt/gsiDeclQAbstractScrollArea.cc b/src/gsiqt/gsiDeclQAbstractScrollArea.cc index 4162dc344..1fc6bd6ce 100644 --- a/src/gsiqt/gsiDeclQAbstractScrollArea.cc +++ b/src/gsiqt/gsiDeclQAbstractScrollArea.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractScrollArea.cc * diff --git a/src/gsiqt/gsiDeclQAbstractSlider.cc b/src/gsiqt/gsiDeclQAbstractSlider.cc index 0f1787f2d..9ce34b0b7 100644 --- a/src/gsiqt/gsiDeclQAbstractSlider.cc +++ b/src/gsiqt/gsiDeclQAbstractSlider.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractSlider.cc * diff --git a/src/gsiqt/gsiDeclQAbstractSocket.cc b/src/gsiqt/gsiDeclQAbstractSocket.cc index 7500378f7..a6a058819 100644 --- a/src/gsiqt/gsiDeclQAbstractSocket.cc +++ b/src/gsiqt/gsiDeclQAbstractSocket.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractSocket.cc * diff --git a/src/gsiqt/gsiDeclQAbstractSpinBox.cc b/src/gsiqt/gsiDeclQAbstractSpinBox.cc index fe8cbd2ed..ae7571d93 100644 --- a/src/gsiqt/gsiDeclQAbstractSpinBox.cc +++ b/src/gsiqt/gsiDeclQAbstractSpinBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractSpinBox.cc * diff --git a/src/gsiqt/gsiDeclQAbstractTableModel.cc b/src/gsiqt/gsiDeclQAbstractTableModel.cc index 0ec02d74b..b6153cd90 100644 --- a/src/gsiqt/gsiDeclQAbstractTableModel.cc +++ b/src/gsiqt/gsiDeclQAbstractTableModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractTableModel.cc * diff --git a/src/gsiqt/gsiDeclQAbstractTextDocumentLayout.cc b/src/gsiqt/gsiDeclQAbstractTextDocumentLayout.cc index ce30072dc..796c3ac39 100644 --- a/src/gsiqt/gsiDeclQAbstractTextDocumentLayout.cc +++ b/src/gsiqt/gsiDeclQAbstractTextDocumentLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractTextDocumentLayout.cc * diff --git a/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc b/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc index 4a80b450b..a05f98165 100644 --- a/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc +++ b/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractTextDocumentLayout_PaintContext.cc * diff --git a/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_Selection.cc b/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_Selection.cc index a9dcc687f..9fabcc57c 100644 --- a/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_Selection.cc +++ b/src/gsiqt/gsiDeclQAbstractTextDocumentLayout_Selection.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractTextDocumentLayout_Selection.cc * diff --git a/src/gsiqt/gsiDeclQAbstractUndoItem.cc b/src/gsiqt/gsiDeclQAbstractUndoItem.cc index 42cbc44b1..19468b4ff 100644 --- a/src/gsiqt/gsiDeclQAbstractUndoItem.cc +++ b/src/gsiqt/gsiDeclQAbstractUndoItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractUndoItem.cc * diff --git a/src/gsiqt/gsiDeclQAccessible.cc b/src/gsiqt/gsiDeclQAccessible.cc index 2761c6ab1..8d6a8b65b 100644 --- a/src/gsiqt/gsiDeclQAccessible.cc +++ b/src/gsiqt/gsiDeclQAccessible.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessible.cc * diff --git a/src/gsiqt/gsiDeclQAccessibleApplication.cc b/src/gsiqt/gsiDeclQAccessibleApplication.cc index 743eb8b81..2fb22f7fa 100644 --- a/src/gsiqt/gsiDeclQAccessibleApplication.cc +++ b/src/gsiqt/gsiDeclQAccessibleApplication.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleApplication.cc * diff --git a/src/gsiqt/gsiDeclQAccessibleEvent.cc b/src/gsiqt/gsiDeclQAccessibleEvent.cc index e5bd59058..a1854fba3 100644 --- a/src/gsiqt/gsiDeclQAccessibleEvent.cc +++ b/src/gsiqt/gsiDeclQAccessibleEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleEvent.cc * diff --git a/src/gsiqt/gsiDeclQAccessibleInterface.cc b/src/gsiqt/gsiDeclQAccessibleInterface.cc index 21c123196..3d4dee046 100644 --- a/src/gsiqt/gsiDeclQAccessibleInterface.cc +++ b/src/gsiqt/gsiDeclQAccessibleInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleInterface.cc * diff --git a/src/gsiqt/gsiDeclQAccessibleObject.cc b/src/gsiqt/gsiDeclQAccessibleObject.cc index e46369fd5..f3a23bf13 100644 --- a/src/gsiqt/gsiDeclQAccessibleObject.cc +++ b/src/gsiqt/gsiDeclQAccessibleObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleObject.cc * diff --git a/src/gsiqt/gsiDeclQAccessibleWidget.cc b/src/gsiqt/gsiDeclQAccessibleWidget.cc index 6456d46c0..5d3f19f17 100644 --- a/src/gsiqt/gsiDeclQAccessibleWidget.cc +++ b/src/gsiqt/gsiDeclQAccessibleWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleWidget.cc * diff --git a/src/gsiqt/gsiDeclQAction.cc b/src/gsiqt/gsiDeclQAction.cc index 361cc86e9..8584c6abc 100644 --- a/src/gsiqt/gsiDeclQAction.cc +++ b/src/gsiqt/gsiDeclQAction.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAction.cc * diff --git a/src/gsiqt/gsiDeclQActionEvent.cc b/src/gsiqt/gsiDeclQActionEvent.cc index 631391229..9a6bf915e 100644 --- a/src/gsiqt/gsiDeclQActionEvent.cc +++ b/src/gsiqt/gsiDeclQActionEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQActionEvent.cc * diff --git a/src/gsiqt/gsiDeclQActionGroup.cc b/src/gsiqt/gsiDeclQActionGroup.cc index 6e42ee4fc..729a0faaa 100644 --- a/src/gsiqt/gsiDeclQActionGroup.cc +++ b/src/gsiqt/gsiDeclQActionGroup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQActionGroup.cc * diff --git a/src/gsiqt/gsiDeclQApplication.cc b/src/gsiqt/gsiDeclQApplication.cc index 1115bceeb..4eda59bc2 100644 --- a/src/gsiqt/gsiDeclQApplication.cc +++ b/src/gsiqt/gsiDeclQApplication.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQApplication.cc * diff --git a/src/gsiqt/gsiDeclQAuthenticator.cc b/src/gsiqt/gsiDeclQAuthenticator.cc index 7a923b0a0..ed1592296 100644 --- a/src/gsiqt/gsiDeclQAuthenticator.cc +++ b/src/gsiqt/gsiDeclQAuthenticator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAuthenticator.cc * diff --git a/src/gsiqt/gsiDeclQBasicTimer.cc b/src/gsiqt/gsiDeclQBasicTimer.cc index c2da3e7fc..84c31a357 100644 --- a/src/gsiqt/gsiDeclQBasicTimer.cc +++ b/src/gsiqt/gsiDeclQBasicTimer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQBasicTimer.cc * diff --git a/src/gsiqt/gsiDeclQBitmap.cc b/src/gsiqt/gsiDeclQBitmap.cc index 90c3416fd..de6c2d021 100644 --- a/src/gsiqt/gsiDeclQBitmap.cc +++ b/src/gsiqt/gsiDeclQBitmap.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQBitmap.cc * diff --git a/src/gsiqt/gsiDeclQBoxLayout.cc b/src/gsiqt/gsiDeclQBoxLayout.cc index 0e92f53a4..8a4084ce1 100644 --- a/src/gsiqt/gsiDeclQBoxLayout.cc +++ b/src/gsiqt/gsiDeclQBoxLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQBoxLayout.cc * diff --git a/src/gsiqt/gsiDeclQBrush.cc b/src/gsiqt/gsiDeclQBrush.cc index e4f0570a4..42b536373 100644 --- a/src/gsiqt/gsiDeclQBrush.cc +++ b/src/gsiqt/gsiDeclQBrush.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQBrush.cc * diff --git a/src/gsiqt/gsiDeclQBuffer.cc b/src/gsiqt/gsiDeclQBuffer.cc index d94408ef5..e9cf91da8 100644 --- a/src/gsiqt/gsiDeclQBuffer.cc +++ b/src/gsiqt/gsiDeclQBuffer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQBuffer.cc * diff --git a/src/gsiqt/gsiDeclQButtonGroup.cc b/src/gsiqt/gsiDeclQButtonGroup.cc index 85dac2eba..791bad915 100644 --- a/src/gsiqt/gsiDeclQButtonGroup.cc +++ b/src/gsiqt/gsiDeclQButtonGroup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQButtonGroup.cc * diff --git a/src/gsiqt/gsiDeclQByteArrayMatcher.cc b/src/gsiqt/gsiDeclQByteArrayMatcher.cc index c14427039..50735a6b7 100644 --- a/src/gsiqt/gsiDeclQByteArrayMatcher.cc +++ b/src/gsiqt/gsiDeclQByteArrayMatcher.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQByteArrayMatcher.cc * diff --git a/src/gsiqt/gsiDeclQCDEStyle.cc b/src/gsiqt/gsiDeclQCDEStyle.cc index 5d90f5941..82f2d6e26 100644 --- a/src/gsiqt/gsiDeclQCDEStyle.cc +++ b/src/gsiqt/gsiDeclQCDEStyle.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCDEStyle.cc * diff --git a/src/gsiqt/gsiDeclQCalendarWidget.cc b/src/gsiqt/gsiDeclQCalendarWidget.cc index 8428702d1..67d3bcb9b 100644 --- a/src/gsiqt/gsiDeclQCalendarWidget.cc +++ b/src/gsiqt/gsiDeclQCalendarWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCalendarWidget.cc * diff --git a/src/gsiqt/gsiDeclQCheckBox.cc b/src/gsiqt/gsiDeclQCheckBox.cc index c91d6bbf1..4282f1f4a 100644 --- a/src/gsiqt/gsiDeclQCheckBox.cc +++ b/src/gsiqt/gsiDeclQCheckBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCheckBox.cc * diff --git a/src/gsiqt/gsiDeclQChildEvent.cc b/src/gsiqt/gsiDeclQChildEvent.cc index 5da1b1e66..6cc0092e4 100644 --- a/src/gsiqt/gsiDeclQChildEvent.cc +++ b/src/gsiqt/gsiDeclQChildEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQChildEvent.cc * @@ -15,6 +37,49 @@ // ----------------------------------------------------------------------- // class QChildEvent + namespace gsi + { + gsi::Class &qtdecl_QObject (); + } + + namespace + { + struct DummyQObject { }; + + class RawQObjectClass + : public gsi::Class + { + public: + RawQObjectClass () + : gsi::Class (gsi::qtdecl_QObject (), "QObject_Raw", gsi::Methods (), "@hide") + { + } + + // Final class - because of missing RTTI, subclassing won't work. + virtual const gsi::ClassBase *subclass_decl (const void *) const { return this; } + virtual bool can_upcast (const void *) const { return false; } + + // Does not bind to a particular type + virtual bool is_of_type (const std::type_info & /*ti*/) const { return false; } + virtual const std::type_info &type () const { return typeid (DummyQObject); } + }; + } + + static void _init_f_child (qt_gsi::GenericMethod *decl) + { + // Make the QChildEvent::child method return a special class which is final + // and does not try to return a gsi::ObjectBase object. + static RawQObjectClass s_cls; + decl->set_return (); + decl->ret_type ().set_cls (&s_cls); + } + + static void _call_f_child (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs & /*args*/, gsi::SerialArgs &ret) + { + ret.write ((QObject *)((QChildEvent *)cls)->child ()); + } + + // bool QChildEvent::added() @@ -30,21 +95,6 @@ static void _call_f_added_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, } -// QObject *QChildEvent::child() - - -static void _init_f_child_c0 (qt_gsi::GenericMethod *decl) -{ - decl->set_return (); -} - -static void _call_f_child_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) -{ - __SUPPRESS_UNUSED_WARNING(args); - ret.write ((QObject *)((QChildEvent *)cls)->child ()); -} - - // bool QChildEvent::polished() @@ -81,7 +131,6 @@ namespace gsi static gsi::Methods methods_QChildEvent () { gsi::Methods methods; methods += new qt_gsi::GenericMethod ("added", "@brief Method bool QChildEvent::added()\n", true, &_init_f_added_c0, &_call_f_added_c0); - methods += new qt_gsi::GenericMethod ("child", "@brief Method QObject *QChildEvent::child()\n", true, &_init_f_child_c0, &_call_f_child_c0); methods += new qt_gsi::GenericMethod ("polished", "@brief Method bool QChildEvent::polished()\n", true, &_init_f_polished_c0, &_call_f_polished_c0); methods += new qt_gsi::GenericMethod ("removed", "@brief Method bool QChildEvent::removed()\n", true, &_init_f_removed_c0, &_call_f_removed_c0); return methods; @@ -90,6 +139,14 @@ static gsi::Methods methods_QChildEvent () { gsi::Class &qtdecl_QEvent (); gsi::Class decl_QChildEvent (qtdecl_QEvent (), "QChildEvent_Native", + gsi::Methods(new qt_gsi::GenericMethod ("child", + "@brief Method QObject *QChildEvent::child()\n" + "NOTE: the object returned by this method is not memory managed. It may be destroyed internally without notice. \n" + "The returned object shall not be stored or used outside the childEvent handler. " + "If used outside this handler, the reference might get lost and the application may crash.\n" + "Furthermore, the object returned will only represent a QObject, not any derived type.\n", + true, &_init_f_child, &_call_f_child)) ++ methods_QChildEvent (), "@hide\n@alias QChildEvent"); diff --git a/src/gsiqt/gsiDeclQCleanlooksStyle.cc b/src/gsiqt/gsiDeclQCleanlooksStyle.cc index 27827e1e5..1b2a47acb 100644 --- a/src/gsiqt/gsiDeclQCleanlooksStyle.cc +++ b/src/gsiqt/gsiDeclQCleanlooksStyle.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCleanlooksStyle.cc * diff --git a/src/gsiqt/gsiDeclQClipboard.cc b/src/gsiqt/gsiDeclQClipboard.cc index 51f310426..0c52e65a4 100644 --- a/src/gsiqt/gsiDeclQClipboard.cc +++ b/src/gsiqt/gsiDeclQClipboard.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQClipboard.cc * diff --git a/src/gsiqt/gsiDeclQClipboardEvent.cc b/src/gsiqt/gsiDeclQClipboardEvent.cc index 8e33510ef..fccbf225f 100644 --- a/src/gsiqt/gsiDeclQClipboardEvent.cc +++ b/src/gsiqt/gsiDeclQClipboardEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQClipboardEvent.cc * diff --git a/src/gsiqt/gsiDeclQCloseEvent.cc b/src/gsiqt/gsiDeclQCloseEvent.cc index 5884d6ff1..6ee9bd3aa 100644 --- a/src/gsiqt/gsiDeclQCloseEvent.cc +++ b/src/gsiqt/gsiDeclQCloseEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCloseEvent.cc * diff --git a/src/gsiqt/gsiDeclQColor.cc b/src/gsiqt/gsiDeclQColor.cc index cc949e82a..580b7af98 100644 --- a/src/gsiqt/gsiDeclQColor.cc +++ b/src/gsiqt/gsiDeclQColor.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQColor.cc * diff --git a/src/gsiqt/gsiDeclQColorDialog.cc b/src/gsiqt/gsiDeclQColorDialog.cc index 15e9b90f4..a19e2984d 100644 --- a/src/gsiqt/gsiDeclQColorDialog.cc +++ b/src/gsiqt/gsiDeclQColorDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQColorDialog.cc * diff --git a/src/gsiqt/gsiDeclQColormap.cc b/src/gsiqt/gsiDeclQColormap.cc index e204f0111..7a6f08928 100644 --- a/src/gsiqt/gsiDeclQColormap.cc +++ b/src/gsiqt/gsiDeclQColormap.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQColormap.cc * diff --git a/src/gsiqt/gsiDeclQColumnView.cc b/src/gsiqt/gsiDeclQColumnView.cc index 5793fdda5..8614ef65f 100644 --- a/src/gsiqt/gsiDeclQColumnView.cc +++ b/src/gsiqt/gsiDeclQColumnView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQColumnView.cc * diff --git a/src/gsiqt/gsiDeclQComboBox.cc b/src/gsiqt/gsiDeclQComboBox.cc index b429b6440..896dd860d 100644 --- a/src/gsiqt/gsiDeclQComboBox.cc +++ b/src/gsiqt/gsiDeclQComboBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQComboBox.cc * diff --git a/src/gsiqt/gsiDeclQCommandLinkButton.cc b/src/gsiqt/gsiDeclQCommandLinkButton.cc index fff7f756a..afbb6d875 100644 --- a/src/gsiqt/gsiDeclQCommandLinkButton.cc +++ b/src/gsiqt/gsiDeclQCommandLinkButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCommandLinkButton.cc * diff --git a/src/gsiqt/gsiDeclQCommonStyle.cc b/src/gsiqt/gsiDeclQCommonStyle.cc index 86794f62a..9acd4e0ea 100644 --- a/src/gsiqt/gsiDeclQCommonStyle.cc +++ b/src/gsiqt/gsiDeclQCommonStyle.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCommonStyle.cc * diff --git a/src/gsiqt/gsiDeclQCompleter.cc b/src/gsiqt/gsiDeclQCompleter.cc index 73611dfbc..388506079 100644 --- a/src/gsiqt/gsiDeclQCompleter.cc +++ b/src/gsiqt/gsiDeclQCompleter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCompleter.cc * diff --git a/src/gsiqt/gsiDeclQConicalGradient.cc b/src/gsiqt/gsiDeclQConicalGradient.cc index f10674563..3d86cf718 100644 --- a/src/gsiqt/gsiDeclQConicalGradient.cc +++ b/src/gsiqt/gsiDeclQConicalGradient.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQConicalGradient.cc * diff --git a/src/gsiqt/gsiDeclQContextMenuEvent.cc b/src/gsiqt/gsiDeclQContextMenuEvent.cc index 5cb4fba41..09bd076ea 100644 --- a/src/gsiqt/gsiDeclQContextMenuEvent.cc +++ b/src/gsiqt/gsiDeclQContextMenuEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQContextMenuEvent.cc * diff --git a/src/gsiqt/gsiDeclQCoreApplication.cc b/src/gsiqt/gsiDeclQCoreApplication.cc index 9855c34ec..1e98114cd 100644 --- a/src/gsiqt/gsiDeclQCoreApplication.cc +++ b/src/gsiqt/gsiDeclQCoreApplication.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCoreApplication.cc * diff --git a/src/gsiqt/gsiDeclQCryptographicHash.cc b/src/gsiqt/gsiDeclQCryptographicHash.cc index 9cbdc8caa..54ed987fa 100644 --- a/src/gsiqt/gsiDeclQCryptographicHash.cc +++ b/src/gsiqt/gsiDeclQCryptographicHash.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCryptographicHash.cc * diff --git a/src/gsiqt/gsiDeclQCursor.cc b/src/gsiqt/gsiDeclQCursor.cc index 130e7125b..dae147a92 100644 --- a/src/gsiqt/gsiDeclQCursor.cc +++ b/src/gsiqt/gsiDeclQCursor.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCursor.cc * diff --git a/src/gsiqt/gsiDeclQDataStream.cc b/src/gsiqt/gsiDeclQDataStream.cc index c5ce82ed8..9ac82e630 100644 --- a/src/gsiqt/gsiDeclQDataStream.cc +++ b/src/gsiqt/gsiDeclQDataStream.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDataStream.cc * diff --git a/src/gsiqt/gsiDeclQDataWidgetMapper.cc b/src/gsiqt/gsiDeclQDataWidgetMapper.cc index a81864113..683d2f4a7 100644 --- a/src/gsiqt/gsiDeclQDataWidgetMapper.cc +++ b/src/gsiqt/gsiDeclQDataWidgetMapper.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDataWidgetMapper.cc * diff --git a/src/gsiqt/gsiDeclQDate.cc b/src/gsiqt/gsiDeclQDate.cc index e45760e4c..f01c0a831 100644 --- a/src/gsiqt/gsiDeclQDate.cc +++ b/src/gsiqt/gsiDeclQDate.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDate.cc * diff --git a/src/gsiqt/gsiDeclQDateEdit.cc b/src/gsiqt/gsiDeclQDateEdit.cc index 0b90a3b72..3c53b8866 100644 --- a/src/gsiqt/gsiDeclQDateEdit.cc +++ b/src/gsiqt/gsiDeclQDateEdit.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDateEdit.cc * diff --git a/src/gsiqt/gsiDeclQDateTime.cc b/src/gsiqt/gsiDeclQDateTime.cc index 39436b4b3..7cf8e41b0 100644 --- a/src/gsiqt/gsiDeclQDateTime.cc +++ b/src/gsiqt/gsiDeclQDateTime.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDateTime.cc * diff --git a/src/gsiqt/gsiDeclQDateTimeEdit.cc b/src/gsiqt/gsiDeclQDateTimeEdit.cc index 15ab9157c..d07026d48 100644 --- a/src/gsiqt/gsiDeclQDateTimeEdit.cc +++ b/src/gsiqt/gsiDeclQDateTimeEdit.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDateTimeEdit.cc * diff --git a/src/gsiqt/gsiDeclQDesktopServices.cc b/src/gsiqt/gsiDeclQDesktopServices.cc index 27ed4215b..ac157ad19 100644 --- a/src/gsiqt/gsiDeclQDesktopServices.cc +++ b/src/gsiqt/gsiDeclQDesktopServices.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDesktopServices.cc * diff --git a/src/gsiqt/gsiDeclQDesktopWidget.cc b/src/gsiqt/gsiDeclQDesktopWidget.cc index 69ae4877a..e5cbe016a 100644 --- a/src/gsiqt/gsiDeclQDesktopWidget.cc +++ b/src/gsiqt/gsiDeclQDesktopWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDesktopWidget.cc * diff --git a/src/gsiqt/gsiDeclQDial.cc b/src/gsiqt/gsiDeclQDial.cc index c4baf9668..92d972736 100644 --- a/src/gsiqt/gsiDeclQDial.cc +++ b/src/gsiqt/gsiDeclQDial.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDial.cc * diff --git a/src/gsiqt/gsiDeclQDialog.cc b/src/gsiqt/gsiDeclQDialog.cc index 2e7a19445..53f3ce62e 100644 --- a/src/gsiqt/gsiDeclQDialog.cc +++ b/src/gsiqt/gsiDeclQDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDialog.cc * diff --git a/src/gsiqt/gsiDeclQDialogButtonBox.cc b/src/gsiqt/gsiDeclQDialogButtonBox.cc index 79dc9078d..cc97b162a 100644 --- a/src/gsiqt/gsiDeclQDialogButtonBox.cc +++ b/src/gsiqt/gsiDeclQDialogButtonBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDialogButtonBox.cc * diff --git a/src/gsiqt/gsiDeclQDir.cc b/src/gsiqt/gsiDeclQDir.cc index 487bc04b3..a3d132c61 100644 --- a/src/gsiqt/gsiDeclQDir.cc +++ b/src/gsiqt/gsiDeclQDir.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDir.cc * diff --git a/src/gsiqt/gsiDeclQDirIterator.cc b/src/gsiqt/gsiDeclQDirIterator.cc index 5dd300a8c..f29da343d 100644 --- a/src/gsiqt/gsiDeclQDirIterator.cc +++ b/src/gsiqt/gsiDeclQDirIterator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDirIterator.cc * diff --git a/src/gsiqt/gsiDeclQDirModel.cc b/src/gsiqt/gsiDeclQDirModel.cc index 9be48a59e..cceec80d0 100644 --- a/src/gsiqt/gsiDeclQDirModel.cc +++ b/src/gsiqt/gsiDeclQDirModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDirModel.cc * diff --git a/src/gsiqt/gsiDeclQDockWidget.cc b/src/gsiqt/gsiDeclQDockWidget.cc index 72bb6dbac..8cce35574 100644 --- a/src/gsiqt/gsiDeclQDockWidget.cc +++ b/src/gsiqt/gsiDeclQDockWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDockWidget.cc * diff --git a/src/gsiqt/gsiDeclQDomAttr.cc b/src/gsiqt/gsiDeclQDomAttr.cc index ac6a92e26..a53f629fb 100644 --- a/src/gsiqt/gsiDeclQDomAttr.cc +++ b/src/gsiqt/gsiDeclQDomAttr.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomAttr.cc * diff --git a/src/gsiqt/gsiDeclQDomCDATASection.cc b/src/gsiqt/gsiDeclQDomCDATASection.cc index 1dde6fef7..d34d1cf51 100644 --- a/src/gsiqt/gsiDeclQDomCDATASection.cc +++ b/src/gsiqt/gsiDeclQDomCDATASection.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomCDATASection.cc * diff --git a/src/gsiqt/gsiDeclQDomCharacterData.cc b/src/gsiqt/gsiDeclQDomCharacterData.cc index 8ebf655c6..d4b4e1467 100644 --- a/src/gsiqt/gsiDeclQDomCharacterData.cc +++ b/src/gsiqt/gsiDeclQDomCharacterData.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomCharacterData.cc * diff --git a/src/gsiqt/gsiDeclQDomComment.cc b/src/gsiqt/gsiDeclQDomComment.cc index 27d440127..4776a27b6 100644 --- a/src/gsiqt/gsiDeclQDomComment.cc +++ b/src/gsiqt/gsiDeclQDomComment.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomComment.cc * diff --git a/src/gsiqt/gsiDeclQDomDocument.cc b/src/gsiqt/gsiDeclQDomDocument.cc index 6fdf8d6b0..10401fa27 100644 --- a/src/gsiqt/gsiDeclQDomDocument.cc +++ b/src/gsiqt/gsiDeclQDomDocument.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomDocument.cc * diff --git a/src/gsiqt/gsiDeclQDomDocumentFragment.cc b/src/gsiqt/gsiDeclQDomDocumentFragment.cc index 87569c249..081f70571 100644 --- a/src/gsiqt/gsiDeclQDomDocumentFragment.cc +++ b/src/gsiqt/gsiDeclQDomDocumentFragment.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomDocumentFragment.cc * diff --git a/src/gsiqt/gsiDeclQDomDocumentType.cc b/src/gsiqt/gsiDeclQDomDocumentType.cc index a5a2e0c0c..50f91abae 100644 --- a/src/gsiqt/gsiDeclQDomDocumentType.cc +++ b/src/gsiqt/gsiDeclQDomDocumentType.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomDocumentType.cc * diff --git a/src/gsiqt/gsiDeclQDomElement.cc b/src/gsiqt/gsiDeclQDomElement.cc index c9057f3f8..cc9982c6a 100644 --- a/src/gsiqt/gsiDeclQDomElement.cc +++ b/src/gsiqt/gsiDeclQDomElement.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomElement.cc * diff --git a/src/gsiqt/gsiDeclQDomEntity.cc b/src/gsiqt/gsiDeclQDomEntity.cc index 29b46d7e8..011d29bcb 100644 --- a/src/gsiqt/gsiDeclQDomEntity.cc +++ b/src/gsiqt/gsiDeclQDomEntity.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomEntity.cc * diff --git a/src/gsiqt/gsiDeclQDomEntityReference.cc b/src/gsiqt/gsiDeclQDomEntityReference.cc index d04c2b11a..c8e603fb8 100644 --- a/src/gsiqt/gsiDeclQDomEntityReference.cc +++ b/src/gsiqt/gsiDeclQDomEntityReference.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomEntityReference.cc * diff --git a/src/gsiqt/gsiDeclQDomImplementation.cc b/src/gsiqt/gsiDeclQDomImplementation.cc index 7a3dd52c0..e6add12ce 100644 --- a/src/gsiqt/gsiDeclQDomImplementation.cc +++ b/src/gsiqt/gsiDeclQDomImplementation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomImplementation.cc * diff --git a/src/gsiqt/gsiDeclQDomNamedNodeMap.cc b/src/gsiqt/gsiDeclQDomNamedNodeMap.cc index 1a3fb8de6..749929fbb 100644 --- a/src/gsiqt/gsiDeclQDomNamedNodeMap.cc +++ b/src/gsiqt/gsiDeclQDomNamedNodeMap.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomNamedNodeMap.cc * diff --git a/src/gsiqt/gsiDeclQDomNode.cc b/src/gsiqt/gsiDeclQDomNode.cc index 53fc38b16..ff5dabe1f 100644 --- a/src/gsiqt/gsiDeclQDomNode.cc +++ b/src/gsiqt/gsiDeclQDomNode.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomNode.cc * diff --git a/src/gsiqt/gsiDeclQDomNodeList.cc b/src/gsiqt/gsiDeclQDomNodeList.cc index 1be958ed5..638fd0a6f 100644 --- a/src/gsiqt/gsiDeclQDomNodeList.cc +++ b/src/gsiqt/gsiDeclQDomNodeList.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomNodeList.cc * diff --git a/src/gsiqt/gsiDeclQDomNotation.cc b/src/gsiqt/gsiDeclQDomNotation.cc index 24c0b0ed3..fbea75b64 100644 --- a/src/gsiqt/gsiDeclQDomNotation.cc +++ b/src/gsiqt/gsiDeclQDomNotation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomNotation.cc * diff --git a/src/gsiqt/gsiDeclQDomProcessingInstruction.cc b/src/gsiqt/gsiDeclQDomProcessingInstruction.cc index ebbf5b524..cf2b3865b 100644 --- a/src/gsiqt/gsiDeclQDomProcessingInstruction.cc +++ b/src/gsiqt/gsiDeclQDomProcessingInstruction.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomProcessingInstruction.cc * diff --git a/src/gsiqt/gsiDeclQDomText.cc b/src/gsiqt/gsiDeclQDomText.cc index f654c4858..232c6606a 100644 --- a/src/gsiqt/gsiDeclQDomText.cc +++ b/src/gsiqt/gsiDeclQDomText.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomText.cc * diff --git a/src/gsiqt/gsiDeclQDoubleSpinBox.cc b/src/gsiqt/gsiDeclQDoubleSpinBox.cc index ad88d7035..6d1a53cdd 100644 --- a/src/gsiqt/gsiDeclQDoubleSpinBox.cc +++ b/src/gsiqt/gsiDeclQDoubleSpinBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDoubleSpinBox.cc * diff --git a/src/gsiqt/gsiDeclQDoubleValidator.cc b/src/gsiqt/gsiDeclQDoubleValidator.cc index 7834320d0..8438986dc 100644 --- a/src/gsiqt/gsiDeclQDoubleValidator.cc +++ b/src/gsiqt/gsiDeclQDoubleValidator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDoubleValidator.cc * diff --git a/src/gsiqt/gsiDeclQDrag.cc b/src/gsiqt/gsiDeclQDrag.cc index 9649d9da9..c94e593ea 100644 --- a/src/gsiqt/gsiDeclQDrag.cc +++ b/src/gsiqt/gsiDeclQDrag.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDrag.cc * diff --git a/src/gsiqt/gsiDeclQDragEnterEvent.cc b/src/gsiqt/gsiDeclQDragEnterEvent.cc index de4c11b47..3b5f8f28c 100644 --- a/src/gsiqt/gsiDeclQDragEnterEvent.cc +++ b/src/gsiqt/gsiDeclQDragEnterEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDragEnterEvent.cc * diff --git a/src/gsiqt/gsiDeclQDragLeaveEvent.cc b/src/gsiqt/gsiDeclQDragLeaveEvent.cc index 7619df390..ac801ebca 100644 --- a/src/gsiqt/gsiDeclQDragLeaveEvent.cc +++ b/src/gsiqt/gsiDeclQDragLeaveEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDragLeaveEvent.cc * diff --git a/src/gsiqt/gsiDeclQDragMoveEvent.cc b/src/gsiqt/gsiDeclQDragMoveEvent.cc index 09ee94df2..837474c75 100644 --- a/src/gsiqt/gsiDeclQDragMoveEvent.cc +++ b/src/gsiqt/gsiDeclQDragMoveEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDragMoveEvent.cc * diff --git a/src/gsiqt/gsiDeclQDragResponseEvent.cc b/src/gsiqt/gsiDeclQDragResponseEvent.cc index 15a8963fe..a5a3eafe4 100644 --- a/src/gsiqt/gsiDeclQDragResponseEvent.cc +++ b/src/gsiqt/gsiDeclQDragResponseEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDragResponseEvent.cc * diff --git a/src/gsiqt/gsiDeclQDropEvent.cc b/src/gsiqt/gsiDeclQDropEvent.cc index 07e982f81..b3413d06a 100644 --- a/src/gsiqt/gsiDeclQDropEvent.cc +++ b/src/gsiqt/gsiDeclQDropEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDropEvent.cc * diff --git a/src/gsiqt/gsiDeclQDynamicPropertyChangeEvent.cc b/src/gsiqt/gsiDeclQDynamicPropertyChangeEvent.cc index a1ab54fe8..afb3345d5 100644 --- a/src/gsiqt/gsiDeclQDynamicPropertyChangeEvent.cc +++ b/src/gsiqt/gsiDeclQDynamicPropertyChangeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDynamicPropertyChangeEvent.cc * diff --git a/src/gsiqt/gsiDeclQEasingCurve.cc b/src/gsiqt/gsiDeclQEasingCurve.cc index 40ed3d3f0..f2fdf3678 100644 --- a/src/gsiqt/gsiDeclQEasingCurve.cc +++ b/src/gsiqt/gsiDeclQEasingCurve.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQEasingCurve.cc * diff --git a/src/gsiqt/gsiDeclQErrorMessage.cc b/src/gsiqt/gsiDeclQErrorMessage.cc index 6ccb3bd32..e831a7aa0 100644 --- a/src/gsiqt/gsiDeclQErrorMessage.cc +++ b/src/gsiqt/gsiDeclQErrorMessage.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQErrorMessage.cc * diff --git a/src/gsiqt/gsiDeclQEvent.cc b/src/gsiqt/gsiDeclQEvent.cc index 8d4c39e44..da46f3294 100644 --- a/src/gsiqt/gsiDeclQEvent.cc +++ b/src/gsiqt/gsiDeclQEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQEvent.cc * diff --git a/src/gsiqt/gsiDeclQEventLoop.cc b/src/gsiqt/gsiDeclQEventLoop.cc index 9a111f64c..76355f27f 100644 --- a/src/gsiqt/gsiDeclQEventLoop.cc +++ b/src/gsiqt/gsiDeclQEventLoop.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQEventLoop.cc * diff --git a/src/gsiqt/gsiDeclQFactoryInterface.cc b/src/gsiqt/gsiDeclQFactoryInterface.cc index 72f127147..2f6694da5 100644 --- a/src/gsiqt/gsiDeclQFactoryInterface.cc +++ b/src/gsiqt/gsiDeclQFactoryInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFactoryInterface.cc * diff --git a/src/gsiqt/gsiDeclQFile.cc b/src/gsiqt/gsiDeclQFile.cc index 214d7cc17..28bc0f3ec 100644 --- a/src/gsiqt/gsiDeclQFile.cc +++ b/src/gsiqt/gsiDeclQFile.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFile.cc * diff --git a/src/gsiqt/gsiDeclQFileDialog.cc b/src/gsiqt/gsiDeclQFileDialog.cc index aac6df5bc..c43ce0bb6 100644 --- a/src/gsiqt/gsiDeclQFileDialog.cc +++ b/src/gsiqt/gsiDeclQFileDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileDialog.cc * diff --git a/src/gsiqt/gsiDeclQFileIconProvider.cc b/src/gsiqt/gsiDeclQFileIconProvider.cc index d44881166..871d0008a 100644 --- a/src/gsiqt/gsiDeclQFileIconProvider.cc +++ b/src/gsiqt/gsiDeclQFileIconProvider.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileIconProvider.cc * diff --git a/src/gsiqt/gsiDeclQFileInfo.cc b/src/gsiqt/gsiDeclQFileInfo.cc index b5af7de8b..403ffca8b 100644 --- a/src/gsiqt/gsiDeclQFileInfo.cc +++ b/src/gsiqt/gsiDeclQFileInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileInfo.cc * diff --git a/src/gsiqt/gsiDeclQFileOpenEvent.cc b/src/gsiqt/gsiDeclQFileOpenEvent.cc index 1d227dbb7..05ea0bbd3 100644 --- a/src/gsiqt/gsiDeclQFileOpenEvent.cc +++ b/src/gsiqt/gsiDeclQFileOpenEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileOpenEvent.cc * diff --git a/src/gsiqt/gsiDeclQFileSystemModel.cc b/src/gsiqt/gsiDeclQFileSystemModel.cc index 09c0e5218..988a10868 100644 --- a/src/gsiqt/gsiDeclQFileSystemModel.cc +++ b/src/gsiqt/gsiDeclQFileSystemModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileSystemModel.cc * diff --git a/src/gsiqt/gsiDeclQFileSystemWatcher.cc b/src/gsiqt/gsiDeclQFileSystemWatcher.cc index 6a2c4b0e1..fe0e4aca7 100644 --- a/src/gsiqt/gsiDeclQFileSystemWatcher.cc +++ b/src/gsiqt/gsiDeclQFileSystemWatcher.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileSystemWatcher.cc * diff --git a/src/gsiqt/gsiDeclQFocusEvent.cc b/src/gsiqt/gsiDeclQFocusEvent.cc index 295fb8a9a..8e51a9c5d 100644 --- a/src/gsiqt/gsiDeclQFocusEvent.cc +++ b/src/gsiqt/gsiDeclQFocusEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFocusEvent.cc * diff --git a/src/gsiqt/gsiDeclQFocusFrame.cc b/src/gsiqt/gsiDeclQFocusFrame.cc index 8ebcd60c8..57b9d1c14 100644 --- a/src/gsiqt/gsiDeclQFocusFrame.cc +++ b/src/gsiqt/gsiDeclQFocusFrame.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFocusFrame.cc * diff --git a/src/gsiqt/gsiDeclQFont.cc b/src/gsiqt/gsiDeclQFont.cc index c1e498e5f..c79fd31db 100644 --- a/src/gsiqt/gsiDeclQFont.cc +++ b/src/gsiqt/gsiDeclQFont.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFont.cc * diff --git a/src/gsiqt/gsiDeclQFontComboBox.cc b/src/gsiqt/gsiDeclQFontComboBox.cc index 532f25570..ff9179fdf 100644 --- a/src/gsiqt/gsiDeclQFontComboBox.cc +++ b/src/gsiqt/gsiDeclQFontComboBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFontComboBox.cc * diff --git a/src/gsiqt/gsiDeclQFontDatabase.cc b/src/gsiqt/gsiDeclQFontDatabase.cc index 27b6cb7a9..4968fba96 100644 --- a/src/gsiqt/gsiDeclQFontDatabase.cc +++ b/src/gsiqt/gsiDeclQFontDatabase.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFontDatabase.cc * diff --git a/src/gsiqt/gsiDeclQFontDialog.cc b/src/gsiqt/gsiDeclQFontDialog.cc index 2a4ece033..0a4fdea2c 100644 --- a/src/gsiqt/gsiDeclQFontDialog.cc +++ b/src/gsiqt/gsiDeclQFontDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFontDialog.cc * diff --git a/src/gsiqt/gsiDeclQFontInfo.cc b/src/gsiqt/gsiDeclQFontInfo.cc index 13355c076..144dc5f66 100644 --- a/src/gsiqt/gsiDeclQFontInfo.cc +++ b/src/gsiqt/gsiDeclQFontInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFontInfo.cc * diff --git a/src/gsiqt/gsiDeclQFontMetrics.cc b/src/gsiqt/gsiDeclQFontMetrics.cc index 4f1afd5b9..07d67f920 100644 --- a/src/gsiqt/gsiDeclQFontMetrics.cc +++ b/src/gsiqt/gsiDeclQFontMetrics.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFontMetrics.cc * diff --git a/src/gsiqt/gsiDeclQFontMetricsF.cc b/src/gsiqt/gsiDeclQFontMetricsF.cc index 8a6bad8f3..7e2e2256d 100644 --- a/src/gsiqt/gsiDeclQFontMetricsF.cc +++ b/src/gsiqt/gsiDeclQFontMetricsF.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFontMetricsF.cc * diff --git a/src/gsiqt/gsiDeclQFormBuilder.cc b/src/gsiqt/gsiDeclQFormBuilder.cc index fbbadd4d0..0dbc5fd1a 100644 --- a/src/gsiqt/gsiDeclQFormBuilder.cc +++ b/src/gsiqt/gsiDeclQFormBuilder.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFormBuilder.cc * diff --git a/src/gsiqt/gsiDeclQFormLayout.cc b/src/gsiqt/gsiDeclQFormLayout.cc index 69cb03efa..8ddb838d2 100644 --- a/src/gsiqt/gsiDeclQFormLayout.cc +++ b/src/gsiqt/gsiDeclQFormLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFormLayout.cc * diff --git a/src/gsiqt/gsiDeclQFrame.cc b/src/gsiqt/gsiDeclQFrame.cc index 83fef1d97..7648ece41 100644 --- a/src/gsiqt/gsiDeclQFrame.cc +++ b/src/gsiqt/gsiDeclQFrame.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFrame.cc * diff --git a/src/gsiqt/gsiDeclQFtp.cc b/src/gsiqt/gsiDeclQFtp.cc index 766e3aee4..0ddc589fa 100644 --- a/src/gsiqt/gsiDeclQFtp.cc +++ b/src/gsiqt/gsiDeclQFtp.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFtp.cc * diff --git a/src/gsiqt/gsiDeclQGesture.cc b/src/gsiqt/gsiDeclQGesture.cc index 2cfaa2300..36609838b 100644 --- a/src/gsiqt/gsiDeclQGesture.cc +++ b/src/gsiqt/gsiDeclQGesture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGesture.cc * diff --git a/src/gsiqt/gsiDeclQGestureEvent.cc b/src/gsiqt/gsiDeclQGestureEvent.cc index b555687fd..e201f3934 100644 --- a/src/gsiqt/gsiDeclQGestureEvent.cc +++ b/src/gsiqt/gsiDeclQGestureEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGestureEvent.cc * diff --git a/src/gsiqt/gsiDeclQGestureRecognizer.cc b/src/gsiqt/gsiDeclQGestureRecognizer.cc index fa58051d6..778921719 100644 --- a/src/gsiqt/gsiDeclQGestureRecognizer.cc +++ b/src/gsiqt/gsiDeclQGestureRecognizer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGestureRecognizer.cc * diff --git a/src/gsiqt/gsiDeclQGradient.cc b/src/gsiqt/gsiDeclQGradient.cc index 81f010435..87dbdf27e 100644 --- a/src/gsiqt/gsiDeclQGradient.cc +++ b/src/gsiqt/gsiDeclQGradient.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGradient.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsAnchor.cc b/src/gsiqt/gsiDeclQGraphicsAnchor.cc index 5418dc2ef..a6b35159c 100644 --- a/src/gsiqt/gsiDeclQGraphicsAnchor.cc +++ b/src/gsiqt/gsiDeclQGraphicsAnchor.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsAnchor.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsAnchorLayout.cc b/src/gsiqt/gsiDeclQGraphicsAnchorLayout.cc index 833381f0b..64c8fad1b 100644 --- a/src/gsiqt/gsiDeclQGraphicsAnchorLayout.cc +++ b/src/gsiqt/gsiDeclQGraphicsAnchorLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsAnchorLayout.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsBlurEffect.cc b/src/gsiqt/gsiDeclQGraphicsBlurEffect.cc index a36d93e59..5ba12a0a1 100644 --- a/src/gsiqt/gsiDeclQGraphicsBlurEffect.cc +++ b/src/gsiqt/gsiDeclQGraphicsBlurEffect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsBlurEffect.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsColorizeEffect.cc b/src/gsiqt/gsiDeclQGraphicsColorizeEffect.cc index 5c0fb1a56..2c4b94436 100644 --- a/src/gsiqt/gsiDeclQGraphicsColorizeEffect.cc +++ b/src/gsiqt/gsiDeclQGraphicsColorizeEffect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsColorizeEffect.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsDropShadowEffect.cc b/src/gsiqt/gsiDeclQGraphicsDropShadowEffect.cc index 153ea9526..69c901fc8 100644 --- a/src/gsiqt/gsiDeclQGraphicsDropShadowEffect.cc +++ b/src/gsiqt/gsiDeclQGraphicsDropShadowEffect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsDropShadowEffect.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsEffect.cc b/src/gsiqt/gsiDeclQGraphicsEffect.cc index bed61e452..17ac92678 100644 --- a/src/gsiqt/gsiDeclQGraphicsEffect.cc +++ b/src/gsiqt/gsiDeclQGraphicsEffect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsEffect.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsEllipseItem.cc b/src/gsiqt/gsiDeclQGraphicsEllipseItem.cc index 68183d1a4..41b9c5907 100644 --- a/src/gsiqt/gsiDeclQGraphicsEllipseItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsEllipseItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsEllipseItem.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsGridLayout.cc b/src/gsiqt/gsiDeclQGraphicsGridLayout.cc index 93e5ed833..453ec8001 100644 --- a/src/gsiqt/gsiDeclQGraphicsGridLayout.cc +++ b/src/gsiqt/gsiDeclQGraphicsGridLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsGridLayout.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsItem.cc b/src/gsiqt/gsiDeclQGraphicsItem.cc index 667914e61..8294fe6c1 100644 --- a/src/gsiqt/gsiDeclQGraphicsItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsItem.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsItemAnimation.cc b/src/gsiqt/gsiDeclQGraphicsItemAnimation.cc index 3c7202682..f2d0a485c 100644 --- a/src/gsiqt/gsiDeclQGraphicsItemAnimation.cc +++ b/src/gsiqt/gsiDeclQGraphicsItemAnimation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsItemAnimation.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsItemGroup.cc b/src/gsiqt/gsiDeclQGraphicsItemGroup.cc index 5db58b265..677ce91dc 100644 --- a/src/gsiqt/gsiDeclQGraphicsItemGroup.cc +++ b/src/gsiqt/gsiDeclQGraphicsItemGroup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsItemGroup.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsLayout.cc b/src/gsiqt/gsiDeclQGraphicsLayout.cc index a17694e7b..83175b483 100644 --- a/src/gsiqt/gsiDeclQGraphicsLayout.cc +++ b/src/gsiqt/gsiDeclQGraphicsLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsLayout.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsLayoutItem.cc b/src/gsiqt/gsiDeclQGraphicsLayoutItem.cc index 281d372c1..83d4aab0b 100644 --- a/src/gsiqt/gsiDeclQGraphicsLayoutItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsLayoutItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsLayoutItem.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsLineItem.cc b/src/gsiqt/gsiDeclQGraphicsLineItem.cc index 8846ae54f..b9c1d1d3c 100644 --- a/src/gsiqt/gsiDeclQGraphicsLineItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsLineItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsLineItem.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsLinearLayout.cc b/src/gsiqt/gsiDeclQGraphicsLinearLayout.cc index fa8735325..e214e2b50 100644 --- a/src/gsiqt/gsiDeclQGraphicsLinearLayout.cc +++ b/src/gsiqt/gsiDeclQGraphicsLinearLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsLinearLayout.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsObject.cc b/src/gsiqt/gsiDeclQGraphicsObject.cc index 4c709d8cf..0b5c6c50d 100644 --- a/src/gsiqt/gsiDeclQGraphicsObject.cc +++ b/src/gsiqt/gsiDeclQGraphicsObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsObject.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsOpacityEffect.cc b/src/gsiqt/gsiDeclQGraphicsOpacityEffect.cc index ad81d75cb..0509cb557 100644 --- a/src/gsiqt/gsiDeclQGraphicsOpacityEffect.cc +++ b/src/gsiqt/gsiDeclQGraphicsOpacityEffect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsOpacityEffect.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsPathItem.cc b/src/gsiqt/gsiDeclQGraphicsPathItem.cc index 4a2a0220c..e5b316410 100644 --- a/src/gsiqt/gsiDeclQGraphicsPathItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsPathItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsPathItem.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsPixmapItem.cc b/src/gsiqt/gsiDeclQGraphicsPixmapItem.cc index 195adcba2..4b429160e 100644 --- a/src/gsiqt/gsiDeclQGraphicsPixmapItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsPixmapItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsPixmapItem.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsPolygonItem.cc b/src/gsiqt/gsiDeclQGraphicsPolygonItem.cc index b31dfa012..e1984ee1d 100644 --- a/src/gsiqt/gsiDeclQGraphicsPolygonItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsPolygonItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsPolygonItem.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsProxyWidget.cc b/src/gsiqt/gsiDeclQGraphicsProxyWidget.cc index 6042c9fea..bf003b2c1 100644 --- a/src/gsiqt/gsiDeclQGraphicsProxyWidget.cc +++ b/src/gsiqt/gsiDeclQGraphicsProxyWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsProxyWidget.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsRectItem.cc b/src/gsiqt/gsiDeclQGraphicsRectItem.cc index bb89b2029..f3fd92d81 100644 --- a/src/gsiqt/gsiDeclQGraphicsRectItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsRectItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsRectItem.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsRotation.cc b/src/gsiqt/gsiDeclQGraphicsRotation.cc index 124ecfb9f..7e47e242b 100644 --- a/src/gsiqt/gsiDeclQGraphicsRotation.cc +++ b/src/gsiqt/gsiDeclQGraphicsRotation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsRotation.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsScale.cc b/src/gsiqt/gsiDeclQGraphicsScale.cc index 78b6de431..a099f4f66 100644 --- a/src/gsiqt/gsiDeclQGraphicsScale.cc +++ b/src/gsiqt/gsiDeclQGraphicsScale.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsScale.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsScene.cc b/src/gsiqt/gsiDeclQGraphicsScene.cc index 765e37272..3c024edbe 100644 --- a/src/gsiqt/gsiDeclQGraphicsScene.cc +++ b/src/gsiqt/gsiDeclQGraphicsScene.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsScene.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsSceneContextMenuEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneContextMenuEvent.cc index bcf108060..5e79e21dc 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneContextMenuEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneContextMenuEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneContextMenuEvent.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsSceneDragDropEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneDragDropEvent.cc index 882ce7d61..71ce614ee 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneDragDropEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneDragDropEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneDragDropEvent.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsSceneEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneEvent.cc index 63ca6ae46..a73924c7a 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneEvent.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsSceneHelpEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneHelpEvent.cc index 2562afed6..1b93c7504 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneHelpEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneHelpEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneHelpEvent.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsSceneHoverEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneHoverEvent.cc index 9a780d8d5..0e8f19a84 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneHoverEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneHoverEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneHoverEvent.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsSceneMouseEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneMouseEvent.cc index 1d37e4468..95af6c830 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneMouseEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneMouseEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneMouseEvent.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsSceneMoveEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneMoveEvent.cc index 1b7320d94..f4ec34056 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneMoveEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneMoveEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneMoveEvent.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsSceneResizeEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneResizeEvent.cc index 9d3b39640..1caa0b227 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneResizeEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneResizeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneResizeEvent.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsSceneWheelEvent.cc b/src/gsiqt/gsiDeclQGraphicsSceneWheelEvent.cc index 3e84a1444..73af65fdc 100644 --- a/src/gsiqt/gsiDeclQGraphicsSceneWheelEvent.cc +++ b/src/gsiqt/gsiDeclQGraphicsSceneWheelEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneWheelEvent.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsSimpleTextItem.cc b/src/gsiqt/gsiDeclQGraphicsSimpleTextItem.cc index ece380a1d..cbcbb9378 100644 --- a/src/gsiqt/gsiDeclQGraphicsSimpleTextItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsSimpleTextItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSimpleTextItem.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsTextItem.cc b/src/gsiqt/gsiDeclQGraphicsTextItem.cc index b490dffc0..3615bae00 100644 --- a/src/gsiqt/gsiDeclQGraphicsTextItem.cc +++ b/src/gsiqt/gsiDeclQGraphicsTextItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsTextItem.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsTransform.cc b/src/gsiqt/gsiDeclQGraphicsTransform.cc index ee4f0aa6a..14e18c07f 100644 --- a/src/gsiqt/gsiDeclQGraphicsTransform.cc +++ b/src/gsiqt/gsiDeclQGraphicsTransform.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsTransform.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsView.cc b/src/gsiqt/gsiDeclQGraphicsView.cc index 6da06f133..d52cb5cdf 100644 --- a/src/gsiqt/gsiDeclQGraphicsView.cc +++ b/src/gsiqt/gsiDeclQGraphicsView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsView.cc * diff --git a/src/gsiqt/gsiDeclQGraphicsWidget.cc b/src/gsiqt/gsiDeclQGraphicsWidget.cc index 4bc8cd8b3..05f6c9122 100644 --- a/src/gsiqt/gsiDeclQGraphicsWidget.cc +++ b/src/gsiqt/gsiDeclQGraphicsWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsWidget.cc * diff --git a/src/gsiqt/gsiDeclQGridLayout.cc b/src/gsiqt/gsiDeclQGridLayout.cc index f0be5006e..5fb0e134f 100644 --- a/src/gsiqt/gsiDeclQGridLayout.cc +++ b/src/gsiqt/gsiDeclQGridLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGridLayout.cc * diff --git a/src/gsiqt/gsiDeclQGroupBox.cc b/src/gsiqt/gsiDeclQGroupBox.cc index 2ac90edb0..6114f174e 100644 --- a/src/gsiqt/gsiDeclQGroupBox.cc +++ b/src/gsiqt/gsiDeclQGroupBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGroupBox.cc * diff --git a/src/gsiqt/gsiDeclQHBoxLayout.cc b/src/gsiqt/gsiDeclQHBoxLayout.cc index 119194229..73e3c8352 100644 --- a/src/gsiqt/gsiDeclQHBoxLayout.cc +++ b/src/gsiqt/gsiDeclQHBoxLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHBoxLayout.cc * diff --git a/src/gsiqt/gsiDeclQHeaderView.cc b/src/gsiqt/gsiDeclQHeaderView.cc index f2a06727c..5836d46f9 100644 --- a/src/gsiqt/gsiDeclQHeaderView.cc +++ b/src/gsiqt/gsiDeclQHeaderView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHeaderView.cc * diff --git a/src/gsiqt/gsiDeclQHelpEvent.cc b/src/gsiqt/gsiDeclQHelpEvent.cc index 8a8ee6d7d..6570ba99e 100644 --- a/src/gsiqt/gsiDeclQHelpEvent.cc +++ b/src/gsiqt/gsiDeclQHelpEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHelpEvent.cc * diff --git a/src/gsiqt/gsiDeclQHideEvent.cc b/src/gsiqt/gsiDeclQHideEvent.cc index 174600b3d..d20021aa5 100644 --- a/src/gsiqt/gsiDeclQHideEvent.cc +++ b/src/gsiqt/gsiDeclQHideEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHideEvent.cc * diff --git a/src/gsiqt/gsiDeclQHostAddress.cc b/src/gsiqt/gsiDeclQHostAddress.cc index a3d865a39..e3a87e7a1 100644 --- a/src/gsiqt/gsiDeclQHostAddress.cc +++ b/src/gsiqt/gsiDeclQHostAddress.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHostAddress.cc * diff --git a/src/gsiqt/gsiDeclQHostInfo.cc b/src/gsiqt/gsiDeclQHostInfo.cc index 5bc9d68a6..201ef7fbb 100644 --- a/src/gsiqt/gsiDeclQHostInfo.cc +++ b/src/gsiqt/gsiDeclQHostInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHostInfo.cc * diff --git a/src/gsiqt/gsiDeclQHoverEvent.cc b/src/gsiqt/gsiDeclQHoverEvent.cc index 4a7502e25..75396a407 100644 --- a/src/gsiqt/gsiDeclQHoverEvent.cc +++ b/src/gsiqt/gsiDeclQHoverEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHoverEvent.cc * diff --git a/src/gsiqt/gsiDeclQIODevice.cc b/src/gsiqt/gsiDeclQIODevice.cc index b163d5986..87137b68b 100644 --- a/src/gsiqt/gsiDeclQIODevice.cc +++ b/src/gsiqt/gsiDeclQIODevice.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIODevice.cc * diff --git a/src/gsiqt/gsiDeclQIPv6Address.cc b/src/gsiqt/gsiDeclQIPv6Address.cc index 6178eb23a..2776c415d 100644 --- a/src/gsiqt/gsiDeclQIPv6Address.cc +++ b/src/gsiqt/gsiDeclQIPv6Address.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIPv6Address.cc * diff --git a/src/gsiqt/gsiDeclQIcon.cc b/src/gsiqt/gsiDeclQIcon.cc index b94a25b30..389544526 100644 --- a/src/gsiqt/gsiDeclQIcon.cc +++ b/src/gsiqt/gsiDeclQIcon.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIcon.cc * diff --git a/src/gsiqt/gsiDeclQIconDragEvent.cc b/src/gsiqt/gsiDeclQIconDragEvent.cc index 626acb9d5..0cea0263f 100644 --- a/src/gsiqt/gsiDeclQIconDragEvent.cc +++ b/src/gsiqt/gsiDeclQIconDragEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIconDragEvent.cc * diff --git a/src/gsiqt/gsiDeclQIconEngine.cc b/src/gsiqt/gsiDeclQIconEngine.cc index 17e913194..3a444ea64 100644 --- a/src/gsiqt/gsiDeclQIconEngine.cc +++ b/src/gsiqt/gsiDeclQIconEngine.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIconEngine.cc * diff --git a/src/gsiqt/gsiDeclQIconEnginePlugin.cc b/src/gsiqt/gsiDeclQIconEnginePlugin.cc index d6c3623fe..ed1e4f14a 100644 --- a/src/gsiqt/gsiDeclQIconEnginePlugin.cc +++ b/src/gsiqt/gsiDeclQIconEnginePlugin.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIconEnginePlugin.cc * diff --git a/src/gsiqt/gsiDeclQIconEnginePluginV2.cc b/src/gsiqt/gsiDeclQIconEnginePluginV2.cc index 4fb28129d..57c32669f 100644 --- a/src/gsiqt/gsiDeclQIconEnginePluginV2.cc +++ b/src/gsiqt/gsiDeclQIconEnginePluginV2.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIconEnginePluginV2.cc * diff --git a/src/gsiqt/gsiDeclQIconEngineV2.cc b/src/gsiqt/gsiDeclQIconEngineV2.cc index 4f9be60f1..a0d49bd4a 100644 --- a/src/gsiqt/gsiDeclQIconEngineV2.cc +++ b/src/gsiqt/gsiDeclQIconEngineV2.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIconEngineV2.cc * diff --git a/src/gsiqt/gsiDeclQImage.cc b/src/gsiqt/gsiDeclQImage.cc index fe2a526b9..7f982b8e3 100644 --- a/src/gsiqt/gsiDeclQImage.cc +++ b/src/gsiqt/gsiDeclQImage.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQImage.cc * diff --git a/src/gsiqt/gsiDeclQImageIOHandler.cc b/src/gsiqt/gsiDeclQImageIOHandler.cc index e97d8c2dc..8a13a1ac9 100644 --- a/src/gsiqt/gsiDeclQImageIOHandler.cc +++ b/src/gsiqt/gsiDeclQImageIOHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQImageIOHandler.cc * diff --git a/src/gsiqt/gsiDeclQImageIOPlugin.cc b/src/gsiqt/gsiDeclQImageIOPlugin.cc index eb46f2642..33131fa14 100644 --- a/src/gsiqt/gsiDeclQImageIOPlugin.cc +++ b/src/gsiqt/gsiDeclQImageIOPlugin.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQImageIOPlugin.cc * diff --git a/src/gsiqt/gsiDeclQImageReader.cc b/src/gsiqt/gsiDeclQImageReader.cc index 29af07cd9..321e71f2d 100644 --- a/src/gsiqt/gsiDeclQImageReader.cc +++ b/src/gsiqt/gsiDeclQImageReader.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQImageReader.cc * diff --git a/src/gsiqt/gsiDeclQImageTextKeyLang.cc b/src/gsiqt/gsiDeclQImageTextKeyLang.cc index 961c54882..6bdf40ad0 100644 --- a/src/gsiqt/gsiDeclQImageTextKeyLang.cc +++ b/src/gsiqt/gsiDeclQImageTextKeyLang.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQImageTextKeyLang.cc * diff --git a/src/gsiqt/gsiDeclQImageWriter.cc b/src/gsiqt/gsiDeclQImageWriter.cc index a35ce58fa..fd6f4b9e7 100644 --- a/src/gsiqt/gsiDeclQImageWriter.cc +++ b/src/gsiqt/gsiDeclQImageWriter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQImageWriter.cc * diff --git a/src/gsiqt/gsiDeclQInputContext.cc b/src/gsiqt/gsiDeclQInputContext.cc index 91e00b729..af81c7663 100644 --- a/src/gsiqt/gsiDeclQInputContext.cc +++ b/src/gsiqt/gsiDeclQInputContext.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQInputContext.cc * diff --git a/src/gsiqt/gsiDeclQInputContextFactory.cc b/src/gsiqt/gsiDeclQInputContextFactory.cc index a1905910c..bba424ff4 100644 --- a/src/gsiqt/gsiDeclQInputContextFactory.cc +++ b/src/gsiqt/gsiDeclQInputContextFactory.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQInputContextFactory.cc * diff --git a/src/gsiqt/gsiDeclQInputContextPlugin.cc b/src/gsiqt/gsiDeclQInputContextPlugin.cc index dbc8b8233..49afce904 100644 --- a/src/gsiqt/gsiDeclQInputContextPlugin.cc +++ b/src/gsiqt/gsiDeclQInputContextPlugin.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQInputContextPlugin.cc * diff --git a/src/gsiqt/gsiDeclQInputDialog.cc b/src/gsiqt/gsiDeclQInputDialog.cc index 1caa25bad..04e1d4459 100644 --- a/src/gsiqt/gsiDeclQInputDialog.cc +++ b/src/gsiqt/gsiDeclQInputDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQInputDialog.cc * diff --git a/src/gsiqt/gsiDeclQInputEvent.cc b/src/gsiqt/gsiDeclQInputEvent.cc index 63caee9c6..f1891cc92 100644 --- a/src/gsiqt/gsiDeclQInputEvent.cc +++ b/src/gsiqt/gsiDeclQInputEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQInputEvent.cc * diff --git a/src/gsiqt/gsiDeclQInputMethodEvent.cc b/src/gsiqt/gsiDeclQInputMethodEvent.cc index 5f6213843..240c4dc00 100644 --- a/src/gsiqt/gsiDeclQInputMethodEvent.cc +++ b/src/gsiqt/gsiDeclQInputMethodEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQInputMethodEvent.cc * diff --git a/src/gsiqt/gsiDeclQInputMethodEvent_Attribute.cc b/src/gsiqt/gsiDeclQInputMethodEvent_Attribute.cc index 5bcbd9959..06db4e4de 100644 --- a/src/gsiqt/gsiDeclQInputMethodEvent_Attribute.cc +++ b/src/gsiqt/gsiDeclQInputMethodEvent_Attribute.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQInputMethodEvent_Attribute.cc * diff --git a/src/gsiqt/gsiDeclQIntValidator.cc b/src/gsiqt/gsiDeclQIntValidator.cc index b68ad6cfe..e94d53e52 100644 --- a/src/gsiqt/gsiDeclQIntValidator.cc +++ b/src/gsiqt/gsiDeclQIntValidator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIntValidator.cc * diff --git a/src/gsiqt/gsiDeclQItemDelegate.cc b/src/gsiqt/gsiDeclQItemDelegate.cc index d194016b6..1f58b63e1 100644 --- a/src/gsiqt/gsiDeclQItemDelegate.cc +++ b/src/gsiqt/gsiDeclQItemDelegate.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQItemDelegate.cc * diff --git a/src/gsiqt/gsiDeclQItemEditorCreatorBase.cc b/src/gsiqt/gsiDeclQItemEditorCreatorBase.cc index 6c9c3ed0e..87a26d846 100644 --- a/src/gsiqt/gsiDeclQItemEditorCreatorBase.cc +++ b/src/gsiqt/gsiDeclQItemEditorCreatorBase.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQItemEditorCreatorBase.cc * diff --git a/src/gsiqt/gsiDeclQItemEditorFactory.cc b/src/gsiqt/gsiDeclQItemEditorFactory.cc index fcf13d53b..937e6488c 100644 --- a/src/gsiqt/gsiDeclQItemEditorFactory.cc +++ b/src/gsiqt/gsiDeclQItemEditorFactory.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQItemEditorFactory.cc * diff --git a/src/gsiqt/gsiDeclQItemSelection.cc b/src/gsiqt/gsiDeclQItemSelection.cc index b67feb884..60aa00306 100644 --- a/src/gsiqt/gsiDeclQItemSelection.cc +++ b/src/gsiqt/gsiDeclQItemSelection.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQItemSelection.cc * diff --git a/src/gsiqt/gsiDeclQItemSelectionModel.cc b/src/gsiqt/gsiDeclQItemSelectionModel.cc index 838e5d28f..55f3ecfee 100644 --- a/src/gsiqt/gsiDeclQItemSelectionModel.cc +++ b/src/gsiqt/gsiDeclQItemSelectionModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQItemSelectionModel.cc * diff --git a/src/gsiqt/gsiDeclQItemSelectionRange.cc b/src/gsiqt/gsiDeclQItemSelectionRange.cc index dd75181c6..d878cacd4 100644 --- a/src/gsiqt/gsiDeclQItemSelectionRange.cc +++ b/src/gsiqt/gsiDeclQItemSelectionRange.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQItemSelectionRange.cc * diff --git a/src/gsiqt/gsiDeclQKeyEvent.cc b/src/gsiqt/gsiDeclQKeyEvent.cc index 309b91463..ae0f14c99 100644 --- a/src/gsiqt/gsiDeclQKeyEvent.cc +++ b/src/gsiqt/gsiDeclQKeyEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQKeyEvent.cc * diff --git a/src/gsiqt/gsiDeclQKeySequence.cc b/src/gsiqt/gsiDeclQKeySequence.cc index df40cd8c1..8cb07a430 100644 --- a/src/gsiqt/gsiDeclQKeySequence.cc +++ b/src/gsiqt/gsiDeclQKeySequence.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQKeySequence.cc * diff --git a/src/gsiqt/gsiDeclQLCDNumber.cc b/src/gsiqt/gsiDeclQLCDNumber.cc index accaf34db..c69617979 100644 --- a/src/gsiqt/gsiDeclQLCDNumber.cc +++ b/src/gsiqt/gsiDeclQLCDNumber.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLCDNumber.cc * diff --git a/src/gsiqt/gsiDeclQLabel.cc b/src/gsiqt/gsiDeclQLabel.cc index 42f5a1a59..f95e29649 100644 --- a/src/gsiqt/gsiDeclQLabel.cc +++ b/src/gsiqt/gsiDeclQLabel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLabel.cc * diff --git a/src/gsiqt/gsiDeclQLayout.cc b/src/gsiqt/gsiDeclQLayout.cc index 7fea58e93..4964b062a 100644 --- a/src/gsiqt/gsiDeclQLayout.cc +++ b/src/gsiqt/gsiDeclQLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLayout.cc * diff --git a/src/gsiqt/gsiDeclQLayoutItem.cc b/src/gsiqt/gsiDeclQLayoutItem.cc index ba507e65c..3261ec3cc 100644 --- a/src/gsiqt/gsiDeclQLayoutItem.cc +++ b/src/gsiqt/gsiDeclQLayoutItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLayoutItem.cc * diff --git a/src/gsiqt/gsiDeclQLibrary.cc b/src/gsiqt/gsiDeclQLibrary.cc index 162dc838e..562c42367 100644 --- a/src/gsiqt/gsiDeclQLibrary.cc +++ b/src/gsiqt/gsiDeclQLibrary.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLibrary.cc * diff --git a/src/gsiqt/gsiDeclQLibraryInfo.cc b/src/gsiqt/gsiDeclQLibraryInfo.cc index cc3eab2aa..63dd72432 100644 --- a/src/gsiqt/gsiDeclQLibraryInfo.cc +++ b/src/gsiqt/gsiDeclQLibraryInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLibraryInfo.cc * diff --git a/src/gsiqt/gsiDeclQLine.cc b/src/gsiqt/gsiDeclQLine.cc index 982ca6a04..4e0709cdb 100644 --- a/src/gsiqt/gsiDeclQLine.cc +++ b/src/gsiqt/gsiDeclQLine.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLine.cc * diff --git a/src/gsiqt/gsiDeclQLineEdit.cc b/src/gsiqt/gsiDeclQLineEdit.cc index 62b2c85bb..237ce2172 100644 --- a/src/gsiqt/gsiDeclQLineEdit.cc +++ b/src/gsiqt/gsiDeclQLineEdit.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLineEdit.cc * diff --git a/src/gsiqt/gsiDeclQLineF.cc b/src/gsiqt/gsiDeclQLineF.cc index 171eefdbb..bd7e170a7 100644 --- a/src/gsiqt/gsiDeclQLineF.cc +++ b/src/gsiqt/gsiDeclQLineF.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLineF.cc * diff --git a/src/gsiqt/gsiDeclQLinearGradient.cc b/src/gsiqt/gsiDeclQLinearGradient.cc index 44c27f260..af19851aa 100644 --- a/src/gsiqt/gsiDeclQLinearGradient.cc +++ b/src/gsiqt/gsiDeclQLinearGradient.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLinearGradient.cc * diff --git a/src/gsiqt/gsiDeclQListView.cc b/src/gsiqt/gsiDeclQListView.cc index 4529fa6ac..293a7cfc0 100644 --- a/src/gsiqt/gsiDeclQListView.cc +++ b/src/gsiqt/gsiDeclQListView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQListView.cc * diff --git a/src/gsiqt/gsiDeclQListWidget.cc b/src/gsiqt/gsiDeclQListWidget.cc index a92a22f1b..2cca2b666 100644 --- a/src/gsiqt/gsiDeclQListWidget.cc +++ b/src/gsiqt/gsiDeclQListWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQListWidget.cc * diff --git a/src/gsiqt/gsiDeclQListWidgetItem.cc b/src/gsiqt/gsiDeclQListWidgetItem.cc index 2a2a5dcae..ff8b95774 100644 --- a/src/gsiqt/gsiDeclQListWidgetItem.cc +++ b/src/gsiqt/gsiDeclQListWidgetItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQListWidgetItem.cc * diff --git a/src/gsiqt/gsiDeclQLocalServer.cc b/src/gsiqt/gsiDeclQLocalServer.cc index 3158a95b1..f675f533e 100644 --- a/src/gsiqt/gsiDeclQLocalServer.cc +++ b/src/gsiqt/gsiDeclQLocalServer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLocalServer.cc * diff --git a/src/gsiqt/gsiDeclQLocalSocket.cc b/src/gsiqt/gsiDeclQLocalSocket.cc index d3c1be9d9..df45e1bed 100644 --- a/src/gsiqt/gsiDeclQLocalSocket.cc +++ b/src/gsiqt/gsiDeclQLocalSocket.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLocalSocket.cc * diff --git a/src/gsiqt/gsiDeclQLocale.cc b/src/gsiqt/gsiDeclQLocale.cc index 249d76ded..6bd34c6b6 100644 --- a/src/gsiqt/gsiDeclQLocale.cc +++ b/src/gsiqt/gsiDeclQLocale.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLocale.cc * diff --git a/src/gsiqt/gsiDeclQMainWindow.cc b/src/gsiqt/gsiDeclQMainWindow.cc index 147b1e9ba..ceca08364 100644 --- a/src/gsiqt/gsiDeclQMainWindow.cc +++ b/src/gsiqt/gsiDeclQMainWindow.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMainWindow.cc * diff --git a/src/gsiqt/gsiDeclQMargins.cc b/src/gsiqt/gsiDeclQMargins.cc index 112fcedd5..3d06f64a5 100644 --- a/src/gsiqt/gsiDeclQMargins.cc +++ b/src/gsiqt/gsiDeclQMargins.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMargins.cc * diff --git a/src/gsiqt/gsiDeclQMatrix.cc b/src/gsiqt/gsiDeclQMatrix.cc index d7876ee08..155069246 100644 --- a/src/gsiqt/gsiDeclQMatrix.cc +++ b/src/gsiqt/gsiDeclQMatrix.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMatrix.cc * diff --git a/src/gsiqt/gsiDeclQMatrix4x4.cc b/src/gsiqt/gsiDeclQMatrix4x4.cc index 922387a6e..757f80d4a 100644 --- a/src/gsiqt/gsiDeclQMatrix4x4.cc +++ b/src/gsiqt/gsiDeclQMatrix4x4.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMatrix4x4.cc * diff --git a/src/gsiqt/gsiDeclQMdiArea.cc b/src/gsiqt/gsiDeclQMdiArea.cc index a8c1b456e..f98447756 100644 --- a/src/gsiqt/gsiDeclQMdiArea.cc +++ b/src/gsiqt/gsiDeclQMdiArea.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMdiArea.cc * diff --git a/src/gsiqt/gsiDeclQMdiSubWindow.cc b/src/gsiqt/gsiDeclQMdiSubWindow.cc index bb7616017..d3c051f0c 100644 --- a/src/gsiqt/gsiDeclQMdiSubWindow.cc +++ b/src/gsiqt/gsiDeclQMdiSubWindow.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMdiSubWindow.cc * diff --git a/src/gsiqt/gsiDeclQMenu.cc b/src/gsiqt/gsiDeclQMenu.cc index f40081a78..bd0c0ccd0 100644 --- a/src/gsiqt/gsiDeclQMenu.cc +++ b/src/gsiqt/gsiDeclQMenu.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMenu.cc * diff --git a/src/gsiqt/gsiDeclQMenuBar.cc b/src/gsiqt/gsiDeclQMenuBar.cc index 305c6893f..fd8d3e212 100644 --- a/src/gsiqt/gsiDeclQMenuBar.cc +++ b/src/gsiqt/gsiDeclQMenuBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMenuBar.cc * diff --git a/src/gsiqt/gsiDeclQMessageBox.cc b/src/gsiqt/gsiDeclQMessageBox.cc index 217b2225c..7e9372ff6 100644 --- a/src/gsiqt/gsiDeclQMessageBox.cc +++ b/src/gsiqt/gsiDeclQMessageBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMessageBox.cc * diff --git a/src/gsiqt/gsiDeclQMetaClassInfo.cc b/src/gsiqt/gsiDeclQMetaClassInfo.cc index 722c0002d..8c22a9ad0 100644 --- a/src/gsiqt/gsiDeclQMetaClassInfo.cc +++ b/src/gsiqt/gsiDeclQMetaClassInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaClassInfo.cc * diff --git a/src/gsiqt/gsiDeclQMetaEnum.cc b/src/gsiqt/gsiDeclQMetaEnum.cc index b9d97732c..3822cbf59 100644 --- a/src/gsiqt/gsiDeclQMetaEnum.cc +++ b/src/gsiqt/gsiDeclQMetaEnum.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaEnum.cc * diff --git a/src/gsiqt/gsiDeclQMetaMethod.cc b/src/gsiqt/gsiDeclQMetaMethod.cc index c6890a63f..c4680fa13 100644 --- a/src/gsiqt/gsiDeclQMetaMethod.cc +++ b/src/gsiqt/gsiDeclQMetaMethod.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaMethod.cc * diff --git a/src/gsiqt/gsiDeclQMetaObject.cc b/src/gsiqt/gsiDeclQMetaObject.cc index 45a882e56..5cfe4cf40 100644 --- a/src/gsiqt/gsiDeclQMetaObject.cc +++ b/src/gsiqt/gsiDeclQMetaObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaObject.cc * diff --git a/src/gsiqt/gsiDeclQMetaProperty.cc b/src/gsiqt/gsiDeclQMetaProperty.cc index c1d38dc77..ae82482e2 100644 --- a/src/gsiqt/gsiDeclQMetaProperty.cc +++ b/src/gsiqt/gsiDeclQMetaProperty.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaProperty.cc * diff --git a/src/gsiqt/gsiDeclQMetaType.cc b/src/gsiqt/gsiDeclQMetaType.cc index bf0b21fa6..822806595 100644 --- a/src/gsiqt/gsiDeclQMetaType.cc +++ b/src/gsiqt/gsiDeclQMetaType.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaType.cc * diff --git a/src/gsiqt/gsiDeclQMimeData.cc b/src/gsiqt/gsiDeclQMimeData.cc index 3656d6ae6..7a649b350 100644 --- a/src/gsiqt/gsiDeclQMimeData.cc +++ b/src/gsiqt/gsiDeclQMimeData.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMimeData.cc * diff --git a/src/gsiqt/gsiDeclQMimeSource.cc b/src/gsiqt/gsiDeclQMimeSource.cc index ab136794f..b24e423dc 100644 --- a/src/gsiqt/gsiDeclQMimeSource.cc +++ b/src/gsiqt/gsiDeclQMimeSource.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMimeSource.cc * diff --git a/src/gsiqt/gsiDeclQModelIndex.cc b/src/gsiqt/gsiDeclQModelIndex.cc index ef95a2dca..011ccdacf 100644 --- a/src/gsiqt/gsiDeclQModelIndex.cc +++ b/src/gsiqt/gsiDeclQModelIndex.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQModelIndex.cc * diff --git a/src/gsiqt/gsiDeclQMotifStyle.cc b/src/gsiqt/gsiDeclQMotifStyle.cc index 34fed59d3..0341e7f0c 100644 --- a/src/gsiqt/gsiDeclQMotifStyle.cc +++ b/src/gsiqt/gsiDeclQMotifStyle.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMotifStyle.cc * diff --git a/src/gsiqt/gsiDeclQMouseEvent.cc b/src/gsiqt/gsiDeclQMouseEvent.cc index 968685ac3..1be6a6882 100644 --- a/src/gsiqt/gsiDeclQMouseEvent.cc +++ b/src/gsiqt/gsiDeclQMouseEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMouseEvent.cc * diff --git a/src/gsiqt/gsiDeclQMoveEvent.cc b/src/gsiqt/gsiDeclQMoveEvent.cc index 56e6fcfb8..79977761a 100644 --- a/src/gsiqt/gsiDeclQMoveEvent.cc +++ b/src/gsiqt/gsiDeclQMoveEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMoveEvent.cc * diff --git a/src/gsiqt/gsiDeclQMovie.cc b/src/gsiqt/gsiDeclQMovie.cc index 00ec102ee..2f70723b9 100644 --- a/src/gsiqt/gsiDeclQMovie.cc +++ b/src/gsiqt/gsiDeclQMovie.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMovie.cc * diff --git a/src/gsiqt/gsiDeclQMutex.cc b/src/gsiqt/gsiDeclQMutex.cc index c8ae67ddd..89dedaa78 100644 --- a/src/gsiqt/gsiDeclQMutex.cc +++ b/src/gsiqt/gsiDeclQMutex.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMutex.cc * diff --git a/src/gsiqt/gsiDeclQNetworkAccessManager.cc b/src/gsiqt/gsiDeclQNetworkAccessManager.cc index c6e4fe8f5..19ddd38ca 100644 --- a/src/gsiqt/gsiDeclQNetworkAccessManager.cc +++ b/src/gsiqt/gsiDeclQNetworkAccessManager.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkAccessManager.cc * diff --git a/src/gsiqt/gsiDeclQNetworkAddressEntry.cc b/src/gsiqt/gsiDeclQNetworkAddressEntry.cc index 78c7628a1..248b3c972 100644 --- a/src/gsiqt/gsiDeclQNetworkAddressEntry.cc +++ b/src/gsiqt/gsiDeclQNetworkAddressEntry.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkAddressEntry.cc * diff --git a/src/gsiqt/gsiDeclQNetworkCacheMetaData.cc b/src/gsiqt/gsiDeclQNetworkCacheMetaData.cc index 970083467..06e6a23e7 100644 --- a/src/gsiqt/gsiDeclQNetworkCacheMetaData.cc +++ b/src/gsiqt/gsiDeclQNetworkCacheMetaData.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkCacheMetaData.cc * diff --git a/src/gsiqt/gsiDeclQNetworkCookie.cc b/src/gsiqt/gsiDeclQNetworkCookie.cc index 65d8ad1db..a757005bb 100644 --- a/src/gsiqt/gsiDeclQNetworkCookie.cc +++ b/src/gsiqt/gsiDeclQNetworkCookie.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkCookie.cc * diff --git a/src/gsiqt/gsiDeclQNetworkCookieJar.cc b/src/gsiqt/gsiDeclQNetworkCookieJar.cc index 9a0720de0..b85796e48 100644 --- a/src/gsiqt/gsiDeclQNetworkCookieJar.cc +++ b/src/gsiqt/gsiDeclQNetworkCookieJar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkCookieJar.cc * diff --git a/src/gsiqt/gsiDeclQNetworkDiskCache.cc b/src/gsiqt/gsiDeclQNetworkDiskCache.cc index cc4c6ea08..33f3b2e47 100644 --- a/src/gsiqt/gsiDeclQNetworkDiskCache.cc +++ b/src/gsiqt/gsiDeclQNetworkDiskCache.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkDiskCache.cc * diff --git a/src/gsiqt/gsiDeclQNetworkInterface.cc b/src/gsiqt/gsiDeclQNetworkInterface.cc index 3d9cbf85c..17d99c165 100644 --- a/src/gsiqt/gsiDeclQNetworkInterface.cc +++ b/src/gsiqt/gsiDeclQNetworkInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkInterface.cc * diff --git a/src/gsiqt/gsiDeclQNetworkProxy.cc b/src/gsiqt/gsiDeclQNetworkProxy.cc index 3d056e34a..2c9afc6fc 100644 --- a/src/gsiqt/gsiDeclQNetworkProxy.cc +++ b/src/gsiqt/gsiDeclQNetworkProxy.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkProxy.cc * diff --git a/src/gsiqt/gsiDeclQNetworkProxyFactory.cc b/src/gsiqt/gsiDeclQNetworkProxyFactory.cc index ffc9c43ac..c5a7d8722 100644 --- a/src/gsiqt/gsiDeclQNetworkProxyFactory.cc +++ b/src/gsiqt/gsiDeclQNetworkProxyFactory.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkProxyFactory.cc * diff --git a/src/gsiqt/gsiDeclQNetworkProxyQuery.cc b/src/gsiqt/gsiDeclQNetworkProxyQuery.cc index afc3015c1..cfd43462b 100644 --- a/src/gsiqt/gsiDeclQNetworkProxyQuery.cc +++ b/src/gsiqt/gsiDeclQNetworkProxyQuery.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkProxyQuery.cc * diff --git a/src/gsiqt/gsiDeclQNetworkReply.cc b/src/gsiqt/gsiDeclQNetworkReply.cc index 9a7105d0d..88f9a6dd5 100644 --- a/src/gsiqt/gsiDeclQNetworkReply.cc +++ b/src/gsiqt/gsiDeclQNetworkReply.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkReply.cc * diff --git a/src/gsiqt/gsiDeclQNetworkRequest.cc b/src/gsiqt/gsiDeclQNetworkRequest.cc index 6184db99b..aac486e12 100644 --- a/src/gsiqt/gsiDeclQNetworkRequest.cc +++ b/src/gsiqt/gsiDeclQNetworkRequest.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkRequest.cc * diff --git a/src/gsiqt/gsiDeclQObject.cc b/src/gsiqt/gsiDeclQObject.cc index cfc64e3cd..a2acd49a7 100644 --- a/src/gsiqt/gsiDeclQObject.cc +++ b/src/gsiqt/gsiDeclQObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQObject.cc * diff --git a/src/gsiqt/gsiDeclQPageSetupDialog.cc b/src/gsiqt/gsiDeclQPageSetupDialog.cc index 8c35fb616..be760ea51 100644 --- a/src/gsiqt/gsiDeclQPageSetupDialog.cc +++ b/src/gsiqt/gsiDeclQPageSetupDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPageSetupDialog.cc * diff --git a/src/gsiqt/gsiDeclQPaintDevice.cc b/src/gsiqt/gsiDeclQPaintDevice.cc index c35883661..80e385f14 100644 --- a/src/gsiqt/gsiDeclQPaintDevice.cc +++ b/src/gsiqt/gsiDeclQPaintDevice.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPaintDevice.cc * diff --git a/src/gsiqt/gsiDeclQPaintEngine.cc b/src/gsiqt/gsiDeclQPaintEngine.cc index 8e8d83dc4..d6bad04c8 100644 --- a/src/gsiqt/gsiDeclQPaintEngine.cc +++ b/src/gsiqt/gsiDeclQPaintEngine.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPaintEngine.cc * diff --git a/src/gsiqt/gsiDeclQPaintEngineState.cc b/src/gsiqt/gsiDeclQPaintEngineState.cc index 87beb553b..a9af9a755 100644 --- a/src/gsiqt/gsiDeclQPaintEngineState.cc +++ b/src/gsiqt/gsiDeclQPaintEngineState.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPaintEngineState.cc * diff --git a/src/gsiqt/gsiDeclQPaintEvent.cc b/src/gsiqt/gsiDeclQPaintEvent.cc index 34987803f..5c077115d 100644 --- a/src/gsiqt/gsiDeclQPaintEvent.cc +++ b/src/gsiqt/gsiDeclQPaintEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPaintEvent.cc * diff --git a/src/gsiqt/gsiDeclQPainter.cc b/src/gsiqt/gsiDeclQPainter.cc index a807f12dc..9b61001ab 100644 --- a/src/gsiqt/gsiDeclQPainter.cc +++ b/src/gsiqt/gsiDeclQPainter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPainter.cc * diff --git a/src/gsiqt/gsiDeclQPainterPath.cc b/src/gsiqt/gsiDeclQPainterPath.cc index 85790394a..256d77fc6 100644 --- a/src/gsiqt/gsiDeclQPainterPath.cc +++ b/src/gsiqt/gsiDeclQPainterPath.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPainterPath.cc * diff --git a/src/gsiqt/gsiDeclQPainterPathStroker.cc b/src/gsiqt/gsiDeclQPainterPathStroker.cc index e3e9dfd83..74b00d10b 100644 --- a/src/gsiqt/gsiDeclQPainterPathStroker.cc +++ b/src/gsiqt/gsiDeclQPainterPathStroker.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPainterPathStroker.cc * diff --git a/src/gsiqt/gsiDeclQPainterPath_Element.cc b/src/gsiqt/gsiDeclQPainterPath_Element.cc index e377a064b..2236cacc7 100644 --- a/src/gsiqt/gsiDeclQPainterPath_Element.cc +++ b/src/gsiqt/gsiDeclQPainterPath_Element.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPainterPath_Element.cc * diff --git a/src/gsiqt/gsiDeclQPalette.cc b/src/gsiqt/gsiDeclQPalette.cc index b3ce579e7..2e8af12ae 100644 --- a/src/gsiqt/gsiDeclQPalette.cc +++ b/src/gsiqt/gsiDeclQPalette.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPalette.cc * diff --git a/src/gsiqt/gsiDeclQPanGesture.cc b/src/gsiqt/gsiDeclQPanGesture.cc index 3c54a0c57..eb77d1034 100644 --- a/src/gsiqt/gsiDeclQPanGesture.cc +++ b/src/gsiqt/gsiDeclQPanGesture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPanGesture.cc * diff --git a/src/gsiqt/gsiDeclQPen.cc b/src/gsiqt/gsiDeclQPen.cc index 7758879c5..556994d6b 100644 --- a/src/gsiqt/gsiDeclQPen.cc +++ b/src/gsiqt/gsiDeclQPen.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPen.cc * diff --git a/src/gsiqt/gsiDeclQPersistentModelIndex.cc b/src/gsiqt/gsiDeclQPersistentModelIndex.cc index 2fb95827c..8c5a88b81 100644 --- a/src/gsiqt/gsiDeclQPersistentModelIndex.cc +++ b/src/gsiqt/gsiDeclQPersistentModelIndex.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPersistentModelIndex.cc * diff --git a/src/gsiqt/gsiDeclQPicture.cc b/src/gsiqt/gsiDeclQPicture.cc index 71fd9e759..a52838025 100644 --- a/src/gsiqt/gsiDeclQPicture.cc +++ b/src/gsiqt/gsiDeclQPicture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPicture.cc * diff --git a/src/gsiqt/gsiDeclQPinchGesture.cc b/src/gsiqt/gsiDeclQPinchGesture.cc index dca45c752..84b2e2796 100644 --- a/src/gsiqt/gsiDeclQPinchGesture.cc +++ b/src/gsiqt/gsiDeclQPinchGesture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPinchGesture.cc * diff --git a/src/gsiqt/gsiDeclQPixmap.cc b/src/gsiqt/gsiDeclQPixmap.cc index 822f0d3b4..8e6534df6 100644 --- a/src/gsiqt/gsiDeclQPixmap.cc +++ b/src/gsiqt/gsiDeclQPixmap.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPixmap.cc * diff --git a/src/gsiqt/gsiDeclQPixmapCache.cc b/src/gsiqt/gsiDeclQPixmapCache.cc index e4be6d9c2..170284a75 100644 --- a/src/gsiqt/gsiDeclQPixmapCache.cc +++ b/src/gsiqt/gsiDeclQPixmapCache.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPixmapCache.cc * diff --git a/src/gsiqt/gsiDeclQPlainTextDocumentLayout.cc b/src/gsiqt/gsiDeclQPlainTextDocumentLayout.cc index 9fee37069..7794c57c1 100644 --- a/src/gsiqt/gsiDeclQPlainTextDocumentLayout.cc +++ b/src/gsiqt/gsiDeclQPlainTextDocumentLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPlainTextDocumentLayout.cc * diff --git a/src/gsiqt/gsiDeclQPlainTextEdit.cc b/src/gsiqt/gsiDeclQPlainTextEdit.cc index 95ad2d9e1..1ea415adf 100644 --- a/src/gsiqt/gsiDeclQPlainTextEdit.cc +++ b/src/gsiqt/gsiDeclQPlainTextEdit.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPlainTextEdit.cc * diff --git a/src/gsiqt/gsiDeclQPlastiqueStyle.cc b/src/gsiqt/gsiDeclQPlastiqueStyle.cc index 6d07827da..53a194eca 100644 --- a/src/gsiqt/gsiDeclQPlastiqueStyle.cc +++ b/src/gsiqt/gsiDeclQPlastiqueStyle.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPlastiqueStyle.cc * diff --git a/src/gsiqt/gsiDeclQPluginLoader.cc b/src/gsiqt/gsiDeclQPluginLoader.cc index 2f573b9c7..272886eeb 100644 --- a/src/gsiqt/gsiDeclQPluginLoader.cc +++ b/src/gsiqt/gsiDeclQPluginLoader.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPluginLoader.cc * diff --git a/src/gsiqt/gsiDeclQPoint.cc b/src/gsiqt/gsiDeclQPoint.cc index 4e6eeb9d8..31a3ff714 100644 --- a/src/gsiqt/gsiDeclQPoint.cc +++ b/src/gsiqt/gsiDeclQPoint.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPoint.cc * diff --git a/src/gsiqt/gsiDeclQPointF.cc b/src/gsiqt/gsiDeclQPointF.cc index 489f4964d..4c6bf1b2d 100644 --- a/src/gsiqt/gsiDeclQPointF.cc +++ b/src/gsiqt/gsiDeclQPointF.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPointF.cc * diff --git a/src/gsiqt/gsiDeclQPolygon.cc b/src/gsiqt/gsiDeclQPolygon.cc index d52408d95..9986aca0f 100644 --- a/src/gsiqt/gsiDeclQPolygon.cc +++ b/src/gsiqt/gsiDeclQPolygon.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPolygon.cc * diff --git a/src/gsiqt/gsiDeclQPolygonF.cc b/src/gsiqt/gsiDeclQPolygonF.cc index a2a91d281..99288a97f 100644 --- a/src/gsiqt/gsiDeclQPolygonF.cc +++ b/src/gsiqt/gsiDeclQPolygonF.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPolygonF.cc * diff --git a/src/gsiqt/gsiDeclQPrintDialog.cc b/src/gsiqt/gsiDeclQPrintDialog.cc index c7643df36..e8974f5af 100644 --- a/src/gsiqt/gsiDeclQPrintDialog.cc +++ b/src/gsiqt/gsiDeclQPrintDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPrintDialog.cc * diff --git a/src/gsiqt/gsiDeclQPrintEngine.cc b/src/gsiqt/gsiDeclQPrintEngine.cc index fd295a66d..40da8e3ba 100644 --- a/src/gsiqt/gsiDeclQPrintEngine.cc +++ b/src/gsiqt/gsiDeclQPrintEngine.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPrintEngine.cc * diff --git a/src/gsiqt/gsiDeclQPrintPreviewDialog.cc b/src/gsiqt/gsiDeclQPrintPreviewDialog.cc index 4ed0fc6c1..133b62ac2 100644 --- a/src/gsiqt/gsiDeclQPrintPreviewDialog.cc +++ b/src/gsiqt/gsiDeclQPrintPreviewDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPrintPreviewDialog.cc * diff --git a/src/gsiqt/gsiDeclQPrintPreviewWidget.cc b/src/gsiqt/gsiDeclQPrintPreviewWidget.cc index 19894293f..96f6ab2f8 100644 --- a/src/gsiqt/gsiDeclQPrintPreviewWidget.cc +++ b/src/gsiqt/gsiDeclQPrintPreviewWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPrintPreviewWidget.cc * diff --git a/src/gsiqt/gsiDeclQPrinter.cc b/src/gsiqt/gsiDeclQPrinter.cc index b6623a1c1..d06f1ecd1 100644 --- a/src/gsiqt/gsiDeclQPrinter.cc +++ b/src/gsiqt/gsiDeclQPrinter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPrinter.cc * diff --git a/src/gsiqt/gsiDeclQPrinterInfo.cc b/src/gsiqt/gsiDeclQPrinterInfo.cc index f4c9d7e27..66c8e02a6 100644 --- a/src/gsiqt/gsiDeclQPrinterInfo.cc +++ b/src/gsiqt/gsiDeclQPrinterInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPrinterInfo.cc * diff --git a/src/gsiqt/gsiDeclQProcess.cc b/src/gsiqt/gsiDeclQProcess.cc index 67ca62713..2743880bf 100644 --- a/src/gsiqt/gsiDeclQProcess.cc +++ b/src/gsiqt/gsiDeclQProcess.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQProcess.cc * diff --git a/src/gsiqt/gsiDeclQProcessEnvironment.cc b/src/gsiqt/gsiDeclQProcessEnvironment.cc index 1a6389096..2dc059c3c 100644 --- a/src/gsiqt/gsiDeclQProcessEnvironment.cc +++ b/src/gsiqt/gsiDeclQProcessEnvironment.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQProcessEnvironment.cc * diff --git a/src/gsiqt/gsiDeclQProgressBar.cc b/src/gsiqt/gsiDeclQProgressBar.cc index 7e817e0c5..2f84525e3 100644 --- a/src/gsiqt/gsiDeclQProgressBar.cc +++ b/src/gsiqt/gsiDeclQProgressBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQProgressBar.cc * diff --git a/src/gsiqt/gsiDeclQProgressDialog.cc b/src/gsiqt/gsiDeclQProgressDialog.cc index ab24828c2..624d6d164 100644 --- a/src/gsiqt/gsiDeclQProgressDialog.cc +++ b/src/gsiqt/gsiDeclQProgressDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQProgressDialog.cc * diff --git a/src/gsiqt/gsiDeclQPushButton.cc b/src/gsiqt/gsiDeclQPushButton.cc index b34a91c6f..1d47f6034 100644 --- a/src/gsiqt/gsiDeclQPushButton.cc +++ b/src/gsiqt/gsiDeclQPushButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPushButton.cc * diff --git a/src/gsiqt/gsiDeclQQuaternion.cc b/src/gsiqt/gsiDeclQQuaternion.cc index 3cc09cfea..bd1756551 100644 --- a/src/gsiqt/gsiDeclQQuaternion.cc +++ b/src/gsiqt/gsiDeclQQuaternion.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQQuaternion.cc * diff --git a/src/gsiqt/gsiDeclQRadialGradient.cc b/src/gsiqt/gsiDeclQRadialGradient.cc index edbecd97d..a8db9d409 100644 --- a/src/gsiqt/gsiDeclQRadialGradient.cc +++ b/src/gsiqt/gsiDeclQRadialGradient.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRadialGradient.cc * diff --git a/src/gsiqt/gsiDeclQRadioButton.cc b/src/gsiqt/gsiDeclQRadioButton.cc index 674c19810..af1bd41cd 100644 --- a/src/gsiqt/gsiDeclQRadioButton.cc +++ b/src/gsiqt/gsiDeclQRadioButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRadioButton.cc * diff --git a/src/gsiqt/gsiDeclQReadLocker.cc b/src/gsiqt/gsiDeclQReadLocker.cc index 27e5f798e..0bff598dc 100644 --- a/src/gsiqt/gsiDeclQReadLocker.cc +++ b/src/gsiqt/gsiDeclQReadLocker.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQReadLocker.cc * diff --git a/src/gsiqt/gsiDeclQReadWriteLock.cc b/src/gsiqt/gsiDeclQReadWriteLock.cc index 9217d5348..c63f96052 100644 --- a/src/gsiqt/gsiDeclQReadWriteLock.cc +++ b/src/gsiqt/gsiDeclQReadWriteLock.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQReadWriteLock.cc * diff --git a/src/gsiqt/gsiDeclQRect.cc b/src/gsiqt/gsiDeclQRect.cc index 70c286621..06dcc8eb8 100644 --- a/src/gsiqt/gsiDeclQRect.cc +++ b/src/gsiqt/gsiDeclQRect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRect.cc * diff --git a/src/gsiqt/gsiDeclQRectF.cc b/src/gsiqt/gsiDeclQRectF.cc index a3623e8ec..79c1df47e 100644 --- a/src/gsiqt/gsiDeclQRectF.cc +++ b/src/gsiqt/gsiDeclQRectF.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRectF.cc * diff --git a/src/gsiqt/gsiDeclQRegExp.cc b/src/gsiqt/gsiDeclQRegExp.cc index 73263550e..1baa38df0 100644 --- a/src/gsiqt/gsiDeclQRegExp.cc +++ b/src/gsiqt/gsiDeclQRegExp.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRegExp.cc * diff --git a/src/gsiqt/gsiDeclQRegExpValidator.cc b/src/gsiqt/gsiDeclQRegExpValidator.cc index a763b6078..b4d55793f 100644 --- a/src/gsiqt/gsiDeclQRegExpValidator.cc +++ b/src/gsiqt/gsiDeclQRegExpValidator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRegExpValidator.cc * diff --git a/src/gsiqt/gsiDeclQRegion.cc b/src/gsiqt/gsiDeclQRegion.cc index a6fa0fc80..0ff91196a 100644 --- a/src/gsiqt/gsiDeclQRegion.cc +++ b/src/gsiqt/gsiDeclQRegion.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRegion.cc * diff --git a/src/gsiqt/gsiDeclQResizeEvent.cc b/src/gsiqt/gsiDeclQResizeEvent.cc index 4762dc97a..8df807a80 100644 --- a/src/gsiqt/gsiDeclQResizeEvent.cc +++ b/src/gsiqt/gsiDeclQResizeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQResizeEvent.cc * diff --git a/src/gsiqt/gsiDeclQResource.cc b/src/gsiqt/gsiDeclQResource.cc index e60f2d2bb..7b343f9c2 100644 --- a/src/gsiqt/gsiDeclQResource.cc +++ b/src/gsiqt/gsiDeclQResource.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQResource.cc * diff --git a/src/gsiqt/gsiDeclQRubberBand.cc b/src/gsiqt/gsiDeclQRubberBand.cc index cc2c5eabf..c4a2ac11c 100644 --- a/src/gsiqt/gsiDeclQRubberBand.cc +++ b/src/gsiqt/gsiDeclQRubberBand.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRubberBand.cc * diff --git a/src/gsiqt/gsiDeclQScrollArea.cc b/src/gsiqt/gsiDeclQScrollArea.cc index 312f1123e..14b5709a7 100644 --- a/src/gsiqt/gsiDeclQScrollArea.cc +++ b/src/gsiqt/gsiDeclQScrollArea.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQScrollArea.cc * diff --git a/src/gsiqt/gsiDeclQScrollBar.cc b/src/gsiqt/gsiDeclQScrollBar.cc index 8947a3b70..3a8d27f1d 100644 --- a/src/gsiqt/gsiDeclQScrollBar.cc +++ b/src/gsiqt/gsiDeclQScrollBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQScrollBar.cc * diff --git a/src/gsiqt/gsiDeclQSemaphore.cc b/src/gsiqt/gsiDeclQSemaphore.cc index a0f436bd0..cfa52a693 100644 --- a/src/gsiqt/gsiDeclQSemaphore.cc +++ b/src/gsiqt/gsiDeclQSemaphore.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSemaphore.cc * diff --git a/src/gsiqt/gsiDeclQSettings.cc b/src/gsiqt/gsiDeclQSettings.cc index d35b86aff..26ea8ae08 100644 --- a/src/gsiqt/gsiDeclQSettings.cc +++ b/src/gsiqt/gsiDeclQSettings.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSettings.cc * diff --git a/src/gsiqt/gsiDeclQShortcut.cc b/src/gsiqt/gsiDeclQShortcut.cc index f5faccc17..358d0e981 100644 --- a/src/gsiqt/gsiDeclQShortcut.cc +++ b/src/gsiqt/gsiDeclQShortcut.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQShortcut.cc * diff --git a/src/gsiqt/gsiDeclQShortcutEvent.cc b/src/gsiqt/gsiDeclQShortcutEvent.cc index 84dbb1109..2a5f5de7e 100644 --- a/src/gsiqt/gsiDeclQShortcutEvent.cc +++ b/src/gsiqt/gsiDeclQShortcutEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQShortcutEvent.cc * diff --git a/src/gsiqt/gsiDeclQShowEvent.cc b/src/gsiqt/gsiDeclQShowEvent.cc index 3ba3e4c76..eb5608353 100644 --- a/src/gsiqt/gsiDeclQShowEvent.cc +++ b/src/gsiqt/gsiDeclQShowEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQShowEvent.cc * diff --git a/src/gsiqt/gsiDeclQSignalMapper.cc b/src/gsiqt/gsiDeclQSignalMapper.cc index dfbfbac89..05e696008 100644 --- a/src/gsiqt/gsiDeclQSignalMapper.cc +++ b/src/gsiqt/gsiDeclQSignalMapper.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSignalMapper.cc * diff --git a/src/gsiqt/gsiDeclQSize.cc b/src/gsiqt/gsiDeclQSize.cc index 7511b6271..136792216 100644 --- a/src/gsiqt/gsiDeclQSize.cc +++ b/src/gsiqt/gsiDeclQSize.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSize.cc * diff --git a/src/gsiqt/gsiDeclQSizeF.cc b/src/gsiqt/gsiDeclQSizeF.cc index 3e7f84d47..74c3e9a76 100644 --- a/src/gsiqt/gsiDeclQSizeF.cc +++ b/src/gsiqt/gsiDeclQSizeF.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSizeF.cc * diff --git a/src/gsiqt/gsiDeclQSizeGrip.cc b/src/gsiqt/gsiDeclQSizeGrip.cc index 8b034357a..d1f21425b 100644 --- a/src/gsiqt/gsiDeclQSizeGrip.cc +++ b/src/gsiqt/gsiDeclQSizeGrip.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSizeGrip.cc * diff --git a/src/gsiqt/gsiDeclQSizePolicy.cc b/src/gsiqt/gsiDeclQSizePolicy.cc index 7ac72285d..1151cb79b 100644 --- a/src/gsiqt/gsiDeclQSizePolicy.cc +++ b/src/gsiqt/gsiDeclQSizePolicy.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSizePolicy.cc * diff --git a/src/gsiqt/gsiDeclQSlider.cc b/src/gsiqt/gsiDeclQSlider.cc index d74c6b319..9a936a4a1 100644 --- a/src/gsiqt/gsiDeclQSlider.cc +++ b/src/gsiqt/gsiDeclQSlider.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSlider.cc * diff --git a/src/gsiqt/gsiDeclQSocketNotifier.cc b/src/gsiqt/gsiDeclQSocketNotifier.cc index b9ac5be0c..5110032f7 100644 --- a/src/gsiqt/gsiDeclQSocketNotifier.cc +++ b/src/gsiqt/gsiDeclQSocketNotifier.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSocketNotifier.cc * diff --git a/src/gsiqt/gsiDeclQSortFilterProxyModel.cc b/src/gsiqt/gsiDeclQSortFilterProxyModel.cc index c24c02cd2..9db16a63d 100644 --- a/src/gsiqt/gsiDeclQSortFilterProxyModel.cc +++ b/src/gsiqt/gsiDeclQSortFilterProxyModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSortFilterProxyModel.cc * diff --git a/src/gsiqt/gsiDeclQSound.cc b/src/gsiqt/gsiDeclQSound.cc index 10e77f103..713548c99 100644 --- a/src/gsiqt/gsiDeclQSound.cc +++ b/src/gsiqt/gsiDeclQSound.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSound.cc * diff --git a/src/gsiqt/gsiDeclQSpacerItem.cc b/src/gsiqt/gsiDeclQSpacerItem.cc index f3a857d1d..a2b4d66a5 100644 --- a/src/gsiqt/gsiDeclQSpacerItem.cc +++ b/src/gsiqt/gsiDeclQSpacerItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSpacerItem.cc * diff --git a/src/gsiqt/gsiDeclQSpinBox.cc b/src/gsiqt/gsiDeclQSpinBox.cc index 0d0baa3bf..6feff972d 100644 --- a/src/gsiqt/gsiDeclQSpinBox.cc +++ b/src/gsiqt/gsiDeclQSpinBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSpinBox.cc * diff --git a/src/gsiqt/gsiDeclQSplashScreen.cc b/src/gsiqt/gsiDeclQSplashScreen.cc index 4f6b17148..3b2189389 100644 --- a/src/gsiqt/gsiDeclQSplashScreen.cc +++ b/src/gsiqt/gsiDeclQSplashScreen.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSplashScreen.cc * diff --git a/src/gsiqt/gsiDeclQSplitter.cc b/src/gsiqt/gsiDeclQSplitter.cc index 2d5a2cf33..0ada5edab 100644 --- a/src/gsiqt/gsiDeclQSplitter.cc +++ b/src/gsiqt/gsiDeclQSplitter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSplitter.cc * diff --git a/src/gsiqt/gsiDeclQSplitterHandle.cc b/src/gsiqt/gsiDeclQSplitterHandle.cc index 10fc79064..f4f3c13d9 100644 --- a/src/gsiqt/gsiDeclQSplitterHandle.cc +++ b/src/gsiqt/gsiDeclQSplitterHandle.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSplitterHandle.cc * diff --git a/src/gsiqt/gsiDeclQSql.cc b/src/gsiqt/gsiDeclQSql.cc index b6103c08b..438a64b70 100644 --- a/src/gsiqt/gsiDeclQSql.cc +++ b/src/gsiqt/gsiDeclQSql.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSql.cc * diff --git a/src/gsiqt/gsiDeclQSqlDatabase.cc b/src/gsiqt/gsiDeclQSqlDatabase.cc index 1d120253d..b58813bba 100644 --- a/src/gsiqt/gsiDeclQSqlDatabase.cc +++ b/src/gsiqt/gsiDeclQSqlDatabase.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlDatabase.cc * diff --git a/src/gsiqt/gsiDeclQSqlDriver.cc b/src/gsiqt/gsiDeclQSqlDriver.cc index b9ca2d4ec..ddc105785 100644 --- a/src/gsiqt/gsiDeclQSqlDriver.cc +++ b/src/gsiqt/gsiDeclQSqlDriver.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlDriver.cc * diff --git a/src/gsiqt/gsiDeclQSqlDriverCreatorBase.cc b/src/gsiqt/gsiDeclQSqlDriverCreatorBase.cc index 7038049f5..e728f7911 100644 --- a/src/gsiqt/gsiDeclQSqlDriverCreatorBase.cc +++ b/src/gsiqt/gsiDeclQSqlDriverCreatorBase.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlDriverCreatorBase.cc * diff --git a/src/gsiqt/gsiDeclQSqlError.cc b/src/gsiqt/gsiDeclQSqlError.cc index af26dabfb..f0432378a 100644 --- a/src/gsiqt/gsiDeclQSqlError.cc +++ b/src/gsiqt/gsiDeclQSqlError.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlError.cc * diff --git a/src/gsiqt/gsiDeclQSqlField.cc b/src/gsiqt/gsiDeclQSqlField.cc index 70c98377e..843b1f035 100644 --- a/src/gsiqt/gsiDeclQSqlField.cc +++ b/src/gsiqt/gsiDeclQSqlField.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlField.cc * diff --git a/src/gsiqt/gsiDeclQSqlIndex.cc b/src/gsiqt/gsiDeclQSqlIndex.cc index 3514e8bde..0fe8c48cf 100644 --- a/src/gsiqt/gsiDeclQSqlIndex.cc +++ b/src/gsiqt/gsiDeclQSqlIndex.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlIndex.cc * diff --git a/src/gsiqt/gsiDeclQSqlQuery.cc b/src/gsiqt/gsiDeclQSqlQuery.cc index 9a84e5741..3512cbd9f 100644 --- a/src/gsiqt/gsiDeclQSqlQuery.cc +++ b/src/gsiqt/gsiDeclQSqlQuery.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlQuery.cc * diff --git a/src/gsiqt/gsiDeclQSqlQueryModel.cc b/src/gsiqt/gsiDeclQSqlQueryModel.cc index 8ab852a8b..c0c94dfe8 100644 --- a/src/gsiqt/gsiDeclQSqlQueryModel.cc +++ b/src/gsiqt/gsiDeclQSqlQueryModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlQueryModel.cc * diff --git a/src/gsiqt/gsiDeclQSqlRecord.cc b/src/gsiqt/gsiDeclQSqlRecord.cc index 41ae0013f..cd375b854 100644 --- a/src/gsiqt/gsiDeclQSqlRecord.cc +++ b/src/gsiqt/gsiDeclQSqlRecord.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlRecord.cc * diff --git a/src/gsiqt/gsiDeclQSqlRelation.cc b/src/gsiqt/gsiDeclQSqlRelation.cc index ba97993f0..b4ef9f4a6 100644 --- a/src/gsiqt/gsiDeclQSqlRelation.cc +++ b/src/gsiqt/gsiDeclQSqlRelation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlRelation.cc * diff --git a/src/gsiqt/gsiDeclQSqlRelationalTableModel.cc b/src/gsiqt/gsiDeclQSqlRelationalTableModel.cc index a3e025fca..4f543006e 100644 --- a/src/gsiqt/gsiDeclQSqlRelationalTableModel.cc +++ b/src/gsiqt/gsiDeclQSqlRelationalTableModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlRelationalTableModel.cc * diff --git a/src/gsiqt/gsiDeclQSqlResult.cc b/src/gsiqt/gsiDeclQSqlResult.cc index 608988054..34d560864 100644 --- a/src/gsiqt/gsiDeclQSqlResult.cc +++ b/src/gsiqt/gsiDeclQSqlResult.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlResult.cc * diff --git a/src/gsiqt/gsiDeclQSqlTableModel.cc b/src/gsiqt/gsiDeclQSqlTableModel.cc index 3bd1fc5f4..d7ba9115c 100644 --- a/src/gsiqt/gsiDeclQSqlTableModel.cc +++ b/src/gsiqt/gsiDeclQSqlTableModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlTableModel.cc * diff --git a/src/gsiqt/gsiDeclQSsl.cc b/src/gsiqt/gsiDeclQSsl.cc index a3941f7f4..e5eec7df2 100644 --- a/src/gsiqt/gsiDeclQSsl.cc +++ b/src/gsiqt/gsiDeclQSsl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSsl.cc * diff --git a/src/gsiqt/gsiDeclQSslCertificate.cc b/src/gsiqt/gsiDeclQSslCertificate.cc index 7de499798..b7c01e70c 100644 --- a/src/gsiqt/gsiDeclQSslCertificate.cc +++ b/src/gsiqt/gsiDeclQSslCertificate.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslCertificate.cc * diff --git a/src/gsiqt/gsiDeclQSslCipher.cc b/src/gsiqt/gsiDeclQSslCipher.cc index b8edb9735..56834f571 100644 --- a/src/gsiqt/gsiDeclQSslCipher.cc +++ b/src/gsiqt/gsiDeclQSslCipher.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslCipher.cc * diff --git a/src/gsiqt/gsiDeclQSslConfiguration.cc b/src/gsiqt/gsiDeclQSslConfiguration.cc index 0e055bc86..db2f8bab4 100644 --- a/src/gsiqt/gsiDeclQSslConfiguration.cc +++ b/src/gsiqt/gsiDeclQSslConfiguration.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslConfiguration.cc * diff --git a/src/gsiqt/gsiDeclQSslError.cc b/src/gsiqt/gsiDeclQSslError.cc index 98d4dc114..293aee2d9 100644 --- a/src/gsiqt/gsiDeclQSslError.cc +++ b/src/gsiqt/gsiDeclQSslError.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslError.cc * diff --git a/src/gsiqt/gsiDeclQSslKey.cc b/src/gsiqt/gsiDeclQSslKey.cc index 588df1160..c5aab4926 100644 --- a/src/gsiqt/gsiDeclQSslKey.cc +++ b/src/gsiqt/gsiDeclQSslKey.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslKey.cc * diff --git a/src/gsiqt/gsiDeclQSslSocket.cc b/src/gsiqt/gsiDeclQSslSocket.cc index 3ef61e34d..e545e0a05 100644 --- a/src/gsiqt/gsiDeclQSslSocket.cc +++ b/src/gsiqt/gsiDeclQSslSocket.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslSocket.cc * diff --git a/src/gsiqt/gsiDeclQStackedLayout.cc b/src/gsiqt/gsiDeclQStackedLayout.cc index 55f8fe975..e5ef70ef2 100644 --- a/src/gsiqt/gsiDeclQStackedLayout.cc +++ b/src/gsiqt/gsiDeclQStackedLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStackedLayout.cc * diff --git a/src/gsiqt/gsiDeclQStackedWidget.cc b/src/gsiqt/gsiDeclQStackedWidget.cc index 0c047c1f2..4e2194975 100644 --- a/src/gsiqt/gsiDeclQStackedWidget.cc +++ b/src/gsiqt/gsiDeclQStackedWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStackedWidget.cc * diff --git a/src/gsiqt/gsiDeclQStandardItem.cc b/src/gsiqt/gsiDeclQStandardItem.cc index 1a406e669..dbb8d6729 100644 --- a/src/gsiqt/gsiDeclQStandardItem.cc +++ b/src/gsiqt/gsiDeclQStandardItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStandardItem.cc * diff --git a/src/gsiqt/gsiDeclQStandardItemModel.cc b/src/gsiqt/gsiDeclQStandardItemModel.cc index 220824f0f..aeba05cff 100644 --- a/src/gsiqt/gsiDeclQStandardItemModel.cc +++ b/src/gsiqt/gsiDeclQStandardItemModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStandardItemModel.cc * diff --git a/src/gsiqt/gsiDeclQStatusBar.cc b/src/gsiqt/gsiDeclQStatusBar.cc index 6a94391b5..567b7ea9a 100644 --- a/src/gsiqt/gsiDeclQStatusBar.cc +++ b/src/gsiqt/gsiDeclQStatusBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStatusBar.cc * diff --git a/src/gsiqt/gsiDeclQStatusTipEvent.cc b/src/gsiqt/gsiDeclQStatusTipEvent.cc index f8510cb34..155766c05 100644 --- a/src/gsiqt/gsiDeclQStatusTipEvent.cc +++ b/src/gsiqt/gsiDeclQStatusTipEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStatusTipEvent.cc * diff --git a/src/gsiqt/gsiDeclQStringListModel.cc b/src/gsiqt/gsiDeclQStringListModel.cc index 3c41d121c..8c03955ee 100644 --- a/src/gsiqt/gsiDeclQStringListModel.cc +++ b/src/gsiqt/gsiDeclQStringListModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStringListModel.cc * diff --git a/src/gsiqt/gsiDeclQStringMatcher.cc b/src/gsiqt/gsiDeclQStringMatcher.cc index 84e3245bf..0561e067c 100644 --- a/src/gsiqt/gsiDeclQStringMatcher.cc +++ b/src/gsiqt/gsiDeclQStringMatcher.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStringMatcher.cc * diff --git a/src/gsiqt/gsiDeclQStyle.cc b/src/gsiqt/gsiDeclQStyle.cc index b434944a9..f79ba187c 100644 --- a/src/gsiqt/gsiDeclQStyle.cc +++ b/src/gsiqt/gsiDeclQStyle.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyle.cc * diff --git a/src/gsiqt/gsiDeclQStyleFactory.cc b/src/gsiqt/gsiDeclQStyleFactory.cc index 50dabffd7..bd9a9b812 100644 --- a/src/gsiqt/gsiDeclQStyleFactory.cc +++ b/src/gsiqt/gsiDeclQStyleFactory.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleFactory.cc * diff --git a/src/gsiqt/gsiDeclQStyleHintReturn.cc b/src/gsiqt/gsiDeclQStyleHintReturn.cc index da6af9769..e2263e47f 100644 --- a/src/gsiqt/gsiDeclQStyleHintReturn.cc +++ b/src/gsiqt/gsiDeclQStyleHintReturn.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleHintReturn.cc * diff --git a/src/gsiqt/gsiDeclQStyleHintReturnMask.cc b/src/gsiqt/gsiDeclQStyleHintReturnMask.cc index 91cd31526..b85d2994b 100644 --- a/src/gsiqt/gsiDeclQStyleHintReturnMask.cc +++ b/src/gsiqt/gsiDeclQStyleHintReturnMask.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleHintReturnMask.cc * diff --git a/src/gsiqt/gsiDeclQStyleHintReturnVariant.cc b/src/gsiqt/gsiDeclQStyleHintReturnVariant.cc index 5ad5b82aa..a1cb384e7 100644 --- a/src/gsiqt/gsiDeclQStyleHintReturnVariant.cc +++ b/src/gsiqt/gsiDeclQStyleHintReturnVariant.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleHintReturnVariant.cc * diff --git a/src/gsiqt/gsiDeclQStyleOption.cc b/src/gsiqt/gsiDeclQStyleOption.cc index 205d01278..793ff4d8d 100644 --- a/src/gsiqt/gsiDeclQStyleOption.cc +++ b/src/gsiqt/gsiDeclQStyleOption.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOption.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionButton.cc b/src/gsiqt/gsiDeclQStyleOptionButton.cc index 92790c857..7261a82bd 100644 --- a/src/gsiqt/gsiDeclQStyleOptionButton.cc +++ b/src/gsiqt/gsiDeclQStyleOptionButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionButton.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionComboBox.cc b/src/gsiqt/gsiDeclQStyleOptionComboBox.cc index 146085ecf..2bb5e0510 100644 --- a/src/gsiqt/gsiDeclQStyleOptionComboBox.cc +++ b/src/gsiqt/gsiDeclQStyleOptionComboBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionComboBox.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionComplex.cc b/src/gsiqt/gsiDeclQStyleOptionComplex.cc index 7ad99e806..ec562e63e 100644 --- a/src/gsiqt/gsiDeclQStyleOptionComplex.cc +++ b/src/gsiqt/gsiDeclQStyleOptionComplex.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionComplex.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionDockWidget.cc b/src/gsiqt/gsiDeclQStyleOptionDockWidget.cc index cf25f3dec..c452fdab2 100644 --- a/src/gsiqt/gsiDeclQStyleOptionDockWidget.cc +++ b/src/gsiqt/gsiDeclQStyleOptionDockWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionDockWidget.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionFocusRect.cc b/src/gsiqt/gsiDeclQStyleOptionFocusRect.cc index 1bf835473..77dd6f668 100644 --- a/src/gsiqt/gsiDeclQStyleOptionFocusRect.cc +++ b/src/gsiqt/gsiDeclQStyleOptionFocusRect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionFocusRect.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionFrame.cc b/src/gsiqt/gsiDeclQStyleOptionFrame.cc index b8aeb33f0..686154fa0 100644 --- a/src/gsiqt/gsiDeclQStyleOptionFrame.cc +++ b/src/gsiqt/gsiDeclQStyleOptionFrame.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionFrame.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionFrameV2.cc b/src/gsiqt/gsiDeclQStyleOptionFrameV2.cc index b48cc650d..ef85d5865 100644 --- a/src/gsiqt/gsiDeclQStyleOptionFrameV2.cc +++ b/src/gsiqt/gsiDeclQStyleOptionFrameV2.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionFrameV2.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionFrameV3.cc b/src/gsiqt/gsiDeclQStyleOptionFrameV3.cc index 88dab5a66..ffacb5e8d 100644 --- a/src/gsiqt/gsiDeclQStyleOptionFrameV3.cc +++ b/src/gsiqt/gsiDeclQStyleOptionFrameV3.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionFrameV3.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionGraphicsItem.cc b/src/gsiqt/gsiDeclQStyleOptionGraphicsItem.cc index 60167a90b..c02722721 100644 --- a/src/gsiqt/gsiDeclQStyleOptionGraphicsItem.cc +++ b/src/gsiqt/gsiDeclQStyleOptionGraphicsItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionGraphicsItem.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionGroupBox.cc b/src/gsiqt/gsiDeclQStyleOptionGroupBox.cc index b2f232c70..013e26908 100644 --- a/src/gsiqt/gsiDeclQStyleOptionGroupBox.cc +++ b/src/gsiqt/gsiDeclQStyleOptionGroupBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionGroupBox.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionHeader.cc b/src/gsiqt/gsiDeclQStyleOptionHeader.cc index 80fecc773..d9efd47f2 100644 --- a/src/gsiqt/gsiDeclQStyleOptionHeader.cc +++ b/src/gsiqt/gsiDeclQStyleOptionHeader.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionHeader.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionMenuItem.cc b/src/gsiqt/gsiDeclQStyleOptionMenuItem.cc index 2f0c0a6ef..31ce5c111 100644 --- a/src/gsiqt/gsiDeclQStyleOptionMenuItem.cc +++ b/src/gsiqt/gsiDeclQStyleOptionMenuItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionMenuItem.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionProgressBar.cc b/src/gsiqt/gsiDeclQStyleOptionProgressBar.cc index f7122d663..d89d6d8a3 100644 --- a/src/gsiqt/gsiDeclQStyleOptionProgressBar.cc +++ b/src/gsiqt/gsiDeclQStyleOptionProgressBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionProgressBar.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionProgressBarV2.cc b/src/gsiqt/gsiDeclQStyleOptionProgressBarV2.cc index cff0bb321..95429a803 100644 --- a/src/gsiqt/gsiDeclQStyleOptionProgressBarV2.cc +++ b/src/gsiqt/gsiDeclQStyleOptionProgressBarV2.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionProgressBarV2.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionQ3DockWindow.cc b/src/gsiqt/gsiDeclQStyleOptionQ3DockWindow.cc index 71ff4f8f0..88ce11789 100644 --- a/src/gsiqt/gsiDeclQStyleOptionQ3DockWindow.cc +++ b/src/gsiqt/gsiDeclQStyleOptionQ3DockWindow.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionQ3DockWindow.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionQ3ListView.cc b/src/gsiqt/gsiDeclQStyleOptionQ3ListView.cc index 68038b8ac..8e64c9a53 100644 --- a/src/gsiqt/gsiDeclQStyleOptionQ3ListView.cc +++ b/src/gsiqt/gsiDeclQStyleOptionQ3ListView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionQ3ListView.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionQ3ListViewItem.cc b/src/gsiqt/gsiDeclQStyleOptionQ3ListViewItem.cc index 155248e8a..4d098d944 100644 --- a/src/gsiqt/gsiDeclQStyleOptionQ3ListViewItem.cc +++ b/src/gsiqt/gsiDeclQStyleOptionQ3ListViewItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionQ3ListViewItem.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionRubberBand.cc b/src/gsiqt/gsiDeclQStyleOptionRubberBand.cc index c124617d6..2f94bc99f 100644 --- a/src/gsiqt/gsiDeclQStyleOptionRubberBand.cc +++ b/src/gsiqt/gsiDeclQStyleOptionRubberBand.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionRubberBand.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionSizeGrip.cc b/src/gsiqt/gsiDeclQStyleOptionSizeGrip.cc index cf623c10e..b8065dc48 100644 --- a/src/gsiqt/gsiDeclQStyleOptionSizeGrip.cc +++ b/src/gsiqt/gsiDeclQStyleOptionSizeGrip.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionSizeGrip.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionSlider.cc b/src/gsiqt/gsiDeclQStyleOptionSlider.cc index 26907cb45..2445ec6f1 100644 --- a/src/gsiqt/gsiDeclQStyleOptionSlider.cc +++ b/src/gsiqt/gsiDeclQStyleOptionSlider.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionSlider.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionSpinBox.cc b/src/gsiqt/gsiDeclQStyleOptionSpinBox.cc index 55214d932..74b5aa2c4 100644 --- a/src/gsiqt/gsiDeclQStyleOptionSpinBox.cc +++ b/src/gsiqt/gsiDeclQStyleOptionSpinBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionSpinBox.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionTab.cc b/src/gsiqt/gsiDeclQStyleOptionTab.cc index 1e9304e5a..782d9feac 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTab.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTab.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionTab.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionTabBarBase.cc b/src/gsiqt/gsiDeclQStyleOptionTabBarBase.cc index 1f13a385c..395613889 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTabBarBase.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTabBarBase.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionTabBarBase.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionTabBarBaseV2.cc b/src/gsiqt/gsiDeclQStyleOptionTabBarBaseV2.cc index d7ccfdea3..e169335c2 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTabBarBaseV2.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTabBarBaseV2.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionTabBarBaseV2.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionTabV2.cc b/src/gsiqt/gsiDeclQStyleOptionTabV2.cc index 454a39dfa..1703253de 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTabV2.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTabV2.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionTabV2.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionTabV3.cc b/src/gsiqt/gsiDeclQStyleOptionTabV3.cc index 159111539..56c36e0eb 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTabV3.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTabV3.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionTabV3.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionTabWidgetFrame.cc b/src/gsiqt/gsiDeclQStyleOptionTabWidgetFrame.cc index b0d46f173..d03f722df 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTabWidgetFrame.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTabWidgetFrame.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionTabWidgetFrame.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionTitleBar.cc b/src/gsiqt/gsiDeclQStyleOptionTitleBar.cc index 4f6b38c3f..2abf3f2a8 100644 --- a/src/gsiqt/gsiDeclQStyleOptionTitleBar.cc +++ b/src/gsiqt/gsiDeclQStyleOptionTitleBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionTitleBar.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionToolBar.cc b/src/gsiqt/gsiDeclQStyleOptionToolBar.cc index b818195df..f00acb78c 100644 --- a/src/gsiqt/gsiDeclQStyleOptionToolBar.cc +++ b/src/gsiqt/gsiDeclQStyleOptionToolBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionToolBar.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionToolBox.cc b/src/gsiqt/gsiDeclQStyleOptionToolBox.cc index 7383092e3..9c7f5cbfd 100644 --- a/src/gsiqt/gsiDeclQStyleOptionToolBox.cc +++ b/src/gsiqt/gsiDeclQStyleOptionToolBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionToolBox.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionToolBoxV2.cc b/src/gsiqt/gsiDeclQStyleOptionToolBoxV2.cc index a105e42da..efbc0dc44 100644 --- a/src/gsiqt/gsiDeclQStyleOptionToolBoxV2.cc +++ b/src/gsiqt/gsiDeclQStyleOptionToolBoxV2.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionToolBoxV2.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionToolButton.cc b/src/gsiqt/gsiDeclQStyleOptionToolButton.cc index bf320dea4..c2d727fc3 100644 --- a/src/gsiqt/gsiDeclQStyleOptionToolButton.cc +++ b/src/gsiqt/gsiDeclQStyleOptionToolButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionToolButton.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionViewItem.cc b/src/gsiqt/gsiDeclQStyleOptionViewItem.cc index 0f4d64c43..c8f3a1af7 100644 --- a/src/gsiqt/gsiDeclQStyleOptionViewItem.cc +++ b/src/gsiqt/gsiDeclQStyleOptionViewItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionViewItem.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionViewItemV2.cc b/src/gsiqt/gsiDeclQStyleOptionViewItemV2.cc index a0af4cd09..1768b4187 100644 --- a/src/gsiqt/gsiDeclQStyleOptionViewItemV2.cc +++ b/src/gsiqt/gsiDeclQStyleOptionViewItemV2.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionViewItemV2.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionViewItemV3.cc b/src/gsiqt/gsiDeclQStyleOptionViewItemV3.cc index ce065af18..8089476eb 100644 --- a/src/gsiqt/gsiDeclQStyleOptionViewItemV3.cc +++ b/src/gsiqt/gsiDeclQStyleOptionViewItemV3.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionViewItemV3.cc * diff --git a/src/gsiqt/gsiDeclQStyleOptionViewItemV4.cc b/src/gsiqt/gsiDeclQStyleOptionViewItemV4.cc index 032f3d3c6..abfabd7c7 100644 --- a/src/gsiqt/gsiDeclQStyleOptionViewItemV4.cc +++ b/src/gsiqt/gsiDeclQStyleOptionViewItemV4.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionViewItemV4.cc * diff --git a/src/gsiqt/gsiDeclQStylePainter.cc b/src/gsiqt/gsiDeclQStylePainter.cc index f701b7e75..54b4d9c92 100644 --- a/src/gsiqt/gsiDeclQStylePainter.cc +++ b/src/gsiqt/gsiDeclQStylePainter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStylePainter.cc * diff --git a/src/gsiqt/gsiDeclQStylePlugin.cc b/src/gsiqt/gsiDeclQStylePlugin.cc index d4ac04d38..a7de1b9dd 100644 --- a/src/gsiqt/gsiDeclQStylePlugin.cc +++ b/src/gsiqt/gsiDeclQStylePlugin.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStylePlugin.cc * diff --git a/src/gsiqt/gsiDeclQStyledItemDelegate.cc b/src/gsiqt/gsiDeclQStyledItemDelegate.cc index 6eebf92a6..ab1bb4365 100644 --- a/src/gsiqt/gsiDeclQStyledItemDelegate.cc +++ b/src/gsiqt/gsiDeclQStyledItemDelegate.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyledItemDelegate.cc * diff --git a/src/gsiqt/gsiDeclQSwipeGesture.cc b/src/gsiqt/gsiDeclQSwipeGesture.cc index eaedc9436..6c2a075be 100644 --- a/src/gsiqt/gsiDeclQSwipeGesture.cc +++ b/src/gsiqt/gsiDeclQSwipeGesture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSwipeGesture.cc * diff --git a/src/gsiqt/gsiDeclQSyntaxHighlighter.cc b/src/gsiqt/gsiDeclQSyntaxHighlighter.cc index 2049205fa..2754e55fd 100644 --- a/src/gsiqt/gsiDeclQSyntaxHighlighter.cc +++ b/src/gsiqt/gsiDeclQSyntaxHighlighter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSyntaxHighlighter.cc * diff --git a/src/gsiqt/gsiDeclQSysInfo.cc b/src/gsiqt/gsiDeclQSysInfo.cc index fa53a59ef..bfe1efa25 100644 --- a/src/gsiqt/gsiDeclQSysInfo.cc +++ b/src/gsiqt/gsiDeclQSysInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSysInfo.cc * diff --git a/src/gsiqt/gsiDeclQSystemLocale.cc b/src/gsiqt/gsiDeclQSystemLocale.cc index 90b588d93..d5aa6a49c 100644 --- a/src/gsiqt/gsiDeclQSystemLocale.cc +++ b/src/gsiqt/gsiDeclQSystemLocale.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSystemLocale.cc * diff --git a/src/gsiqt/gsiDeclQSystemTrayIcon.cc b/src/gsiqt/gsiDeclQSystemTrayIcon.cc index cb66075b3..63753f5de 100644 --- a/src/gsiqt/gsiDeclQSystemTrayIcon.cc +++ b/src/gsiqt/gsiDeclQSystemTrayIcon.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSystemTrayIcon.cc * diff --git a/src/gsiqt/gsiDeclQTabBar.cc b/src/gsiqt/gsiDeclQTabBar.cc index 77ee3f93b..284b7b8dc 100644 --- a/src/gsiqt/gsiDeclQTabBar.cc +++ b/src/gsiqt/gsiDeclQTabBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTabBar.cc * diff --git a/src/gsiqt/gsiDeclQTabWidget.cc b/src/gsiqt/gsiDeclQTabWidget.cc index e7fdc200f..2a0bc3037 100644 --- a/src/gsiqt/gsiDeclQTabWidget.cc +++ b/src/gsiqt/gsiDeclQTabWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTabWidget.cc * diff --git a/src/gsiqt/gsiDeclQTableView.cc b/src/gsiqt/gsiDeclQTableView.cc index 5ba280fcf..256b1b42e 100644 --- a/src/gsiqt/gsiDeclQTableView.cc +++ b/src/gsiqt/gsiDeclQTableView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTableView.cc * diff --git a/src/gsiqt/gsiDeclQTableWidget.cc b/src/gsiqt/gsiDeclQTableWidget.cc index 6930ed8a5..2b608f8e3 100644 --- a/src/gsiqt/gsiDeclQTableWidget.cc +++ b/src/gsiqt/gsiDeclQTableWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTableWidget.cc * diff --git a/src/gsiqt/gsiDeclQTableWidgetItem.cc b/src/gsiqt/gsiDeclQTableWidgetItem.cc index 93243e11b..186be27e1 100644 --- a/src/gsiqt/gsiDeclQTableWidgetItem.cc +++ b/src/gsiqt/gsiDeclQTableWidgetItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTableWidgetItem.cc * diff --git a/src/gsiqt/gsiDeclQTableWidgetSelectionRange.cc b/src/gsiqt/gsiDeclQTableWidgetSelectionRange.cc index 4ce467ffc..c21e76076 100644 --- a/src/gsiqt/gsiDeclQTableWidgetSelectionRange.cc +++ b/src/gsiqt/gsiDeclQTableWidgetSelectionRange.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTableWidgetSelectionRange.cc * diff --git a/src/gsiqt/gsiDeclQTabletEvent.cc b/src/gsiqt/gsiDeclQTabletEvent.cc index 134526135..14af1cc14 100644 --- a/src/gsiqt/gsiDeclQTabletEvent.cc +++ b/src/gsiqt/gsiDeclQTabletEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTabletEvent.cc * diff --git a/src/gsiqt/gsiDeclQTapAndHoldGesture.cc b/src/gsiqt/gsiDeclQTapAndHoldGesture.cc index f900a37ae..ae7a00d11 100644 --- a/src/gsiqt/gsiDeclQTapAndHoldGesture.cc +++ b/src/gsiqt/gsiDeclQTapAndHoldGesture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTapAndHoldGesture.cc * diff --git a/src/gsiqt/gsiDeclQTapGesture.cc b/src/gsiqt/gsiDeclQTapGesture.cc index c5e69ae7a..a1ed61fba 100644 --- a/src/gsiqt/gsiDeclQTapGesture.cc +++ b/src/gsiqt/gsiDeclQTapGesture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTapGesture.cc * diff --git a/src/gsiqt/gsiDeclQTcpServer.cc b/src/gsiqt/gsiDeclQTcpServer.cc index 8d11537b5..9512fe2c5 100644 --- a/src/gsiqt/gsiDeclQTcpServer.cc +++ b/src/gsiqt/gsiDeclQTcpServer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTcpServer.cc * diff --git a/src/gsiqt/gsiDeclQTcpSocket.cc b/src/gsiqt/gsiDeclQTcpSocket.cc index 5807bc04f..cf245274f 100644 --- a/src/gsiqt/gsiDeclQTcpSocket.cc +++ b/src/gsiqt/gsiDeclQTcpSocket.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTcpSocket.cc * diff --git a/src/gsiqt/gsiDeclQTemporaryFile.cc b/src/gsiqt/gsiDeclQTemporaryFile.cc index e5b64435a..db0d203a9 100644 --- a/src/gsiqt/gsiDeclQTemporaryFile.cc +++ b/src/gsiqt/gsiDeclQTemporaryFile.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTemporaryFile.cc * diff --git a/src/gsiqt/gsiDeclQTextBlock.cc b/src/gsiqt/gsiDeclQTextBlock.cc index dab2901ee..ae2f54331 100644 --- a/src/gsiqt/gsiDeclQTextBlock.cc +++ b/src/gsiqt/gsiDeclQTextBlock.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextBlock.cc * diff --git a/src/gsiqt/gsiDeclQTextBlockFormat.cc b/src/gsiqt/gsiDeclQTextBlockFormat.cc index 7308ba203..16b0d89d5 100644 --- a/src/gsiqt/gsiDeclQTextBlockFormat.cc +++ b/src/gsiqt/gsiDeclQTextBlockFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextBlockFormat.cc * diff --git a/src/gsiqt/gsiDeclQTextBlockGroup.cc b/src/gsiqt/gsiDeclQTextBlockGroup.cc index f282db2ec..6205c170e 100644 --- a/src/gsiqt/gsiDeclQTextBlockGroup.cc +++ b/src/gsiqt/gsiDeclQTextBlockGroup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextBlockGroup.cc * diff --git a/src/gsiqt/gsiDeclQTextBlockUserData.cc b/src/gsiqt/gsiDeclQTextBlockUserData.cc index f1985f4b0..2bb49c742 100644 --- a/src/gsiqt/gsiDeclQTextBlockUserData.cc +++ b/src/gsiqt/gsiDeclQTextBlockUserData.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextBlockUserData.cc * diff --git a/src/gsiqt/gsiDeclQTextBlock_Iterator.cc b/src/gsiqt/gsiDeclQTextBlock_Iterator.cc index d549a3bdf..4984f413b 100644 --- a/src/gsiqt/gsiDeclQTextBlock_Iterator.cc +++ b/src/gsiqt/gsiDeclQTextBlock_Iterator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextBlock_Iterator.cc * diff --git a/src/gsiqt/gsiDeclQTextBrowser.cc b/src/gsiqt/gsiDeclQTextBrowser.cc index 0b74b6d2c..e6d6e504d 100644 --- a/src/gsiqt/gsiDeclQTextBrowser.cc +++ b/src/gsiqt/gsiDeclQTextBrowser.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextBrowser.cc * diff --git a/src/gsiqt/gsiDeclQTextCharFormat.cc b/src/gsiqt/gsiDeclQTextCharFormat.cc index d10a572a2..e145024cd 100644 --- a/src/gsiqt/gsiDeclQTextCharFormat.cc +++ b/src/gsiqt/gsiDeclQTextCharFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextCharFormat.cc * diff --git a/src/gsiqt/gsiDeclQTextCodec.cc b/src/gsiqt/gsiDeclQTextCodec.cc index 8edfd48df..bdc0c9a52 100644 --- a/src/gsiqt/gsiDeclQTextCodec.cc +++ b/src/gsiqt/gsiDeclQTextCodec.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextCodec.cc * diff --git a/src/gsiqt/gsiDeclQTextCodec_ConverterState.cc b/src/gsiqt/gsiDeclQTextCodec_ConverterState.cc index 82c33533c..1e6102d3a 100644 --- a/src/gsiqt/gsiDeclQTextCodec_ConverterState.cc +++ b/src/gsiqt/gsiDeclQTextCodec_ConverterState.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextCodec_ConverterState.cc * diff --git a/src/gsiqt/gsiDeclQTextCursor.cc b/src/gsiqt/gsiDeclQTextCursor.cc index 26f5f936d..19b5a4470 100644 --- a/src/gsiqt/gsiDeclQTextCursor.cc +++ b/src/gsiqt/gsiDeclQTextCursor.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextCursor.cc * diff --git a/src/gsiqt/gsiDeclQTextDecoder.cc b/src/gsiqt/gsiDeclQTextDecoder.cc index 06494c919..e586c26dc 100644 --- a/src/gsiqt/gsiDeclQTextDecoder.cc +++ b/src/gsiqt/gsiDeclQTextDecoder.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextDecoder.cc * diff --git a/src/gsiqt/gsiDeclQTextDocument.cc b/src/gsiqt/gsiDeclQTextDocument.cc index 401460c7f..57eea0fd4 100644 --- a/src/gsiqt/gsiDeclQTextDocument.cc +++ b/src/gsiqt/gsiDeclQTextDocument.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextDocument.cc * diff --git a/src/gsiqt/gsiDeclQTextDocumentFragment.cc b/src/gsiqt/gsiDeclQTextDocumentFragment.cc index 1519a869a..8a31a076d 100644 --- a/src/gsiqt/gsiDeclQTextDocumentFragment.cc +++ b/src/gsiqt/gsiDeclQTextDocumentFragment.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextDocumentFragment.cc * diff --git a/src/gsiqt/gsiDeclQTextDocumentWriter.cc b/src/gsiqt/gsiDeclQTextDocumentWriter.cc index c42e89ee0..30f499e4b 100644 --- a/src/gsiqt/gsiDeclQTextDocumentWriter.cc +++ b/src/gsiqt/gsiDeclQTextDocumentWriter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextDocumentWriter.cc * diff --git a/src/gsiqt/gsiDeclQTextEdit.cc b/src/gsiqt/gsiDeclQTextEdit.cc index ccbee3d0f..2ac4f3948 100644 --- a/src/gsiqt/gsiDeclQTextEdit.cc +++ b/src/gsiqt/gsiDeclQTextEdit.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextEdit.cc * diff --git a/src/gsiqt/gsiDeclQTextEdit_ExtraSelection.cc b/src/gsiqt/gsiDeclQTextEdit_ExtraSelection.cc index c7908015b..905b20432 100644 --- a/src/gsiqt/gsiDeclQTextEdit_ExtraSelection.cc +++ b/src/gsiqt/gsiDeclQTextEdit_ExtraSelection.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextEdit_ExtraSelection.cc * diff --git a/src/gsiqt/gsiDeclQTextEncoder.cc b/src/gsiqt/gsiDeclQTextEncoder.cc index 13e5593a3..3bbf94893 100644 --- a/src/gsiqt/gsiDeclQTextEncoder.cc +++ b/src/gsiqt/gsiDeclQTextEncoder.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextEncoder.cc * diff --git a/src/gsiqt/gsiDeclQTextFormat.cc b/src/gsiqt/gsiDeclQTextFormat.cc index 3ec04cbfb..3c9abe1ad 100644 --- a/src/gsiqt/gsiDeclQTextFormat.cc +++ b/src/gsiqt/gsiDeclQTextFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextFormat.cc * diff --git a/src/gsiqt/gsiDeclQTextFragment.cc b/src/gsiqt/gsiDeclQTextFragment.cc index 426ae72a0..371891b3f 100644 --- a/src/gsiqt/gsiDeclQTextFragment.cc +++ b/src/gsiqt/gsiDeclQTextFragment.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextFragment.cc * diff --git a/src/gsiqt/gsiDeclQTextFrame.cc b/src/gsiqt/gsiDeclQTextFrame.cc index 278bc9249..66d6cc40c 100644 --- a/src/gsiqt/gsiDeclQTextFrame.cc +++ b/src/gsiqt/gsiDeclQTextFrame.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextFrame.cc * diff --git a/src/gsiqt/gsiDeclQTextFrameFormat.cc b/src/gsiqt/gsiDeclQTextFrameFormat.cc index 55ad32262..bda5ad031 100644 --- a/src/gsiqt/gsiDeclQTextFrameFormat.cc +++ b/src/gsiqt/gsiDeclQTextFrameFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextFrameFormat.cc * diff --git a/src/gsiqt/gsiDeclQTextFrame_Iterator.cc b/src/gsiqt/gsiDeclQTextFrame_Iterator.cc index 6f8f4733e..1d3ca703f 100644 --- a/src/gsiqt/gsiDeclQTextFrame_Iterator.cc +++ b/src/gsiqt/gsiDeclQTextFrame_Iterator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextFrame_Iterator.cc * diff --git a/src/gsiqt/gsiDeclQTextImageFormat.cc b/src/gsiqt/gsiDeclQTextImageFormat.cc index 2ad328f46..08a2f3ab5 100644 --- a/src/gsiqt/gsiDeclQTextImageFormat.cc +++ b/src/gsiqt/gsiDeclQTextImageFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextImageFormat.cc * diff --git a/src/gsiqt/gsiDeclQTextInlineObject.cc b/src/gsiqt/gsiDeclQTextInlineObject.cc index e84efbb2e..2a1e809cf 100644 --- a/src/gsiqt/gsiDeclQTextInlineObject.cc +++ b/src/gsiqt/gsiDeclQTextInlineObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextInlineObject.cc * diff --git a/src/gsiqt/gsiDeclQTextItem.cc b/src/gsiqt/gsiDeclQTextItem.cc index a2457a892..b42cf06b0 100644 --- a/src/gsiqt/gsiDeclQTextItem.cc +++ b/src/gsiqt/gsiDeclQTextItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextItem.cc * diff --git a/src/gsiqt/gsiDeclQTextLayout.cc b/src/gsiqt/gsiDeclQTextLayout.cc index f8699066f..f25fdf63b 100644 --- a/src/gsiqt/gsiDeclQTextLayout.cc +++ b/src/gsiqt/gsiDeclQTextLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextLayout.cc * diff --git a/src/gsiqt/gsiDeclQTextLayout_FormatRange.cc b/src/gsiqt/gsiDeclQTextLayout_FormatRange.cc index 16c5bc89e..807795a4d 100644 --- a/src/gsiqt/gsiDeclQTextLayout_FormatRange.cc +++ b/src/gsiqt/gsiDeclQTextLayout_FormatRange.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextLayout_FormatRange.cc * diff --git a/src/gsiqt/gsiDeclQTextLength.cc b/src/gsiqt/gsiDeclQTextLength.cc index 9a8cdd028..3f0001ca6 100644 --- a/src/gsiqt/gsiDeclQTextLength.cc +++ b/src/gsiqt/gsiDeclQTextLength.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextLength.cc * diff --git a/src/gsiqt/gsiDeclQTextLine.cc b/src/gsiqt/gsiDeclQTextLine.cc index b0520acc8..4d5188318 100644 --- a/src/gsiqt/gsiDeclQTextLine.cc +++ b/src/gsiqt/gsiDeclQTextLine.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextLine.cc * diff --git a/src/gsiqt/gsiDeclQTextList.cc b/src/gsiqt/gsiDeclQTextList.cc index 706659f43..be32b8c5c 100644 --- a/src/gsiqt/gsiDeclQTextList.cc +++ b/src/gsiqt/gsiDeclQTextList.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextList.cc * diff --git a/src/gsiqt/gsiDeclQTextListFormat.cc b/src/gsiqt/gsiDeclQTextListFormat.cc index f342d8128..d61095bfc 100644 --- a/src/gsiqt/gsiDeclQTextListFormat.cc +++ b/src/gsiqt/gsiDeclQTextListFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextListFormat.cc * diff --git a/src/gsiqt/gsiDeclQTextObject.cc b/src/gsiqt/gsiDeclQTextObject.cc index 56311299c..c85ba7ea7 100644 --- a/src/gsiqt/gsiDeclQTextObject.cc +++ b/src/gsiqt/gsiDeclQTextObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextObject.cc * diff --git a/src/gsiqt/gsiDeclQTextObjectInterface.cc b/src/gsiqt/gsiDeclQTextObjectInterface.cc index 39f045fe8..759e8b653 100644 --- a/src/gsiqt/gsiDeclQTextObjectInterface.cc +++ b/src/gsiqt/gsiDeclQTextObjectInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextObjectInterface.cc * diff --git a/src/gsiqt/gsiDeclQTextOption.cc b/src/gsiqt/gsiDeclQTextOption.cc index d0cace1f8..6d6b56c48 100644 --- a/src/gsiqt/gsiDeclQTextOption.cc +++ b/src/gsiqt/gsiDeclQTextOption.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextOption.cc * diff --git a/src/gsiqt/gsiDeclQTextOption_Tab.cc b/src/gsiqt/gsiDeclQTextOption_Tab.cc index 8e4e9f505..b8cb4f919 100644 --- a/src/gsiqt/gsiDeclQTextOption_Tab.cc +++ b/src/gsiqt/gsiDeclQTextOption_Tab.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextOption_Tab.cc * diff --git a/src/gsiqt/gsiDeclQTextStream.cc b/src/gsiqt/gsiDeclQTextStream.cc index 7f314e4c9..a29146bb0 100644 --- a/src/gsiqt/gsiDeclQTextStream.cc +++ b/src/gsiqt/gsiDeclQTextStream.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextStream.cc * diff --git a/src/gsiqt/gsiDeclQTextTable.cc b/src/gsiqt/gsiDeclQTextTable.cc index 1e1b4a758..ba8ec2262 100644 --- a/src/gsiqt/gsiDeclQTextTable.cc +++ b/src/gsiqt/gsiDeclQTextTable.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextTable.cc * diff --git a/src/gsiqt/gsiDeclQTextTableCell.cc b/src/gsiqt/gsiDeclQTextTableCell.cc index 1a8dea1d7..d4c10c901 100644 --- a/src/gsiqt/gsiDeclQTextTableCell.cc +++ b/src/gsiqt/gsiDeclQTextTableCell.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextTableCell.cc * diff --git a/src/gsiqt/gsiDeclQTextTableCellFormat.cc b/src/gsiqt/gsiDeclQTextTableCellFormat.cc index 22ee00757..a1dd67ee7 100644 --- a/src/gsiqt/gsiDeclQTextTableCellFormat.cc +++ b/src/gsiqt/gsiDeclQTextTableCellFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextTableCellFormat.cc * diff --git a/src/gsiqt/gsiDeclQTextTableFormat.cc b/src/gsiqt/gsiDeclQTextTableFormat.cc index 5465febc6..382ad42be 100644 --- a/src/gsiqt/gsiDeclQTextTableFormat.cc +++ b/src/gsiqt/gsiDeclQTextTableFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextTableFormat.cc * diff --git a/src/gsiqt/gsiDeclQThread.cc b/src/gsiqt/gsiDeclQThread.cc index 6a9ec0bfb..dbb4b08ef 100644 --- a/src/gsiqt/gsiDeclQThread.cc +++ b/src/gsiqt/gsiDeclQThread.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQThread.cc * diff --git a/src/gsiqt/gsiDeclQTime.cc b/src/gsiqt/gsiDeclQTime.cc index 78946de8a..eb41f5323 100644 --- a/src/gsiqt/gsiDeclQTime.cc +++ b/src/gsiqt/gsiDeclQTime.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTime.cc * diff --git a/src/gsiqt/gsiDeclQTimeEdit.cc b/src/gsiqt/gsiDeclQTimeEdit.cc index 44539caa2..7e6da9651 100644 --- a/src/gsiqt/gsiDeclQTimeEdit.cc +++ b/src/gsiqt/gsiDeclQTimeEdit.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTimeEdit.cc * diff --git a/src/gsiqt/gsiDeclQTimeLine.cc b/src/gsiqt/gsiDeclQTimeLine.cc index e9fa78c83..2fc4ba239 100644 --- a/src/gsiqt/gsiDeclQTimeLine.cc +++ b/src/gsiqt/gsiDeclQTimeLine.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTimeLine.cc * diff --git a/src/gsiqt/gsiDeclQTimer.cc b/src/gsiqt/gsiDeclQTimer.cc index 28e446f81..831c86b60 100644 --- a/src/gsiqt/gsiDeclQTimer.cc +++ b/src/gsiqt/gsiDeclQTimer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTimer.cc * diff --git a/src/gsiqt/gsiDeclQTimerEvent.cc b/src/gsiqt/gsiDeclQTimerEvent.cc index 381987cd1..3b27fe76a 100644 --- a/src/gsiqt/gsiDeclQTimerEvent.cc +++ b/src/gsiqt/gsiDeclQTimerEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTimerEvent.cc * diff --git a/src/gsiqt/gsiDeclQToolBar.cc b/src/gsiqt/gsiDeclQToolBar.cc index bab801d81..6b927a27b 100644 --- a/src/gsiqt/gsiDeclQToolBar.cc +++ b/src/gsiqt/gsiDeclQToolBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQToolBar.cc * diff --git a/src/gsiqt/gsiDeclQToolBarChangeEvent.cc b/src/gsiqt/gsiDeclQToolBarChangeEvent.cc index 516506378..33a1ce9fb 100644 --- a/src/gsiqt/gsiDeclQToolBarChangeEvent.cc +++ b/src/gsiqt/gsiDeclQToolBarChangeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQToolBarChangeEvent.cc * diff --git a/src/gsiqt/gsiDeclQToolBox.cc b/src/gsiqt/gsiDeclQToolBox.cc index e613662f1..051c58ac0 100644 --- a/src/gsiqt/gsiDeclQToolBox.cc +++ b/src/gsiqt/gsiDeclQToolBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQToolBox.cc * diff --git a/src/gsiqt/gsiDeclQToolButton.cc b/src/gsiqt/gsiDeclQToolButton.cc index cbcb387dd..87f9b43b2 100644 --- a/src/gsiqt/gsiDeclQToolButton.cc +++ b/src/gsiqt/gsiDeclQToolButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQToolButton.cc * diff --git a/src/gsiqt/gsiDeclQToolTip.cc b/src/gsiqt/gsiDeclQToolTip.cc index c9174a375..592ac7a93 100644 --- a/src/gsiqt/gsiDeclQToolTip.cc +++ b/src/gsiqt/gsiDeclQToolTip.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQToolTip.cc * diff --git a/src/gsiqt/gsiDeclQTouchEvent.cc b/src/gsiqt/gsiDeclQTouchEvent.cc index 6083c295d..863d55993 100644 --- a/src/gsiqt/gsiDeclQTouchEvent.cc +++ b/src/gsiqt/gsiDeclQTouchEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTouchEvent.cc * diff --git a/src/gsiqt/gsiDeclQTouchEvent_TouchPoint.cc b/src/gsiqt/gsiDeclQTouchEvent_TouchPoint.cc index 8d3edad29..eae2ce768 100644 --- a/src/gsiqt/gsiDeclQTouchEvent_TouchPoint.cc +++ b/src/gsiqt/gsiDeclQTouchEvent_TouchPoint.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTouchEvent_TouchPoint.cc * diff --git a/src/gsiqt/gsiDeclQTransform.cc b/src/gsiqt/gsiDeclQTransform.cc index ed684b71c..093d39a46 100644 --- a/src/gsiqt/gsiDeclQTransform.cc +++ b/src/gsiqt/gsiDeclQTransform.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTransform.cc * diff --git a/src/gsiqt/gsiDeclQTranslator.cc b/src/gsiqt/gsiDeclQTranslator.cc index c6b5d01a2..e029c791a 100644 --- a/src/gsiqt/gsiDeclQTranslator.cc +++ b/src/gsiqt/gsiDeclQTranslator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTranslator.cc * diff --git a/src/gsiqt/gsiDeclQTreeView.cc b/src/gsiqt/gsiDeclQTreeView.cc index e75f5307d..b2d53b82d 100644 --- a/src/gsiqt/gsiDeclQTreeView.cc +++ b/src/gsiqt/gsiDeclQTreeView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTreeView.cc * diff --git a/src/gsiqt/gsiDeclQTreeWidget.cc b/src/gsiqt/gsiDeclQTreeWidget.cc index 4caa32226..4085f8212 100644 --- a/src/gsiqt/gsiDeclQTreeWidget.cc +++ b/src/gsiqt/gsiDeclQTreeWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTreeWidget.cc * diff --git a/src/gsiqt/gsiDeclQTreeWidgetItem.cc b/src/gsiqt/gsiDeclQTreeWidgetItem.cc index 048f2c1db..83b869b89 100644 --- a/src/gsiqt/gsiDeclQTreeWidgetItem.cc +++ b/src/gsiqt/gsiDeclQTreeWidgetItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTreeWidgetItem.cc * diff --git a/src/gsiqt/gsiDeclQTreeWidgetItemIterator.cc b/src/gsiqt/gsiDeclQTreeWidgetItemIterator.cc index 6687494f0..e68cddb74 100644 --- a/src/gsiqt/gsiDeclQTreeWidgetItemIterator.cc +++ b/src/gsiqt/gsiDeclQTreeWidgetItemIterator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTreeWidgetItemIterator.cc * diff --git a/src/gsiqt/gsiDeclQUdpSocket.cc b/src/gsiqt/gsiDeclQUdpSocket.cc index bcf58e026..4ef46e2f8 100644 --- a/src/gsiqt/gsiDeclQUdpSocket.cc +++ b/src/gsiqt/gsiDeclQUdpSocket.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUdpSocket.cc * diff --git a/src/gsiqt/gsiDeclQUndoCommand.cc b/src/gsiqt/gsiDeclQUndoCommand.cc index 483fc2c36..ca6b05ac9 100644 --- a/src/gsiqt/gsiDeclQUndoCommand.cc +++ b/src/gsiqt/gsiDeclQUndoCommand.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUndoCommand.cc * diff --git a/src/gsiqt/gsiDeclQUndoGroup.cc b/src/gsiqt/gsiDeclQUndoGroup.cc index 45b2716f0..731b41e00 100644 --- a/src/gsiqt/gsiDeclQUndoGroup.cc +++ b/src/gsiqt/gsiDeclQUndoGroup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUndoGroup.cc * diff --git a/src/gsiqt/gsiDeclQUndoStack.cc b/src/gsiqt/gsiDeclQUndoStack.cc index aae78ba57..d34c9119e 100644 --- a/src/gsiqt/gsiDeclQUndoStack.cc +++ b/src/gsiqt/gsiDeclQUndoStack.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUndoStack.cc * diff --git a/src/gsiqt/gsiDeclQUndoView.cc b/src/gsiqt/gsiDeclQUndoView.cc index fb0332763..1ab34d546 100644 --- a/src/gsiqt/gsiDeclQUndoView.cc +++ b/src/gsiqt/gsiDeclQUndoView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUndoView.cc * diff --git a/src/gsiqt/gsiDeclQUnixPrintWidget.cc b/src/gsiqt/gsiDeclQUnixPrintWidget.cc index 5b4f27909..2b0e735d8 100644 --- a/src/gsiqt/gsiDeclQUnixPrintWidget.cc +++ b/src/gsiqt/gsiDeclQUnixPrintWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUnixPrintWidget.cc * diff --git a/src/gsiqt/gsiDeclQUrl.cc b/src/gsiqt/gsiDeclQUrl.cc index b807564dd..bb0756649 100644 --- a/src/gsiqt/gsiDeclQUrl.cc +++ b/src/gsiqt/gsiDeclQUrl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUrl.cc * diff --git a/src/gsiqt/gsiDeclQUrlInfo.cc b/src/gsiqt/gsiDeclQUrlInfo.cc index 756c5bdac..1137dd0a3 100644 --- a/src/gsiqt/gsiDeclQUrlInfo.cc +++ b/src/gsiqt/gsiDeclQUrlInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUrlInfo.cc * diff --git a/src/gsiqt/gsiDeclQVBoxLayout.cc b/src/gsiqt/gsiDeclQVBoxLayout.cc index c43d70dd3..43d03c774 100644 --- a/src/gsiqt/gsiDeclQVBoxLayout.cc +++ b/src/gsiqt/gsiDeclQVBoxLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVBoxLayout.cc * diff --git a/src/gsiqt/gsiDeclQValidator.cc b/src/gsiqt/gsiDeclQValidator.cc index 3b305925a..b23c80c1d 100644 --- a/src/gsiqt/gsiDeclQValidator.cc +++ b/src/gsiqt/gsiDeclQValidator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQValidator.cc * diff --git a/src/gsiqt/gsiDeclQVector2D.cc b/src/gsiqt/gsiDeclQVector2D.cc index 3e2d3229a..d790c6d07 100644 --- a/src/gsiqt/gsiDeclQVector2D.cc +++ b/src/gsiqt/gsiDeclQVector2D.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVector2D.cc * diff --git a/src/gsiqt/gsiDeclQVector3D.cc b/src/gsiqt/gsiDeclQVector3D.cc index aae387bfb..948cb4e8d 100644 --- a/src/gsiqt/gsiDeclQVector3D.cc +++ b/src/gsiqt/gsiDeclQVector3D.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVector3D.cc * diff --git a/src/gsiqt/gsiDeclQVector4D.cc b/src/gsiqt/gsiDeclQVector4D.cc index 8193dae97..f6cce376c 100644 --- a/src/gsiqt/gsiDeclQVector4D.cc +++ b/src/gsiqt/gsiDeclQVector4D.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVector4D.cc * diff --git a/src/gsiqt/gsiDeclQWaitCondition.cc b/src/gsiqt/gsiDeclQWaitCondition.cc index f230eed22..103135658 100644 --- a/src/gsiqt/gsiDeclQWaitCondition.cc +++ b/src/gsiqt/gsiDeclQWaitCondition.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWaitCondition.cc * diff --git a/src/gsiqt/gsiDeclQWhatsThis.cc b/src/gsiqt/gsiDeclQWhatsThis.cc index 0266f1c5e..1780d3684 100644 --- a/src/gsiqt/gsiDeclQWhatsThis.cc +++ b/src/gsiqt/gsiDeclQWhatsThis.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWhatsThis.cc * diff --git a/src/gsiqt/gsiDeclQWhatsThisClickedEvent.cc b/src/gsiqt/gsiDeclQWhatsThisClickedEvent.cc index 00fa6fabc..12c1908e0 100644 --- a/src/gsiqt/gsiDeclQWhatsThisClickedEvent.cc +++ b/src/gsiqt/gsiDeclQWhatsThisClickedEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWhatsThisClickedEvent.cc * diff --git a/src/gsiqt/gsiDeclQWheelEvent.cc b/src/gsiqt/gsiDeclQWheelEvent.cc index ffa1c0d2f..3cc1f9ca9 100644 --- a/src/gsiqt/gsiDeclQWheelEvent.cc +++ b/src/gsiqt/gsiDeclQWheelEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWheelEvent.cc * diff --git a/src/gsiqt/gsiDeclQWidget.cc b/src/gsiqt/gsiDeclQWidget.cc index 59b4bffeb..a6bf3721f 100644 --- a/src/gsiqt/gsiDeclQWidget.cc +++ b/src/gsiqt/gsiDeclQWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWidget.cc * diff --git a/src/gsiqt/gsiDeclQWidgetAction.cc b/src/gsiqt/gsiDeclQWidgetAction.cc index 9b5a28b2c..99b6facfd 100644 --- a/src/gsiqt/gsiDeclQWidgetAction.cc +++ b/src/gsiqt/gsiDeclQWidgetAction.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWidgetAction.cc * diff --git a/src/gsiqt/gsiDeclQWidgetItem.cc b/src/gsiqt/gsiDeclQWidgetItem.cc index e9d02f406..8ae2ce345 100644 --- a/src/gsiqt/gsiDeclQWidgetItem.cc +++ b/src/gsiqt/gsiDeclQWidgetItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWidgetItem.cc * diff --git a/src/gsiqt/gsiDeclQWindowStateChangeEvent.cc b/src/gsiqt/gsiDeclQWindowStateChangeEvent.cc index 3650dcc4b..922c8c0f1 100644 --- a/src/gsiqt/gsiDeclQWindowStateChangeEvent.cc +++ b/src/gsiqt/gsiDeclQWindowStateChangeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWindowStateChangeEvent.cc * diff --git a/src/gsiqt/gsiDeclQWindowsStyle.cc b/src/gsiqt/gsiDeclQWindowsStyle.cc index 010ab744b..73cc36e11 100644 --- a/src/gsiqt/gsiDeclQWindowsStyle.cc +++ b/src/gsiqt/gsiDeclQWindowsStyle.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWindowsStyle.cc * diff --git a/src/gsiqt/gsiDeclQWizard.cc b/src/gsiqt/gsiDeclQWizard.cc index 7cb0b1a5b..22a38b7dd 100644 --- a/src/gsiqt/gsiDeclQWizard.cc +++ b/src/gsiqt/gsiDeclQWizard.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWizard.cc * diff --git a/src/gsiqt/gsiDeclQWizardPage.cc b/src/gsiqt/gsiDeclQWizardPage.cc index 5684df010..5236114a8 100644 --- a/src/gsiqt/gsiDeclQWizardPage.cc +++ b/src/gsiqt/gsiDeclQWizardPage.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWizardPage.cc * diff --git a/src/gsiqt/gsiDeclQWriteLocker.cc b/src/gsiqt/gsiDeclQWriteLocker.cc index b16c95d18..e1348b55b 100644 --- a/src/gsiqt/gsiDeclQWriteLocker.cc +++ b/src/gsiqt/gsiDeclQWriteLocker.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWriteLocker.cc * diff --git a/src/gsiqt/gsiDeclQXmlAttributes.cc b/src/gsiqt/gsiDeclQXmlAttributes.cc index ff7a56129..f76233efc 100644 --- a/src/gsiqt/gsiDeclQXmlAttributes.cc +++ b/src/gsiqt/gsiDeclQXmlAttributes.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlAttributes.cc * diff --git a/src/gsiqt/gsiDeclQXmlContentHandler.cc b/src/gsiqt/gsiDeclQXmlContentHandler.cc index 15b7b3530..27ab503e8 100644 --- a/src/gsiqt/gsiDeclQXmlContentHandler.cc +++ b/src/gsiqt/gsiDeclQXmlContentHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlContentHandler.cc * diff --git a/src/gsiqt/gsiDeclQXmlDTDHandler.cc b/src/gsiqt/gsiDeclQXmlDTDHandler.cc index 0e3aa577c..73855dfaf 100644 --- a/src/gsiqt/gsiDeclQXmlDTDHandler.cc +++ b/src/gsiqt/gsiDeclQXmlDTDHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlDTDHandler.cc * diff --git a/src/gsiqt/gsiDeclQXmlDeclHandler.cc b/src/gsiqt/gsiDeclQXmlDeclHandler.cc index a757ca071..e657fcd74 100644 --- a/src/gsiqt/gsiDeclQXmlDeclHandler.cc +++ b/src/gsiqt/gsiDeclQXmlDeclHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlDeclHandler.cc * diff --git a/src/gsiqt/gsiDeclQXmlDefaultHandler.cc b/src/gsiqt/gsiDeclQXmlDefaultHandler.cc index e6558c4ed..6b97dbdd1 100644 --- a/src/gsiqt/gsiDeclQXmlDefaultHandler.cc +++ b/src/gsiqt/gsiDeclQXmlDefaultHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlDefaultHandler.cc * diff --git a/src/gsiqt/gsiDeclQXmlEntityResolver.cc b/src/gsiqt/gsiDeclQXmlEntityResolver.cc index bf72d39e7..698efc396 100644 --- a/src/gsiqt/gsiDeclQXmlEntityResolver.cc +++ b/src/gsiqt/gsiDeclQXmlEntityResolver.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlEntityResolver.cc * diff --git a/src/gsiqt/gsiDeclQXmlErrorHandler.cc b/src/gsiqt/gsiDeclQXmlErrorHandler.cc index 31a31038a..b741a6cfc 100644 --- a/src/gsiqt/gsiDeclQXmlErrorHandler.cc +++ b/src/gsiqt/gsiDeclQXmlErrorHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlErrorHandler.cc * diff --git a/src/gsiqt/gsiDeclQXmlInputSource.cc b/src/gsiqt/gsiDeclQXmlInputSource.cc index de5ee4225..a4248647b 100644 --- a/src/gsiqt/gsiDeclQXmlInputSource.cc +++ b/src/gsiqt/gsiDeclQXmlInputSource.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlInputSource.cc * diff --git a/src/gsiqt/gsiDeclQXmlLexicalHandler.cc b/src/gsiqt/gsiDeclQXmlLexicalHandler.cc index e23331a41..60896b645 100644 --- a/src/gsiqt/gsiDeclQXmlLexicalHandler.cc +++ b/src/gsiqt/gsiDeclQXmlLexicalHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlLexicalHandler.cc * diff --git a/src/gsiqt/gsiDeclQXmlLocator.cc b/src/gsiqt/gsiDeclQXmlLocator.cc index 8999b899e..4d45f2523 100644 --- a/src/gsiqt/gsiDeclQXmlLocator.cc +++ b/src/gsiqt/gsiDeclQXmlLocator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlLocator.cc * diff --git a/src/gsiqt/gsiDeclQXmlNamespaceSupport.cc b/src/gsiqt/gsiDeclQXmlNamespaceSupport.cc index 07c72473e..cc61c4bfb 100644 --- a/src/gsiqt/gsiDeclQXmlNamespaceSupport.cc +++ b/src/gsiqt/gsiDeclQXmlNamespaceSupport.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlNamespaceSupport.cc * diff --git a/src/gsiqt/gsiDeclQXmlParseException.cc b/src/gsiqt/gsiDeclQXmlParseException.cc index 05d583349..12ae2ddc1 100644 --- a/src/gsiqt/gsiDeclQXmlParseException.cc +++ b/src/gsiqt/gsiDeclQXmlParseException.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlParseException.cc * diff --git a/src/gsiqt/gsiDeclQXmlReader.cc b/src/gsiqt/gsiDeclQXmlReader.cc index 1e822b2d8..d39e57645 100644 --- a/src/gsiqt/gsiDeclQXmlReader.cc +++ b/src/gsiqt/gsiDeclQXmlReader.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlReader.cc * diff --git a/src/gsiqt/gsiDeclQXmlSimpleReader.cc b/src/gsiqt/gsiDeclQXmlSimpleReader.cc index 70213d4c3..8b7da1f5e 100644 --- a/src/gsiqt/gsiDeclQXmlSimpleReader.cc +++ b/src/gsiqt/gsiDeclQXmlSimpleReader.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlSimpleReader.cc * diff --git a/src/gsiqt/gsiDeclQt.cc b/src/gsiqt/gsiDeclQt.cc index 47ce6bcd3..92e3419eb 100644 --- a/src/gsiqt/gsiDeclQt.cc +++ b/src/gsiqt/gsiDeclQt.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQt.cc * diff --git a/src/gsiqt/gsiDeclQtTypeTraits.h b/src/gsiqt/gsiDeclQtTypeTraits.h index 5c7013aa5..4fa9d5abc 100644 --- a/src/gsiqt/gsiDeclQtTypeTraits.h +++ b/src/gsiqt/gsiDeclQtTypeTraits.h @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file generated/gsiDeclQtTypeTraits.h * @brief Type traits for the Qt binding classes diff --git a/src/gsiqt/gsiQt.cc b/src/gsiqt/gsiQt.cc index e08078acb..ec84ffde5 100644 --- a/src/gsiqt/gsiQt.cc +++ b/src/gsiqt/gsiQt.cc @@ -141,10 +141,10 @@ namespace /** * @brief Attaches a watcher object to a native QObject */ -gsi::ObjectBase *get_watcher_object (QObject *qobject) +gsi::ObjectBase *get_watcher_object (QObject *qobject, bool required) { QtWatcherObject *watcher = qobject->findChild (); - if (! watcher) { + if (! watcher && required) { watcher = new QtWatcherObject (qobject); } return watcher; diff --git a/src/gsiqt/gsiQt.h b/src/gsiqt/gsiQt.h index f8c8ffa09..b63f4dcd2 100644 --- a/src/gsiqt/gsiQt.h +++ b/src/gsiqt/gsiQt.h @@ -48,7 +48,7 @@ class QGraphicsObject; namespace qt_gsi { -gsi::ObjectBase *get_watcher_object (QObject *qobject); +gsi::ObjectBase *get_watcher_object (QObject *qobject, bool required); /** * @brief A Qt class declaration @@ -91,9 +91,9 @@ public: return true; } - gsi::ObjectBase *gsi_object (void *p) const + gsi::ObjectBase *gsi_object (void *p, bool required) const { - return get_watcher_object ((QObject *) p); + return get_watcher_object ((QObject *) p, required); } }; diff --git a/src/gsiqt/gsiQtExternals.h b/src/gsiqt/gsiQtExternals.h index e900d02cd..2ce85e548 100644 --- a/src/gsiqt/gsiQtExternals.h +++ b/src/gsiqt/gsiQtExternals.h @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /* External declarations for for Qt bindings diff --git a/src/gsiqt5/gsiDeclQAbstractAnimation.cc b/src/gsiqt5/gsiDeclQAbstractAnimation.cc index db599fbfe..08674b2d0 100644 --- a/src/gsiqt5/gsiDeclQAbstractAnimation.cc +++ b/src/gsiqt5/gsiDeclQAbstractAnimation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractAnimation.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractAudioDeviceInfo.cc b/src/gsiqt5/gsiDeclQAbstractAudioDeviceInfo.cc index d5d173fa8..01ca95ada 100644 --- a/src/gsiqt5/gsiDeclQAbstractAudioDeviceInfo.cc +++ b/src/gsiqt5/gsiDeclQAbstractAudioDeviceInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractAudioDeviceInfo.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractAudioInput.cc b/src/gsiqt5/gsiDeclQAbstractAudioInput.cc index 6445e5fbd..a80d33acd 100644 --- a/src/gsiqt5/gsiDeclQAbstractAudioInput.cc +++ b/src/gsiqt5/gsiDeclQAbstractAudioInput.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractAudioInput.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractAudioOutput.cc b/src/gsiqt5/gsiDeclQAbstractAudioOutput.cc index 94e34a47f..ff0d72f02 100644 --- a/src/gsiqt5/gsiDeclQAbstractAudioOutput.cc +++ b/src/gsiqt5/gsiDeclQAbstractAudioOutput.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractAudioOutput.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractButton.cc b/src/gsiqt5/gsiDeclQAbstractButton.cc index e237cff82..8c8635aa2 100644 --- a/src/gsiqt5/gsiDeclQAbstractButton.cc +++ b/src/gsiqt5/gsiDeclQAbstractButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractButton.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractEventDispatcher.cc b/src/gsiqt5/gsiDeclQAbstractEventDispatcher.cc index 80cff2c92..3a63278f2 100644 --- a/src/gsiqt5/gsiDeclQAbstractEventDispatcher.cc +++ b/src/gsiqt5/gsiDeclQAbstractEventDispatcher.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractEventDispatcher.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractEventDispatcher_TimerInfo.cc b/src/gsiqt5/gsiDeclQAbstractEventDispatcher_TimerInfo.cc index d34a901af..d4ad211da 100644 --- a/src/gsiqt5/gsiDeclQAbstractEventDispatcher_TimerInfo.cc +++ b/src/gsiqt5/gsiDeclQAbstractEventDispatcher_TimerInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractEventDispatcher_TimerInfo.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractExtensionFactory.cc b/src/gsiqt5/gsiDeclQAbstractExtensionFactory.cc index ac3fb0164..9b25f92a7 100644 --- a/src/gsiqt5/gsiDeclQAbstractExtensionFactory.cc +++ b/src/gsiqt5/gsiDeclQAbstractExtensionFactory.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractExtensionFactory.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractExtensionManager.cc b/src/gsiqt5/gsiDeclQAbstractExtensionManager.cc index bd65700d4..826155259 100644 --- a/src/gsiqt5/gsiDeclQAbstractExtensionManager.cc +++ b/src/gsiqt5/gsiDeclQAbstractExtensionManager.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractExtensionManager.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractFormBuilder.cc b/src/gsiqt5/gsiDeclQAbstractFormBuilder.cc index 133de9bf6..eefd1909e 100644 --- a/src/gsiqt5/gsiDeclQAbstractFormBuilder.cc +++ b/src/gsiqt5/gsiDeclQAbstractFormBuilder.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractFormBuilder.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractGraphicsShapeItem.cc b/src/gsiqt5/gsiDeclQAbstractGraphicsShapeItem.cc index ffdd6c054..2389927aa 100644 --- a/src/gsiqt5/gsiDeclQAbstractGraphicsShapeItem.cc +++ b/src/gsiqt5/gsiDeclQAbstractGraphicsShapeItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractGraphicsShapeItem.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractItemDelegate.cc b/src/gsiqt5/gsiDeclQAbstractItemDelegate.cc index 8a892bbb4..db9644e2b 100644 --- a/src/gsiqt5/gsiDeclQAbstractItemDelegate.cc +++ b/src/gsiqt5/gsiDeclQAbstractItemDelegate.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractItemDelegate.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractItemModel.cc b/src/gsiqt5/gsiDeclQAbstractItemModel.cc index 6f6c8ddcc..146b61f22 100644 --- a/src/gsiqt5/gsiDeclQAbstractItemModel.cc +++ b/src/gsiqt5/gsiDeclQAbstractItemModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractItemModel.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractItemView.cc b/src/gsiqt5/gsiDeclQAbstractItemView.cc index 0bb2d4f6b..02ba50a67 100644 --- a/src/gsiqt5/gsiDeclQAbstractItemView.cc +++ b/src/gsiqt5/gsiDeclQAbstractItemView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractItemView.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractListModel.cc b/src/gsiqt5/gsiDeclQAbstractListModel.cc index 13493f5c4..843d0b74d 100644 --- a/src/gsiqt5/gsiDeclQAbstractListModel.cc +++ b/src/gsiqt5/gsiDeclQAbstractListModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractListModel.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractMessageHandler.cc b/src/gsiqt5/gsiDeclQAbstractMessageHandler.cc index bdfd22e21..dea1d20a9 100644 --- a/src/gsiqt5/gsiDeclQAbstractMessageHandler.cc +++ b/src/gsiqt5/gsiDeclQAbstractMessageHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractMessageHandler.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractNativeEventFilter.cc b/src/gsiqt5/gsiDeclQAbstractNativeEventFilter.cc index dfad96c6e..3b88825fd 100644 --- a/src/gsiqt5/gsiDeclQAbstractNativeEventFilter.cc +++ b/src/gsiqt5/gsiDeclQAbstractNativeEventFilter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractNativeEventFilter.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractNetworkCache.cc b/src/gsiqt5/gsiDeclQAbstractNetworkCache.cc index 11a3a10fc..ba546394c 100644 --- a/src/gsiqt5/gsiDeclQAbstractNetworkCache.cc +++ b/src/gsiqt5/gsiDeclQAbstractNetworkCache.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractNetworkCache.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractPrintDialog.cc b/src/gsiqt5/gsiDeclQAbstractPrintDialog.cc index 5e8759f7c..52e572cab 100644 --- a/src/gsiqt5/gsiDeclQAbstractPrintDialog.cc +++ b/src/gsiqt5/gsiDeclQAbstractPrintDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractPrintDialog.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractProxyModel.cc b/src/gsiqt5/gsiDeclQAbstractProxyModel.cc index f9fdaf611..0208219d9 100644 --- a/src/gsiqt5/gsiDeclQAbstractProxyModel.cc +++ b/src/gsiqt5/gsiDeclQAbstractProxyModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractProxyModel.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractScrollArea.cc b/src/gsiqt5/gsiDeclQAbstractScrollArea.cc index a43b45c2e..ae703acb7 100644 --- a/src/gsiqt5/gsiDeclQAbstractScrollArea.cc +++ b/src/gsiqt5/gsiDeclQAbstractScrollArea.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractScrollArea.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractSlider.cc b/src/gsiqt5/gsiDeclQAbstractSlider.cc index c26d8eb25..341932f4d 100644 --- a/src/gsiqt5/gsiDeclQAbstractSlider.cc +++ b/src/gsiqt5/gsiDeclQAbstractSlider.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractSlider.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractSocket.cc b/src/gsiqt5/gsiDeclQAbstractSocket.cc index 65384d2b0..28d0df348 100644 --- a/src/gsiqt5/gsiDeclQAbstractSocket.cc +++ b/src/gsiqt5/gsiDeclQAbstractSocket.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractSocket.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractSpinBox.cc b/src/gsiqt5/gsiDeclQAbstractSpinBox.cc index a388e2d5f..daf5a350a 100644 --- a/src/gsiqt5/gsiDeclQAbstractSpinBox.cc +++ b/src/gsiqt5/gsiDeclQAbstractSpinBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractSpinBox.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractState.cc b/src/gsiqt5/gsiDeclQAbstractState.cc index b8a8d82fe..79fa6eb54 100644 --- a/src/gsiqt5/gsiDeclQAbstractState.cc +++ b/src/gsiqt5/gsiDeclQAbstractState.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractState.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractTableModel.cc b/src/gsiqt5/gsiDeclQAbstractTableModel.cc index c67ff1e3a..62c525366 100644 --- a/src/gsiqt5/gsiDeclQAbstractTableModel.cc +++ b/src/gsiqt5/gsiDeclQAbstractTableModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractTableModel.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout.cc b/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout.cc index 456d669f3..f9788c475 100644 --- a/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout.cc +++ b/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractTextDocumentLayout.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc b/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc index 4a80b450b..a05f98165 100644 --- a/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc +++ b/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_PaintContext.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractTextDocumentLayout_PaintContext.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_Selection.cc b/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_Selection.cc index a9dcc687f..9fabcc57c 100644 --- a/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_Selection.cc +++ b/src/gsiqt5/gsiDeclQAbstractTextDocumentLayout_Selection.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractTextDocumentLayout_Selection.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractTransition.cc b/src/gsiqt5/gsiDeclQAbstractTransition.cc index a3a54339d..0c50cb8c9 100644 --- a/src/gsiqt5/gsiDeclQAbstractTransition.cc +++ b/src/gsiqt5/gsiDeclQAbstractTransition.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractTransition.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractUndoItem.cc b/src/gsiqt5/gsiDeclQAbstractUndoItem.cc index 42cbc44b1..19468b4ff 100644 --- a/src/gsiqt5/gsiDeclQAbstractUndoItem.cc +++ b/src/gsiqt5/gsiDeclQAbstractUndoItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractUndoItem.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractUriResolver.cc b/src/gsiqt5/gsiDeclQAbstractUriResolver.cc index 231a74c2f..8447839bd 100644 --- a/src/gsiqt5/gsiDeclQAbstractUriResolver.cc +++ b/src/gsiqt5/gsiDeclQAbstractUriResolver.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractUriResolver.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractVideoBuffer.cc b/src/gsiqt5/gsiDeclQAbstractVideoBuffer.cc index 8ee83f133..988ea1147 100644 --- a/src/gsiqt5/gsiDeclQAbstractVideoBuffer.cc +++ b/src/gsiqt5/gsiDeclQAbstractVideoBuffer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractVideoBuffer.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractVideoFilter.cc b/src/gsiqt5/gsiDeclQAbstractVideoFilter.cc index 074cf689c..4d645fb7b 100644 --- a/src/gsiqt5/gsiDeclQAbstractVideoFilter.cc +++ b/src/gsiqt5/gsiDeclQAbstractVideoFilter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractVideoFilter.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractVideoSurface.cc b/src/gsiqt5/gsiDeclQAbstractVideoSurface.cc index 0d9a902d6..2804a4049 100644 --- a/src/gsiqt5/gsiDeclQAbstractVideoSurface.cc +++ b/src/gsiqt5/gsiDeclQAbstractVideoSurface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractVideoSurface.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractXmlNodeModel.cc b/src/gsiqt5/gsiDeclQAbstractXmlNodeModel.cc index 6ac5f87b0..cfc9a42ff 100644 --- a/src/gsiqt5/gsiDeclQAbstractXmlNodeModel.cc +++ b/src/gsiqt5/gsiDeclQAbstractXmlNodeModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractXmlNodeModel.cc * diff --git a/src/gsiqt5/gsiDeclQAbstractXmlReceiver.cc b/src/gsiqt5/gsiDeclQAbstractXmlReceiver.cc index dfeaa235c..3d5334cdf 100644 --- a/src/gsiqt5/gsiDeclQAbstractXmlReceiver.cc +++ b/src/gsiqt5/gsiDeclQAbstractXmlReceiver.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAbstractXmlReceiver.cc * diff --git a/src/gsiqt5/gsiDeclQAccessible.cc b/src/gsiqt5/gsiDeclQAccessible.cc index fc95452a3..bd3ecccc8 100644 --- a/src/gsiqt5/gsiDeclQAccessible.cc +++ b/src/gsiqt5/gsiDeclQAccessible.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessible.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleActionInterface.cc b/src/gsiqt5/gsiDeclQAccessibleActionInterface.cc index cd7060acc..0f68e417d 100644 --- a/src/gsiqt5/gsiDeclQAccessibleActionInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleActionInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleActionInterface.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleEditableTextInterface.cc b/src/gsiqt5/gsiDeclQAccessibleEditableTextInterface.cc index 219093f00..11747d296 100644 --- a/src/gsiqt5/gsiDeclQAccessibleEditableTextInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleEditableTextInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleEditableTextInterface.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleEvent.cc b/src/gsiqt5/gsiDeclQAccessibleEvent.cc index 5494c01e6..a2fd5aca1 100644 --- a/src/gsiqt5/gsiDeclQAccessibleEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleEvent.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleImageInterface.cc b/src/gsiqt5/gsiDeclQAccessibleImageInterface.cc index f30f138a5..c206a0b52 100644 --- a/src/gsiqt5/gsiDeclQAccessibleImageInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleImageInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleImageInterface.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleInterface.cc b/src/gsiqt5/gsiDeclQAccessibleInterface.cc index f06166b4d..dcb17edcb 100644 --- a/src/gsiqt5/gsiDeclQAccessibleInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleInterface.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleObject.cc b/src/gsiqt5/gsiDeclQAccessibleObject.cc index bcb5b7dbb..4483092f3 100644 --- a/src/gsiqt5/gsiDeclQAccessibleObject.cc +++ b/src/gsiqt5/gsiDeclQAccessibleObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleObject.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleStateChangeEvent.cc b/src/gsiqt5/gsiDeclQAccessibleStateChangeEvent.cc index 9a17fa016..6876e285b 100644 --- a/src/gsiqt5/gsiDeclQAccessibleStateChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleStateChangeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleStateChangeEvent.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleTableCellInterface.cc b/src/gsiqt5/gsiDeclQAccessibleTableCellInterface.cc index 838901f16..374160d43 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTableCellInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTableCellInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleTableCellInterface.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleTableInterface.cc b/src/gsiqt5/gsiDeclQAccessibleTableInterface.cc index ca65dfbf5..22aa323c2 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTableInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTableInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleTableInterface.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleTableModelChangeEvent.cc b/src/gsiqt5/gsiDeclQAccessibleTableModelChangeEvent.cc index 0eda96e83..015d5d8c0 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTableModelChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTableModelChangeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleTableModelChangeEvent.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleTextCursorEvent.cc b/src/gsiqt5/gsiDeclQAccessibleTextCursorEvent.cc index e0d188487..f9b41845a 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTextCursorEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTextCursorEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleTextCursorEvent.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleTextInsertEvent.cc b/src/gsiqt5/gsiDeclQAccessibleTextInsertEvent.cc index dfccddfbf..48b75f93e 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTextInsertEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTextInsertEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleTextInsertEvent.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleTextInterface.cc b/src/gsiqt5/gsiDeclQAccessibleTextInterface.cc index 614dd3a3a..dfb109bdc 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTextInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTextInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleTextInterface.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleTextRemoveEvent.cc b/src/gsiqt5/gsiDeclQAccessibleTextRemoveEvent.cc index eb0e47c73..659a400ed 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTextRemoveEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTextRemoveEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleTextRemoveEvent.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleTextSelectionEvent.cc b/src/gsiqt5/gsiDeclQAccessibleTextSelectionEvent.cc index bbad65428..9e8d9ee85 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTextSelectionEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTextSelectionEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleTextSelectionEvent.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleTextUpdateEvent.cc b/src/gsiqt5/gsiDeclQAccessibleTextUpdateEvent.cc index bea3a54b0..129b71e1f 100644 --- a/src/gsiqt5/gsiDeclQAccessibleTextUpdateEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleTextUpdateEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleTextUpdateEvent.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleValueChangeEvent.cc b/src/gsiqt5/gsiDeclQAccessibleValueChangeEvent.cc index c0ab73d4c..6e4fc642b 100644 --- a/src/gsiqt5/gsiDeclQAccessibleValueChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQAccessibleValueChangeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleValueChangeEvent.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleValueInterface.cc b/src/gsiqt5/gsiDeclQAccessibleValueInterface.cc index 93ffeae61..65af1947e 100644 --- a/src/gsiqt5/gsiDeclQAccessibleValueInterface.cc +++ b/src/gsiqt5/gsiDeclQAccessibleValueInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleValueInterface.cc * diff --git a/src/gsiqt5/gsiDeclQAccessibleWidget.cc b/src/gsiqt5/gsiDeclQAccessibleWidget.cc index db6ba2c78..dcdd75644 100644 --- a/src/gsiqt5/gsiDeclQAccessibleWidget.cc +++ b/src/gsiqt5/gsiDeclQAccessibleWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessibleWidget.cc * diff --git a/src/gsiqt5/gsiDeclQAccessible_ActivationObserver.cc b/src/gsiqt5/gsiDeclQAccessible_ActivationObserver.cc index 6b870c204..c6c68e59b 100644 --- a/src/gsiqt5/gsiDeclQAccessible_ActivationObserver.cc +++ b/src/gsiqt5/gsiDeclQAccessible_ActivationObserver.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessible_ActivationObserver.cc * diff --git a/src/gsiqt5/gsiDeclQAccessible_State.cc b/src/gsiqt5/gsiDeclQAccessible_State.cc index 3299eb6ab..05a100402 100644 --- a/src/gsiqt5/gsiDeclQAccessible_State.cc +++ b/src/gsiqt5/gsiDeclQAccessible_State.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAccessible_State.cc * diff --git a/src/gsiqt5/gsiDeclQAction.cc b/src/gsiqt5/gsiDeclQAction.cc index cb8a6a173..e8fd3dcef 100644 --- a/src/gsiqt5/gsiDeclQAction.cc +++ b/src/gsiqt5/gsiDeclQAction.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAction.cc * diff --git a/src/gsiqt5/gsiDeclQActionEvent.cc b/src/gsiqt5/gsiDeclQActionEvent.cc index 79160d685..40a953633 100644 --- a/src/gsiqt5/gsiDeclQActionEvent.cc +++ b/src/gsiqt5/gsiDeclQActionEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQActionEvent.cc * diff --git a/src/gsiqt5/gsiDeclQActionGroup.cc b/src/gsiqt5/gsiDeclQActionGroup.cc index a91d84135..131c94588 100644 --- a/src/gsiqt5/gsiDeclQActionGroup.cc +++ b/src/gsiqt5/gsiDeclQActionGroup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQActionGroup.cc * diff --git a/src/gsiqt5/gsiDeclQAnimationDriver.cc b/src/gsiqt5/gsiDeclQAnimationDriver.cc index b0c3a8da2..bee9650d8 100644 --- a/src/gsiqt5/gsiDeclQAnimationDriver.cc +++ b/src/gsiqt5/gsiDeclQAnimationDriver.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAnimationDriver.cc * diff --git a/src/gsiqt5/gsiDeclQAnimationGroup.cc b/src/gsiqt5/gsiDeclQAnimationGroup.cc index bb9f45901..fb35f688b 100644 --- a/src/gsiqt5/gsiDeclQAnimationGroup.cc +++ b/src/gsiqt5/gsiDeclQAnimationGroup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAnimationGroup.cc * diff --git a/src/gsiqt5/gsiDeclQApplication.cc b/src/gsiqt5/gsiDeclQApplication.cc index 3aed915c2..b7e051a52 100644 --- a/src/gsiqt5/gsiDeclQApplication.cc +++ b/src/gsiqt5/gsiDeclQApplication.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQApplication.cc * diff --git a/src/gsiqt5/gsiDeclQApplicationStateChangeEvent.cc b/src/gsiqt5/gsiDeclQApplicationStateChangeEvent.cc index fdba5a99f..de9b11880 100644 --- a/src/gsiqt5/gsiDeclQApplicationStateChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQApplicationStateChangeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQApplicationStateChangeEvent.cc * diff --git a/src/gsiqt5/gsiDeclQAssociativeIterable.cc b/src/gsiqt5/gsiDeclQAssociativeIterable.cc index fe1624909..2216db100 100644 --- a/src/gsiqt5/gsiDeclQAssociativeIterable.cc +++ b/src/gsiqt5/gsiDeclQAssociativeIterable.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAssociativeIterable.cc * diff --git a/src/gsiqt5/gsiDeclQAudio.cc b/src/gsiqt5/gsiDeclQAudio.cc index 240739c29..caddcdd44 100644 --- a/src/gsiqt5/gsiDeclQAudio.cc +++ b/src/gsiqt5/gsiDeclQAudio.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudio.cc * diff --git a/src/gsiqt5/gsiDeclQAudioBuffer.cc b/src/gsiqt5/gsiDeclQAudioBuffer.cc index 40b463de2..03e9f4ab8 100644 --- a/src/gsiqt5/gsiDeclQAudioBuffer.cc +++ b/src/gsiqt5/gsiDeclQAudioBuffer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioBuffer.cc * diff --git a/src/gsiqt5/gsiDeclQAudioDecoder.cc b/src/gsiqt5/gsiDeclQAudioDecoder.cc index 0e84776bb..3fa6d8b06 100644 --- a/src/gsiqt5/gsiDeclQAudioDecoder.cc +++ b/src/gsiqt5/gsiDeclQAudioDecoder.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioDecoder.cc * diff --git a/src/gsiqt5/gsiDeclQAudioDecoderControl.cc b/src/gsiqt5/gsiDeclQAudioDecoderControl.cc index 4c158fd8d..23b093426 100644 --- a/src/gsiqt5/gsiDeclQAudioDecoderControl.cc +++ b/src/gsiqt5/gsiDeclQAudioDecoderControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioDecoderControl.cc * diff --git a/src/gsiqt5/gsiDeclQAudioDeviceInfo.cc b/src/gsiqt5/gsiDeclQAudioDeviceInfo.cc index 9b1da32b4..b8d470723 100644 --- a/src/gsiqt5/gsiDeclQAudioDeviceInfo.cc +++ b/src/gsiqt5/gsiDeclQAudioDeviceInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioDeviceInfo.cc * diff --git a/src/gsiqt5/gsiDeclQAudioEncoderSettings.cc b/src/gsiqt5/gsiDeclQAudioEncoderSettings.cc index 0f419d638..293a4f9b8 100644 --- a/src/gsiqt5/gsiDeclQAudioEncoderSettings.cc +++ b/src/gsiqt5/gsiDeclQAudioEncoderSettings.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioEncoderSettings.cc * diff --git a/src/gsiqt5/gsiDeclQAudioEncoderSettingsControl.cc b/src/gsiqt5/gsiDeclQAudioEncoderSettingsControl.cc index 52a71a52a..27d7deb94 100644 --- a/src/gsiqt5/gsiDeclQAudioEncoderSettingsControl.cc +++ b/src/gsiqt5/gsiDeclQAudioEncoderSettingsControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioEncoderSettingsControl.cc * diff --git a/src/gsiqt5/gsiDeclQAudioFormat.cc b/src/gsiqt5/gsiDeclQAudioFormat.cc index d1ea3caf0..48f8320e1 100644 --- a/src/gsiqt5/gsiDeclQAudioFormat.cc +++ b/src/gsiqt5/gsiDeclQAudioFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioFormat.cc * diff --git a/src/gsiqt5/gsiDeclQAudioInput.cc b/src/gsiqt5/gsiDeclQAudioInput.cc index 65d3be152..63fe1c835 100644 --- a/src/gsiqt5/gsiDeclQAudioInput.cc +++ b/src/gsiqt5/gsiDeclQAudioInput.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioInput.cc * diff --git a/src/gsiqt5/gsiDeclQAudioInputSelectorControl.cc b/src/gsiqt5/gsiDeclQAudioInputSelectorControl.cc index 719141034..2a5bb9ce6 100644 --- a/src/gsiqt5/gsiDeclQAudioInputSelectorControl.cc +++ b/src/gsiqt5/gsiDeclQAudioInputSelectorControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioInputSelectorControl.cc * diff --git a/src/gsiqt5/gsiDeclQAudioOutput.cc b/src/gsiqt5/gsiDeclQAudioOutput.cc index cf80bb850..625dfab17 100644 --- a/src/gsiqt5/gsiDeclQAudioOutput.cc +++ b/src/gsiqt5/gsiDeclQAudioOutput.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioOutput.cc * diff --git a/src/gsiqt5/gsiDeclQAudioOutputSelectorControl.cc b/src/gsiqt5/gsiDeclQAudioOutputSelectorControl.cc index 71c226b8c..896256ab5 100644 --- a/src/gsiqt5/gsiDeclQAudioOutputSelectorControl.cc +++ b/src/gsiqt5/gsiDeclQAudioOutputSelectorControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioOutputSelectorControl.cc * diff --git a/src/gsiqt5/gsiDeclQAudioProbe.cc b/src/gsiqt5/gsiDeclQAudioProbe.cc index 7f2fddae1..52d6cb922 100644 --- a/src/gsiqt5/gsiDeclQAudioProbe.cc +++ b/src/gsiqt5/gsiDeclQAudioProbe.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioProbe.cc * diff --git a/src/gsiqt5/gsiDeclQAudioRecorder.cc b/src/gsiqt5/gsiDeclQAudioRecorder.cc index e3233f081..8af2e2aa9 100644 --- a/src/gsiqt5/gsiDeclQAudioRecorder.cc +++ b/src/gsiqt5/gsiDeclQAudioRecorder.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioRecorder.cc * diff --git a/src/gsiqt5/gsiDeclQAudioSystemFactoryInterface.cc b/src/gsiqt5/gsiDeclQAudioSystemFactoryInterface.cc index 983e247e8..cd8c0a72f 100644 --- a/src/gsiqt5/gsiDeclQAudioSystemFactoryInterface.cc +++ b/src/gsiqt5/gsiDeclQAudioSystemFactoryInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioSystemFactoryInterface.cc * diff --git a/src/gsiqt5/gsiDeclQAudioSystemPlugin.cc b/src/gsiqt5/gsiDeclQAudioSystemPlugin.cc index 43b8c2684..e8ffe3285 100644 --- a/src/gsiqt5/gsiDeclQAudioSystemPlugin.cc +++ b/src/gsiqt5/gsiDeclQAudioSystemPlugin.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAudioSystemPlugin.cc * diff --git a/src/gsiqt5/gsiDeclQAuthenticator.cc b/src/gsiqt5/gsiDeclQAuthenticator.cc index b52739826..58a07f7f7 100644 --- a/src/gsiqt5/gsiDeclQAuthenticator.cc +++ b/src/gsiqt5/gsiDeclQAuthenticator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQAuthenticator.cc * diff --git a/src/gsiqt5/gsiDeclQBackingStore.cc b/src/gsiqt5/gsiDeclQBackingStore.cc index b44d445a3..49304393a 100644 --- a/src/gsiqt5/gsiDeclQBackingStore.cc +++ b/src/gsiqt5/gsiDeclQBackingStore.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQBackingStore.cc * diff --git a/src/gsiqt5/gsiDeclQBasicMutex.cc b/src/gsiqt5/gsiDeclQBasicMutex.cc index 30baa9f59..eddfe831d 100644 --- a/src/gsiqt5/gsiDeclQBasicMutex.cc +++ b/src/gsiqt5/gsiDeclQBasicMutex.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQBasicMutex.cc * diff --git a/src/gsiqt5/gsiDeclQBasicTimer.cc b/src/gsiqt5/gsiDeclQBasicTimer.cc index 923bf38fc..46b09d78a 100644 --- a/src/gsiqt5/gsiDeclQBasicTimer.cc +++ b/src/gsiqt5/gsiDeclQBasicTimer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQBasicTimer.cc * diff --git a/src/gsiqt5/gsiDeclQBitmap.cc b/src/gsiqt5/gsiDeclQBitmap.cc index 82174b891..1c3181de1 100644 --- a/src/gsiqt5/gsiDeclQBitmap.cc +++ b/src/gsiqt5/gsiDeclQBitmap.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQBitmap.cc * diff --git a/src/gsiqt5/gsiDeclQBoxLayout.cc b/src/gsiqt5/gsiDeclQBoxLayout.cc index d64e3cb6b..69a0ae050 100644 --- a/src/gsiqt5/gsiDeclQBoxLayout.cc +++ b/src/gsiqt5/gsiDeclQBoxLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQBoxLayout.cc * diff --git a/src/gsiqt5/gsiDeclQBrush.cc b/src/gsiqt5/gsiDeclQBrush.cc index b6c856ded..c5c762e56 100644 --- a/src/gsiqt5/gsiDeclQBrush.cc +++ b/src/gsiqt5/gsiDeclQBrush.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQBrush.cc * diff --git a/src/gsiqt5/gsiDeclQBuffer.cc b/src/gsiqt5/gsiDeclQBuffer.cc index ece2888c0..e86ef0ab7 100644 --- a/src/gsiqt5/gsiDeclQBuffer.cc +++ b/src/gsiqt5/gsiDeclQBuffer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQBuffer.cc * diff --git a/src/gsiqt5/gsiDeclQButtonGroup.cc b/src/gsiqt5/gsiDeclQButtonGroup.cc index 46800ede5..5a38a8126 100644 --- a/src/gsiqt5/gsiDeclQButtonGroup.cc +++ b/src/gsiqt5/gsiDeclQButtonGroup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQButtonGroup.cc * diff --git a/src/gsiqt5/gsiDeclQByteArrayDataPtr.cc b/src/gsiqt5/gsiDeclQByteArrayDataPtr.cc index f470a6b44..7fe104c40 100644 --- a/src/gsiqt5/gsiDeclQByteArrayDataPtr.cc +++ b/src/gsiqt5/gsiDeclQByteArrayDataPtr.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQByteArrayDataPtr.cc * diff --git a/src/gsiqt5/gsiDeclQByteArrayMatcher.cc b/src/gsiqt5/gsiDeclQByteArrayMatcher.cc index c14427039..50735a6b7 100644 --- a/src/gsiqt5/gsiDeclQByteArrayMatcher.cc +++ b/src/gsiqt5/gsiDeclQByteArrayMatcher.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQByteArrayMatcher.cc * diff --git a/src/gsiqt5/gsiDeclQCalendarWidget.cc b/src/gsiqt5/gsiDeclQCalendarWidget.cc index a440d9fb3..993ecbdd2 100644 --- a/src/gsiqt5/gsiDeclQCalendarWidget.cc +++ b/src/gsiqt5/gsiDeclQCalendarWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCalendarWidget.cc * diff --git a/src/gsiqt5/gsiDeclQCamera.cc b/src/gsiqt5/gsiDeclQCamera.cc index 47e904451..3a6144029 100644 --- a/src/gsiqt5/gsiDeclQCamera.cc +++ b/src/gsiqt5/gsiDeclQCamera.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCamera.cc * diff --git a/src/gsiqt5/gsiDeclQCameraCaptureBufferFormatControl.cc b/src/gsiqt5/gsiDeclQCameraCaptureBufferFormatControl.cc index 4fc55f9ff..25d2c27ae 100644 --- a/src/gsiqt5/gsiDeclQCameraCaptureBufferFormatControl.cc +++ b/src/gsiqt5/gsiDeclQCameraCaptureBufferFormatControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraCaptureBufferFormatControl.cc * diff --git a/src/gsiqt5/gsiDeclQCameraCaptureDestinationControl.cc b/src/gsiqt5/gsiDeclQCameraCaptureDestinationControl.cc index ea09be593..4a09a0390 100644 --- a/src/gsiqt5/gsiDeclQCameraCaptureDestinationControl.cc +++ b/src/gsiqt5/gsiDeclQCameraCaptureDestinationControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraCaptureDestinationControl.cc * diff --git a/src/gsiqt5/gsiDeclQCameraControl.cc b/src/gsiqt5/gsiDeclQCameraControl.cc index d639d0e94..567cffe3b 100644 --- a/src/gsiqt5/gsiDeclQCameraControl.cc +++ b/src/gsiqt5/gsiDeclQCameraControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraControl.cc * diff --git a/src/gsiqt5/gsiDeclQCameraExposure.cc b/src/gsiqt5/gsiDeclQCameraExposure.cc index f616b6c0b..980f00c8a 100644 --- a/src/gsiqt5/gsiDeclQCameraExposure.cc +++ b/src/gsiqt5/gsiDeclQCameraExposure.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraExposure.cc * diff --git a/src/gsiqt5/gsiDeclQCameraExposureControl.cc b/src/gsiqt5/gsiDeclQCameraExposureControl.cc index d7337877f..2c379db58 100644 --- a/src/gsiqt5/gsiDeclQCameraExposureControl.cc +++ b/src/gsiqt5/gsiDeclQCameraExposureControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraExposureControl.cc * diff --git a/src/gsiqt5/gsiDeclQCameraFeedbackControl.cc b/src/gsiqt5/gsiDeclQCameraFeedbackControl.cc index 5244b6d5f..d3e3f5705 100644 --- a/src/gsiqt5/gsiDeclQCameraFeedbackControl.cc +++ b/src/gsiqt5/gsiDeclQCameraFeedbackControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraFeedbackControl.cc * diff --git a/src/gsiqt5/gsiDeclQCameraFlashControl.cc b/src/gsiqt5/gsiDeclQCameraFlashControl.cc index ba2028f35..d321b0865 100644 --- a/src/gsiqt5/gsiDeclQCameraFlashControl.cc +++ b/src/gsiqt5/gsiDeclQCameraFlashControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraFlashControl.cc * diff --git a/src/gsiqt5/gsiDeclQCameraFocus.cc b/src/gsiqt5/gsiDeclQCameraFocus.cc index 8fb69de09..b4c32561a 100644 --- a/src/gsiqt5/gsiDeclQCameraFocus.cc +++ b/src/gsiqt5/gsiDeclQCameraFocus.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraFocus.cc * diff --git a/src/gsiqt5/gsiDeclQCameraFocusControl.cc b/src/gsiqt5/gsiDeclQCameraFocusControl.cc index 79e054d94..298f3c729 100644 --- a/src/gsiqt5/gsiDeclQCameraFocusControl.cc +++ b/src/gsiqt5/gsiDeclQCameraFocusControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraFocusControl.cc * diff --git a/src/gsiqt5/gsiDeclQCameraFocusZone.cc b/src/gsiqt5/gsiDeclQCameraFocusZone.cc index 0637c4256..0c68d2597 100644 --- a/src/gsiqt5/gsiDeclQCameraFocusZone.cc +++ b/src/gsiqt5/gsiDeclQCameraFocusZone.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraFocusZone.cc * diff --git a/src/gsiqt5/gsiDeclQCameraImageCapture.cc b/src/gsiqt5/gsiDeclQCameraImageCapture.cc index a36c732d9..c397c66a9 100644 --- a/src/gsiqt5/gsiDeclQCameraImageCapture.cc +++ b/src/gsiqt5/gsiDeclQCameraImageCapture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraImageCapture.cc * diff --git a/src/gsiqt5/gsiDeclQCameraImageCaptureControl.cc b/src/gsiqt5/gsiDeclQCameraImageCaptureControl.cc index 176efe507..fe607dbb8 100644 --- a/src/gsiqt5/gsiDeclQCameraImageCaptureControl.cc +++ b/src/gsiqt5/gsiDeclQCameraImageCaptureControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraImageCaptureControl.cc * diff --git a/src/gsiqt5/gsiDeclQCameraImageProcessing.cc b/src/gsiqt5/gsiDeclQCameraImageProcessing.cc index 66b1b5038..a3ae1e745 100644 --- a/src/gsiqt5/gsiDeclQCameraImageProcessing.cc +++ b/src/gsiqt5/gsiDeclQCameraImageProcessing.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraImageProcessing.cc * diff --git a/src/gsiqt5/gsiDeclQCameraImageProcessingControl.cc b/src/gsiqt5/gsiDeclQCameraImageProcessingControl.cc index f7afd4227..e3a6f4b01 100644 --- a/src/gsiqt5/gsiDeclQCameraImageProcessingControl.cc +++ b/src/gsiqt5/gsiDeclQCameraImageProcessingControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraImageProcessingControl.cc * diff --git a/src/gsiqt5/gsiDeclQCameraInfo.cc b/src/gsiqt5/gsiDeclQCameraInfo.cc index 97ec70b70..07f27968e 100644 --- a/src/gsiqt5/gsiDeclQCameraInfo.cc +++ b/src/gsiqt5/gsiDeclQCameraInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraInfo.cc * diff --git a/src/gsiqt5/gsiDeclQCameraInfoControl.cc b/src/gsiqt5/gsiDeclQCameraInfoControl.cc index e8ad9b99b..46b4735f7 100644 --- a/src/gsiqt5/gsiDeclQCameraInfoControl.cc +++ b/src/gsiqt5/gsiDeclQCameraInfoControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraInfoControl.cc * diff --git a/src/gsiqt5/gsiDeclQCameraLocksControl.cc b/src/gsiqt5/gsiDeclQCameraLocksControl.cc index 1f680b8f4..5c7280d20 100644 --- a/src/gsiqt5/gsiDeclQCameraLocksControl.cc +++ b/src/gsiqt5/gsiDeclQCameraLocksControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraLocksControl.cc * diff --git a/src/gsiqt5/gsiDeclQCameraViewfinderSettings.cc b/src/gsiqt5/gsiDeclQCameraViewfinderSettings.cc index 47cef471b..c2144eae7 100644 --- a/src/gsiqt5/gsiDeclQCameraViewfinderSettings.cc +++ b/src/gsiqt5/gsiDeclQCameraViewfinderSettings.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraViewfinderSettings.cc * diff --git a/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl.cc b/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl.cc index 9f2a3ff1e..0e109e271 100644 --- a/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl.cc +++ b/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraViewfinderSettingsControl.cc * diff --git a/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl2.cc b/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl2.cc index 78718d16d..672f0e326 100644 --- a/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl2.cc +++ b/src/gsiqt5/gsiDeclQCameraViewfinderSettingsControl2.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraViewfinderSettingsControl2.cc * diff --git a/src/gsiqt5/gsiDeclQCameraZoomControl.cc b/src/gsiqt5/gsiDeclQCameraZoomControl.cc index 47dd05f43..45cde5185 100644 --- a/src/gsiqt5/gsiDeclQCameraZoomControl.cc +++ b/src/gsiqt5/gsiDeclQCameraZoomControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCameraZoomControl.cc * diff --git a/src/gsiqt5/gsiDeclQCamera_FrameRateRange.cc b/src/gsiqt5/gsiDeclQCamera_FrameRateRange.cc index 6d8a39f30..2b4519dbb 100644 --- a/src/gsiqt5/gsiDeclQCamera_FrameRateRange.cc +++ b/src/gsiqt5/gsiDeclQCamera_FrameRateRange.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCamera_FrameRateRange.cc * diff --git a/src/gsiqt5/gsiDeclQCheckBox.cc b/src/gsiqt5/gsiDeclQCheckBox.cc index cc0300eb1..7112eacf0 100644 --- a/src/gsiqt5/gsiDeclQCheckBox.cc +++ b/src/gsiqt5/gsiDeclQCheckBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCheckBox.cc * diff --git a/src/gsiqt5/gsiDeclQChildEvent.cc b/src/gsiqt5/gsiDeclQChildEvent.cc index e32da30cb..b8c22e679 100644 --- a/src/gsiqt5/gsiDeclQChildEvent.cc +++ b/src/gsiqt5/gsiDeclQChildEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQChildEvent.cc * diff --git a/src/gsiqt5/gsiDeclQClipboard.cc b/src/gsiqt5/gsiDeclQClipboard.cc index 7f9f5d5b7..48c79e002 100644 --- a/src/gsiqt5/gsiDeclQClipboard.cc +++ b/src/gsiqt5/gsiDeclQClipboard.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQClipboard.cc * diff --git a/src/gsiqt5/gsiDeclQCloseEvent.cc b/src/gsiqt5/gsiDeclQCloseEvent.cc index bfa25f627..7852847e4 100644 --- a/src/gsiqt5/gsiDeclQCloseEvent.cc +++ b/src/gsiqt5/gsiDeclQCloseEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCloseEvent.cc * diff --git a/src/gsiqt5/gsiDeclQCollator.cc b/src/gsiqt5/gsiDeclQCollator.cc index c5c66a687..741def0ac 100644 --- a/src/gsiqt5/gsiDeclQCollator.cc +++ b/src/gsiqt5/gsiDeclQCollator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCollator.cc * diff --git a/src/gsiqt5/gsiDeclQCollatorSortKey.cc b/src/gsiqt5/gsiDeclQCollatorSortKey.cc index 80b2b1ad9..56221600a 100644 --- a/src/gsiqt5/gsiDeclQCollatorSortKey.cc +++ b/src/gsiqt5/gsiDeclQCollatorSortKey.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCollatorSortKey.cc * diff --git a/src/gsiqt5/gsiDeclQColor.cc b/src/gsiqt5/gsiDeclQColor.cc index 83eb76437..66ea772c0 100644 --- a/src/gsiqt5/gsiDeclQColor.cc +++ b/src/gsiqt5/gsiDeclQColor.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQColor.cc * diff --git a/src/gsiqt5/gsiDeclQColorDialog.cc b/src/gsiqt5/gsiDeclQColorDialog.cc index 105639971..d076a1532 100644 --- a/src/gsiqt5/gsiDeclQColorDialog.cc +++ b/src/gsiqt5/gsiDeclQColorDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQColorDialog.cc * diff --git a/src/gsiqt5/gsiDeclQColormap.cc b/src/gsiqt5/gsiDeclQColormap.cc index e204f0111..7a6f08928 100644 --- a/src/gsiqt5/gsiDeclQColormap.cc +++ b/src/gsiqt5/gsiDeclQColormap.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQColormap.cc * diff --git a/src/gsiqt5/gsiDeclQColumnView.cc b/src/gsiqt5/gsiDeclQColumnView.cc index 41d42c3c3..3cd496540 100644 --- a/src/gsiqt5/gsiDeclQColumnView.cc +++ b/src/gsiqt5/gsiDeclQColumnView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQColumnView.cc * diff --git a/src/gsiqt5/gsiDeclQComboBox.cc b/src/gsiqt5/gsiDeclQComboBox.cc index 7212e6b40..1c9367991 100644 --- a/src/gsiqt5/gsiDeclQComboBox.cc +++ b/src/gsiqt5/gsiDeclQComboBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQComboBox.cc * diff --git a/src/gsiqt5/gsiDeclQCommandLineOption.cc b/src/gsiqt5/gsiDeclQCommandLineOption.cc index a8c09c886..3cd63546d 100644 --- a/src/gsiqt5/gsiDeclQCommandLineOption.cc +++ b/src/gsiqt5/gsiDeclQCommandLineOption.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCommandLineOption.cc * diff --git a/src/gsiqt5/gsiDeclQCommandLineParser.cc b/src/gsiqt5/gsiDeclQCommandLineParser.cc index c1b34b2d5..9f8f9b16c 100644 --- a/src/gsiqt5/gsiDeclQCommandLineParser.cc +++ b/src/gsiqt5/gsiDeclQCommandLineParser.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCommandLineParser.cc * diff --git a/src/gsiqt5/gsiDeclQCommandLinkButton.cc b/src/gsiqt5/gsiDeclQCommandLinkButton.cc index 6bd0c2225..45df61b60 100644 --- a/src/gsiqt5/gsiDeclQCommandLinkButton.cc +++ b/src/gsiqt5/gsiDeclQCommandLinkButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCommandLinkButton.cc * diff --git a/src/gsiqt5/gsiDeclQCommonStyle.cc b/src/gsiqt5/gsiDeclQCommonStyle.cc index b0343ba05..ed0b7d42d 100644 --- a/src/gsiqt5/gsiDeclQCommonStyle.cc +++ b/src/gsiqt5/gsiDeclQCommonStyle.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCommonStyle.cc * diff --git a/src/gsiqt5/gsiDeclQCompleter.cc b/src/gsiqt5/gsiDeclQCompleter.cc index b64856d24..b87d9707b 100644 --- a/src/gsiqt5/gsiDeclQCompleter.cc +++ b/src/gsiqt5/gsiDeclQCompleter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCompleter.cc * diff --git a/src/gsiqt5/gsiDeclQConicalGradient.cc b/src/gsiqt5/gsiDeclQConicalGradient.cc index f10674563..3d86cf718 100644 --- a/src/gsiqt5/gsiDeclQConicalGradient.cc +++ b/src/gsiqt5/gsiDeclQConicalGradient.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQConicalGradient.cc * diff --git a/src/gsiqt5/gsiDeclQContextMenuEvent.cc b/src/gsiqt5/gsiDeclQContextMenuEvent.cc index d31363f54..221d69bfd 100644 --- a/src/gsiqt5/gsiDeclQContextMenuEvent.cc +++ b/src/gsiqt5/gsiDeclQContextMenuEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQContextMenuEvent.cc * diff --git a/src/gsiqt5/gsiDeclQCoreApplication.cc b/src/gsiqt5/gsiDeclQCoreApplication.cc index f34e8b68a..e1c2ca8e4 100644 --- a/src/gsiqt5/gsiDeclQCoreApplication.cc +++ b/src/gsiqt5/gsiDeclQCoreApplication.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCoreApplication.cc * diff --git a/src/gsiqt5/gsiDeclQCryptographicHash.cc b/src/gsiqt5/gsiDeclQCryptographicHash.cc index 65eb8cb46..1673cf48d 100644 --- a/src/gsiqt5/gsiDeclQCryptographicHash.cc +++ b/src/gsiqt5/gsiDeclQCryptographicHash.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCryptographicHash.cc * diff --git a/src/gsiqt5/gsiDeclQCursor.cc b/src/gsiqt5/gsiDeclQCursor.cc index 725b87bbf..1150ad2cb 100644 --- a/src/gsiqt5/gsiDeclQCursor.cc +++ b/src/gsiqt5/gsiDeclQCursor.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQCursor.cc * diff --git a/src/gsiqt5/gsiDeclQDataStream.cc b/src/gsiqt5/gsiDeclQDataStream.cc index 02f28bb88..3d836aa94 100644 --- a/src/gsiqt5/gsiDeclQDataStream.cc +++ b/src/gsiqt5/gsiDeclQDataStream.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDataStream.cc * diff --git a/src/gsiqt5/gsiDeclQDataWidgetMapper.cc b/src/gsiqt5/gsiDeclQDataWidgetMapper.cc index e4a0a15d0..769ba44d2 100644 --- a/src/gsiqt5/gsiDeclQDataWidgetMapper.cc +++ b/src/gsiqt5/gsiDeclQDataWidgetMapper.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDataWidgetMapper.cc * diff --git a/src/gsiqt5/gsiDeclQDate.cc b/src/gsiqt5/gsiDeclQDate.cc index 7df727f36..e083856a8 100644 --- a/src/gsiqt5/gsiDeclQDate.cc +++ b/src/gsiqt5/gsiDeclQDate.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDate.cc * diff --git a/src/gsiqt5/gsiDeclQDateEdit.cc b/src/gsiqt5/gsiDeclQDateEdit.cc index 3d5b7d43e..af5db8a83 100644 --- a/src/gsiqt5/gsiDeclQDateEdit.cc +++ b/src/gsiqt5/gsiDeclQDateEdit.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDateEdit.cc * diff --git a/src/gsiqt5/gsiDeclQDateTime.cc b/src/gsiqt5/gsiDeclQDateTime.cc index e93bf015d..529f48756 100644 --- a/src/gsiqt5/gsiDeclQDateTime.cc +++ b/src/gsiqt5/gsiDeclQDateTime.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDateTime.cc * diff --git a/src/gsiqt5/gsiDeclQDateTimeEdit.cc b/src/gsiqt5/gsiDeclQDateTimeEdit.cc index 84d63310b..59572cb65 100644 --- a/src/gsiqt5/gsiDeclQDateTimeEdit.cc +++ b/src/gsiqt5/gsiDeclQDateTimeEdit.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDateTimeEdit.cc * diff --git a/src/gsiqt5/gsiDeclQDebug.cc b/src/gsiqt5/gsiDeclQDebug.cc index d29d742dc..d87459314 100644 --- a/src/gsiqt5/gsiDeclQDebug.cc +++ b/src/gsiqt5/gsiDeclQDebug.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDebug.cc * diff --git a/src/gsiqt5/gsiDeclQDebugStateSaver.cc b/src/gsiqt5/gsiDeclQDebugStateSaver.cc index 393aad608..481ff87d2 100644 --- a/src/gsiqt5/gsiDeclQDebugStateSaver.cc +++ b/src/gsiqt5/gsiDeclQDebugStateSaver.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDebugStateSaver.cc * diff --git a/src/gsiqt5/gsiDeclQDeferredDeleteEvent.cc b/src/gsiqt5/gsiDeclQDeferredDeleteEvent.cc index f6a5e0d29..e1c7fca42 100644 --- a/src/gsiqt5/gsiDeclQDeferredDeleteEvent.cc +++ b/src/gsiqt5/gsiDeclQDeferredDeleteEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDeferredDeleteEvent.cc * diff --git a/src/gsiqt5/gsiDeclQDesktopServices.cc b/src/gsiqt5/gsiDeclQDesktopServices.cc index 763d7dd8f..dab10a1d1 100644 --- a/src/gsiqt5/gsiDeclQDesktopServices.cc +++ b/src/gsiqt5/gsiDeclQDesktopServices.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDesktopServices.cc * diff --git a/src/gsiqt5/gsiDeclQDesktopWidget.cc b/src/gsiqt5/gsiDeclQDesktopWidget.cc index b878bc9b8..5aef97baf 100644 --- a/src/gsiqt5/gsiDeclQDesktopWidget.cc +++ b/src/gsiqt5/gsiDeclQDesktopWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDesktopWidget.cc * diff --git a/src/gsiqt5/gsiDeclQDial.cc b/src/gsiqt5/gsiDeclQDial.cc index 7cabbea2c..adcf94973 100644 --- a/src/gsiqt5/gsiDeclQDial.cc +++ b/src/gsiqt5/gsiDeclQDial.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDial.cc * diff --git a/src/gsiqt5/gsiDeclQDialog.cc b/src/gsiqt5/gsiDeclQDialog.cc index effc2cd19..13ad731b6 100644 --- a/src/gsiqt5/gsiDeclQDialog.cc +++ b/src/gsiqt5/gsiDeclQDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDialog.cc * diff --git a/src/gsiqt5/gsiDeclQDialogButtonBox.cc b/src/gsiqt5/gsiDeclQDialogButtonBox.cc index 7fffe0eda..62432dfaa 100644 --- a/src/gsiqt5/gsiDeclQDialogButtonBox.cc +++ b/src/gsiqt5/gsiDeclQDialogButtonBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDialogButtonBox.cc * diff --git a/src/gsiqt5/gsiDeclQDir.cc b/src/gsiqt5/gsiDeclQDir.cc index 0a544ec53..deff15e20 100644 --- a/src/gsiqt5/gsiDeclQDir.cc +++ b/src/gsiqt5/gsiDeclQDir.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDir.cc * diff --git a/src/gsiqt5/gsiDeclQDirIterator.cc b/src/gsiqt5/gsiDeclQDirIterator.cc index c28062179..de5cbea00 100644 --- a/src/gsiqt5/gsiDeclQDirIterator.cc +++ b/src/gsiqt5/gsiDeclQDirIterator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDirIterator.cc * diff --git a/src/gsiqt5/gsiDeclQDirModel.cc b/src/gsiqt5/gsiDeclQDirModel.cc index 2f15ac84f..4ccc8505b 100644 --- a/src/gsiqt5/gsiDeclQDirModel.cc +++ b/src/gsiqt5/gsiDeclQDirModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDirModel.cc * diff --git a/src/gsiqt5/gsiDeclQDnsDomainNameRecord.cc b/src/gsiqt5/gsiDeclQDnsDomainNameRecord.cc index e4378b538..4161f0924 100644 --- a/src/gsiqt5/gsiDeclQDnsDomainNameRecord.cc +++ b/src/gsiqt5/gsiDeclQDnsDomainNameRecord.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDnsDomainNameRecord.cc * diff --git a/src/gsiqt5/gsiDeclQDnsHostAddressRecord.cc b/src/gsiqt5/gsiDeclQDnsHostAddressRecord.cc index 2a2a1c0e8..1352dfff9 100644 --- a/src/gsiqt5/gsiDeclQDnsHostAddressRecord.cc +++ b/src/gsiqt5/gsiDeclQDnsHostAddressRecord.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDnsHostAddressRecord.cc * diff --git a/src/gsiqt5/gsiDeclQDnsLookup.cc b/src/gsiqt5/gsiDeclQDnsLookup.cc index 69efbd2c7..b4d131088 100644 --- a/src/gsiqt5/gsiDeclQDnsLookup.cc +++ b/src/gsiqt5/gsiDeclQDnsLookup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDnsLookup.cc * diff --git a/src/gsiqt5/gsiDeclQDnsMailExchangeRecord.cc b/src/gsiqt5/gsiDeclQDnsMailExchangeRecord.cc index 2d0e1e066..bdf3dc09e 100644 --- a/src/gsiqt5/gsiDeclQDnsMailExchangeRecord.cc +++ b/src/gsiqt5/gsiDeclQDnsMailExchangeRecord.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDnsMailExchangeRecord.cc * diff --git a/src/gsiqt5/gsiDeclQDnsServiceRecord.cc b/src/gsiqt5/gsiDeclQDnsServiceRecord.cc index 4e1ae1c01..4cdfb795a 100644 --- a/src/gsiqt5/gsiDeclQDnsServiceRecord.cc +++ b/src/gsiqt5/gsiDeclQDnsServiceRecord.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDnsServiceRecord.cc * diff --git a/src/gsiqt5/gsiDeclQDnsTextRecord.cc b/src/gsiqt5/gsiDeclQDnsTextRecord.cc index 7b0b9af8e..997cb5967 100644 --- a/src/gsiqt5/gsiDeclQDnsTextRecord.cc +++ b/src/gsiqt5/gsiDeclQDnsTextRecord.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDnsTextRecord.cc * diff --git a/src/gsiqt5/gsiDeclQDockWidget.cc b/src/gsiqt5/gsiDeclQDockWidget.cc index 4f79483a7..8bb72b4e8 100644 --- a/src/gsiqt5/gsiDeclQDockWidget.cc +++ b/src/gsiqt5/gsiDeclQDockWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDockWidget.cc * diff --git a/src/gsiqt5/gsiDeclQDomAttr.cc b/src/gsiqt5/gsiDeclQDomAttr.cc index ac6a92e26..a53f629fb 100644 --- a/src/gsiqt5/gsiDeclQDomAttr.cc +++ b/src/gsiqt5/gsiDeclQDomAttr.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomAttr.cc * diff --git a/src/gsiqt5/gsiDeclQDomCDATASection.cc b/src/gsiqt5/gsiDeclQDomCDATASection.cc index 1dde6fef7..d34d1cf51 100644 --- a/src/gsiqt5/gsiDeclQDomCDATASection.cc +++ b/src/gsiqt5/gsiDeclQDomCDATASection.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomCDATASection.cc * diff --git a/src/gsiqt5/gsiDeclQDomCharacterData.cc b/src/gsiqt5/gsiDeclQDomCharacterData.cc index e8068c3cf..6680d8663 100644 --- a/src/gsiqt5/gsiDeclQDomCharacterData.cc +++ b/src/gsiqt5/gsiDeclQDomCharacterData.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomCharacterData.cc * diff --git a/src/gsiqt5/gsiDeclQDomComment.cc b/src/gsiqt5/gsiDeclQDomComment.cc index 27d440127..4776a27b6 100644 --- a/src/gsiqt5/gsiDeclQDomComment.cc +++ b/src/gsiqt5/gsiDeclQDomComment.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomComment.cc * diff --git a/src/gsiqt5/gsiDeclQDomDocument.cc b/src/gsiqt5/gsiDeclQDomDocument.cc index 6fdf8d6b0..10401fa27 100644 --- a/src/gsiqt5/gsiDeclQDomDocument.cc +++ b/src/gsiqt5/gsiDeclQDomDocument.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomDocument.cc * diff --git a/src/gsiqt5/gsiDeclQDomDocumentFragment.cc b/src/gsiqt5/gsiDeclQDomDocumentFragment.cc index 87569c249..081f70571 100644 --- a/src/gsiqt5/gsiDeclQDomDocumentFragment.cc +++ b/src/gsiqt5/gsiDeclQDomDocumentFragment.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomDocumentFragment.cc * diff --git a/src/gsiqt5/gsiDeclQDomDocumentType.cc b/src/gsiqt5/gsiDeclQDomDocumentType.cc index a5a2e0c0c..50f91abae 100644 --- a/src/gsiqt5/gsiDeclQDomDocumentType.cc +++ b/src/gsiqt5/gsiDeclQDomDocumentType.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomDocumentType.cc * diff --git a/src/gsiqt5/gsiDeclQDomElement.cc b/src/gsiqt5/gsiDeclQDomElement.cc index c9057f3f8..cc9982c6a 100644 --- a/src/gsiqt5/gsiDeclQDomElement.cc +++ b/src/gsiqt5/gsiDeclQDomElement.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomElement.cc * diff --git a/src/gsiqt5/gsiDeclQDomEntity.cc b/src/gsiqt5/gsiDeclQDomEntity.cc index 29b46d7e8..011d29bcb 100644 --- a/src/gsiqt5/gsiDeclQDomEntity.cc +++ b/src/gsiqt5/gsiDeclQDomEntity.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomEntity.cc * diff --git a/src/gsiqt5/gsiDeclQDomEntityReference.cc b/src/gsiqt5/gsiDeclQDomEntityReference.cc index d04c2b11a..c8e603fb8 100644 --- a/src/gsiqt5/gsiDeclQDomEntityReference.cc +++ b/src/gsiqt5/gsiDeclQDomEntityReference.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomEntityReference.cc * diff --git a/src/gsiqt5/gsiDeclQDomImplementation.cc b/src/gsiqt5/gsiDeclQDomImplementation.cc index 7a3dd52c0..e6add12ce 100644 --- a/src/gsiqt5/gsiDeclQDomImplementation.cc +++ b/src/gsiqt5/gsiDeclQDomImplementation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomImplementation.cc * diff --git a/src/gsiqt5/gsiDeclQDomNamedNodeMap.cc b/src/gsiqt5/gsiDeclQDomNamedNodeMap.cc index d20d8ea1e..992aaf8e9 100644 --- a/src/gsiqt5/gsiDeclQDomNamedNodeMap.cc +++ b/src/gsiqt5/gsiDeclQDomNamedNodeMap.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomNamedNodeMap.cc * diff --git a/src/gsiqt5/gsiDeclQDomNode.cc b/src/gsiqt5/gsiDeclQDomNode.cc index 3b3a7af10..8c6240952 100644 --- a/src/gsiqt5/gsiDeclQDomNode.cc +++ b/src/gsiqt5/gsiDeclQDomNode.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomNode.cc * diff --git a/src/gsiqt5/gsiDeclQDomNodeList.cc b/src/gsiqt5/gsiDeclQDomNodeList.cc index f3b2339d6..b22d04043 100644 --- a/src/gsiqt5/gsiDeclQDomNodeList.cc +++ b/src/gsiqt5/gsiDeclQDomNodeList.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomNodeList.cc * diff --git a/src/gsiqt5/gsiDeclQDomNotation.cc b/src/gsiqt5/gsiDeclQDomNotation.cc index 24c0b0ed3..fbea75b64 100644 --- a/src/gsiqt5/gsiDeclQDomNotation.cc +++ b/src/gsiqt5/gsiDeclQDomNotation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomNotation.cc * diff --git a/src/gsiqt5/gsiDeclQDomProcessingInstruction.cc b/src/gsiqt5/gsiDeclQDomProcessingInstruction.cc index ebbf5b524..cf2b3865b 100644 --- a/src/gsiqt5/gsiDeclQDomProcessingInstruction.cc +++ b/src/gsiqt5/gsiDeclQDomProcessingInstruction.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomProcessingInstruction.cc * diff --git a/src/gsiqt5/gsiDeclQDomText.cc b/src/gsiqt5/gsiDeclQDomText.cc index f654c4858..232c6606a 100644 --- a/src/gsiqt5/gsiDeclQDomText.cc +++ b/src/gsiqt5/gsiDeclQDomText.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDomText.cc * diff --git a/src/gsiqt5/gsiDeclQDoubleSpinBox.cc b/src/gsiqt5/gsiDeclQDoubleSpinBox.cc index 970a9ccce..79bbb9736 100644 --- a/src/gsiqt5/gsiDeclQDoubleSpinBox.cc +++ b/src/gsiqt5/gsiDeclQDoubleSpinBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDoubleSpinBox.cc * diff --git a/src/gsiqt5/gsiDeclQDoubleValidator.cc b/src/gsiqt5/gsiDeclQDoubleValidator.cc index 2484f165e..96d33490a 100644 --- a/src/gsiqt5/gsiDeclQDoubleValidator.cc +++ b/src/gsiqt5/gsiDeclQDoubleValidator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDoubleValidator.cc * diff --git a/src/gsiqt5/gsiDeclQDrag.cc b/src/gsiqt5/gsiDeclQDrag.cc index 464cb2f85..8a370154f 100644 --- a/src/gsiqt5/gsiDeclQDrag.cc +++ b/src/gsiqt5/gsiDeclQDrag.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDrag.cc * diff --git a/src/gsiqt5/gsiDeclQDragEnterEvent.cc b/src/gsiqt5/gsiDeclQDragEnterEvent.cc index f91bc9e5d..528237ee7 100644 --- a/src/gsiqt5/gsiDeclQDragEnterEvent.cc +++ b/src/gsiqt5/gsiDeclQDragEnterEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDragEnterEvent.cc * diff --git a/src/gsiqt5/gsiDeclQDragLeaveEvent.cc b/src/gsiqt5/gsiDeclQDragLeaveEvent.cc index 8d3aaa9b7..2f77019b9 100644 --- a/src/gsiqt5/gsiDeclQDragLeaveEvent.cc +++ b/src/gsiqt5/gsiDeclQDragLeaveEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDragLeaveEvent.cc * diff --git a/src/gsiqt5/gsiDeclQDragMoveEvent.cc b/src/gsiqt5/gsiDeclQDragMoveEvent.cc index 1bb7ed166..21a595519 100644 --- a/src/gsiqt5/gsiDeclQDragMoveEvent.cc +++ b/src/gsiqt5/gsiDeclQDragMoveEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDragMoveEvent.cc * diff --git a/src/gsiqt5/gsiDeclQDropEvent.cc b/src/gsiqt5/gsiDeclQDropEvent.cc index 81ea32981..aef3be35e 100644 --- a/src/gsiqt5/gsiDeclQDropEvent.cc +++ b/src/gsiqt5/gsiDeclQDropEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDropEvent.cc * diff --git a/src/gsiqt5/gsiDeclQDynamicPropertyChangeEvent.cc b/src/gsiqt5/gsiDeclQDynamicPropertyChangeEvent.cc index 314a1182c..f73831a88 100644 --- a/src/gsiqt5/gsiDeclQDynamicPropertyChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQDynamicPropertyChangeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQDynamicPropertyChangeEvent.cc * diff --git a/src/gsiqt5/gsiDeclQEasingCurve.cc b/src/gsiqt5/gsiDeclQEasingCurve.cc index 9217bbb16..a3019edb4 100644 --- a/src/gsiqt5/gsiDeclQEasingCurve.cc +++ b/src/gsiqt5/gsiDeclQEasingCurve.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQEasingCurve.cc * diff --git a/src/gsiqt5/gsiDeclQElapsedTimer.cc b/src/gsiqt5/gsiDeclQElapsedTimer.cc index fa919a1cb..6ebfbbeb3 100644 --- a/src/gsiqt5/gsiDeclQElapsedTimer.cc +++ b/src/gsiqt5/gsiDeclQElapsedTimer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQElapsedTimer.cc * diff --git a/src/gsiqt5/gsiDeclQEnterEvent.cc b/src/gsiqt5/gsiDeclQEnterEvent.cc index bd28deb64..c086ecbc7 100644 --- a/src/gsiqt5/gsiDeclQEnterEvent.cc +++ b/src/gsiqt5/gsiDeclQEnterEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQEnterEvent.cc * diff --git a/src/gsiqt5/gsiDeclQErrorMessage.cc b/src/gsiqt5/gsiDeclQErrorMessage.cc index e6ac1010a..55dcc98f8 100644 --- a/src/gsiqt5/gsiDeclQErrorMessage.cc +++ b/src/gsiqt5/gsiDeclQErrorMessage.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQErrorMessage.cc * diff --git a/src/gsiqt5/gsiDeclQEvent.cc b/src/gsiqt5/gsiDeclQEvent.cc index da97f64db..aedddf58b 100644 --- a/src/gsiqt5/gsiDeclQEvent.cc +++ b/src/gsiqt5/gsiDeclQEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQEvent.cc * diff --git a/src/gsiqt5/gsiDeclQEventLoop.cc b/src/gsiqt5/gsiDeclQEventLoop.cc index ca81c0116..94f83ca59 100644 --- a/src/gsiqt5/gsiDeclQEventLoop.cc +++ b/src/gsiqt5/gsiDeclQEventLoop.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQEventLoop.cc * diff --git a/src/gsiqt5/gsiDeclQEventLoopLocker.cc b/src/gsiqt5/gsiDeclQEventLoopLocker.cc index 9abd0b018..91cabcb00 100644 --- a/src/gsiqt5/gsiDeclQEventLoopLocker.cc +++ b/src/gsiqt5/gsiDeclQEventLoopLocker.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQEventLoopLocker.cc * diff --git a/src/gsiqt5/gsiDeclQEventTransition.cc b/src/gsiqt5/gsiDeclQEventTransition.cc index 457b86483..f2655e7df 100644 --- a/src/gsiqt5/gsiDeclQEventTransition.cc +++ b/src/gsiqt5/gsiDeclQEventTransition.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQEventTransition.cc * diff --git a/src/gsiqt5/gsiDeclQExposeEvent.cc b/src/gsiqt5/gsiDeclQExposeEvent.cc index 3007889f5..6b469901b 100644 --- a/src/gsiqt5/gsiDeclQExposeEvent.cc +++ b/src/gsiqt5/gsiDeclQExposeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQExposeEvent.cc * diff --git a/src/gsiqt5/gsiDeclQFactoryInterface.cc b/src/gsiqt5/gsiDeclQFactoryInterface.cc index 72f127147..2f6694da5 100644 --- a/src/gsiqt5/gsiDeclQFactoryInterface.cc +++ b/src/gsiqt5/gsiDeclQFactoryInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFactoryInterface.cc * diff --git a/src/gsiqt5/gsiDeclQFile.cc b/src/gsiqt5/gsiDeclQFile.cc index 315c48197..1b9fbf735 100644 --- a/src/gsiqt5/gsiDeclQFile.cc +++ b/src/gsiqt5/gsiDeclQFile.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFile.cc * diff --git a/src/gsiqt5/gsiDeclQFileDevice.cc b/src/gsiqt5/gsiDeclQFileDevice.cc index 20b6c1814..ddddf8933 100644 --- a/src/gsiqt5/gsiDeclQFileDevice.cc +++ b/src/gsiqt5/gsiDeclQFileDevice.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileDevice.cc * diff --git a/src/gsiqt5/gsiDeclQFileDialog.cc b/src/gsiqt5/gsiDeclQFileDialog.cc index abf7f5aec..233326602 100644 --- a/src/gsiqt5/gsiDeclQFileDialog.cc +++ b/src/gsiqt5/gsiDeclQFileDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileDialog.cc * diff --git a/src/gsiqt5/gsiDeclQFileIconProvider.cc b/src/gsiqt5/gsiDeclQFileIconProvider.cc index 2cbfafe12..6706f2e2d 100644 --- a/src/gsiqt5/gsiDeclQFileIconProvider.cc +++ b/src/gsiqt5/gsiDeclQFileIconProvider.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileIconProvider.cc * diff --git a/src/gsiqt5/gsiDeclQFileInfo.cc b/src/gsiqt5/gsiDeclQFileInfo.cc index 0fcce39db..7467c9dca 100644 --- a/src/gsiqt5/gsiDeclQFileInfo.cc +++ b/src/gsiqt5/gsiDeclQFileInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileInfo.cc * diff --git a/src/gsiqt5/gsiDeclQFileOpenEvent.cc b/src/gsiqt5/gsiDeclQFileOpenEvent.cc index acfcd5f40..eecdce959 100644 --- a/src/gsiqt5/gsiDeclQFileOpenEvent.cc +++ b/src/gsiqt5/gsiDeclQFileOpenEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileOpenEvent.cc * diff --git a/src/gsiqt5/gsiDeclQFileSelector.cc b/src/gsiqt5/gsiDeclQFileSelector.cc index 1929e82f9..5c8478eb4 100644 --- a/src/gsiqt5/gsiDeclQFileSelector.cc +++ b/src/gsiqt5/gsiDeclQFileSelector.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileSelector.cc * diff --git a/src/gsiqt5/gsiDeclQFileSystemModel.cc b/src/gsiqt5/gsiDeclQFileSystemModel.cc index 306b3d9b5..86c9912a9 100644 --- a/src/gsiqt5/gsiDeclQFileSystemModel.cc +++ b/src/gsiqt5/gsiDeclQFileSystemModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileSystemModel.cc * diff --git a/src/gsiqt5/gsiDeclQFileSystemWatcher.cc b/src/gsiqt5/gsiDeclQFileSystemWatcher.cc index 991dcde10..5a0ea57f5 100644 --- a/src/gsiqt5/gsiDeclQFileSystemWatcher.cc +++ b/src/gsiqt5/gsiDeclQFileSystemWatcher.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFileSystemWatcher.cc * diff --git a/src/gsiqt5/gsiDeclQFinalState.cc b/src/gsiqt5/gsiDeclQFinalState.cc index 2475b7362..ac7772585 100644 --- a/src/gsiqt5/gsiDeclQFinalState.cc +++ b/src/gsiqt5/gsiDeclQFinalState.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFinalState.cc * diff --git a/src/gsiqt5/gsiDeclQFocusEvent.cc b/src/gsiqt5/gsiDeclQFocusEvent.cc index bfeaa0692..e0b0adf2b 100644 --- a/src/gsiqt5/gsiDeclQFocusEvent.cc +++ b/src/gsiqt5/gsiDeclQFocusEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFocusEvent.cc * diff --git a/src/gsiqt5/gsiDeclQFocusFrame.cc b/src/gsiqt5/gsiDeclQFocusFrame.cc index 3add55001..3e94ac185 100644 --- a/src/gsiqt5/gsiDeclQFocusFrame.cc +++ b/src/gsiqt5/gsiDeclQFocusFrame.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFocusFrame.cc * diff --git a/src/gsiqt5/gsiDeclQFont.cc b/src/gsiqt5/gsiDeclQFont.cc index 69fcebb66..62fa72c54 100644 --- a/src/gsiqt5/gsiDeclQFont.cc +++ b/src/gsiqt5/gsiDeclQFont.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFont.cc * diff --git a/src/gsiqt5/gsiDeclQFontComboBox.cc b/src/gsiqt5/gsiDeclQFontComboBox.cc index fb114bc74..10f8142bf 100644 --- a/src/gsiqt5/gsiDeclQFontComboBox.cc +++ b/src/gsiqt5/gsiDeclQFontComboBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFontComboBox.cc * diff --git a/src/gsiqt5/gsiDeclQFontDatabase.cc b/src/gsiqt5/gsiDeclQFontDatabase.cc index d76fde6ce..69f33811d 100644 --- a/src/gsiqt5/gsiDeclQFontDatabase.cc +++ b/src/gsiqt5/gsiDeclQFontDatabase.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFontDatabase.cc * diff --git a/src/gsiqt5/gsiDeclQFontDialog.cc b/src/gsiqt5/gsiDeclQFontDialog.cc index 2f3a2564e..655ddaa33 100644 --- a/src/gsiqt5/gsiDeclQFontDialog.cc +++ b/src/gsiqt5/gsiDeclQFontDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFontDialog.cc * diff --git a/src/gsiqt5/gsiDeclQFontInfo.cc b/src/gsiqt5/gsiDeclQFontInfo.cc index 0b7aea736..68d2747cf 100644 --- a/src/gsiqt5/gsiDeclQFontInfo.cc +++ b/src/gsiqt5/gsiDeclQFontInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFontInfo.cc * diff --git a/src/gsiqt5/gsiDeclQFontMetrics.cc b/src/gsiqt5/gsiDeclQFontMetrics.cc index f814a4d31..d13b287ef 100644 --- a/src/gsiqt5/gsiDeclQFontMetrics.cc +++ b/src/gsiqt5/gsiDeclQFontMetrics.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFontMetrics.cc * diff --git a/src/gsiqt5/gsiDeclQFontMetricsF.cc b/src/gsiqt5/gsiDeclQFontMetricsF.cc index 723a91021..3fba75b96 100644 --- a/src/gsiqt5/gsiDeclQFontMetricsF.cc +++ b/src/gsiqt5/gsiDeclQFontMetricsF.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFontMetricsF.cc * diff --git a/src/gsiqt5/gsiDeclQFormBuilder.cc b/src/gsiqt5/gsiDeclQFormBuilder.cc index fbbadd4d0..0dbc5fd1a 100644 --- a/src/gsiqt5/gsiDeclQFormBuilder.cc +++ b/src/gsiqt5/gsiDeclQFormBuilder.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFormBuilder.cc * diff --git a/src/gsiqt5/gsiDeclQFormLayout.cc b/src/gsiqt5/gsiDeclQFormLayout.cc index 684cb27d8..444e23621 100644 --- a/src/gsiqt5/gsiDeclQFormLayout.cc +++ b/src/gsiqt5/gsiDeclQFormLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFormLayout.cc * diff --git a/src/gsiqt5/gsiDeclQFrame.cc b/src/gsiqt5/gsiDeclQFrame.cc index 7d556b833..48893ae02 100644 --- a/src/gsiqt5/gsiDeclQFrame.cc +++ b/src/gsiqt5/gsiDeclQFrame.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQFrame.cc * diff --git a/src/gsiqt5/gsiDeclQGenericPlugin.cc b/src/gsiqt5/gsiDeclQGenericPlugin.cc index fdc463cd2..43b54a91a 100644 --- a/src/gsiqt5/gsiDeclQGenericPlugin.cc +++ b/src/gsiqt5/gsiDeclQGenericPlugin.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGenericPlugin.cc * diff --git a/src/gsiqt5/gsiDeclQGenericPluginFactory.cc b/src/gsiqt5/gsiDeclQGenericPluginFactory.cc index f2e08ff4b..bd51eb0a4 100644 --- a/src/gsiqt5/gsiDeclQGenericPluginFactory.cc +++ b/src/gsiqt5/gsiDeclQGenericPluginFactory.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGenericPluginFactory.cc * diff --git a/src/gsiqt5/gsiDeclQGesture.cc b/src/gsiqt5/gsiDeclQGesture.cc index d825534d7..8ba4b0e0a 100644 --- a/src/gsiqt5/gsiDeclQGesture.cc +++ b/src/gsiqt5/gsiDeclQGesture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGesture.cc * diff --git a/src/gsiqt5/gsiDeclQGestureEvent.cc b/src/gsiqt5/gsiDeclQGestureEvent.cc index 71447ea08..305f50a22 100644 --- a/src/gsiqt5/gsiDeclQGestureEvent.cc +++ b/src/gsiqt5/gsiDeclQGestureEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGestureEvent.cc * diff --git a/src/gsiqt5/gsiDeclQGestureRecognizer.cc b/src/gsiqt5/gsiDeclQGestureRecognizer.cc index fa58051d6..778921719 100644 --- a/src/gsiqt5/gsiDeclQGestureRecognizer.cc +++ b/src/gsiqt5/gsiDeclQGestureRecognizer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGestureRecognizer.cc * diff --git a/src/gsiqt5/gsiDeclQGlyphRun.cc b/src/gsiqt5/gsiDeclQGlyphRun.cc index df9d74783..fb359cce4 100644 --- a/src/gsiqt5/gsiDeclQGlyphRun.cc +++ b/src/gsiqt5/gsiDeclQGlyphRun.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGlyphRun.cc * diff --git a/src/gsiqt5/gsiDeclQGradient.cc b/src/gsiqt5/gsiDeclQGradient.cc index c9e0f92d4..11f8e254c 100644 --- a/src/gsiqt5/gsiDeclQGradient.cc +++ b/src/gsiqt5/gsiDeclQGradient.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGradient.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsAnchor.cc b/src/gsiqt5/gsiDeclQGraphicsAnchor.cc index 6d0dd6ced..5b549eca2 100644 --- a/src/gsiqt5/gsiDeclQGraphicsAnchor.cc +++ b/src/gsiqt5/gsiDeclQGraphicsAnchor.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsAnchor.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsAnchorLayout.cc b/src/gsiqt5/gsiDeclQGraphicsAnchorLayout.cc index 833381f0b..64c8fad1b 100644 --- a/src/gsiqt5/gsiDeclQGraphicsAnchorLayout.cc +++ b/src/gsiqt5/gsiDeclQGraphicsAnchorLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsAnchorLayout.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsBlurEffect.cc b/src/gsiqt5/gsiDeclQGraphicsBlurEffect.cc index 543b5dbaf..22df32a88 100644 --- a/src/gsiqt5/gsiDeclQGraphicsBlurEffect.cc +++ b/src/gsiqt5/gsiDeclQGraphicsBlurEffect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsBlurEffect.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsColorizeEffect.cc b/src/gsiqt5/gsiDeclQGraphicsColorizeEffect.cc index eded92449..372a8f04a 100644 --- a/src/gsiqt5/gsiDeclQGraphicsColorizeEffect.cc +++ b/src/gsiqt5/gsiDeclQGraphicsColorizeEffect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsColorizeEffect.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsDropShadowEffect.cc b/src/gsiqt5/gsiDeclQGraphicsDropShadowEffect.cc index 76199e1a4..c02bd49fc 100644 --- a/src/gsiqt5/gsiDeclQGraphicsDropShadowEffect.cc +++ b/src/gsiqt5/gsiDeclQGraphicsDropShadowEffect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsDropShadowEffect.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsEffect.cc b/src/gsiqt5/gsiDeclQGraphicsEffect.cc index 1319203eb..bded90468 100644 --- a/src/gsiqt5/gsiDeclQGraphicsEffect.cc +++ b/src/gsiqt5/gsiDeclQGraphicsEffect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsEffect.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsEllipseItem.cc b/src/gsiqt5/gsiDeclQGraphicsEllipseItem.cc index 18b5ba1e7..737841270 100644 --- a/src/gsiqt5/gsiDeclQGraphicsEllipseItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsEllipseItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsEllipseItem.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsGridLayout.cc b/src/gsiqt5/gsiDeclQGraphicsGridLayout.cc index 0233bd803..49b02ea76 100644 --- a/src/gsiqt5/gsiDeclQGraphicsGridLayout.cc +++ b/src/gsiqt5/gsiDeclQGraphicsGridLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsGridLayout.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsItem.cc b/src/gsiqt5/gsiDeclQGraphicsItem.cc index 330237f62..a499bdb58 100644 --- a/src/gsiqt5/gsiDeclQGraphicsItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsItem.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsItemAnimation.cc b/src/gsiqt5/gsiDeclQGraphicsItemAnimation.cc index 1902b3c49..f09ceb92d 100644 --- a/src/gsiqt5/gsiDeclQGraphicsItemAnimation.cc +++ b/src/gsiqt5/gsiDeclQGraphicsItemAnimation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsItemAnimation.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsItemGroup.cc b/src/gsiqt5/gsiDeclQGraphicsItemGroup.cc index 444fc9a41..58cdc9ea9 100644 --- a/src/gsiqt5/gsiDeclQGraphicsItemGroup.cc +++ b/src/gsiqt5/gsiDeclQGraphicsItemGroup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsItemGroup.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsLayout.cc b/src/gsiqt5/gsiDeclQGraphicsLayout.cc index 1bc1fa076..ad17a19fd 100644 --- a/src/gsiqt5/gsiDeclQGraphicsLayout.cc +++ b/src/gsiqt5/gsiDeclQGraphicsLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsLayout.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsLayoutItem.cc b/src/gsiqt5/gsiDeclQGraphicsLayoutItem.cc index 281d372c1..83d4aab0b 100644 --- a/src/gsiqt5/gsiDeclQGraphicsLayoutItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsLayoutItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsLayoutItem.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsLineItem.cc b/src/gsiqt5/gsiDeclQGraphicsLineItem.cc index 4fd00ab25..713582c3a 100644 --- a/src/gsiqt5/gsiDeclQGraphicsLineItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsLineItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsLineItem.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsLinearLayout.cc b/src/gsiqt5/gsiDeclQGraphicsLinearLayout.cc index fa8735325..e214e2b50 100644 --- a/src/gsiqt5/gsiDeclQGraphicsLinearLayout.cc +++ b/src/gsiqt5/gsiDeclQGraphicsLinearLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsLinearLayout.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsObject.cc b/src/gsiqt5/gsiDeclQGraphicsObject.cc index 05c3de522..6b50175fb 100644 --- a/src/gsiqt5/gsiDeclQGraphicsObject.cc +++ b/src/gsiqt5/gsiDeclQGraphicsObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsObject.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsOpacityEffect.cc b/src/gsiqt5/gsiDeclQGraphicsOpacityEffect.cc index 621bdea4f..70516b792 100644 --- a/src/gsiqt5/gsiDeclQGraphicsOpacityEffect.cc +++ b/src/gsiqt5/gsiDeclQGraphicsOpacityEffect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsOpacityEffect.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsPathItem.cc b/src/gsiqt5/gsiDeclQGraphicsPathItem.cc index 96fbd065b..4935e7f84 100644 --- a/src/gsiqt5/gsiDeclQGraphicsPathItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsPathItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsPathItem.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsPixmapItem.cc b/src/gsiqt5/gsiDeclQGraphicsPixmapItem.cc index 38d1a68e1..7b8a7cfd7 100644 --- a/src/gsiqt5/gsiDeclQGraphicsPixmapItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsPixmapItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsPixmapItem.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsPolygonItem.cc b/src/gsiqt5/gsiDeclQGraphicsPolygonItem.cc index 250840a93..fe7e80bcc 100644 --- a/src/gsiqt5/gsiDeclQGraphicsPolygonItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsPolygonItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsPolygonItem.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsProxyWidget.cc b/src/gsiqt5/gsiDeclQGraphicsProxyWidget.cc index 4b1a4679f..06d25da84 100644 --- a/src/gsiqt5/gsiDeclQGraphicsProxyWidget.cc +++ b/src/gsiqt5/gsiDeclQGraphicsProxyWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsProxyWidget.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsRectItem.cc b/src/gsiqt5/gsiDeclQGraphicsRectItem.cc index 04b6443fb..933339f0a 100644 --- a/src/gsiqt5/gsiDeclQGraphicsRectItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsRectItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsRectItem.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsRotation.cc b/src/gsiqt5/gsiDeclQGraphicsRotation.cc index da0aa0dfd..42e94560d 100644 --- a/src/gsiqt5/gsiDeclQGraphicsRotation.cc +++ b/src/gsiqt5/gsiDeclQGraphicsRotation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsRotation.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsScale.cc b/src/gsiqt5/gsiDeclQGraphicsScale.cc index 4bd677f63..cbc1b60cb 100644 --- a/src/gsiqt5/gsiDeclQGraphicsScale.cc +++ b/src/gsiqt5/gsiDeclQGraphicsScale.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsScale.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsScene.cc b/src/gsiqt5/gsiDeclQGraphicsScene.cc index b69d7bc8b..bb74abbbb 100644 --- a/src/gsiqt5/gsiDeclQGraphicsScene.cc +++ b/src/gsiqt5/gsiDeclQGraphicsScene.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsScene.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneContextMenuEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneContextMenuEvent.cc index bcf108060..5e79e21dc 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneContextMenuEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneContextMenuEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneContextMenuEvent.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneDragDropEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneDragDropEvent.cc index 882ce7d61..71ce614ee 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneDragDropEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneDragDropEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneDragDropEvent.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneEvent.cc index 63ca6ae46..a73924c7a 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneEvent.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneHelpEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneHelpEvent.cc index 2562afed6..1b93c7504 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneHelpEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneHelpEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneHelpEvent.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneHoverEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneHoverEvent.cc index 9a780d8d5..0e8f19a84 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneHoverEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneHoverEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneHoverEvent.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneMouseEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneMouseEvent.cc index aef630bec..9db9361a5 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneMouseEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneMouseEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneMouseEvent.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneMoveEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneMoveEvent.cc index 1b7320d94..f4ec34056 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneMoveEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneMoveEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneMoveEvent.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneResizeEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneResizeEvent.cc index 9d3b39640..1caa0b227 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneResizeEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneResizeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneResizeEvent.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsSceneWheelEvent.cc b/src/gsiqt5/gsiDeclQGraphicsSceneWheelEvent.cc index 3e84a1444..73af65fdc 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSceneWheelEvent.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSceneWheelEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSceneWheelEvent.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsSimpleTextItem.cc b/src/gsiqt5/gsiDeclQGraphicsSimpleTextItem.cc index 92345f086..f7c351dc1 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSimpleTextItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSimpleTextItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSimpleTextItem.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsSvgItem.cc b/src/gsiqt5/gsiDeclQGraphicsSvgItem.cc index 967827766..ed632b7c4 100644 --- a/src/gsiqt5/gsiDeclQGraphicsSvgItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsSvgItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsSvgItem.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsTextItem.cc b/src/gsiqt5/gsiDeclQGraphicsTextItem.cc index 806292dc5..daa89598d 100644 --- a/src/gsiqt5/gsiDeclQGraphicsTextItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsTextItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsTextItem.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsTransform.cc b/src/gsiqt5/gsiDeclQGraphicsTransform.cc index 1002c41e0..909a12875 100644 --- a/src/gsiqt5/gsiDeclQGraphicsTransform.cc +++ b/src/gsiqt5/gsiDeclQGraphicsTransform.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsTransform.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsVideoItem.cc b/src/gsiqt5/gsiDeclQGraphicsVideoItem.cc index 442ec75ce..1ffdffb28 100644 --- a/src/gsiqt5/gsiDeclQGraphicsVideoItem.cc +++ b/src/gsiqt5/gsiDeclQGraphicsVideoItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsVideoItem.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsView.cc b/src/gsiqt5/gsiDeclQGraphicsView.cc index f3c6bebc3..d5d47b1d3 100644 --- a/src/gsiqt5/gsiDeclQGraphicsView.cc +++ b/src/gsiqt5/gsiDeclQGraphicsView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsView.cc * diff --git a/src/gsiqt5/gsiDeclQGraphicsWidget.cc b/src/gsiqt5/gsiDeclQGraphicsWidget.cc index da207c5ca..c95de7d08 100644 --- a/src/gsiqt5/gsiDeclQGraphicsWidget.cc +++ b/src/gsiqt5/gsiDeclQGraphicsWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGraphicsWidget.cc * diff --git a/src/gsiqt5/gsiDeclQGridLayout.cc b/src/gsiqt5/gsiDeclQGridLayout.cc index 3f773260e..1e0d8d04e 100644 --- a/src/gsiqt5/gsiDeclQGridLayout.cc +++ b/src/gsiqt5/gsiDeclQGridLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGridLayout.cc * diff --git a/src/gsiqt5/gsiDeclQGroupBox.cc b/src/gsiqt5/gsiDeclQGroupBox.cc index 80fb730ee..4747ee89c 100644 --- a/src/gsiqt5/gsiDeclQGroupBox.cc +++ b/src/gsiqt5/gsiDeclQGroupBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGroupBox.cc * diff --git a/src/gsiqt5/gsiDeclQGuiApplication.cc b/src/gsiqt5/gsiDeclQGuiApplication.cc index 2483488a7..ecd18521d 100644 --- a/src/gsiqt5/gsiDeclQGuiApplication.cc +++ b/src/gsiqt5/gsiDeclQGuiApplication.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQGuiApplication.cc * diff --git a/src/gsiqt5/gsiDeclQHBoxLayout.cc b/src/gsiqt5/gsiDeclQHBoxLayout.cc index b0fe208de..fd0d56738 100644 --- a/src/gsiqt5/gsiDeclQHBoxLayout.cc +++ b/src/gsiqt5/gsiDeclQHBoxLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHBoxLayout.cc * diff --git a/src/gsiqt5/gsiDeclQHeaderView.cc b/src/gsiqt5/gsiDeclQHeaderView.cc index d1127b1da..a825a3f03 100644 --- a/src/gsiqt5/gsiDeclQHeaderView.cc +++ b/src/gsiqt5/gsiDeclQHeaderView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHeaderView.cc * diff --git a/src/gsiqt5/gsiDeclQHelpEvent.cc b/src/gsiqt5/gsiDeclQHelpEvent.cc index f5ec07ded..ebfea77a6 100644 --- a/src/gsiqt5/gsiDeclQHelpEvent.cc +++ b/src/gsiqt5/gsiDeclQHelpEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHelpEvent.cc * diff --git a/src/gsiqt5/gsiDeclQHideEvent.cc b/src/gsiqt5/gsiDeclQHideEvent.cc index 10aa7b848..b0ee98013 100644 --- a/src/gsiqt5/gsiDeclQHideEvent.cc +++ b/src/gsiqt5/gsiDeclQHideEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHideEvent.cc * diff --git a/src/gsiqt5/gsiDeclQHistoryState.cc b/src/gsiqt5/gsiDeclQHistoryState.cc index 0d002d385..8f8ff450b 100644 --- a/src/gsiqt5/gsiDeclQHistoryState.cc +++ b/src/gsiqt5/gsiDeclQHistoryState.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHistoryState.cc * diff --git a/src/gsiqt5/gsiDeclQHostAddress.cc b/src/gsiqt5/gsiDeclQHostAddress.cc index d73219839..27155f702 100644 --- a/src/gsiqt5/gsiDeclQHostAddress.cc +++ b/src/gsiqt5/gsiDeclQHostAddress.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHostAddress.cc * diff --git a/src/gsiqt5/gsiDeclQHostInfo.cc b/src/gsiqt5/gsiDeclQHostInfo.cc index 5bc9d68a6..201ef7fbb 100644 --- a/src/gsiqt5/gsiDeclQHostInfo.cc +++ b/src/gsiqt5/gsiDeclQHostInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHostInfo.cc * diff --git a/src/gsiqt5/gsiDeclQHoverEvent.cc b/src/gsiqt5/gsiDeclQHoverEvent.cc index 493657dda..bd0421d0b 100644 --- a/src/gsiqt5/gsiDeclQHoverEvent.cc +++ b/src/gsiqt5/gsiDeclQHoverEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHoverEvent.cc * diff --git a/src/gsiqt5/gsiDeclQHttpMultiPart.cc b/src/gsiqt5/gsiDeclQHttpMultiPart.cc index 1591ff7de..838ebc363 100644 --- a/src/gsiqt5/gsiDeclQHttpMultiPart.cc +++ b/src/gsiqt5/gsiDeclQHttpMultiPart.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHttpMultiPart.cc * diff --git a/src/gsiqt5/gsiDeclQHttpPart.cc b/src/gsiqt5/gsiDeclQHttpPart.cc index 76b7ab42c..d18c35979 100644 --- a/src/gsiqt5/gsiDeclQHttpPart.cc +++ b/src/gsiqt5/gsiDeclQHttpPart.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQHttpPart.cc * diff --git a/src/gsiqt5/gsiDeclQIODevice.cc b/src/gsiqt5/gsiDeclQIODevice.cc index 2ed55e8c5..e0de84786 100644 --- a/src/gsiqt5/gsiDeclQIODevice.cc +++ b/src/gsiqt5/gsiDeclQIODevice.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIODevice.cc * diff --git a/src/gsiqt5/gsiDeclQIPv6Address.cc b/src/gsiqt5/gsiDeclQIPv6Address.cc index 6178eb23a..2776c415d 100644 --- a/src/gsiqt5/gsiDeclQIPv6Address.cc +++ b/src/gsiqt5/gsiDeclQIPv6Address.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIPv6Address.cc * diff --git a/src/gsiqt5/gsiDeclQIcon.cc b/src/gsiqt5/gsiDeclQIcon.cc index 56a4998e0..0ffb408d2 100644 --- a/src/gsiqt5/gsiDeclQIcon.cc +++ b/src/gsiqt5/gsiDeclQIcon.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIcon.cc * diff --git a/src/gsiqt5/gsiDeclQIconDragEvent.cc b/src/gsiqt5/gsiDeclQIconDragEvent.cc index 9f7b41065..89c98b765 100644 --- a/src/gsiqt5/gsiDeclQIconDragEvent.cc +++ b/src/gsiqt5/gsiDeclQIconDragEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIconDragEvent.cc * diff --git a/src/gsiqt5/gsiDeclQIconEngine.cc b/src/gsiqt5/gsiDeclQIconEngine.cc index 254f98633..cceb2c68d 100644 --- a/src/gsiqt5/gsiDeclQIconEngine.cc +++ b/src/gsiqt5/gsiDeclQIconEngine.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIconEngine.cc * diff --git a/src/gsiqt5/gsiDeclQIconEnginePlugin.cc b/src/gsiqt5/gsiDeclQIconEnginePlugin.cc index fe077930e..d4dfce65c 100644 --- a/src/gsiqt5/gsiDeclQIconEnginePlugin.cc +++ b/src/gsiqt5/gsiDeclQIconEnginePlugin.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIconEnginePlugin.cc * diff --git a/src/gsiqt5/gsiDeclQIconEngine_AvailableSizesArgument.cc b/src/gsiqt5/gsiDeclQIconEngine_AvailableSizesArgument.cc index 22d9a50eb..5dd124932 100644 --- a/src/gsiqt5/gsiDeclQIconEngine_AvailableSizesArgument.cc +++ b/src/gsiqt5/gsiDeclQIconEngine_AvailableSizesArgument.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIconEngine_AvailableSizesArgument.cc * diff --git a/src/gsiqt5/gsiDeclQIdentityProxyModel.cc b/src/gsiqt5/gsiDeclQIdentityProxyModel.cc index bbafbfa7e..0b4d1e8a9 100644 --- a/src/gsiqt5/gsiDeclQIdentityProxyModel.cc +++ b/src/gsiqt5/gsiDeclQIdentityProxyModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIdentityProxyModel.cc * diff --git a/src/gsiqt5/gsiDeclQImage.cc b/src/gsiqt5/gsiDeclQImage.cc index 3b8f60fac..6f9094d76 100644 --- a/src/gsiqt5/gsiDeclQImage.cc +++ b/src/gsiqt5/gsiDeclQImage.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQImage.cc * diff --git a/src/gsiqt5/gsiDeclQImageEncoderControl.cc b/src/gsiqt5/gsiDeclQImageEncoderControl.cc index 5f1ebbd0e..081e81f6a 100644 --- a/src/gsiqt5/gsiDeclQImageEncoderControl.cc +++ b/src/gsiqt5/gsiDeclQImageEncoderControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQImageEncoderControl.cc * diff --git a/src/gsiqt5/gsiDeclQImageEncoderSettings.cc b/src/gsiqt5/gsiDeclQImageEncoderSettings.cc index 8593bf363..1769afa89 100644 --- a/src/gsiqt5/gsiDeclQImageEncoderSettings.cc +++ b/src/gsiqt5/gsiDeclQImageEncoderSettings.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQImageEncoderSettings.cc * diff --git a/src/gsiqt5/gsiDeclQImageIOHandler.cc b/src/gsiqt5/gsiDeclQImageIOHandler.cc index c3c5d3534..39b626858 100644 --- a/src/gsiqt5/gsiDeclQImageIOHandler.cc +++ b/src/gsiqt5/gsiDeclQImageIOHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQImageIOHandler.cc * diff --git a/src/gsiqt5/gsiDeclQImageIOPlugin.cc b/src/gsiqt5/gsiDeclQImageIOPlugin.cc index baed44435..f8453d19e 100644 --- a/src/gsiqt5/gsiDeclQImageIOPlugin.cc +++ b/src/gsiqt5/gsiDeclQImageIOPlugin.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQImageIOPlugin.cc * diff --git a/src/gsiqt5/gsiDeclQImageReader.cc b/src/gsiqt5/gsiDeclQImageReader.cc index 503a43ebd..9e7863657 100644 --- a/src/gsiqt5/gsiDeclQImageReader.cc +++ b/src/gsiqt5/gsiDeclQImageReader.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQImageReader.cc * diff --git a/src/gsiqt5/gsiDeclQImageWriter.cc b/src/gsiqt5/gsiDeclQImageWriter.cc index aa0ffb7e4..4516ced43 100644 --- a/src/gsiqt5/gsiDeclQImageWriter.cc +++ b/src/gsiqt5/gsiDeclQImageWriter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQImageWriter.cc * diff --git a/src/gsiqt5/gsiDeclQInputDialog.cc b/src/gsiqt5/gsiDeclQInputDialog.cc index dbd2a6c8f..80f2561e9 100644 --- a/src/gsiqt5/gsiDeclQInputDialog.cc +++ b/src/gsiqt5/gsiDeclQInputDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQInputDialog.cc * diff --git a/src/gsiqt5/gsiDeclQInputEvent.cc b/src/gsiqt5/gsiDeclQInputEvent.cc index 840d1c25e..3e475061b 100644 --- a/src/gsiqt5/gsiDeclQInputEvent.cc +++ b/src/gsiqt5/gsiDeclQInputEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQInputEvent.cc * diff --git a/src/gsiqt5/gsiDeclQInputMethod.cc b/src/gsiqt5/gsiDeclQInputMethod.cc index 64952e586..6a7e16aad 100644 --- a/src/gsiqt5/gsiDeclQInputMethod.cc +++ b/src/gsiqt5/gsiDeclQInputMethod.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQInputMethod.cc * diff --git a/src/gsiqt5/gsiDeclQInputMethodEvent.cc b/src/gsiqt5/gsiDeclQInputMethodEvent.cc index 8e07a278f..8e0a48538 100644 --- a/src/gsiqt5/gsiDeclQInputMethodEvent.cc +++ b/src/gsiqt5/gsiDeclQInputMethodEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQInputMethodEvent.cc * diff --git a/src/gsiqt5/gsiDeclQInputMethodEvent_Attribute.cc b/src/gsiqt5/gsiDeclQInputMethodEvent_Attribute.cc index 5bcbd9959..06db4e4de 100644 --- a/src/gsiqt5/gsiDeclQInputMethodEvent_Attribute.cc +++ b/src/gsiqt5/gsiDeclQInputMethodEvent_Attribute.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQInputMethodEvent_Attribute.cc * diff --git a/src/gsiqt5/gsiDeclQInputMethodQueryEvent.cc b/src/gsiqt5/gsiDeclQInputMethodQueryEvent.cc index 8b76d870e..2305fcf9b 100644 --- a/src/gsiqt5/gsiDeclQInputMethodQueryEvent.cc +++ b/src/gsiqt5/gsiDeclQInputMethodQueryEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQInputMethodQueryEvent.cc * diff --git a/src/gsiqt5/gsiDeclQIntValidator.cc b/src/gsiqt5/gsiDeclQIntValidator.cc index a0341ccb7..2a185dbc8 100644 --- a/src/gsiqt5/gsiDeclQIntValidator.cc +++ b/src/gsiqt5/gsiDeclQIntValidator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQIntValidator.cc * diff --git a/src/gsiqt5/gsiDeclQItemDelegate.cc b/src/gsiqt5/gsiDeclQItemDelegate.cc index 628e204c4..53f285fbe 100644 --- a/src/gsiqt5/gsiDeclQItemDelegate.cc +++ b/src/gsiqt5/gsiDeclQItemDelegate.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQItemDelegate.cc * diff --git a/src/gsiqt5/gsiDeclQItemEditorCreatorBase.cc b/src/gsiqt5/gsiDeclQItemEditorCreatorBase.cc index 6c9c3ed0e..87a26d846 100644 --- a/src/gsiqt5/gsiDeclQItemEditorCreatorBase.cc +++ b/src/gsiqt5/gsiDeclQItemEditorCreatorBase.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQItemEditorCreatorBase.cc * diff --git a/src/gsiqt5/gsiDeclQItemEditorFactory.cc b/src/gsiqt5/gsiDeclQItemEditorFactory.cc index 5d8dc2733..da945d075 100644 --- a/src/gsiqt5/gsiDeclQItemEditorFactory.cc +++ b/src/gsiqt5/gsiDeclQItemEditorFactory.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQItemEditorFactory.cc * diff --git a/src/gsiqt5/gsiDeclQItemSelection.cc b/src/gsiqt5/gsiDeclQItemSelection.cc index b67feb884..60aa00306 100644 --- a/src/gsiqt5/gsiDeclQItemSelection.cc +++ b/src/gsiqt5/gsiDeclQItemSelection.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQItemSelection.cc * diff --git a/src/gsiqt5/gsiDeclQItemSelectionModel.cc b/src/gsiqt5/gsiDeclQItemSelectionModel.cc index ee3011fb0..14bbbd75f 100644 --- a/src/gsiqt5/gsiDeclQItemSelectionModel.cc +++ b/src/gsiqt5/gsiDeclQItemSelectionModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQItemSelectionModel.cc * diff --git a/src/gsiqt5/gsiDeclQItemSelectionRange.cc b/src/gsiqt5/gsiDeclQItemSelectionRange.cc index 6bac3069f..010dbef01 100644 --- a/src/gsiqt5/gsiDeclQItemSelectionRange.cc +++ b/src/gsiqt5/gsiDeclQItemSelectionRange.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQItemSelectionRange.cc * diff --git a/src/gsiqt5/gsiDeclQJsonArray.cc b/src/gsiqt5/gsiDeclQJsonArray.cc index e68a33722..04f971412 100644 --- a/src/gsiqt5/gsiDeclQJsonArray.cc +++ b/src/gsiqt5/gsiDeclQJsonArray.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQJsonArray.cc * diff --git a/src/gsiqt5/gsiDeclQJsonArray_Const_iterator.cc b/src/gsiqt5/gsiDeclQJsonArray_Const_iterator.cc index 5233e9ae4..aa735f221 100644 --- a/src/gsiqt5/gsiDeclQJsonArray_Const_iterator.cc +++ b/src/gsiqt5/gsiDeclQJsonArray_Const_iterator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQJsonArray_Const_iterator.cc * diff --git a/src/gsiqt5/gsiDeclQJsonArray_Iterator.cc b/src/gsiqt5/gsiDeclQJsonArray_Iterator.cc index b3534750d..b95657531 100644 --- a/src/gsiqt5/gsiDeclQJsonArray_Iterator.cc +++ b/src/gsiqt5/gsiDeclQJsonArray_Iterator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQJsonArray_Iterator.cc * diff --git a/src/gsiqt5/gsiDeclQJsonDocument.cc b/src/gsiqt5/gsiDeclQJsonDocument.cc index 42060f690..b8a671c9d 100644 --- a/src/gsiqt5/gsiDeclQJsonDocument.cc +++ b/src/gsiqt5/gsiDeclQJsonDocument.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQJsonDocument.cc * diff --git a/src/gsiqt5/gsiDeclQJsonObject.cc b/src/gsiqt5/gsiDeclQJsonObject.cc index d9e5e3db5..3193d2d23 100644 --- a/src/gsiqt5/gsiDeclQJsonObject.cc +++ b/src/gsiqt5/gsiDeclQJsonObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQJsonObject.cc * diff --git a/src/gsiqt5/gsiDeclQJsonObject_Const_iterator.cc b/src/gsiqt5/gsiDeclQJsonObject_Const_iterator.cc index ae833b76f..131f90b50 100644 --- a/src/gsiqt5/gsiDeclQJsonObject_Const_iterator.cc +++ b/src/gsiqt5/gsiDeclQJsonObject_Const_iterator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQJsonObject_Const_iterator.cc * diff --git a/src/gsiqt5/gsiDeclQJsonObject_Iterator.cc b/src/gsiqt5/gsiDeclQJsonObject_Iterator.cc index 69c09ecf4..3ad070deb 100644 --- a/src/gsiqt5/gsiDeclQJsonObject_Iterator.cc +++ b/src/gsiqt5/gsiDeclQJsonObject_Iterator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQJsonObject_Iterator.cc * diff --git a/src/gsiqt5/gsiDeclQJsonParseError.cc b/src/gsiqt5/gsiDeclQJsonParseError.cc index 2f17621b5..a003730a2 100644 --- a/src/gsiqt5/gsiDeclQJsonParseError.cc +++ b/src/gsiqt5/gsiDeclQJsonParseError.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQJsonParseError.cc * diff --git a/src/gsiqt5/gsiDeclQJsonValue.cc b/src/gsiqt5/gsiDeclQJsonValue.cc index 1fc7efd61..06ece983b 100644 --- a/src/gsiqt5/gsiDeclQJsonValue.cc +++ b/src/gsiqt5/gsiDeclQJsonValue.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQJsonValue.cc * diff --git a/src/gsiqt5/gsiDeclQJsonValuePtr.cc b/src/gsiqt5/gsiDeclQJsonValuePtr.cc index 93286eb87..f401bc44d 100644 --- a/src/gsiqt5/gsiDeclQJsonValuePtr.cc +++ b/src/gsiqt5/gsiDeclQJsonValuePtr.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQJsonValuePtr.cc * diff --git a/src/gsiqt5/gsiDeclQJsonValueRef.cc b/src/gsiqt5/gsiDeclQJsonValueRef.cc index cde17d450..e19645ae7 100644 --- a/src/gsiqt5/gsiDeclQJsonValueRef.cc +++ b/src/gsiqt5/gsiDeclQJsonValueRef.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQJsonValueRef.cc * diff --git a/src/gsiqt5/gsiDeclQJsonValueRefPtr.cc b/src/gsiqt5/gsiDeclQJsonValueRefPtr.cc index aa8c94c43..1aaa0ea24 100644 --- a/src/gsiqt5/gsiDeclQJsonValueRefPtr.cc +++ b/src/gsiqt5/gsiDeclQJsonValueRefPtr.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQJsonValueRefPtr.cc * diff --git a/src/gsiqt5/gsiDeclQKeyEvent.cc b/src/gsiqt5/gsiDeclQKeyEvent.cc index 23e25c674..7f8a25e5c 100644 --- a/src/gsiqt5/gsiDeclQKeyEvent.cc +++ b/src/gsiqt5/gsiDeclQKeyEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQKeyEvent.cc * diff --git a/src/gsiqt5/gsiDeclQKeySequence.cc b/src/gsiqt5/gsiDeclQKeySequence.cc index 703cfcd7a..edc5aa1eb 100644 --- a/src/gsiqt5/gsiDeclQKeySequence.cc +++ b/src/gsiqt5/gsiDeclQKeySequence.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQKeySequence.cc * diff --git a/src/gsiqt5/gsiDeclQKeySequenceEdit.cc b/src/gsiqt5/gsiDeclQKeySequenceEdit.cc index 6d860e9a2..246e7cc31 100644 --- a/src/gsiqt5/gsiDeclQKeySequenceEdit.cc +++ b/src/gsiqt5/gsiDeclQKeySequenceEdit.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQKeySequenceEdit.cc * diff --git a/src/gsiqt5/gsiDeclQLCDNumber.cc b/src/gsiqt5/gsiDeclQLCDNumber.cc index 90dc70778..0efc32341 100644 --- a/src/gsiqt5/gsiDeclQLCDNumber.cc +++ b/src/gsiqt5/gsiDeclQLCDNumber.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLCDNumber.cc * diff --git a/src/gsiqt5/gsiDeclQLabel.cc b/src/gsiqt5/gsiDeclQLabel.cc index 8dc89b208..70a0c9ae1 100644 --- a/src/gsiqt5/gsiDeclQLabel.cc +++ b/src/gsiqt5/gsiDeclQLabel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLabel.cc * diff --git a/src/gsiqt5/gsiDeclQLayout.cc b/src/gsiqt5/gsiDeclQLayout.cc index c79e9c3a0..832f40c41 100644 --- a/src/gsiqt5/gsiDeclQLayout.cc +++ b/src/gsiqt5/gsiDeclQLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLayout.cc * diff --git a/src/gsiqt5/gsiDeclQLayoutItem.cc b/src/gsiqt5/gsiDeclQLayoutItem.cc index 7d9129238..d072e672b 100644 --- a/src/gsiqt5/gsiDeclQLayoutItem.cc +++ b/src/gsiqt5/gsiDeclQLayoutItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLayoutItem.cc * diff --git a/src/gsiqt5/gsiDeclQLibrary.cc b/src/gsiqt5/gsiDeclQLibrary.cc index 0ec3361c1..ad51b736d 100644 --- a/src/gsiqt5/gsiDeclQLibrary.cc +++ b/src/gsiqt5/gsiDeclQLibrary.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLibrary.cc * diff --git a/src/gsiqt5/gsiDeclQLibraryInfo.cc b/src/gsiqt5/gsiDeclQLibraryInfo.cc index 6b19a23c1..6f3e79403 100644 --- a/src/gsiqt5/gsiDeclQLibraryInfo.cc +++ b/src/gsiqt5/gsiDeclQLibraryInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLibraryInfo.cc * diff --git a/src/gsiqt5/gsiDeclQLine.cc b/src/gsiqt5/gsiDeclQLine.cc index 982ca6a04..4e0709cdb 100644 --- a/src/gsiqt5/gsiDeclQLine.cc +++ b/src/gsiqt5/gsiDeclQLine.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLine.cc * diff --git a/src/gsiqt5/gsiDeclQLineEdit.cc b/src/gsiqt5/gsiDeclQLineEdit.cc index 540bdc553..fabfee948 100644 --- a/src/gsiqt5/gsiDeclQLineEdit.cc +++ b/src/gsiqt5/gsiDeclQLineEdit.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLineEdit.cc * diff --git a/src/gsiqt5/gsiDeclQLineF.cc b/src/gsiqt5/gsiDeclQLineF.cc index 171eefdbb..bd7e170a7 100644 --- a/src/gsiqt5/gsiDeclQLineF.cc +++ b/src/gsiqt5/gsiDeclQLineF.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLineF.cc * diff --git a/src/gsiqt5/gsiDeclQLinearGradient.cc b/src/gsiqt5/gsiDeclQLinearGradient.cc index 44c27f260..af19851aa 100644 --- a/src/gsiqt5/gsiDeclQLinearGradient.cc +++ b/src/gsiqt5/gsiDeclQLinearGradient.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLinearGradient.cc * diff --git a/src/gsiqt5/gsiDeclQListView.cc b/src/gsiqt5/gsiDeclQListView.cc index 7acfe81a0..413abddc5 100644 --- a/src/gsiqt5/gsiDeclQListView.cc +++ b/src/gsiqt5/gsiDeclQListView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQListView.cc * diff --git a/src/gsiqt5/gsiDeclQListWidget.cc b/src/gsiqt5/gsiDeclQListWidget.cc index fd5090df4..b1944c602 100644 --- a/src/gsiqt5/gsiDeclQListWidget.cc +++ b/src/gsiqt5/gsiDeclQListWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQListWidget.cc * diff --git a/src/gsiqt5/gsiDeclQListWidgetItem.cc b/src/gsiqt5/gsiDeclQListWidgetItem.cc index 2a2a5dcae..ff8b95774 100644 --- a/src/gsiqt5/gsiDeclQListWidgetItem.cc +++ b/src/gsiqt5/gsiDeclQListWidgetItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQListWidgetItem.cc * diff --git a/src/gsiqt5/gsiDeclQLocalServer.cc b/src/gsiqt5/gsiDeclQLocalServer.cc index f9e653c56..0cc5fdcfa 100644 --- a/src/gsiqt5/gsiDeclQLocalServer.cc +++ b/src/gsiqt5/gsiDeclQLocalServer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLocalServer.cc * diff --git a/src/gsiqt5/gsiDeclQLocalSocket.cc b/src/gsiqt5/gsiDeclQLocalSocket.cc index f0c1e00bc..7a631ca93 100644 --- a/src/gsiqt5/gsiDeclQLocalSocket.cc +++ b/src/gsiqt5/gsiDeclQLocalSocket.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLocalSocket.cc * diff --git a/src/gsiqt5/gsiDeclQLocale.cc b/src/gsiqt5/gsiDeclQLocale.cc index d0ff282c3..d74b83caf 100644 --- a/src/gsiqt5/gsiDeclQLocale.cc +++ b/src/gsiqt5/gsiDeclQLocale.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLocale.cc * diff --git a/src/gsiqt5/gsiDeclQLockFile.cc b/src/gsiqt5/gsiDeclQLockFile.cc index 135a47185..162efc4aa 100644 --- a/src/gsiqt5/gsiDeclQLockFile.cc +++ b/src/gsiqt5/gsiDeclQLockFile.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLockFile.cc * diff --git a/src/gsiqt5/gsiDeclQLoggingCategory.cc b/src/gsiqt5/gsiDeclQLoggingCategory.cc index 46eed6e91..41effed33 100644 --- a/src/gsiqt5/gsiDeclQLoggingCategory.cc +++ b/src/gsiqt5/gsiDeclQLoggingCategory.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQLoggingCategory.cc * diff --git a/src/gsiqt5/gsiDeclQMainWindow.cc b/src/gsiqt5/gsiDeclQMainWindow.cc index 4719169c6..32407e939 100644 --- a/src/gsiqt5/gsiDeclQMainWindow.cc +++ b/src/gsiqt5/gsiDeclQMainWindow.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMainWindow.cc * diff --git a/src/gsiqt5/gsiDeclQMapDataBase.cc b/src/gsiqt5/gsiDeclQMapDataBase.cc index e7acf07eb..22c2e66fd 100644 --- a/src/gsiqt5/gsiDeclQMapDataBase.cc +++ b/src/gsiqt5/gsiDeclQMapDataBase.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMapDataBase.cc * diff --git a/src/gsiqt5/gsiDeclQMapNodeBase.cc b/src/gsiqt5/gsiDeclQMapNodeBase.cc index 09c76c6d0..75391a720 100644 --- a/src/gsiqt5/gsiDeclQMapNodeBase.cc +++ b/src/gsiqt5/gsiDeclQMapNodeBase.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMapNodeBase.cc * diff --git a/src/gsiqt5/gsiDeclQMargins.cc b/src/gsiqt5/gsiDeclQMargins.cc index 49a05ecda..1b1e94b51 100644 --- a/src/gsiqt5/gsiDeclQMargins.cc +++ b/src/gsiqt5/gsiDeclQMargins.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMargins.cc * diff --git a/src/gsiqt5/gsiDeclQMarginsF.cc b/src/gsiqt5/gsiDeclQMarginsF.cc index 32e5357f9..291c33022 100644 --- a/src/gsiqt5/gsiDeclQMarginsF.cc +++ b/src/gsiqt5/gsiDeclQMarginsF.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMarginsF.cc * diff --git a/src/gsiqt5/gsiDeclQMatrix.cc b/src/gsiqt5/gsiDeclQMatrix.cc index 7246eb438..89e3f072b 100644 --- a/src/gsiqt5/gsiDeclQMatrix.cc +++ b/src/gsiqt5/gsiDeclQMatrix.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMatrix.cc * diff --git a/src/gsiqt5/gsiDeclQMatrix4x4.cc b/src/gsiqt5/gsiDeclQMatrix4x4.cc index 831303e5f..46ca38a14 100644 --- a/src/gsiqt5/gsiDeclQMatrix4x4.cc +++ b/src/gsiqt5/gsiDeclQMatrix4x4.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMatrix4x4.cc * diff --git a/src/gsiqt5/gsiDeclQMdiArea.cc b/src/gsiqt5/gsiDeclQMdiArea.cc index d8cc1c41d..cb66430e3 100644 --- a/src/gsiqt5/gsiDeclQMdiArea.cc +++ b/src/gsiqt5/gsiDeclQMdiArea.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMdiArea.cc * diff --git a/src/gsiqt5/gsiDeclQMdiSubWindow.cc b/src/gsiqt5/gsiDeclQMdiSubWindow.cc index 6c4599a1b..5feee4188 100644 --- a/src/gsiqt5/gsiDeclQMdiSubWindow.cc +++ b/src/gsiqt5/gsiDeclQMdiSubWindow.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMdiSubWindow.cc * diff --git a/src/gsiqt5/gsiDeclQMediaAudioProbeControl.cc b/src/gsiqt5/gsiDeclQMediaAudioProbeControl.cc index f2935d1a7..2f057ab9d 100644 --- a/src/gsiqt5/gsiDeclQMediaAudioProbeControl.cc +++ b/src/gsiqt5/gsiDeclQMediaAudioProbeControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaAudioProbeControl.cc * diff --git a/src/gsiqt5/gsiDeclQMediaAvailabilityControl.cc b/src/gsiqt5/gsiDeclQMediaAvailabilityControl.cc index c979beb16..f06267a63 100644 --- a/src/gsiqt5/gsiDeclQMediaAvailabilityControl.cc +++ b/src/gsiqt5/gsiDeclQMediaAvailabilityControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaAvailabilityControl.cc * diff --git a/src/gsiqt5/gsiDeclQMediaBindableInterface.cc b/src/gsiqt5/gsiDeclQMediaBindableInterface.cc index d72948d86..97169705b 100644 --- a/src/gsiqt5/gsiDeclQMediaBindableInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaBindableInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaBindableInterface.cc * diff --git a/src/gsiqt5/gsiDeclQMediaContainerControl.cc b/src/gsiqt5/gsiDeclQMediaContainerControl.cc index 3c1aac529..9a8e06543 100644 --- a/src/gsiqt5/gsiDeclQMediaContainerControl.cc +++ b/src/gsiqt5/gsiDeclQMediaContainerControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaContainerControl.cc * diff --git a/src/gsiqt5/gsiDeclQMediaContent.cc b/src/gsiqt5/gsiDeclQMediaContent.cc index 6365402c1..f3bc8bd36 100644 --- a/src/gsiqt5/gsiDeclQMediaContent.cc +++ b/src/gsiqt5/gsiDeclQMediaContent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaContent.cc * diff --git a/src/gsiqt5/gsiDeclQMediaControl.cc b/src/gsiqt5/gsiDeclQMediaControl.cc index cf7fe8d19..65513ceb8 100644 --- a/src/gsiqt5/gsiDeclQMediaControl.cc +++ b/src/gsiqt5/gsiDeclQMediaControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaControl.cc * diff --git a/src/gsiqt5/gsiDeclQMediaGaplessPlaybackControl.cc b/src/gsiqt5/gsiDeclQMediaGaplessPlaybackControl.cc index 901ec1957..3f467c13c 100644 --- a/src/gsiqt5/gsiDeclQMediaGaplessPlaybackControl.cc +++ b/src/gsiqt5/gsiDeclQMediaGaplessPlaybackControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaGaplessPlaybackControl.cc * diff --git a/src/gsiqt5/gsiDeclQMediaMetaData.cc b/src/gsiqt5/gsiDeclQMediaMetaData.cc index 2c0610434..c07682fba 100644 --- a/src/gsiqt5/gsiDeclQMediaMetaData.cc +++ b/src/gsiqt5/gsiDeclQMediaMetaData.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaMetaData.cc * diff --git a/src/gsiqt5/gsiDeclQMediaNetworkAccessControl.cc b/src/gsiqt5/gsiDeclQMediaNetworkAccessControl.cc index 29db1c2b9..90623d285 100644 --- a/src/gsiqt5/gsiDeclQMediaNetworkAccessControl.cc +++ b/src/gsiqt5/gsiDeclQMediaNetworkAccessControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaNetworkAccessControl.cc * diff --git a/src/gsiqt5/gsiDeclQMediaObject.cc b/src/gsiqt5/gsiDeclQMediaObject.cc index 5cb5d1c60..072c007f3 100644 --- a/src/gsiqt5/gsiDeclQMediaObject.cc +++ b/src/gsiqt5/gsiDeclQMediaObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaObject.cc * diff --git a/src/gsiqt5/gsiDeclQMediaPlayer.cc b/src/gsiqt5/gsiDeclQMediaPlayer.cc index b8f85a99b..96474c116 100644 --- a/src/gsiqt5/gsiDeclQMediaPlayer.cc +++ b/src/gsiqt5/gsiDeclQMediaPlayer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaPlayer.cc * diff --git a/src/gsiqt5/gsiDeclQMediaPlayerControl.cc b/src/gsiqt5/gsiDeclQMediaPlayerControl.cc index c87738a2d..06e7677d0 100644 --- a/src/gsiqt5/gsiDeclQMediaPlayerControl.cc +++ b/src/gsiqt5/gsiDeclQMediaPlayerControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaPlayerControl.cc * diff --git a/src/gsiqt5/gsiDeclQMediaPlaylist.cc b/src/gsiqt5/gsiDeclQMediaPlaylist.cc index 5665f693f..6584631f1 100644 --- a/src/gsiqt5/gsiDeclQMediaPlaylist.cc +++ b/src/gsiqt5/gsiDeclQMediaPlaylist.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaPlaylist.cc * diff --git a/src/gsiqt5/gsiDeclQMediaRecorder.cc b/src/gsiqt5/gsiDeclQMediaRecorder.cc index 192930a9b..07e4a6e57 100644 --- a/src/gsiqt5/gsiDeclQMediaRecorder.cc +++ b/src/gsiqt5/gsiDeclQMediaRecorder.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaRecorder.cc * diff --git a/src/gsiqt5/gsiDeclQMediaRecorderControl.cc b/src/gsiqt5/gsiDeclQMediaRecorderControl.cc index 8cbad624e..c8f5452f3 100644 --- a/src/gsiqt5/gsiDeclQMediaRecorderControl.cc +++ b/src/gsiqt5/gsiDeclQMediaRecorderControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaRecorderControl.cc * diff --git a/src/gsiqt5/gsiDeclQMediaResource.cc b/src/gsiqt5/gsiDeclQMediaResource.cc index 6a043a43b..f8c3d8191 100644 --- a/src/gsiqt5/gsiDeclQMediaResource.cc +++ b/src/gsiqt5/gsiDeclQMediaResource.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaResource.cc * diff --git a/src/gsiqt5/gsiDeclQMediaService.cc b/src/gsiqt5/gsiDeclQMediaService.cc index ba4580212..e793f6506 100644 --- a/src/gsiqt5/gsiDeclQMediaService.cc +++ b/src/gsiqt5/gsiDeclQMediaService.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaService.cc * diff --git a/src/gsiqt5/gsiDeclQMediaServiceCameraInfoInterface.cc b/src/gsiqt5/gsiDeclQMediaServiceCameraInfoInterface.cc index ec69e3439..45bc9a0c5 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceCameraInfoInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceCameraInfoInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaServiceCameraInfoInterface.cc * diff --git a/src/gsiqt5/gsiDeclQMediaServiceDefaultDeviceInterface.cc b/src/gsiqt5/gsiDeclQMediaServiceDefaultDeviceInterface.cc index bf0ea828c..746362d3c 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceDefaultDeviceInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceDefaultDeviceInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaServiceDefaultDeviceInterface.cc * diff --git a/src/gsiqt5/gsiDeclQMediaServiceFeaturesInterface.cc b/src/gsiqt5/gsiDeclQMediaServiceFeaturesInterface.cc index 2965bbbdc..3e1ecb062 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceFeaturesInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceFeaturesInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaServiceFeaturesInterface.cc * diff --git a/src/gsiqt5/gsiDeclQMediaServiceProviderFactoryInterface.cc b/src/gsiqt5/gsiDeclQMediaServiceProviderFactoryInterface.cc index e660e6159..6188b5b42 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceProviderFactoryInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceProviderFactoryInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaServiceProviderFactoryInterface.cc * diff --git a/src/gsiqt5/gsiDeclQMediaServiceProviderHint.cc b/src/gsiqt5/gsiDeclQMediaServiceProviderHint.cc index 40790f821..12785a90f 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceProviderHint.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceProviderHint.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaServiceProviderHint.cc * diff --git a/src/gsiqt5/gsiDeclQMediaServiceProviderPlugin.cc b/src/gsiqt5/gsiDeclQMediaServiceProviderPlugin.cc index ac79c4046..89da6bef4 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceProviderPlugin.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceProviderPlugin.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaServiceProviderPlugin.cc * diff --git a/src/gsiqt5/gsiDeclQMediaServiceSupportedDevicesInterface.cc b/src/gsiqt5/gsiDeclQMediaServiceSupportedDevicesInterface.cc index e406a20b8..28e7ee2e0 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceSupportedDevicesInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceSupportedDevicesInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaServiceSupportedDevicesInterface.cc * diff --git a/src/gsiqt5/gsiDeclQMediaServiceSupportedFormatsInterface.cc b/src/gsiqt5/gsiDeclQMediaServiceSupportedFormatsInterface.cc index 09b3acdd1..fb1ff5b20 100644 --- a/src/gsiqt5/gsiDeclQMediaServiceSupportedFormatsInterface.cc +++ b/src/gsiqt5/gsiDeclQMediaServiceSupportedFormatsInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaServiceSupportedFormatsInterface.cc * diff --git a/src/gsiqt5/gsiDeclQMediaStreamsControl.cc b/src/gsiqt5/gsiDeclQMediaStreamsControl.cc index cfe07506b..ff45d0056 100644 --- a/src/gsiqt5/gsiDeclQMediaStreamsControl.cc +++ b/src/gsiqt5/gsiDeclQMediaStreamsControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaStreamsControl.cc * diff --git a/src/gsiqt5/gsiDeclQMediaTimeInterval.cc b/src/gsiqt5/gsiDeclQMediaTimeInterval.cc index c64cbedd1..c49649845 100644 --- a/src/gsiqt5/gsiDeclQMediaTimeInterval.cc +++ b/src/gsiqt5/gsiDeclQMediaTimeInterval.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaTimeInterval.cc * diff --git a/src/gsiqt5/gsiDeclQMediaTimeRange.cc b/src/gsiqt5/gsiDeclQMediaTimeRange.cc index 5f061d15c..2682cc5d0 100644 --- a/src/gsiqt5/gsiDeclQMediaTimeRange.cc +++ b/src/gsiqt5/gsiDeclQMediaTimeRange.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaTimeRange.cc * diff --git a/src/gsiqt5/gsiDeclQMediaVideoProbeControl.cc b/src/gsiqt5/gsiDeclQMediaVideoProbeControl.cc index 2797dfbd5..3ee6af8b0 100644 --- a/src/gsiqt5/gsiDeclQMediaVideoProbeControl.cc +++ b/src/gsiqt5/gsiDeclQMediaVideoProbeControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMediaVideoProbeControl.cc * diff --git a/src/gsiqt5/gsiDeclQMenu.cc b/src/gsiqt5/gsiDeclQMenu.cc index ae9251578..2742daf9e 100644 --- a/src/gsiqt5/gsiDeclQMenu.cc +++ b/src/gsiqt5/gsiDeclQMenu.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMenu.cc * diff --git a/src/gsiqt5/gsiDeclQMenuBar.cc b/src/gsiqt5/gsiDeclQMenuBar.cc index c19c5bb26..f3405af0b 100644 --- a/src/gsiqt5/gsiDeclQMenuBar.cc +++ b/src/gsiqt5/gsiDeclQMenuBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMenuBar.cc * diff --git a/src/gsiqt5/gsiDeclQMessageAuthenticationCode.cc b/src/gsiqt5/gsiDeclQMessageAuthenticationCode.cc index 1739a5e85..f60aa4d77 100644 --- a/src/gsiqt5/gsiDeclQMessageAuthenticationCode.cc +++ b/src/gsiqt5/gsiDeclQMessageAuthenticationCode.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMessageAuthenticationCode.cc * diff --git a/src/gsiqt5/gsiDeclQMessageBox.cc b/src/gsiqt5/gsiDeclQMessageBox.cc index cb896666c..14ccbf9a7 100644 --- a/src/gsiqt5/gsiDeclQMessageBox.cc +++ b/src/gsiqt5/gsiDeclQMessageBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMessageBox.cc * diff --git a/src/gsiqt5/gsiDeclQMessageLogContext.cc b/src/gsiqt5/gsiDeclQMessageLogContext.cc index 3decbfab6..99567ba02 100644 --- a/src/gsiqt5/gsiDeclQMessageLogContext.cc +++ b/src/gsiqt5/gsiDeclQMessageLogContext.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMessageLogContext.cc * diff --git a/src/gsiqt5/gsiDeclQMessageLogger.cc b/src/gsiqt5/gsiDeclQMessageLogger.cc index 70255d2fa..1548fca31 100644 --- a/src/gsiqt5/gsiDeclQMessageLogger.cc +++ b/src/gsiqt5/gsiDeclQMessageLogger.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMessageLogger.cc * diff --git a/src/gsiqt5/gsiDeclQMetaClassInfo.cc b/src/gsiqt5/gsiDeclQMetaClassInfo.cc index 722c0002d..8c22a9ad0 100644 --- a/src/gsiqt5/gsiDeclQMetaClassInfo.cc +++ b/src/gsiqt5/gsiDeclQMetaClassInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaClassInfo.cc * diff --git a/src/gsiqt5/gsiDeclQMetaDataReaderControl.cc b/src/gsiqt5/gsiDeclQMetaDataReaderControl.cc index 99dd14a39..6e976e740 100644 --- a/src/gsiqt5/gsiDeclQMetaDataReaderControl.cc +++ b/src/gsiqt5/gsiDeclQMetaDataReaderControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaDataReaderControl.cc * diff --git a/src/gsiqt5/gsiDeclQMetaDataWriterControl.cc b/src/gsiqt5/gsiDeclQMetaDataWriterControl.cc index 18c35e6bb..a3d2326f6 100644 --- a/src/gsiqt5/gsiDeclQMetaDataWriterControl.cc +++ b/src/gsiqt5/gsiDeclQMetaDataWriterControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaDataWriterControl.cc * diff --git a/src/gsiqt5/gsiDeclQMetaEnum.cc b/src/gsiqt5/gsiDeclQMetaEnum.cc index 55020607b..3d63166ea 100644 --- a/src/gsiqt5/gsiDeclQMetaEnum.cc +++ b/src/gsiqt5/gsiDeclQMetaEnum.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaEnum.cc * diff --git a/src/gsiqt5/gsiDeclQMetaMethod.cc b/src/gsiqt5/gsiDeclQMetaMethod.cc index 44d6b5fe4..58239eaa4 100644 --- a/src/gsiqt5/gsiDeclQMetaMethod.cc +++ b/src/gsiqt5/gsiDeclQMetaMethod.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaMethod.cc * diff --git a/src/gsiqt5/gsiDeclQMetaObject.cc b/src/gsiqt5/gsiDeclQMetaObject.cc index dd89141f2..1a59d4ba0 100644 --- a/src/gsiqt5/gsiDeclQMetaObject.cc +++ b/src/gsiqt5/gsiDeclQMetaObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaObject.cc * diff --git a/src/gsiqt5/gsiDeclQMetaObject_Connection.cc b/src/gsiqt5/gsiDeclQMetaObject_Connection.cc index 546b7e6ad..2b900abab 100644 --- a/src/gsiqt5/gsiDeclQMetaObject_Connection.cc +++ b/src/gsiqt5/gsiDeclQMetaObject_Connection.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaObject_Connection.cc * diff --git a/src/gsiqt5/gsiDeclQMetaProperty.cc b/src/gsiqt5/gsiDeclQMetaProperty.cc index 51951ec5c..c798c08ac 100644 --- a/src/gsiqt5/gsiDeclQMetaProperty.cc +++ b/src/gsiqt5/gsiDeclQMetaProperty.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMetaProperty.cc * diff --git a/src/gsiqt5/gsiDeclQMimeData.cc b/src/gsiqt5/gsiDeclQMimeData.cc index 2776d736e..8a9a05f2e 100644 --- a/src/gsiqt5/gsiDeclQMimeData.cc +++ b/src/gsiqt5/gsiDeclQMimeData.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMimeData.cc * diff --git a/src/gsiqt5/gsiDeclQMimeDatabase.cc b/src/gsiqt5/gsiDeclQMimeDatabase.cc index 93f57c436..13d158f13 100644 --- a/src/gsiqt5/gsiDeclQMimeDatabase.cc +++ b/src/gsiqt5/gsiDeclQMimeDatabase.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMimeDatabase.cc * diff --git a/src/gsiqt5/gsiDeclQMimeType.cc b/src/gsiqt5/gsiDeclQMimeType.cc index 3d54ddb73..06d6e5680 100644 --- a/src/gsiqt5/gsiDeclQMimeType.cc +++ b/src/gsiqt5/gsiDeclQMimeType.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMimeType.cc * diff --git a/src/gsiqt5/gsiDeclQModelIndex.cc b/src/gsiqt5/gsiDeclQModelIndex.cc index 6c679bc82..619876231 100644 --- a/src/gsiqt5/gsiDeclQModelIndex.cc +++ b/src/gsiqt5/gsiDeclQModelIndex.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQModelIndex.cc * diff --git a/src/gsiqt5/gsiDeclQMouseEvent.cc b/src/gsiqt5/gsiDeclQMouseEvent.cc index 6034ef522..b7792b515 100644 --- a/src/gsiqt5/gsiDeclQMouseEvent.cc +++ b/src/gsiqt5/gsiDeclQMouseEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMouseEvent.cc * diff --git a/src/gsiqt5/gsiDeclQMoveEvent.cc b/src/gsiqt5/gsiDeclQMoveEvent.cc index ec0f5e0ac..c8ee298b2 100644 --- a/src/gsiqt5/gsiDeclQMoveEvent.cc +++ b/src/gsiqt5/gsiDeclQMoveEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMoveEvent.cc * diff --git a/src/gsiqt5/gsiDeclQMovie.cc b/src/gsiqt5/gsiDeclQMovie.cc index b048783ca..f03bfdb26 100644 --- a/src/gsiqt5/gsiDeclQMovie.cc +++ b/src/gsiqt5/gsiDeclQMovie.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMovie.cc * diff --git a/src/gsiqt5/gsiDeclQMultimedia.cc b/src/gsiqt5/gsiDeclQMultimedia.cc index dd7e85308..994f42265 100644 --- a/src/gsiqt5/gsiDeclQMultimedia.cc +++ b/src/gsiqt5/gsiDeclQMultimedia.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMultimedia.cc * diff --git a/src/gsiqt5/gsiDeclQMutex.cc b/src/gsiqt5/gsiDeclQMutex.cc index 3f08beceb..0c43068bd 100644 --- a/src/gsiqt5/gsiDeclQMutex.cc +++ b/src/gsiqt5/gsiDeclQMutex.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQMutex.cc * diff --git a/src/gsiqt5/gsiDeclQNativeGestureEvent.cc b/src/gsiqt5/gsiDeclQNativeGestureEvent.cc index bbf892245..3157f3ba7 100644 --- a/src/gsiqt5/gsiDeclQNativeGestureEvent.cc +++ b/src/gsiqt5/gsiDeclQNativeGestureEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNativeGestureEvent.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkAccessManager.cc b/src/gsiqt5/gsiDeclQNetworkAccessManager.cc index 766a6bfc0..4639e570f 100644 --- a/src/gsiqt5/gsiDeclQNetworkAccessManager.cc +++ b/src/gsiqt5/gsiDeclQNetworkAccessManager.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkAccessManager.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkAddressEntry.cc b/src/gsiqt5/gsiDeclQNetworkAddressEntry.cc index 91f63c194..93fb6d4cb 100644 --- a/src/gsiqt5/gsiDeclQNetworkAddressEntry.cc +++ b/src/gsiqt5/gsiDeclQNetworkAddressEntry.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkAddressEntry.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkCacheMetaData.cc b/src/gsiqt5/gsiDeclQNetworkCacheMetaData.cc index 31dfec9b0..ac854faa4 100644 --- a/src/gsiqt5/gsiDeclQNetworkCacheMetaData.cc +++ b/src/gsiqt5/gsiDeclQNetworkCacheMetaData.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkCacheMetaData.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkConfiguration.cc b/src/gsiqt5/gsiDeclQNetworkConfiguration.cc index cb7773ca2..f49356b3d 100644 --- a/src/gsiqt5/gsiDeclQNetworkConfiguration.cc +++ b/src/gsiqt5/gsiDeclQNetworkConfiguration.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkConfiguration.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkConfigurationManager.cc b/src/gsiqt5/gsiDeclQNetworkConfigurationManager.cc index a351ed486..a7e34bc0f 100644 --- a/src/gsiqt5/gsiDeclQNetworkConfigurationManager.cc +++ b/src/gsiqt5/gsiDeclQNetworkConfigurationManager.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkConfigurationManager.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkCookie.cc b/src/gsiqt5/gsiDeclQNetworkCookie.cc index ea7fdf774..ff080e205 100644 --- a/src/gsiqt5/gsiDeclQNetworkCookie.cc +++ b/src/gsiqt5/gsiDeclQNetworkCookie.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkCookie.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkCookieJar.cc b/src/gsiqt5/gsiDeclQNetworkCookieJar.cc index 05dac25c7..08f6933a0 100644 --- a/src/gsiqt5/gsiDeclQNetworkCookieJar.cc +++ b/src/gsiqt5/gsiDeclQNetworkCookieJar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkCookieJar.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkDiskCache.cc b/src/gsiqt5/gsiDeclQNetworkDiskCache.cc index 12f037933..bf6f8934a 100644 --- a/src/gsiqt5/gsiDeclQNetworkDiskCache.cc +++ b/src/gsiqt5/gsiDeclQNetworkDiskCache.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkDiskCache.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkInterface.cc b/src/gsiqt5/gsiDeclQNetworkInterface.cc index 14bd07428..efdff084f 100644 --- a/src/gsiqt5/gsiDeclQNetworkInterface.cc +++ b/src/gsiqt5/gsiDeclQNetworkInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkInterface.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkProxy.cc b/src/gsiqt5/gsiDeclQNetworkProxy.cc index 754975906..c9a491f2a 100644 --- a/src/gsiqt5/gsiDeclQNetworkProxy.cc +++ b/src/gsiqt5/gsiDeclQNetworkProxy.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkProxy.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkProxyFactory.cc b/src/gsiqt5/gsiDeclQNetworkProxyFactory.cc index ffc9c43ac..c5a7d8722 100644 --- a/src/gsiqt5/gsiDeclQNetworkProxyFactory.cc +++ b/src/gsiqt5/gsiDeclQNetworkProxyFactory.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkProxyFactory.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkProxyQuery.cc b/src/gsiqt5/gsiDeclQNetworkProxyQuery.cc index 74456ed32..9da602957 100644 --- a/src/gsiqt5/gsiDeclQNetworkProxyQuery.cc +++ b/src/gsiqt5/gsiDeclQNetworkProxyQuery.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkProxyQuery.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkReply.cc b/src/gsiqt5/gsiDeclQNetworkReply.cc index cbbbf3f25..f2f140458 100644 --- a/src/gsiqt5/gsiDeclQNetworkReply.cc +++ b/src/gsiqt5/gsiDeclQNetworkReply.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkReply.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkRequest.cc b/src/gsiqt5/gsiDeclQNetworkRequest.cc index b0c829967..a13220956 100644 --- a/src/gsiqt5/gsiDeclQNetworkRequest.cc +++ b/src/gsiqt5/gsiDeclQNetworkRequest.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkRequest.cc * diff --git a/src/gsiqt5/gsiDeclQNetworkSession.cc b/src/gsiqt5/gsiDeclQNetworkSession.cc index 1ac32c947..989a4da89 100644 --- a/src/gsiqt5/gsiDeclQNetworkSession.cc +++ b/src/gsiqt5/gsiDeclQNetworkSession.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNetworkSession.cc * diff --git a/src/gsiqt5/gsiDeclQNoDebug.cc b/src/gsiqt5/gsiDeclQNoDebug.cc index 8040dbba4..cd7b66b08 100644 --- a/src/gsiqt5/gsiDeclQNoDebug.cc +++ b/src/gsiqt5/gsiDeclQNoDebug.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQNoDebug.cc * diff --git a/src/gsiqt5/gsiDeclQObject.cc b/src/gsiqt5/gsiDeclQObject.cc index bfbb5736e..f6fcb3808 100644 --- a/src/gsiqt5/gsiDeclQObject.cc +++ b/src/gsiqt5/gsiDeclQObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQObject.cc * diff --git a/src/gsiqt5/gsiDeclQOffscreenSurface.cc b/src/gsiqt5/gsiDeclQOffscreenSurface.cc index e1b853409..a27ece9a7 100644 --- a/src/gsiqt5/gsiDeclQOffscreenSurface.cc +++ b/src/gsiqt5/gsiDeclQOffscreenSurface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQOffscreenSurface.cc * diff --git a/src/gsiqt5/gsiDeclQPageLayout.cc b/src/gsiqt5/gsiDeclQPageLayout.cc index 4916f071f..1b885ec07 100644 --- a/src/gsiqt5/gsiDeclQPageLayout.cc +++ b/src/gsiqt5/gsiDeclQPageLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPageLayout.cc * diff --git a/src/gsiqt5/gsiDeclQPageSetupDialog.cc b/src/gsiqt5/gsiDeclQPageSetupDialog.cc index 697fa8b04..8845c9be5 100644 --- a/src/gsiqt5/gsiDeclQPageSetupDialog.cc +++ b/src/gsiqt5/gsiDeclQPageSetupDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPageSetupDialog.cc * diff --git a/src/gsiqt5/gsiDeclQPageSize.cc b/src/gsiqt5/gsiDeclQPageSize.cc index f9137afd8..66777b04d 100644 --- a/src/gsiqt5/gsiDeclQPageSize.cc +++ b/src/gsiqt5/gsiDeclQPageSize.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPageSize.cc * diff --git a/src/gsiqt5/gsiDeclQPagedPaintDevice.cc b/src/gsiqt5/gsiDeclQPagedPaintDevice.cc index 00115162c..763dafc59 100644 --- a/src/gsiqt5/gsiDeclQPagedPaintDevice.cc +++ b/src/gsiqt5/gsiDeclQPagedPaintDevice.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPagedPaintDevice.cc * diff --git a/src/gsiqt5/gsiDeclQPagedPaintDevice_Margins.cc b/src/gsiqt5/gsiDeclQPagedPaintDevice_Margins.cc index edcffe221..bcd6369c5 100644 --- a/src/gsiqt5/gsiDeclQPagedPaintDevice_Margins.cc +++ b/src/gsiqt5/gsiDeclQPagedPaintDevice_Margins.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPagedPaintDevice_Margins.cc * diff --git a/src/gsiqt5/gsiDeclQPaintDevice.cc b/src/gsiqt5/gsiDeclQPaintDevice.cc index 32d579358..14e1184c0 100644 --- a/src/gsiqt5/gsiDeclQPaintDevice.cc +++ b/src/gsiqt5/gsiDeclQPaintDevice.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPaintDevice.cc * diff --git a/src/gsiqt5/gsiDeclQPaintDeviceWindow.cc b/src/gsiqt5/gsiDeclQPaintDeviceWindow.cc index a00eda79c..20601b261 100644 --- a/src/gsiqt5/gsiDeclQPaintDeviceWindow.cc +++ b/src/gsiqt5/gsiDeclQPaintDeviceWindow.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPaintDeviceWindow.cc * diff --git a/src/gsiqt5/gsiDeclQPaintEngine.cc b/src/gsiqt5/gsiDeclQPaintEngine.cc index 13d108788..4e912f5db 100644 --- a/src/gsiqt5/gsiDeclQPaintEngine.cc +++ b/src/gsiqt5/gsiDeclQPaintEngine.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPaintEngine.cc * diff --git a/src/gsiqt5/gsiDeclQPaintEngineState.cc b/src/gsiqt5/gsiDeclQPaintEngineState.cc index 87beb553b..a9af9a755 100644 --- a/src/gsiqt5/gsiDeclQPaintEngineState.cc +++ b/src/gsiqt5/gsiDeclQPaintEngineState.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPaintEngineState.cc * diff --git a/src/gsiqt5/gsiDeclQPaintEvent.cc b/src/gsiqt5/gsiDeclQPaintEvent.cc index a2cb602f9..72166f37c 100644 --- a/src/gsiqt5/gsiDeclQPaintEvent.cc +++ b/src/gsiqt5/gsiDeclQPaintEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPaintEvent.cc * diff --git a/src/gsiqt5/gsiDeclQPainter.cc b/src/gsiqt5/gsiDeclQPainter.cc index a34b5d289..c405bf39c 100644 --- a/src/gsiqt5/gsiDeclQPainter.cc +++ b/src/gsiqt5/gsiDeclQPainter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPainter.cc * diff --git a/src/gsiqt5/gsiDeclQPainterPath.cc b/src/gsiqt5/gsiDeclQPainterPath.cc index d6cf76656..fb40b2b2c 100644 --- a/src/gsiqt5/gsiDeclQPainterPath.cc +++ b/src/gsiqt5/gsiDeclQPainterPath.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPainterPath.cc * diff --git a/src/gsiqt5/gsiDeclQPainterPathStroker.cc b/src/gsiqt5/gsiDeclQPainterPathStroker.cc index 2f7b1da5e..7f9195d34 100644 --- a/src/gsiqt5/gsiDeclQPainterPathStroker.cc +++ b/src/gsiqt5/gsiDeclQPainterPathStroker.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPainterPathStroker.cc * diff --git a/src/gsiqt5/gsiDeclQPainterPath_Element.cc b/src/gsiqt5/gsiDeclQPainterPath_Element.cc index e377a064b..2236cacc7 100644 --- a/src/gsiqt5/gsiDeclQPainterPath_Element.cc +++ b/src/gsiqt5/gsiDeclQPainterPath_Element.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPainterPath_Element.cc * diff --git a/src/gsiqt5/gsiDeclQPainter_PixmapFragment.cc b/src/gsiqt5/gsiDeclQPainter_PixmapFragment.cc index cbc402453..88a7f8957 100644 --- a/src/gsiqt5/gsiDeclQPainter_PixmapFragment.cc +++ b/src/gsiqt5/gsiDeclQPainter_PixmapFragment.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPainter_PixmapFragment.cc * diff --git a/src/gsiqt5/gsiDeclQPalette.cc b/src/gsiqt5/gsiDeclQPalette.cc index 9754acf74..fc30e98e7 100644 --- a/src/gsiqt5/gsiDeclQPalette.cc +++ b/src/gsiqt5/gsiDeclQPalette.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPalette.cc * diff --git a/src/gsiqt5/gsiDeclQPanGesture.cc b/src/gsiqt5/gsiDeclQPanGesture.cc index 39f554710..ba36f143d 100644 --- a/src/gsiqt5/gsiDeclQPanGesture.cc +++ b/src/gsiqt5/gsiDeclQPanGesture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPanGesture.cc * diff --git a/src/gsiqt5/gsiDeclQParallelAnimationGroup.cc b/src/gsiqt5/gsiDeclQParallelAnimationGroup.cc index 5365d26cf..a285ed59c 100644 --- a/src/gsiqt5/gsiDeclQParallelAnimationGroup.cc +++ b/src/gsiqt5/gsiDeclQParallelAnimationGroup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQParallelAnimationGroup.cc * diff --git a/src/gsiqt5/gsiDeclQPauseAnimation.cc b/src/gsiqt5/gsiDeclQPauseAnimation.cc index f9e161137..9f7872a8b 100644 --- a/src/gsiqt5/gsiDeclQPauseAnimation.cc +++ b/src/gsiqt5/gsiDeclQPauseAnimation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPauseAnimation.cc * diff --git a/src/gsiqt5/gsiDeclQPdfWriter.cc b/src/gsiqt5/gsiDeclQPdfWriter.cc index 768ab04c1..476a64ef1 100644 --- a/src/gsiqt5/gsiDeclQPdfWriter.cc +++ b/src/gsiqt5/gsiDeclQPdfWriter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPdfWriter.cc * diff --git a/src/gsiqt5/gsiDeclQPen.cc b/src/gsiqt5/gsiDeclQPen.cc index 0ff106681..de05c2539 100644 --- a/src/gsiqt5/gsiDeclQPen.cc +++ b/src/gsiqt5/gsiDeclQPen.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPen.cc * diff --git a/src/gsiqt5/gsiDeclQPersistentModelIndex.cc b/src/gsiqt5/gsiDeclQPersistentModelIndex.cc index d5f8b834f..229d776a6 100644 --- a/src/gsiqt5/gsiDeclQPersistentModelIndex.cc +++ b/src/gsiqt5/gsiDeclQPersistentModelIndex.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPersistentModelIndex.cc * diff --git a/src/gsiqt5/gsiDeclQPicture.cc b/src/gsiqt5/gsiDeclQPicture.cc index 80e6abef5..8283790c5 100644 --- a/src/gsiqt5/gsiDeclQPicture.cc +++ b/src/gsiqt5/gsiDeclQPicture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPicture.cc * diff --git a/src/gsiqt5/gsiDeclQPictureFormatPlugin.cc b/src/gsiqt5/gsiDeclQPictureFormatPlugin.cc index 386bc36f1..2b4fce3cd 100644 --- a/src/gsiqt5/gsiDeclQPictureFormatPlugin.cc +++ b/src/gsiqt5/gsiDeclQPictureFormatPlugin.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPictureFormatPlugin.cc * diff --git a/src/gsiqt5/gsiDeclQPinchGesture.cc b/src/gsiqt5/gsiDeclQPinchGesture.cc index fc57a15fc..1172fa0fc 100644 --- a/src/gsiqt5/gsiDeclQPinchGesture.cc +++ b/src/gsiqt5/gsiDeclQPinchGesture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPinchGesture.cc * diff --git a/src/gsiqt5/gsiDeclQPixelFormat.cc b/src/gsiqt5/gsiDeclQPixelFormat.cc index eccbc5674..8b20c1a48 100644 --- a/src/gsiqt5/gsiDeclQPixelFormat.cc +++ b/src/gsiqt5/gsiDeclQPixelFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPixelFormat.cc * diff --git a/src/gsiqt5/gsiDeclQPixmap.cc b/src/gsiqt5/gsiDeclQPixmap.cc index ba89b4239..8a5245fde 100644 --- a/src/gsiqt5/gsiDeclQPixmap.cc +++ b/src/gsiqt5/gsiDeclQPixmap.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPixmap.cc * diff --git a/src/gsiqt5/gsiDeclQPixmapCache.cc b/src/gsiqt5/gsiDeclQPixmapCache.cc index e4be6d9c2..170284a75 100644 --- a/src/gsiqt5/gsiDeclQPixmapCache.cc +++ b/src/gsiqt5/gsiDeclQPixmapCache.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPixmapCache.cc * diff --git a/src/gsiqt5/gsiDeclQPlainTextDocumentLayout.cc b/src/gsiqt5/gsiDeclQPlainTextDocumentLayout.cc index 9f461337f..42640991c 100644 --- a/src/gsiqt5/gsiDeclQPlainTextDocumentLayout.cc +++ b/src/gsiqt5/gsiDeclQPlainTextDocumentLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPlainTextDocumentLayout.cc * diff --git a/src/gsiqt5/gsiDeclQPlainTextEdit.cc b/src/gsiqt5/gsiDeclQPlainTextEdit.cc index 49df6254a..5513a0f61 100644 --- a/src/gsiqt5/gsiDeclQPlainTextEdit.cc +++ b/src/gsiqt5/gsiDeclQPlainTextEdit.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPlainTextEdit.cc * diff --git a/src/gsiqt5/gsiDeclQPlatformSurfaceEvent.cc b/src/gsiqt5/gsiDeclQPlatformSurfaceEvent.cc index 5e5cd5bf1..bf7e1a408 100644 --- a/src/gsiqt5/gsiDeclQPlatformSurfaceEvent.cc +++ b/src/gsiqt5/gsiDeclQPlatformSurfaceEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPlatformSurfaceEvent.cc * diff --git a/src/gsiqt5/gsiDeclQPluginLoader.cc b/src/gsiqt5/gsiDeclQPluginLoader.cc index 8dda2161c..2ca8a20ac 100644 --- a/src/gsiqt5/gsiDeclQPluginLoader.cc +++ b/src/gsiqt5/gsiDeclQPluginLoader.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPluginLoader.cc * diff --git a/src/gsiqt5/gsiDeclQPoint.cc b/src/gsiqt5/gsiDeclQPoint.cc index 0551af1c3..3865132d0 100644 --- a/src/gsiqt5/gsiDeclQPoint.cc +++ b/src/gsiqt5/gsiDeclQPoint.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPoint.cc * diff --git a/src/gsiqt5/gsiDeclQPointF.cc b/src/gsiqt5/gsiDeclQPointF.cc index 77499a9cc..10b18ad59 100644 --- a/src/gsiqt5/gsiDeclQPointF.cc +++ b/src/gsiqt5/gsiDeclQPointF.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPointF.cc * diff --git a/src/gsiqt5/gsiDeclQPolygon.cc b/src/gsiqt5/gsiDeclQPolygon.cc index 7fe6973da..8d337f41c 100644 --- a/src/gsiqt5/gsiDeclQPolygon.cc +++ b/src/gsiqt5/gsiDeclQPolygon.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPolygon.cc * diff --git a/src/gsiqt5/gsiDeclQPolygonF.cc b/src/gsiqt5/gsiDeclQPolygonF.cc index 3c6173309..1c9fe0cb6 100644 --- a/src/gsiqt5/gsiDeclQPolygonF.cc +++ b/src/gsiqt5/gsiDeclQPolygonF.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPolygonF.cc * diff --git a/src/gsiqt5/gsiDeclQPrintDialog.cc b/src/gsiqt5/gsiDeclQPrintDialog.cc index a018b9cb4..5075b587e 100644 --- a/src/gsiqt5/gsiDeclQPrintDialog.cc +++ b/src/gsiqt5/gsiDeclQPrintDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPrintDialog.cc * diff --git a/src/gsiqt5/gsiDeclQPrintEngine.cc b/src/gsiqt5/gsiDeclQPrintEngine.cc index 0db298ecd..71927d553 100644 --- a/src/gsiqt5/gsiDeclQPrintEngine.cc +++ b/src/gsiqt5/gsiDeclQPrintEngine.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPrintEngine.cc * diff --git a/src/gsiqt5/gsiDeclQPrintPreviewDialog.cc b/src/gsiqt5/gsiDeclQPrintPreviewDialog.cc index e42a8c89c..b9fc08d6b 100644 --- a/src/gsiqt5/gsiDeclQPrintPreviewDialog.cc +++ b/src/gsiqt5/gsiDeclQPrintPreviewDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPrintPreviewDialog.cc * diff --git a/src/gsiqt5/gsiDeclQPrintPreviewWidget.cc b/src/gsiqt5/gsiDeclQPrintPreviewWidget.cc index befe18836..74b717802 100644 --- a/src/gsiqt5/gsiDeclQPrintPreviewWidget.cc +++ b/src/gsiqt5/gsiDeclQPrintPreviewWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPrintPreviewWidget.cc * diff --git a/src/gsiqt5/gsiDeclQPrinter.cc b/src/gsiqt5/gsiDeclQPrinter.cc index 6255bec01..af4881a8b 100644 --- a/src/gsiqt5/gsiDeclQPrinter.cc +++ b/src/gsiqt5/gsiDeclQPrinter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPrinter.cc * diff --git a/src/gsiqt5/gsiDeclQPrinterInfo.cc b/src/gsiqt5/gsiDeclQPrinterInfo.cc index 9a6d1de33..b6525dde9 100644 --- a/src/gsiqt5/gsiDeclQPrinterInfo.cc +++ b/src/gsiqt5/gsiDeclQPrinterInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPrinterInfo.cc * diff --git a/src/gsiqt5/gsiDeclQProcess.cc b/src/gsiqt5/gsiDeclQProcess.cc index 6e69e3bff..98a5fe580 100644 --- a/src/gsiqt5/gsiDeclQProcess.cc +++ b/src/gsiqt5/gsiDeclQProcess.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQProcess.cc * diff --git a/src/gsiqt5/gsiDeclQProcessEnvironment.cc b/src/gsiqt5/gsiDeclQProcessEnvironment.cc index 5a37ecd43..67dd3779c 100644 --- a/src/gsiqt5/gsiDeclQProcessEnvironment.cc +++ b/src/gsiqt5/gsiDeclQProcessEnvironment.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQProcessEnvironment.cc * diff --git a/src/gsiqt5/gsiDeclQProgressBar.cc b/src/gsiqt5/gsiDeclQProgressBar.cc index e493ba001..db169cf44 100644 --- a/src/gsiqt5/gsiDeclQProgressBar.cc +++ b/src/gsiqt5/gsiDeclQProgressBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQProgressBar.cc * diff --git a/src/gsiqt5/gsiDeclQProgressDialog.cc b/src/gsiqt5/gsiDeclQProgressDialog.cc index 85a19b2e6..08af2f247 100644 --- a/src/gsiqt5/gsiDeclQProgressDialog.cc +++ b/src/gsiqt5/gsiDeclQProgressDialog.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQProgressDialog.cc * diff --git a/src/gsiqt5/gsiDeclQPropertyAnimation.cc b/src/gsiqt5/gsiDeclQPropertyAnimation.cc index efce09acc..84d6d0854 100644 --- a/src/gsiqt5/gsiDeclQPropertyAnimation.cc +++ b/src/gsiqt5/gsiDeclQPropertyAnimation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPropertyAnimation.cc * diff --git a/src/gsiqt5/gsiDeclQPushButton.cc b/src/gsiqt5/gsiDeclQPushButton.cc index 3debfcaf1..d187330bf 100644 --- a/src/gsiqt5/gsiDeclQPushButton.cc +++ b/src/gsiqt5/gsiDeclQPushButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQPushButton.cc * diff --git a/src/gsiqt5/gsiDeclQQuaternion.cc b/src/gsiqt5/gsiDeclQQuaternion.cc index 1981c6dec..c1414dbde 100644 --- a/src/gsiqt5/gsiDeclQQuaternion.cc +++ b/src/gsiqt5/gsiDeclQQuaternion.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQQuaternion.cc * diff --git a/src/gsiqt5/gsiDeclQRadialGradient.cc b/src/gsiqt5/gsiDeclQRadialGradient.cc index 3562fbe21..7477642f3 100644 --- a/src/gsiqt5/gsiDeclQRadialGradient.cc +++ b/src/gsiqt5/gsiDeclQRadialGradient.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRadialGradient.cc * diff --git a/src/gsiqt5/gsiDeclQRadioButton.cc b/src/gsiqt5/gsiDeclQRadioButton.cc index 9ec240c05..37e19bad6 100644 --- a/src/gsiqt5/gsiDeclQRadioButton.cc +++ b/src/gsiqt5/gsiDeclQRadioButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRadioButton.cc * diff --git a/src/gsiqt5/gsiDeclQRadioData.cc b/src/gsiqt5/gsiDeclQRadioData.cc index a3a463a88..deb557331 100644 --- a/src/gsiqt5/gsiDeclQRadioData.cc +++ b/src/gsiqt5/gsiDeclQRadioData.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRadioData.cc * diff --git a/src/gsiqt5/gsiDeclQRadioDataControl.cc b/src/gsiqt5/gsiDeclQRadioDataControl.cc index 6bce2cc8e..8bd94e7b3 100644 --- a/src/gsiqt5/gsiDeclQRadioDataControl.cc +++ b/src/gsiqt5/gsiDeclQRadioDataControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRadioDataControl.cc * diff --git a/src/gsiqt5/gsiDeclQRadioTuner.cc b/src/gsiqt5/gsiDeclQRadioTuner.cc index 9745b7782..2fa69d22c 100644 --- a/src/gsiqt5/gsiDeclQRadioTuner.cc +++ b/src/gsiqt5/gsiDeclQRadioTuner.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRadioTuner.cc * diff --git a/src/gsiqt5/gsiDeclQRadioTunerControl.cc b/src/gsiqt5/gsiDeclQRadioTunerControl.cc index 3feee874b..e0ca0e692 100644 --- a/src/gsiqt5/gsiDeclQRadioTunerControl.cc +++ b/src/gsiqt5/gsiDeclQRadioTunerControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRadioTunerControl.cc * diff --git a/src/gsiqt5/gsiDeclQRasterWindow.cc b/src/gsiqt5/gsiDeclQRasterWindow.cc index 0c3f975f1..b89d34b9a 100644 --- a/src/gsiqt5/gsiDeclQRasterWindow.cc +++ b/src/gsiqt5/gsiDeclQRasterWindow.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRasterWindow.cc * diff --git a/src/gsiqt5/gsiDeclQRawFont.cc b/src/gsiqt5/gsiDeclQRawFont.cc index e98565d70..901e2f95e 100644 --- a/src/gsiqt5/gsiDeclQRawFont.cc +++ b/src/gsiqt5/gsiDeclQRawFont.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRawFont.cc * diff --git a/src/gsiqt5/gsiDeclQReadLocker.cc b/src/gsiqt5/gsiDeclQReadLocker.cc index 27e5f798e..0bff598dc 100644 --- a/src/gsiqt5/gsiDeclQReadLocker.cc +++ b/src/gsiqt5/gsiDeclQReadLocker.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQReadLocker.cc * diff --git a/src/gsiqt5/gsiDeclQReadWriteLock.cc b/src/gsiqt5/gsiDeclQReadWriteLock.cc index 5f55fe892..2f9083e42 100644 --- a/src/gsiqt5/gsiDeclQReadWriteLock.cc +++ b/src/gsiqt5/gsiDeclQReadWriteLock.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQReadWriteLock.cc * diff --git a/src/gsiqt5/gsiDeclQRect.cc b/src/gsiqt5/gsiDeclQRect.cc index e86d6724d..50b7e5acc 100644 --- a/src/gsiqt5/gsiDeclQRect.cc +++ b/src/gsiqt5/gsiDeclQRect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRect.cc * diff --git a/src/gsiqt5/gsiDeclQRectF.cc b/src/gsiqt5/gsiDeclQRectF.cc index 16a62c7a0..718fc3840 100644 --- a/src/gsiqt5/gsiDeclQRectF.cc +++ b/src/gsiqt5/gsiDeclQRectF.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRectF.cc * diff --git a/src/gsiqt5/gsiDeclQRegExp.cc b/src/gsiqt5/gsiDeclQRegExp.cc index 9e7df3922..d868a5fdb 100644 --- a/src/gsiqt5/gsiDeclQRegExp.cc +++ b/src/gsiqt5/gsiDeclQRegExp.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRegExp.cc * diff --git a/src/gsiqt5/gsiDeclQRegExpValidator.cc b/src/gsiqt5/gsiDeclQRegExpValidator.cc index 78943e4a8..ca2160af9 100644 --- a/src/gsiqt5/gsiDeclQRegExpValidator.cc +++ b/src/gsiqt5/gsiDeclQRegExpValidator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRegExpValidator.cc * diff --git a/src/gsiqt5/gsiDeclQRegion.cc b/src/gsiqt5/gsiDeclQRegion.cc index b3e1da2b7..f76dedd91 100644 --- a/src/gsiqt5/gsiDeclQRegion.cc +++ b/src/gsiqt5/gsiDeclQRegion.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRegion.cc * diff --git a/src/gsiqt5/gsiDeclQRegularExpression.cc b/src/gsiqt5/gsiDeclQRegularExpression.cc index edf0de3f1..51f603ae1 100644 --- a/src/gsiqt5/gsiDeclQRegularExpression.cc +++ b/src/gsiqt5/gsiDeclQRegularExpression.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRegularExpression.cc * diff --git a/src/gsiqt5/gsiDeclQRegularExpressionMatch.cc b/src/gsiqt5/gsiDeclQRegularExpressionMatch.cc index e8c2064f6..fbb7e7976 100644 --- a/src/gsiqt5/gsiDeclQRegularExpressionMatch.cc +++ b/src/gsiqt5/gsiDeclQRegularExpressionMatch.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRegularExpressionMatch.cc * diff --git a/src/gsiqt5/gsiDeclQRegularExpressionMatchIterator.cc b/src/gsiqt5/gsiDeclQRegularExpressionMatchIterator.cc index aba89b1aa..9b0e31c78 100644 --- a/src/gsiqt5/gsiDeclQRegularExpressionMatchIterator.cc +++ b/src/gsiqt5/gsiDeclQRegularExpressionMatchIterator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRegularExpressionMatchIterator.cc * diff --git a/src/gsiqt5/gsiDeclQRegularExpressionValidator.cc b/src/gsiqt5/gsiDeclQRegularExpressionValidator.cc index 276014599..f51f01783 100644 --- a/src/gsiqt5/gsiDeclQRegularExpressionValidator.cc +++ b/src/gsiqt5/gsiDeclQRegularExpressionValidator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRegularExpressionValidator.cc * diff --git a/src/gsiqt5/gsiDeclQResizeEvent.cc b/src/gsiqt5/gsiDeclQResizeEvent.cc index 2359c8423..d821ce473 100644 --- a/src/gsiqt5/gsiDeclQResizeEvent.cc +++ b/src/gsiqt5/gsiDeclQResizeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQResizeEvent.cc * diff --git a/src/gsiqt5/gsiDeclQResource.cc b/src/gsiqt5/gsiDeclQResource.cc index e60f2d2bb..7b343f9c2 100644 --- a/src/gsiqt5/gsiDeclQResource.cc +++ b/src/gsiqt5/gsiDeclQResource.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQResource.cc * diff --git a/src/gsiqt5/gsiDeclQRubberBand.cc b/src/gsiqt5/gsiDeclQRubberBand.cc index 2665d589d..5280917ad 100644 --- a/src/gsiqt5/gsiDeclQRubberBand.cc +++ b/src/gsiqt5/gsiDeclQRubberBand.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRubberBand.cc * diff --git a/src/gsiqt5/gsiDeclQRunnable.cc b/src/gsiqt5/gsiDeclQRunnable.cc index 521562525..9f159ca35 100644 --- a/src/gsiqt5/gsiDeclQRunnable.cc +++ b/src/gsiqt5/gsiDeclQRunnable.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQRunnable.cc * diff --git a/src/gsiqt5/gsiDeclQSaveFile.cc b/src/gsiqt5/gsiDeclQSaveFile.cc index 09e88d26c..9afa33ded 100644 --- a/src/gsiqt5/gsiDeclQSaveFile.cc +++ b/src/gsiqt5/gsiDeclQSaveFile.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSaveFile.cc * diff --git a/src/gsiqt5/gsiDeclQScreen.cc b/src/gsiqt5/gsiDeclQScreen.cc index 4230812dc..3ef87bca1 100644 --- a/src/gsiqt5/gsiDeclQScreen.cc +++ b/src/gsiqt5/gsiDeclQScreen.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQScreen.cc * diff --git a/src/gsiqt5/gsiDeclQScreenOrientationChangeEvent.cc b/src/gsiqt5/gsiDeclQScreenOrientationChangeEvent.cc index e22972eef..290363411 100644 --- a/src/gsiqt5/gsiDeclQScreenOrientationChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQScreenOrientationChangeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQScreenOrientationChangeEvent.cc * diff --git a/src/gsiqt5/gsiDeclQScrollArea.cc b/src/gsiqt5/gsiDeclQScrollArea.cc index ac2a0b58a..9cebcb30e 100644 --- a/src/gsiqt5/gsiDeclQScrollArea.cc +++ b/src/gsiqt5/gsiDeclQScrollArea.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQScrollArea.cc * diff --git a/src/gsiqt5/gsiDeclQScrollBar.cc b/src/gsiqt5/gsiDeclQScrollBar.cc index d7ccbfe1f..8af3ed038 100644 --- a/src/gsiqt5/gsiDeclQScrollBar.cc +++ b/src/gsiqt5/gsiDeclQScrollBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQScrollBar.cc * diff --git a/src/gsiqt5/gsiDeclQScrollEvent.cc b/src/gsiqt5/gsiDeclQScrollEvent.cc index 0ccf324ad..1c058c4e4 100644 --- a/src/gsiqt5/gsiDeclQScrollEvent.cc +++ b/src/gsiqt5/gsiDeclQScrollEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQScrollEvent.cc * diff --git a/src/gsiqt5/gsiDeclQScrollPrepareEvent.cc b/src/gsiqt5/gsiDeclQScrollPrepareEvent.cc index c0db14b2a..f5cfa602b 100644 --- a/src/gsiqt5/gsiDeclQScrollPrepareEvent.cc +++ b/src/gsiqt5/gsiDeclQScrollPrepareEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQScrollPrepareEvent.cc * diff --git a/src/gsiqt5/gsiDeclQScroller.cc b/src/gsiqt5/gsiDeclQScroller.cc index 2b9e0bc7a..4defb542b 100644 --- a/src/gsiqt5/gsiDeclQScroller.cc +++ b/src/gsiqt5/gsiDeclQScroller.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQScroller.cc * diff --git a/src/gsiqt5/gsiDeclQScrollerProperties.cc b/src/gsiqt5/gsiDeclQScrollerProperties.cc index ae374428a..682def54b 100644 --- a/src/gsiqt5/gsiDeclQScrollerProperties.cc +++ b/src/gsiqt5/gsiDeclQScrollerProperties.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQScrollerProperties.cc * diff --git a/src/gsiqt5/gsiDeclQSemaphore.cc b/src/gsiqt5/gsiDeclQSemaphore.cc index a0f436bd0..cfa52a693 100644 --- a/src/gsiqt5/gsiDeclQSemaphore.cc +++ b/src/gsiqt5/gsiDeclQSemaphore.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSemaphore.cc * diff --git a/src/gsiqt5/gsiDeclQSequentialAnimationGroup.cc b/src/gsiqt5/gsiDeclQSequentialAnimationGroup.cc index c4e53be18..32e742079 100644 --- a/src/gsiqt5/gsiDeclQSequentialAnimationGroup.cc +++ b/src/gsiqt5/gsiDeclQSequentialAnimationGroup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSequentialAnimationGroup.cc * diff --git a/src/gsiqt5/gsiDeclQSequentialIterable.cc b/src/gsiqt5/gsiDeclQSequentialIterable.cc index b2285c18e..2cd58542c 100644 --- a/src/gsiqt5/gsiDeclQSequentialIterable.cc +++ b/src/gsiqt5/gsiDeclQSequentialIterable.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSequentialIterable.cc * diff --git a/src/gsiqt5/gsiDeclQSessionManager.cc b/src/gsiqt5/gsiDeclQSessionManager.cc index 7f16bb93b..0f75d2e69 100644 --- a/src/gsiqt5/gsiDeclQSessionManager.cc +++ b/src/gsiqt5/gsiDeclQSessionManager.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSessionManager.cc * diff --git a/src/gsiqt5/gsiDeclQSettings.cc b/src/gsiqt5/gsiDeclQSettings.cc index f81da7932..b42fce20e 100644 --- a/src/gsiqt5/gsiDeclQSettings.cc +++ b/src/gsiqt5/gsiDeclQSettings.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSettings.cc * diff --git a/src/gsiqt5/gsiDeclQSharedMemory.cc b/src/gsiqt5/gsiDeclQSharedMemory.cc index c66711cd0..b45ec8485 100644 --- a/src/gsiqt5/gsiDeclQSharedMemory.cc +++ b/src/gsiqt5/gsiDeclQSharedMemory.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSharedMemory.cc * diff --git a/src/gsiqt5/gsiDeclQShortcut.cc b/src/gsiqt5/gsiDeclQShortcut.cc index 85c9f2c9e..b63b50ddb 100644 --- a/src/gsiqt5/gsiDeclQShortcut.cc +++ b/src/gsiqt5/gsiDeclQShortcut.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQShortcut.cc * diff --git a/src/gsiqt5/gsiDeclQShortcutEvent.cc b/src/gsiqt5/gsiDeclQShortcutEvent.cc index c5016a9ee..0bf93e870 100644 --- a/src/gsiqt5/gsiDeclQShortcutEvent.cc +++ b/src/gsiqt5/gsiDeclQShortcutEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQShortcutEvent.cc * diff --git a/src/gsiqt5/gsiDeclQShowEvent.cc b/src/gsiqt5/gsiDeclQShowEvent.cc index 1bb69ee81..8ed76ef34 100644 --- a/src/gsiqt5/gsiDeclQShowEvent.cc +++ b/src/gsiqt5/gsiDeclQShowEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQShowEvent.cc * diff --git a/src/gsiqt5/gsiDeclQSignalBlocker.cc b/src/gsiqt5/gsiDeclQSignalBlocker.cc index 4ce2b0969..92b9350b6 100644 --- a/src/gsiqt5/gsiDeclQSignalBlocker.cc +++ b/src/gsiqt5/gsiDeclQSignalBlocker.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSignalBlocker.cc * diff --git a/src/gsiqt5/gsiDeclQSignalMapper.cc b/src/gsiqt5/gsiDeclQSignalMapper.cc index 24d5de2d7..e867ff890 100644 --- a/src/gsiqt5/gsiDeclQSignalMapper.cc +++ b/src/gsiqt5/gsiDeclQSignalMapper.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSignalMapper.cc * diff --git a/src/gsiqt5/gsiDeclQSignalTransition.cc b/src/gsiqt5/gsiDeclQSignalTransition.cc index 2ff4a3c9d..a652eb246 100644 --- a/src/gsiqt5/gsiDeclQSignalTransition.cc +++ b/src/gsiqt5/gsiDeclQSignalTransition.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSignalTransition.cc * diff --git a/src/gsiqt5/gsiDeclQSimpleXmlNodeModel.cc b/src/gsiqt5/gsiDeclQSimpleXmlNodeModel.cc index 801cd720b..127495c82 100644 --- a/src/gsiqt5/gsiDeclQSimpleXmlNodeModel.cc +++ b/src/gsiqt5/gsiDeclQSimpleXmlNodeModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSimpleXmlNodeModel.cc * diff --git a/src/gsiqt5/gsiDeclQSize.cc b/src/gsiqt5/gsiDeclQSize.cc index fd02cda83..7d1b248f2 100644 --- a/src/gsiqt5/gsiDeclQSize.cc +++ b/src/gsiqt5/gsiDeclQSize.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSize.cc * diff --git a/src/gsiqt5/gsiDeclQSizeF.cc b/src/gsiqt5/gsiDeclQSizeF.cc index 20aaa01a2..f83915d5b 100644 --- a/src/gsiqt5/gsiDeclQSizeF.cc +++ b/src/gsiqt5/gsiDeclQSizeF.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSizeF.cc * diff --git a/src/gsiqt5/gsiDeclQSizeGrip.cc b/src/gsiqt5/gsiDeclQSizeGrip.cc index 57d746730..097b0be3e 100644 --- a/src/gsiqt5/gsiDeclQSizeGrip.cc +++ b/src/gsiqt5/gsiDeclQSizeGrip.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSizeGrip.cc * diff --git a/src/gsiqt5/gsiDeclQSizePolicy.cc b/src/gsiqt5/gsiDeclQSizePolicy.cc index 205dd0ed8..9c0b242fe 100644 --- a/src/gsiqt5/gsiDeclQSizePolicy.cc +++ b/src/gsiqt5/gsiDeclQSizePolicy.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSizePolicy.cc * diff --git a/src/gsiqt5/gsiDeclQSlider.cc b/src/gsiqt5/gsiDeclQSlider.cc index 117291526..c3eac8c80 100644 --- a/src/gsiqt5/gsiDeclQSlider.cc +++ b/src/gsiqt5/gsiDeclQSlider.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSlider.cc * diff --git a/src/gsiqt5/gsiDeclQSocketNotifier.cc b/src/gsiqt5/gsiDeclQSocketNotifier.cc index f5173813c..3cb6776e7 100644 --- a/src/gsiqt5/gsiDeclQSocketNotifier.cc +++ b/src/gsiqt5/gsiDeclQSocketNotifier.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSocketNotifier.cc * diff --git a/src/gsiqt5/gsiDeclQSortFilterProxyModel.cc b/src/gsiqt5/gsiDeclQSortFilterProxyModel.cc index 64999e4fe..787bd0815 100644 --- a/src/gsiqt5/gsiDeclQSortFilterProxyModel.cc +++ b/src/gsiqt5/gsiDeclQSortFilterProxyModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSortFilterProxyModel.cc * diff --git a/src/gsiqt5/gsiDeclQSound.cc b/src/gsiqt5/gsiDeclQSound.cc index 17896834b..1be18e5b4 100644 --- a/src/gsiqt5/gsiDeclQSound.cc +++ b/src/gsiqt5/gsiDeclQSound.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSound.cc * diff --git a/src/gsiqt5/gsiDeclQSoundEffect.cc b/src/gsiqt5/gsiDeclQSoundEffect.cc index fb35836c2..e7a4048dd 100644 --- a/src/gsiqt5/gsiDeclQSoundEffect.cc +++ b/src/gsiqt5/gsiDeclQSoundEffect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSoundEffect.cc * diff --git a/src/gsiqt5/gsiDeclQSourceLocation.cc b/src/gsiqt5/gsiDeclQSourceLocation.cc index 047f05389..daf9b330c 100644 --- a/src/gsiqt5/gsiDeclQSourceLocation.cc +++ b/src/gsiqt5/gsiDeclQSourceLocation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSourceLocation.cc * diff --git a/src/gsiqt5/gsiDeclQSpacerItem.cc b/src/gsiqt5/gsiDeclQSpacerItem.cc index 1160c7bdd..c7f391800 100644 --- a/src/gsiqt5/gsiDeclQSpacerItem.cc +++ b/src/gsiqt5/gsiDeclQSpacerItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSpacerItem.cc * diff --git a/src/gsiqt5/gsiDeclQSpinBox.cc b/src/gsiqt5/gsiDeclQSpinBox.cc index 55db0c980..a7a212b8a 100644 --- a/src/gsiqt5/gsiDeclQSpinBox.cc +++ b/src/gsiqt5/gsiDeclQSpinBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSpinBox.cc * diff --git a/src/gsiqt5/gsiDeclQSplashScreen.cc b/src/gsiqt5/gsiDeclQSplashScreen.cc index 244c64889..0cd2c3861 100644 --- a/src/gsiqt5/gsiDeclQSplashScreen.cc +++ b/src/gsiqt5/gsiDeclQSplashScreen.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSplashScreen.cc * diff --git a/src/gsiqt5/gsiDeclQSplitter.cc b/src/gsiqt5/gsiDeclQSplitter.cc index 66f68a989..dbae34a40 100644 --- a/src/gsiqt5/gsiDeclQSplitter.cc +++ b/src/gsiqt5/gsiDeclQSplitter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSplitter.cc * diff --git a/src/gsiqt5/gsiDeclQSplitterHandle.cc b/src/gsiqt5/gsiDeclQSplitterHandle.cc index 6675d25d1..b2e19f9a2 100644 --- a/src/gsiqt5/gsiDeclQSplitterHandle.cc +++ b/src/gsiqt5/gsiDeclQSplitterHandle.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSplitterHandle.cc * diff --git a/src/gsiqt5/gsiDeclQSql.cc b/src/gsiqt5/gsiDeclQSql.cc index b6103c08b..438a64b70 100644 --- a/src/gsiqt5/gsiDeclQSql.cc +++ b/src/gsiqt5/gsiDeclQSql.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSql.cc * diff --git a/src/gsiqt5/gsiDeclQSqlDatabase.cc b/src/gsiqt5/gsiDeclQSqlDatabase.cc index 1d120253d..b58813bba 100644 --- a/src/gsiqt5/gsiDeclQSqlDatabase.cc +++ b/src/gsiqt5/gsiDeclQSqlDatabase.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlDatabase.cc * diff --git a/src/gsiqt5/gsiDeclQSqlDriver.cc b/src/gsiqt5/gsiDeclQSqlDriver.cc index 04759b167..0d141da75 100644 --- a/src/gsiqt5/gsiDeclQSqlDriver.cc +++ b/src/gsiqt5/gsiDeclQSqlDriver.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlDriver.cc * diff --git a/src/gsiqt5/gsiDeclQSqlDriverCreatorBase.cc b/src/gsiqt5/gsiDeclQSqlDriverCreatorBase.cc index 7038049f5..e728f7911 100644 --- a/src/gsiqt5/gsiDeclQSqlDriverCreatorBase.cc +++ b/src/gsiqt5/gsiDeclQSqlDriverCreatorBase.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlDriverCreatorBase.cc * diff --git a/src/gsiqt5/gsiDeclQSqlError.cc b/src/gsiqt5/gsiDeclQSqlError.cc index 39ea6453b..66c80c7e2 100644 --- a/src/gsiqt5/gsiDeclQSqlError.cc +++ b/src/gsiqt5/gsiDeclQSqlError.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlError.cc * diff --git a/src/gsiqt5/gsiDeclQSqlField.cc b/src/gsiqt5/gsiDeclQSqlField.cc index 70c98377e..843b1f035 100644 --- a/src/gsiqt5/gsiDeclQSqlField.cc +++ b/src/gsiqt5/gsiDeclQSqlField.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlField.cc * diff --git a/src/gsiqt5/gsiDeclQSqlIndex.cc b/src/gsiqt5/gsiDeclQSqlIndex.cc index 3514e8bde..0fe8c48cf 100644 --- a/src/gsiqt5/gsiDeclQSqlIndex.cc +++ b/src/gsiqt5/gsiDeclQSqlIndex.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlIndex.cc * diff --git a/src/gsiqt5/gsiDeclQSqlQuery.cc b/src/gsiqt5/gsiDeclQSqlQuery.cc index 39ebfd9bd..482a239f4 100644 --- a/src/gsiqt5/gsiDeclQSqlQuery.cc +++ b/src/gsiqt5/gsiDeclQSqlQuery.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlQuery.cc * diff --git a/src/gsiqt5/gsiDeclQSqlQueryModel.cc b/src/gsiqt5/gsiDeclQSqlQueryModel.cc index da233498a..b26427025 100644 --- a/src/gsiqt5/gsiDeclQSqlQueryModel.cc +++ b/src/gsiqt5/gsiDeclQSqlQueryModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlQueryModel.cc * diff --git a/src/gsiqt5/gsiDeclQSqlRecord.cc b/src/gsiqt5/gsiDeclQSqlRecord.cc index c06960fcb..5f1e03a60 100644 --- a/src/gsiqt5/gsiDeclQSqlRecord.cc +++ b/src/gsiqt5/gsiDeclQSqlRecord.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlRecord.cc * diff --git a/src/gsiqt5/gsiDeclQSqlRelation.cc b/src/gsiqt5/gsiDeclQSqlRelation.cc index ba97993f0..b4ef9f4a6 100644 --- a/src/gsiqt5/gsiDeclQSqlRelation.cc +++ b/src/gsiqt5/gsiDeclQSqlRelation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlRelation.cc * diff --git a/src/gsiqt5/gsiDeclQSqlRelationalTableModel.cc b/src/gsiqt5/gsiDeclQSqlRelationalTableModel.cc index ff9da7d0c..3aad2e2ae 100644 --- a/src/gsiqt5/gsiDeclQSqlRelationalTableModel.cc +++ b/src/gsiqt5/gsiDeclQSqlRelationalTableModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlRelationalTableModel.cc * diff --git a/src/gsiqt5/gsiDeclQSqlResult.cc b/src/gsiqt5/gsiDeclQSqlResult.cc index fb6768106..c9d3edc39 100644 --- a/src/gsiqt5/gsiDeclQSqlResult.cc +++ b/src/gsiqt5/gsiDeclQSqlResult.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlResult.cc * diff --git a/src/gsiqt5/gsiDeclQSqlTableModel.cc b/src/gsiqt5/gsiDeclQSqlTableModel.cc index 6a42cf93d..004c7736a 100644 --- a/src/gsiqt5/gsiDeclQSqlTableModel.cc +++ b/src/gsiqt5/gsiDeclQSqlTableModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSqlTableModel.cc * diff --git a/src/gsiqt5/gsiDeclQSsl.cc b/src/gsiqt5/gsiDeclQSsl.cc index 13696eeb8..13332e7b6 100644 --- a/src/gsiqt5/gsiDeclQSsl.cc +++ b/src/gsiqt5/gsiDeclQSsl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSsl.cc * diff --git a/src/gsiqt5/gsiDeclQSslCertificate.cc b/src/gsiqt5/gsiDeclQSslCertificate.cc index f29b6e862..4aa9d352d 100644 --- a/src/gsiqt5/gsiDeclQSslCertificate.cc +++ b/src/gsiqt5/gsiDeclQSslCertificate.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslCertificate.cc * diff --git a/src/gsiqt5/gsiDeclQSslCertificateExtension.cc b/src/gsiqt5/gsiDeclQSslCertificateExtension.cc index cc1cb7af4..a991ff414 100644 --- a/src/gsiqt5/gsiDeclQSslCertificateExtension.cc +++ b/src/gsiqt5/gsiDeclQSslCertificateExtension.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslCertificateExtension.cc * diff --git a/src/gsiqt5/gsiDeclQSslCipher.cc b/src/gsiqt5/gsiDeclQSslCipher.cc index 66b5501d3..fd8e463a5 100644 --- a/src/gsiqt5/gsiDeclQSslCipher.cc +++ b/src/gsiqt5/gsiDeclQSslCipher.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslCipher.cc * diff --git a/src/gsiqt5/gsiDeclQSslConfiguration.cc b/src/gsiqt5/gsiDeclQSslConfiguration.cc index 0d5113b76..f79ae7db9 100644 --- a/src/gsiqt5/gsiDeclQSslConfiguration.cc +++ b/src/gsiqt5/gsiDeclQSslConfiguration.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslConfiguration.cc * diff --git a/src/gsiqt5/gsiDeclQSslEllipticCurve.cc b/src/gsiqt5/gsiDeclQSslEllipticCurve.cc index df1fd0c75..b7c95918f 100644 --- a/src/gsiqt5/gsiDeclQSslEllipticCurve.cc +++ b/src/gsiqt5/gsiDeclQSslEllipticCurve.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslEllipticCurve.cc * diff --git a/src/gsiqt5/gsiDeclQSslError.cc b/src/gsiqt5/gsiDeclQSslError.cc index d36352d27..97f6bf653 100644 --- a/src/gsiqt5/gsiDeclQSslError.cc +++ b/src/gsiqt5/gsiDeclQSslError.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslError.cc * diff --git a/src/gsiqt5/gsiDeclQSslKey.cc b/src/gsiqt5/gsiDeclQSslKey.cc index f765b6872..73cb37501 100644 --- a/src/gsiqt5/gsiDeclQSslKey.cc +++ b/src/gsiqt5/gsiDeclQSslKey.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslKey.cc * diff --git a/src/gsiqt5/gsiDeclQSslPreSharedKeyAuthenticator.cc b/src/gsiqt5/gsiDeclQSslPreSharedKeyAuthenticator.cc index 6f97c887a..557809328 100644 --- a/src/gsiqt5/gsiDeclQSslPreSharedKeyAuthenticator.cc +++ b/src/gsiqt5/gsiDeclQSslPreSharedKeyAuthenticator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslPreSharedKeyAuthenticator.cc * diff --git a/src/gsiqt5/gsiDeclQSslSocket.cc b/src/gsiqt5/gsiDeclQSslSocket.cc index 32f121962..2c156d908 100644 --- a/src/gsiqt5/gsiDeclQSslSocket.cc +++ b/src/gsiqt5/gsiDeclQSslSocket.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSslSocket.cc * diff --git a/src/gsiqt5/gsiDeclQStackedLayout.cc b/src/gsiqt5/gsiDeclQStackedLayout.cc index a3ddfcf40..3d13a57e7 100644 --- a/src/gsiqt5/gsiDeclQStackedLayout.cc +++ b/src/gsiqt5/gsiDeclQStackedLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStackedLayout.cc * diff --git a/src/gsiqt5/gsiDeclQStackedWidget.cc b/src/gsiqt5/gsiDeclQStackedWidget.cc index a738dc6b8..5c998b967 100644 --- a/src/gsiqt5/gsiDeclQStackedWidget.cc +++ b/src/gsiqt5/gsiDeclQStackedWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStackedWidget.cc * diff --git a/src/gsiqt5/gsiDeclQStandardItem.cc b/src/gsiqt5/gsiDeclQStandardItem.cc index 1a406e669..dbb8d6729 100644 --- a/src/gsiqt5/gsiDeclQStandardItem.cc +++ b/src/gsiqt5/gsiDeclQStandardItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStandardItem.cc * diff --git a/src/gsiqt5/gsiDeclQStandardItemModel.cc b/src/gsiqt5/gsiDeclQStandardItemModel.cc index 89fd7caed..8a54f7097 100644 --- a/src/gsiqt5/gsiDeclQStandardItemModel.cc +++ b/src/gsiqt5/gsiDeclQStandardItemModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStandardItemModel.cc * diff --git a/src/gsiqt5/gsiDeclQStandardPaths.cc b/src/gsiqt5/gsiDeclQStandardPaths.cc index 752ab9078..7dae16776 100644 --- a/src/gsiqt5/gsiDeclQStandardPaths.cc +++ b/src/gsiqt5/gsiDeclQStandardPaths.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStandardPaths.cc * diff --git a/src/gsiqt5/gsiDeclQState.cc b/src/gsiqt5/gsiDeclQState.cc index 380bf729c..3d21cc2ae 100644 --- a/src/gsiqt5/gsiDeclQState.cc +++ b/src/gsiqt5/gsiDeclQState.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQState.cc * diff --git a/src/gsiqt5/gsiDeclQStateMachine.cc b/src/gsiqt5/gsiDeclQStateMachine.cc index 5ebf84c70..1fe25356f 100644 --- a/src/gsiqt5/gsiDeclQStateMachine.cc +++ b/src/gsiqt5/gsiDeclQStateMachine.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStateMachine.cc * diff --git a/src/gsiqt5/gsiDeclQStateMachine_SignalEvent.cc b/src/gsiqt5/gsiDeclQStateMachine_SignalEvent.cc index 66846dfd0..77375dd27 100644 --- a/src/gsiqt5/gsiDeclQStateMachine_SignalEvent.cc +++ b/src/gsiqt5/gsiDeclQStateMachine_SignalEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStateMachine_SignalEvent.cc * diff --git a/src/gsiqt5/gsiDeclQStateMachine_WrappedEvent.cc b/src/gsiqt5/gsiDeclQStateMachine_WrappedEvent.cc index ca957ce2b..35f25d236 100644 --- a/src/gsiqt5/gsiDeclQStateMachine_WrappedEvent.cc +++ b/src/gsiqt5/gsiDeclQStateMachine_WrappedEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStateMachine_WrappedEvent.cc * diff --git a/src/gsiqt5/gsiDeclQStaticPlugin.cc b/src/gsiqt5/gsiDeclQStaticPlugin.cc index 88200c0c6..f00e42959 100644 --- a/src/gsiqt5/gsiDeclQStaticPlugin.cc +++ b/src/gsiqt5/gsiDeclQStaticPlugin.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStaticPlugin.cc * diff --git a/src/gsiqt5/gsiDeclQStaticText.cc b/src/gsiqt5/gsiDeclQStaticText.cc index a9094db30..258bf3be2 100644 --- a/src/gsiqt5/gsiDeclQStaticText.cc +++ b/src/gsiqt5/gsiDeclQStaticText.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStaticText.cc * diff --git a/src/gsiqt5/gsiDeclQStatusBar.cc b/src/gsiqt5/gsiDeclQStatusBar.cc index 1055a12c5..3d9b9b01d 100644 --- a/src/gsiqt5/gsiDeclQStatusBar.cc +++ b/src/gsiqt5/gsiDeclQStatusBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStatusBar.cc * diff --git a/src/gsiqt5/gsiDeclQStatusTipEvent.cc b/src/gsiqt5/gsiDeclQStatusTipEvent.cc index 23e147fa3..969c98a2a 100644 --- a/src/gsiqt5/gsiDeclQStatusTipEvent.cc +++ b/src/gsiqt5/gsiDeclQStatusTipEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStatusTipEvent.cc * diff --git a/src/gsiqt5/gsiDeclQStorageInfo.cc b/src/gsiqt5/gsiDeclQStorageInfo.cc index 37698efb7..7c09708f9 100644 --- a/src/gsiqt5/gsiDeclQStorageInfo.cc +++ b/src/gsiqt5/gsiDeclQStorageInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStorageInfo.cc * diff --git a/src/gsiqt5/gsiDeclQStringDataPtr.cc b/src/gsiqt5/gsiDeclQStringDataPtr.cc index cf523386d..bd6a6a672 100644 --- a/src/gsiqt5/gsiDeclQStringDataPtr.cc +++ b/src/gsiqt5/gsiDeclQStringDataPtr.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStringDataPtr.cc * diff --git a/src/gsiqt5/gsiDeclQStringListModel.cc b/src/gsiqt5/gsiDeclQStringListModel.cc index 276af4453..452cb7aa4 100644 --- a/src/gsiqt5/gsiDeclQStringListModel.cc +++ b/src/gsiqt5/gsiDeclQStringListModel.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStringListModel.cc * diff --git a/src/gsiqt5/gsiDeclQStringMatcher.cc b/src/gsiqt5/gsiDeclQStringMatcher.cc index 84e3245bf..0561e067c 100644 --- a/src/gsiqt5/gsiDeclQStringMatcher.cc +++ b/src/gsiqt5/gsiDeclQStringMatcher.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStringMatcher.cc * diff --git a/src/gsiqt5/gsiDeclQStyle.cc b/src/gsiqt5/gsiDeclQStyle.cc index bc41953b3..d0a0d01ec 100644 --- a/src/gsiqt5/gsiDeclQStyle.cc +++ b/src/gsiqt5/gsiDeclQStyle.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyle.cc * diff --git a/src/gsiqt5/gsiDeclQStyleFactory.cc b/src/gsiqt5/gsiDeclQStyleFactory.cc index 50dabffd7..bd9a9b812 100644 --- a/src/gsiqt5/gsiDeclQStyleFactory.cc +++ b/src/gsiqt5/gsiDeclQStyleFactory.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleFactory.cc * diff --git a/src/gsiqt5/gsiDeclQStyleHintReturn.cc b/src/gsiqt5/gsiDeclQStyleHintReturn.cc index da6af9769..e2263e47f 100644 --- a/src/gsiqt5/gsiDeclQStyleHintReturn.cc +++ b/src/gsiqt5/gsiDeclQStyleHintReturn.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleHintReturn.cc * diff --git a/src/gsiqt5/gsiDeclQStyleHintReturnMask.cc b/src/gsiqt5/gsiDeclQStyleHintReturnMask.cc index 91cd31526..b85d2994b 100644 --- a/src/gsiqt5/gsiDeclQStyleHintReturnMask.cc +++ b/src/gsiqt5/gsiDeclQStyleHintReturnMask.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleHintReturnMask.cc * diff --git a/src/gsiqt5/gsiDeclQStyleHintReturnVariant.cc b/src/gsiqt5/gsiDeclQStyleHintReturnVariant.cc index 5ad5b82aa..a1cb384e7 100644 --- a/src/gsiqt5/gsiDeclQStyleHintReturnVariant.cc +++ b/src/gsiqt5/gsiDeclQStyleHintReturnVariant.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleHintReturnVariant.cc * diff --git a/src/gsiqt5/gsiDeclQStyleHints.cc b/src/gsiqt5/gsiDeclQStyleHints.cc index ed897315e..e0c06590f 100644 --- a/src/gsiqt5/gsiDeclQStyleHints.cc +++ b/src/gsiqt5/gsiDeclQStyleHints.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleHints.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOption.cc b/src/gsiqt5/gsiDeclQStyleOption.cc index 205d01278..793ff4d8d 100644 --- a/src/gsiqt5/gsiDeclQStyleOption.cc +++ b/src/gsiqt5/gsiDeclQStyleOption.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOption.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionButton.cc b/src/gsiqt5/gsiDeclQStyleOptionButton.cc index 92790c857..7261a82bd 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionButton.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionButton.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionComboBox.cc b/src/gsiqt5/gsiDeclQStyleOptionComboBox.cc index 146085ecf..2bb5e0510 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionComboBox.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionComboBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionComboBox.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionComplex.cc b/src/gsiqt5/gsiDeclQStyleOptionComplex.cc index 7ad99e806..ec562e63e 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionComplex.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionComplex.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionComplex.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionDockWidget.cc b/src/gsiqt5/gsiDeclQStyleOptionDockWidget.cc index cf25f3dec..c452fdab2 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionDockWidget.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionDockWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionDockWidget.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionFocusRect.cc b/src/gsiqt5/gsiDeclQStyleOptionFocusRect.cc index 1bf835473..77dd6f668 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionFocusRect.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionFocusRect.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionFocusRect.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionFrame.cc b/src/gsiqt5/gsiDeclQStyleOptionFrame.cc index b8aeb33f0..686154fa0 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionFrame.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionFrame.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionFrame.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionGraphicsItem.cc b/src/gsiqt5/gsiDeclQStyleOptionGraphicsItem.cc index 60167a90b..c02722721 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionGraphicsItem.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionGraphicsItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionGraphicsItem.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionGroupBox.cc b/src/gsiqt5/gsiDeclQStyleOptionGroupBox.cc index b2f232c70..013e26908 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionGroupBox.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionGroupBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionGroupBox.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionHeader.cc b/src/gsiqt5/gsiDeclQStyleOptionHeader.cc index 80fecc773..d9efd47f2 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionHeader.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionHeader.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionHeader.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionMenuItem.cc b/src/gsiqt5/gsiDeclQStyleOptionMenuItem.cc index 2f0c0a6ef..31ce5c111 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionMenuItem.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionMenuItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionMenuItem.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionProgressBar.cc b/src/gsiqt5/gsiDeclQStyleOptionProgressBar.cc index f7122d663..d89d6d8a3 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionProgressBar.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionProgressBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionProgressBar.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionRubberBand.cc b/src/gsiqt5/gsiDeclQStyleOptionRubberBand.cc index c124617d6..2f94bc99f 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionRubberBand.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionRubberBand.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionRubberBand.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionSizeGrip.cc b/src/gsiqt5/gsiDeclQStyleOptionSizeGrip.cc index cf623c10e..b8065dc48 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionSizeGrip.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionSizeGrip.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionSizeGrip.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionSlider.cc b/src/gsiqt5/gsiDeclQStyleOptionSlider.cc index 26907cb45..2445ec6f1 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionSlider.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionSlider.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionSlider.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionSpinBox.cc b/src/gsiqt5/gsiDeclQStyleOptionSpinBox.cc index 55214d932..74b5aa2c4 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionSpinBox.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionSpinBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionSpinBox.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionTab.cc b/src/gsiqt5/gsiDeclQStyleOptionTab.cc index 1e9304e5a..782d9feac 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionTab.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionTab.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionTab.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionTabBarBase.cc b/src/gsiqt5/gsiDeclQStyleOptionTabBarBase.cc index 1f13a385c..395613889 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionTabBarBase.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionTabBarBase.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionTabBarBase.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionTabWidgetFrame.cc b/src/gsiqt5/gsiDeclQStyleOptionTabWidgetFrame.cc index b0d46f173..d03f722df 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionTabWidgetFrame.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionTabWidgetFrame.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionTabWidgetFrame.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionTitleBar.cc b/src/gsiqt5/gsiDeclQStyleOptionTitleBar.cc index 4f6b38c3f..2abf3f2a8 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionTitleBar.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionTitleBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionTitleBar.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionToolBar.cc b/src/gsiqt5/gsiDeclQStyleOptionToolBar.cc index b818195df..f00acb78c 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionToolBar.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionToolBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionToolBar.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionToolBox.cc b/src/gsiqt5/gsiDeclQStyleOptionToolBox.cc index 7383092e3..9c7f5cbfd 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionToolBox.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionToolBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionToolBox.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionToolButton.cc b/src/gsiqt5/gsiDeclQStyleOptionToolButton.cc index bf320dea4..c2d727fc3 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionToolButton.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionToolButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionToolButton.cc * diff --git a/src/gsiqt5/gsiDeclQStyleOptionViewItem.cc b/src/gsiqt5/gsiDeclQStyleOptionViewItem.cc index 0f4d64c43..c8f3a1af7 100644 --- a/src/gsiqt5/gsiDeclQStyleOptionViewItem.cc +++ b/src/gsiqt5/gsiDeclQStyleOptionViewItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyleOptionViewItem.cc * diff --git a/src/gsiqt5/gsiDeclQStylePainter.cc b/src/gsiqt5/gsiDeclQStylePainter.cc index a44497fd5..62057885c 100644 --- a/src/gsiqt5/gsiDeclQStylePainter.cc +++ b/src/gsiqt5/gsiDeclQStylePainter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStylePainter.cc * diff --git a/src/gsiqt5/gsiDeclQStylePlugin.cc b/src/gsiqt5/gsiDeclQStylePlugin.cc index 30efaafc8..b84199c6d 100644 --- a/src/gsiqt5/gsiDeclQStylePlugin.cc +++ b/src/gsiqt5/gsiDeclQStylePlugin.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStylePlugin.cc * diff --git a/src/gsiqt5/gsiDeclQStyledItemDelegate.cc b/src/gsiqt5/gsiDeclQStyledItemDelegate.cc index e727e4ffc..d899a4844 100644 --- a/src/gsiqt5/gsiDeclQStyledItemDelegate.cc +++ b/src/gsiqt5/gsiDeclQStyledItemDelegate.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQStyledItemDelegate.cc * diff --git a/src/gsiqt5/gsiDeclQSurface.cc b/src/gsiqt5/gsiDeclQSurface.cc index 1765a59db..6251c49c1 100644 --- a/src/gsiqt5/gsiDeclQSurface.cc +++ b/src/gsiqt5/gsiDeclQSurface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSurface.cc * diff --git a/src/gsiqt5/gsiDeclQSurfaceFormat.cc b/src/gsiqt5/gsiDeclQSurfaceFormat.cc index 58d4517d7..62acfd1c4 100644 --- a/src/gsiqt5/gsiDeclQSurfaceFormat.cc +++ b/src/gsiqt5/gsiDeclQSurfaceFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSurfaceFormat.cc * diff --git a/src/gsiqt5/gsiDeclQSvgGenerator.cc b/src/gsiqt5/gsiDeclQSvgGenerator.cc index 95eccde57..7ae4750d9 100644 --- a/src/gsiqt5/gsiDeclQSvgGenerator.cc +++ b/src/gsiqt5/gsiDeclQSvgGenerator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSvgGenerator.cc * diff --git a/src/gsiqt5/gsiDeclQSvgRenderer.cc b/src/gsiqt5/gsiDeclQSvgRenderer.cc index 8d197b803..f562ce500 100644 --- a/src/gsiqt5/gsiDeclQSvgRenderer.cc +++ b/src/gsiqt5/gsiDeclQSvgRenderer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSvgRenderer.cc * diff --git a/src/gsiqt5/gsiDeclQSvgWidget.cc b/src/gsiqt5/gsiDeclQSvgWidget.cc index 02e0fadec..4bff1cb9e 100644 --- a/src/gsiqt5/gsiDeclQSvgWidget.cc +++ b/src/gsiqt5/gsiDeclQSvgWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSvgWidget.cc * diff --git a/src/gsiqt5/gsiDeclQSwipeGesture.cc b/src/gsiqt5/gsiDeclQSwipeGesture.cc index 7fc2b3a1c..6ebd1a95b 100644 --- a/src/gsiqt5/gsiDeclQSwipeGesture.cc +++ b/src/gsiqt5/gsiDeclQSwipeGesture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSwipeGesture.cc * diff --git a/src/gsiqt5/gsiDeclQSyntaxHighlighter.cc b/src/gsiqt5/gsiDeclQSyntaxHighlighter.cc index ab6a71f5a..c07e10ebe 100644 --- a/src/gsiqt5/gsiDeclQSyntaxHighlighter.cc +++ b/src/gsiqt5/gsiDeclQSyntaxHighlighter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSyntaxHighlighter.cc * diff --git a/src/gsiqt5/gsiDeclQSysInfo.cc b/src/gsiqt5/gsiDeclQSysInfo.cc index 66cfb38b4..5064d15d5 100644 --- a/src/gsiqt5/gsiDeclQSysInfo.cc +++ b/src/gsiqt5/gsiDeclQSysInfo.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSysInfo.cc * diff --git a/src/gsiqt5/gsiDeclQSystemSemaphore.cc b/src/gsiqt5/gsiDeclQSystemSemaphore.cc index 6563aa717..45e18e438 100644 --- a/src/gsiqt5/gsiDeclQSystemSemaphore.cc +++ b/src/gsiqt5/gsiDeclQSystemSemaphore.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSystemSemaphore.cc * diff --git a/src/gsiqt5/gsiDeclQSystemTrayIcon.cc b/src/gsiqt5/gsiDeclQSystemTrayIcon.cc index 3f7dcddfb..fb4d45576 100644 --- a/src/gsiqt5/gsiDeclQSystemTrayIcon.cc +++ b/src/gsiqt5/gsiDeclQSystemTrayIcon.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQSystemTrayIcon.cc * diff --git a/src/gsiqt5/gsiDeclQTabBar.cc b/src/gsiqt5/gsiDeclQTabBar.cc index 38034cc2a..5c408101f 100644 --- a/src/gsiqt5/gsiDeclQTabBar.cc +++ b/src/gsiqt5/gsiDeclQTabBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTabBar.cc * diff --git a/src/gsiqt5/gsiDeclQTabWidget.cc b/src/gsiqt5/gsiDeclQTabWidget.cc index b6748999c..dcc8616b0 100644 --- a/src/gsiqt5/gsiDeclQTabWidget.cc +++ b/src/gsiqt5/gsiDeclQTabWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTabWidget.cc * diff --git a/src/gsiqt5/gsiDeclQTableView.cc b/src/gsiqt5/gsiDeclQTableView.cc index 670459dd8..e21aea3f5 100644 --- a/src/gsiqt5/gsiDeclQTableView.cc +++ b/src/gsiqt5/gsiDeclQTableView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTableView.cc * diff --git a/src/gsiqt5/gsiDeclQTableWidget.cc b/src/gsiqt5/gsiDeclQTableWidget.cc index 89387a700..862cf00ac 100644 --- a/src/gsiqt5/gsiDeclQTableWidget.cc +++ b/src/gsiqt5/gsiDeclQTableWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTableWidget.cc * diff --git a/src/gsiqt5/gsiDeclQTableWidgetItem.cc b/src/gsiqt5/gsiDeclQTableWidgetItem.cc index 93243e11b..186be27e1 100644 --- a/src/gsiqt5/gsiDeclQTableWidgetItem.cc +++ b/src/gsiqt5/gsiDeclQTableWidgetItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTableWidgetItem.cc * diff --git a/src/gsiqt5/gsiDeclQTableWidgetSelectionRange.cc b/src/gsiqt5/gsiDeclQTableWidgetSelectionRange.cc index 4ce467ffc..c21e76076 100644 --- a/src/gsiqt5/gsiDeclQTableWidgetSelectionRange.cc +++ b/src/gsiqt5/gsiDeclQTableWidgetSelectionRange.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTableWidgetSelectionRange.cc * diff --git a/src/gsiqt5/gsiDeclQTabletEvent.cc b/src/gsiqt5/gsiDeclQTabletEvent.cc index efa3f6329..2dd1a3e09 100644 --- a/src/gsiqt5/gsiDeclQTabletEvent.cc +++ b/src/gsiqt5/gsiDeclQTabletEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTabletEvent.cc * diff --git a/src/gsiqt5/gsiDeclQTapAndHoldGesture.cc b/src/gsiqt5/gsiDeclQTapAndHoldGesture.cc index 025b35c2c..a0ffc1120 100644 --- a/src/gsiqt5/gsiDeclQTapAndHoldGesture.cc +++ b/src/gsiqt5/gsiDeclQTapAndHoldGesture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTapAndHoldGesture.cc * diff --git a/src/gsiqt5/gsiDeclQTapGesture.cc b/src/gsiqt5/gsiDeclQTapGesture.cc index cf9e4e624..13375258f 100644 --- a/src/gsiqt5/gsiDeclQTapGesture.cc +++ b/src/gsiqt5/gsiDeclQTapGesture.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTapGesture.cc * diff --git a/src/gsiqt5/gsiDeclQTcpServer.cc b/src/gsiqt5/gsiDeclQTcpServer.cc index 02eba9775..19ee235e0 100644 --- a/src/gsiqt5/gsiDeclQTcpServer.cc +++ b/src/gsiqt5/gsiDeclQTcpServer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTcpServer.cc * diff --git a/src/gsiqt5/gsiDeclQTcpSocket.cc b/src/gsiqt5/gsiDeclQTcpSocket.cc index ff969b544..4d0822aef 100644 --- a/src/gsiqt5/gsiDeclQTcpSocket.cc +++ b/src/gsiqt5/gsiDeclQTcpSocket.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTcpSocket.cc * diff --git a/src/gsiqt5/gsiDeclQTemporaryDir.cc b/src/gsiqt5/gsiDeclQTemporaryDir.cc index 9c9bf81bb..67e331a7b 100644 --- a/src/gsiqt5/gsiDeclQTemporaryDir.cc +++ b/src/gsiqt5/gsiDeclQTemporaryDir.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTemporaryDir.cc * diff --git a/src/gsiqt5/gsiDeclQTemporaryFile.cc b/src/gsiqt5/gsiDeclQTemporaryFile.cc index 1a2ba2f28..b82eabbfd 100644 --- a/src/gsiqt5/gsiDeclQTemporaryFile.cc +++ b/src/gsiqt5/gsiDeclQTemporaryFile.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTemporaryFile.cc * diff --git a/src/gsiqt5/gsiDeclQTextBlock.cc b/src/gsiqt5/gsiDeclQTextBlock.cc index 5397ab299..d84d0ee1d 100644 --- a/src/gsiqt5/gsiDeclQTextBlock.cc +++ b/src/gsiqt5/gsiDeclQTextBlock.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextBlock.cc * diff --git a/src/gsiqt5/gsiDeclQTextBlockFormat.cc b/src/gsiqt5/gsiDeclQTextBlockFormat.cc index d4517e013..e08b320fd 100644 --- a/src/gsiqt5/gsiDeclQTextBlockFormat.cc +++ b/src/gsiqt5/gsiDeclQTextBlockFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextBlockFormat.cc * diff --git a/src/gsiqt5/gsiDeclQTextBlockGroup.cc b/src/gsiqt5/gsiDeclQTextBlockGroup.cc index e049d87de..60bc28836 100644 --- a/src/gsiqt5/gsiDeclQTextBlockGroup.cc +++ b/src/gsiqt5/gsiDeclQTextBlockGroup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextBlockGroup.cc * diff --git a/src/gsiqt5/gsiDeclQTextBlockUserData.cc b/src/gsiqt5/gsiDeclQTextBlockUserData.cc index f1985f4b0..2bb49c742 100644 --- a/src/gsiqt5/gsiDeclQTextBlockUserData.cc +++ b/src/gsiqt5/gsiDeclQTextBlockUserData.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextBlockUserData.cc * diff --git a/src/gsiqt5/gsiDeclQTextBlock_Iterator.cc b/src/gsiqt5/gsiDeclQTextBlock_Iterator.cc index d549a3bdf..4984f413b 100644 --- a/src/gsiqt5/gsiDeclQTextBlock_Iterator.cc +++ b/src/gsiqt5/gsiDeclQTextBlock_Iterator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextBlock_Iterator.cc * diff --git a/src/gsiqt5/gsiDeclQTextBoundaryFinder.cc b/src/gsiqt5/gsiDeclQTextBoundaryFinder.cc index 7c130c56f..2b3626396 100644 --- a/src/gsiqt5/gsiDeclQTextBoundaryFinder.cc +++ b/src/gsiqt5/gsiDeclQTextBoundaryFinder.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextBoundaryFinder.cc * diff --git a/src/gsiqt5/gsiDeclQTextBrowser.cc b/src/gsiqt5/gsiDeclQTextBrowser.cc index faa73a088..a48427b89 100644 --- a/src/gsiqt5/gsiDeclQTextBrowser.cc +++ b/src/gsiqt5/gsiDeclQTextBrowser.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextBrowser.cc * diff --git a/src/gsiqt5/gsiDeclQTextCharFormat.cc b/src/gsiqt5/gsiDeclQTextCharFormat.cc index ed2f0e57b..51b683750 100644 --- a/src/gsiqt5/gsiDeclQTextCharFormat.cc +++ b/src/gsiqt5/gsiDeclQTextCharFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextCharFormat.cc * diff --git a/src/gsiqt5/gsiDeclQTextCodec.cc b/src/gsiqt5/gsiDeclQTextCodec.cc index e4a47722e..77a7cb4a5 100644 --- a/src/gsiqt5/gsiDeclQTextCodec.cc +++ b/src/gsiqt5/gsiDeclQTextCodec.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextCodec.cc * diff --git a/src/gsiqt5/gsiDeclQTextCodec_ConverterState.cc b/src/gsiqt5/gsiDeclQTextCodec_ConverterState.cc index 82c33533c..1e6102d3a 100644 --- a/src/gsiqt5/gsiDeclQTextCodec_ConverterState.cc +++ b/src/gsiqt5/gsiDeclQTextCodec_ConverterState.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextCodec_ConverterState.cc * diff --git a/src/gsiqt5/gsiDeclQTextCursor.cc b/src/gsiqt5/gsiDeclQTextCursor.cc index 97ed46287..70aafe78d 100644 --- a/src/gsiqt5/gsiDeclQTextCursor.cc +++ b/src/gsiqt5/gsiDeclQTextCursor.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextCursor.cc * diff --git a/src/gsiqt5/gsiDeclQTextDecoder.cc b/src/gsiqt5/gsiDeclQTextDecoder.cc index 602a50ba4..0f85d2cb2 100644 --- a/src/gsiqt5/gsiDeclQTextDecoder.cc +++ b/src/gsiqt5/gsiDeclQTextDecoder.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextDecoder.cc * diff --git a/src/gsiqt5/gsiDeclQTextDocument.cc b/src/gsiqt5/gsiDeclQTextDocument.cc index c3393ce67..671650b28 100644 --- a/src/gsiqt5/gsiDeclQTextDocument.cc +++ b/src/gsiqt5/gsiDeclQTextDocument.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextDocument.cc * diff --git a/src/gsiqt5/gsiDeclQTextDocumentFragment.cc b/src/gsiqt5/gsiDeclQTextDocumentFragment.cc index a3191210e..f59ae5dde 100644 --- a/src/gsiqt5/gsiDeclQTextDocumentFragment.cc +++ b/src/gsiqt5/gsiDeclQTextDocumentFragment.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextDocumentFragment.cc * diff --git a/src/gsiqt5/gsiDeclQTextDocumentWriter.cc b/src/gsiqt5/gsiDeclQTextDocumentWriter.cc index c42e89ee0..30f499e4b 100644 --- a/src/gsiqt5/gsiDeclQTextDocumentWriter.cc +++ b/src/gsiqt5/gsiDeclQTextDocumentWriter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextDocumentWriter.cc * diff --git a/src/gsiqt5/gsiDeclQTextEdit.cc b/src/gsiqt5/gsiDeclQTextEdit.cc index 9de394bda..a85f94f87 100644 --- a/src/gsiqt5/gsiDeclQTextEdit.cc +++ b/src/gsiqt5/gsiDeclQTextEdit.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextEdit.cc * diff --git a/src/gsiqt5/gsiDeclQTextEdit_ExtraSelection.cc b/src/gsiqt5/gsiDeclQTextEdit_ExtraSelection.cc index c7908015b..905b20432 100644 --- a/src/gsiqt5/gsiDeclQTextEdit_ExtraSelection.cc +++ b/src/gsiqt5/gsiDeclQTextEdit_ExtraSelection.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextEdit_ExtraSelection.cc * diff --git a/src/gsiqt5/gsiDeclQTextEncoder.cc b/src/gsiqt5/gsiDeclQTextEncoder.cc index db3d2eac5..a841dae74 100644 --- a/src/gsiqt5/gsiDeclQTextEncoder.cc +++ b/src/gsiqt5/gsiDeclQTextEncoder.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextEncoder.cc * diff --git a/src/gsiqt5/gsiDeclQTextFormat.cc b/src/gsiqt5/gsiDeclQTextFormat.cc index 054fff07c..bdf4a8625 100644 --- a/src/gsiqt5/gsiDeclQTextFormat.cc +++ b/src/gsiqt5/gsiDeclQTextFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextFormat.cc * diff --git a/src/gsiqt5/gsiDeclQTextFragment.cc b/src/gsiqt5/gsiDeclQTextFragment.cc index bab7438dd..757f626f8 100644 --- a/src/gsiqt5/gsiDeclQTextFragment.cc +++ b/src/gsiqt5/gsiDeclQTextFragment.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextFragment.cc * diff --git a/src/gsiqt5/gsiDeclQTextFrame.cc b/src/gsiqt5/gsiDeclQTextFrame.cc index d46a962bc..e1a995f87 100644 --- a/src/gsiqt5/gsiDeclQTextFrame.cc +++ b/src/gsiqt5/gsiDeclQTextFrame.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextFrame.cc * diff --git a/src/gsiqt5/gsiDeclQTextFrameFormat.cc b/src/gsiqt5/gsiDeclQTextFrameFormat.cc index 55ad32262..bda5ad031 100644 --- a/src/gsiqt5/gsiDeclQTextFrameFormat.cc +++ b/src/gsiqt5/gsiDeclQTextFrameFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextFrameFormat.cc * diff --git a/src/gsiqt5/gsiDeclQTextFrame_Iterator.cc b/src/gsiqt5/gsiDeclQTextFrame_Iterator.cc index 6f8f4733e..1d3ca703f 100644 --- a/src/gsiqt5/gsiDeclQTextFrame_Iterator.cc +++ b/src/gsiqt5/gsiDeclQTextFrame_Iterator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextFrame_Iterator.cc * diff --git a/src/gsiqt5/gsiDeclQTextImageFormat.cc b/src/gsiqt5/gsiDeclQTextImageFormat.cc index 2ad328f46..08a2f3ab5 100644 --- a/src/gsiqt5/gsiDeclQTextImageFormat.cc +++ b/src/gsiqt5/gsiDeclQTextImageFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextImageFormat.cc * diff --git a/src/gsiqt5/gsiDeclQTextInlineObject.cc b/src/gsiqt5/gsiDeclQTextInlineObject.cc index e84efbb2e..2a1e809cf 100644 --- a/src/gsiqt5/gsiDeclQTextInlineObject.cc +++ b/src/gsiqt5/gsiDeclQTextInlineObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextInlineObject.cc * diff --git a/src/gsiqt5/gsiDeclQTextItem.cc b/src/gsiqt5/gsiDeclQTextItem.cc index a2457a892..b42cf06b0 100644 --- a/src/gsiqt5/gsiDeclQTextItem.cc +++ b/src/gsiqt5/gsiDeclQTextItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextItem.cc * diff --git a/src/gsiqt5/gsiDeclQTextLayout.cc b/src/gsiqt5/gsiDeclQTextLayout.cc index e9e36fc7a..9a664dfb8 100644 --- a/src/gsiqt5/gsiDeclQTextLayout.cc +++ b/src/gsiqt5/gsiDeclQTextLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextLayout.cc * diff --git a/src/gsiqt5/gsiDeclQTextLayout_FormatRange.cc b/src/gsiqt5/gsiDeclQTextLayout_FormatRange.cc index 16c5bc89e..807795a4d 100644 --- a/src/gsiqt5/gsiDeclQTextLayout_FormatRange.cc +++ b/src/gsiqt5/gsiDeclQTextLayout_FormatRange.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextLayout_FormatRange.cc * diff --git a/src/gsiqt5/gsiDeclQTextLength.cc b/src/gsiqt5/gsiDeclQTextLength.cc index 9a8cdd028..3f0001ca6 100644 --- a/src/gsiqt5/gsiDeclQTextLength.cc +++ b/src/gsiqt5/gsiDeclQTextLength.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextLength.cc * diff --git a/src/gsiqt5/gsiDeclQTextLine.cc b/src/gsiqt5/gsiDeclQTextLine.cc index 1b8fc357b..f1a27e0a8 100644 --- a/src/gsiqt5/gsiDeclQTextLine.cc +++ b/src/gsiqt5/gsiDeclQTextLine.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextLine.cc * diff --git a/src/gsiqt5/gsiDeclQTextList.cc b/src/gsiqt5/gsiDeclQTextList.cc index 4777a8bf3..868698430 100644 --- a/src/gsiqt5/gsiDeclQTextList.cc +++ b/src/gsiqt5/gsiDeclQTextList.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextList.cc * diff --git a/src/gsiqt5/gsiDeclQTextListFormat.cc b/src/gsiqt5/gsiDeclQTextListFormat.cc index cb3cf88d7..3c55d4d59 100644 --- a/src/gsiqt5/gsiDeclQTextListFormat.cc +++ b/src/gsiqt5/gsiDeclQTextListFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextListFormat.cc * diff --git a/src/gsiqt5/gsiDeclQTextObject.cc b/src/gsiqt5/gsiDeclQTextObject.cc index 86a53cee4..381cd8ef4 100644 --- a/src/gsiqt5/gsiDeclQTextObject.cc +++ b/src/gsiqt5/gsiDeclQTextObject.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextObject.cc * diff --git a/src/gsiqt5/gsiDeclQTextObjectInterface.cc b/src/gsiqt5/gsiDeclQTextObjectInterface.cc index 39f045fe8..759e8b653 100644 --- a/src/gsiqt5/gsiDeclQTextObjectInterface.cc +++ b/src/gsiqt5/gsiDeclQTextObjectInterface.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextObjectInterface.cc * diff --git a/src/gsiqt5/gsiDeclQTextOption.cc b/src/gsiqt5/gsiDeclQTextOption.cc index bbf2eb4f1..feaf6893b 100644 --- a/src/gsiqt5/gsiDeclQTextOption.cc +++ b/src/gsiqt5/gsiDeclQTextOption.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextOption.cc * diff --git a/src/gsiqt5/gsiDeclQTextOption_Tab.cc b/src/gsiqt5/gsiDeclQTextOption_Tab.cc index 27d2c89c1..1ade62b87 100644 --- a/src/gsiqt5/gsiDeclQTextOption_Tab.cc +++ b/src/gsiqt5/gsiDeclQTextOption_Tab.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextOption_Tab.cc * diff --git a/src/gsiqt5/gsiDeclQTextStream.cc b/src/gsiqt5/gsiDeclQTextStream.cc index ea013125a..8faf669b3 100644 --- a/src/gsiqt5/gsiDeclQTextStream.cc +++ b/src/gsiqt5/gsiDeclQTextStream.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextStream.cc * diff --git a/src/gsiqt5/gsiDeclQTextTable.cc b/src/gsiqt5/gsiDeclQTextTable.cc index 84bdf2af6..6cd0070e9 100644 --- a/src/gsiqt5/gsiDeclQTextTable.cc +++ b/src/gsiqt5/gsiDeclQTextTable.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextTable.cc * diff --git a/src/gsiqt5/gsiDeclQTextTableCell.cc b/src/gsiqt5/gsiDeclQTextTableCell.cc index 1a8dea1d7..d4c10c901 100644 --- a/src/gsiqt5/gsiDeclQTextTableCell.cc +++ b/src/gsiqt5/gsiDeclQTextTableCell.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextTableCell.cc * diff --git a/src/gsiqt5/gsiDeclQTextTableCellFormat.cc b/src/gsiqt5/gsiDeclQTextTableCellFormat.cc index 22ee00757..a1dd67ee7 100644 --- a/src/gsiqt5/gsiDeclQTextTableCellFormat.cc +++ b/src/gsiqt5/gsiDeclQTextTableCellFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextTableCellFormat.cc * diff --git a/src/gsiqt5/gsiDeclQTextTableFormat.cc b/src/gsiqt5/gsiDeclQTextTableFormat.cc index 5465febc6..382ad42be 100644 --- a/src/gsiqt5/gsiDeclQTextTableFormat.cc +++ b/src/gsiqt5/gsiDeclQTextTableFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTextTableFormat.cc * diff --git a/src/gsiqt5/gsiDeclQThread.cc b/src/gsiqt5/gsiDeclQThread.cc index b5e4ed860..f6ef9f83e 100644 --- a/src/gsiqt5/gsiDeclQThread.cc +++ b/src/gsiqt5/gsiDeclQThread.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQThread.cc * diff --git a/src/gsiqt5/gsiDeclQThreadPool.cc b/src/gsiqt5/gsiDeclQThreadPool.cc index bae69885c..ebe40e940 100644 --- a/src/gsiqt5/gsiDeclQThreadPool.cc +++ b/src/gsiqt5/gsiDeclQThreadPool.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQThreadPool.cc * diff --git a/src/gsiqt5/gsiDeclQTime.cc b/src/gsiqt5/gsiDeclQTime.cc index ff3a52b70..764190b9b 100644 --- a/src/gsiqt5/gsiDeclQTime.cc +++ b/src/gsiqt5/gsiDeclQTime.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTime.cc * diff --git a/src/gsiqt5/gsiDeclQTimeEdit.cc b/src/gsiqt5/gsiDeclQTimeEdit.cc index 5561e18d1..6370fb4cf 100644 --- a/src/gsiqt5/gsiDeclQTimeEdit.cc +++ b/src/gsiqt5/gsiDeclQTimeEdit.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTimeEdit.cc * diff --git a/src/gsiqt5/gsiDeclQTimeLine.cc b/src/gsiqt5/gsiDeclQTimeLine.cc index 93d491a31..fd392f7e5 100644 --- a/src/gsiqt5/gsiDeclQTimeLine.cc +++ b/src/gsiqt5/gsiDeclQTimeLine.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTimeLine.cc * diff --git a/src/gsiqt5/gsiDeclQTimeZone.cc b/src/gsiqt5/gsiDeclQTimeZone.cc index 283387e5f..e48410a31 100644 --- a/src/gsiqt5/gsiDeclQTimeZone.cc +++ b/src/gsiqt5/gsiDeclQTimeZone.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTimeZone.cc * diff --git a/src/gsiqt5/gsiDeclQTimeZone_OffsetData.cc b/src/gsiqt5/gsiDeclQTimeZone_OffsetData.cc index 6cce72eb8..74f534a25 100644 --- a/src/gsiqt5/gsiDeclQTimeZone_OffsetData.cc +++ b/src/gsiqt5/gsiDeclQTimeZone_OffsetData.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTimeZone_OffsetData.cc * diff --git a/src/gsiqt5/gsiDeclQTimer.cc b/src/gsiqt5/gsiDeclQTimer.cc index 6f7454b68..5651f2cce 100644 --- a/src/gsiqt5/gsiDeclQTimer.cc +++ b/src/gsiqt5/gsiDeclQTimer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTimer.cc * diff --git a/src/gsiqt5/gsiDeclQTimerEvent.cc b/src/gsiqt5/gsiDeclQTimerEvent.cc index 860014f7a..8eb45fdf5 100644 --- a/src/gsiqt5/gsiDeclQTimerEvent.cc +++ b/src/gsiqt5/gsiDeclQTimerEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTimerEvent.cc * diff --git a/src/gsiqt5/gsiDeclQToolBar.cc b/src/gsiqt5/gsiDeclQToolBar.cc index db2fcfcce..9778fc24e 100644 --- a/src/gsiqt5/gsiDeclQToolBar.cc +++ b/src/gsiqt5/gsiDeclQToolBar.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQToolBar.cc * diff --git a/src/gsiqt5/gsiDeclQToolBarChangeEvent.cc b/src/gsiqt5/gsiDeclQToolBarChangeEvent.cc index 3228daa9a..e3b3b7134 100644 --- a/src/gsiqt5/gsiDeclQToolBarChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQToolBarChangeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQToolBarChangeEvent.cc * diff --git a/src/gsiqt5/gsiDeclQToolBox.cc b/src/gsiqt5/gsiDeclQToolBox.cc index 8eff45245..e1079fd63 100644 --- a/src/gsiqt5/gsiDeclQToolBox.cc +++ b/src/gsiqt5/gsiDeclQToolBox.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQToolBox.cc * diff --git a/src/gsiqt5/gsiDeclQToolButton.cc b/src/gsiqt5/gsiDeclQToolButton.cc index ca76026f2..637594213 100644 --- a/src/gsiqt5/gsiDeclQToolButton.cc +++ b/src/gsiqt5/gsiDeclQToolButton.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQToolButton.cc * diff --git a/src/gsiqt5/gsiDeclQToolTip.cc b/src/gsiqt5/gsiDeclQToolTip.cc index 9246a7763..b626373b0 100644 --- a/src/gsiqt5/gsiDeclQToolTip.cc +++ b/src/gsiqt5/gsiDeclQToolTip.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQToolTip.cc * diff --git a/src/gsiqt5/gsiDeclQTouchDevice.cc b/src/gsiqt5/gsiDeclQTouchDevice.cc index 5fdd56525..1ea61ae5d 100644 --- a/src/gsiqt5/gsiDeclQTouchDevice.cc +++ b/src/gsiqt5/gsiDeclQTouchDevice.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTouchDevice.cc * diff --git a/src/gsiqt5/gsiDeclQTouchEvent.cc b/src/gsiqt5/gsiDeclQTouchEvent.cc index 483416b41..871951068 100644 --- a/src/gsiqt5/gsiDeclQTouchEvent.cc +++ b/src/gsiqt5/gsiDeclQTouchEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTouchEvent.cc * diff --git a/src/gsiqt5/gsiDeclQTouchEvent_TouchPoint.cc b/src/gsiqt5/gsiDeclQTouchEvent_TouchPoint.cc index be5dd2cc3..977423b34 100644 --- a/src/gsiqt5/gsiDeclQTouchEvent_TouchPoint.cc +++ b/src/gsiqt5/gsiDeclQTouchEvent_TouchPoint.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTouchEvent_TouchPoint.cc * diff --git a/src/gsiqt5/gsiDeclQTransform.cc b/src/gsiqt5/gsiDeclQTransform.cc index ed684b71c..093d39a46 100644 --- a/src/gsiqt5/gsiDeclQTransform.cc +++ b/src/gsiqt5/gsiDeclQTransform.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTransform.cc * diff --git a/src/gsiqt5/gsiDeclQTranslator.cc b/src/gsiqt5/gsiDeclQTranslator.cc index 8ebafcfd2..319c8932a 100644 --- a/src/gsiqt5/gsiDeclQTranslator.cc +++ b/src/gsiqt5/gsiDeclQTranslator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTranslator.cc * diff --git a/src/gsiqt5/gsiDeclQTreeView.cc b/src/gsiqt5/gsiDeclQTreeView.cc index 7b456c64e..a4ab3b303 100644 --- a/src/gsiqt5/gsiDeclQTreeView.cc +++ b/src/gsiqt5/gsiDeclQTreeView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTreeView.cc * diff --git a/src/gsiqt5/gsiDeclQTreeWidget.cc b/src/gsiqt5/gsiDeclQTreeWidget.cc index 32f563d16..a78aa7681 100644 --- a/src/gsiqt5/gsiDeclQTreeWidget.cc +++ b/src/gsiqt5/gsiDeclQTreeWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTreeWidget.cc * diff --git a/src/gsiqt5/gsiDeclQTreeWidgetItem.cc b/src/gsiqt5/gsiDeclQTreeWidgetItem.cc index 048f2c1db..83b869b89 100644 --- a/src/gsiqt5/gsiDeclQTreeWidgetItem.cc +++ b/src/gsiqt5/gsiDeclQTreeWidgetItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTreeWidgetItem.cc * diff --git a/src/gsiqt5/gsiDeclQTreeWidgetItemIterator.cc b/src/gsiqt5/gsiDeclQTreeWidgetItemIterator.cc index 6687494f0..e68cddb74 100644 --- a/src/gsiqt5/gsiDeclQTreeWidgetItemIterator.cc +++ b/src/gsiqt5/gsiDeclQTreeWidgetItemIterator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQTreeWidgetItemIterator.cc * diff --git a/src/gsiqt5/gsiDeclQUdpSocket.cc b/src/gsiqt5/gsiDeclQUdpSocket.cc index 110fce0c7..3edc33a41 100644 --- a/src/gsiqt5/gsiDeclQUdpSocket.cc +++ b/src/gsiqt5/gsiDeclQUdpSocket.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUdpSocket.cc * diff --git a/src/gsiqt5/gsiDeclQUndoCommand.cc b/src/gsiqt5/gsiDeclQUndoCommand.cc index 78d239c15..548f8bc9d 100644 --- a/src/gsiqt5/gsiDeclQUndoCommand.cc +++ b/src/gsiqt5/gsiDeclQUndoCommand.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUndoCommand.cc * diff --git a/src/gsiqt5/gsiDeclQUndoGroup.cc b/src/gsiqt5/gsiDeclQUndoGroup.cc index 8eb8dec9a..ec8428641 100644 --- a/src/gsiqt5/gsiDeclQUndoGroup.cc +++ b/src/gsiqt5/gsiDeclQUndoGroup.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUndoGroup.cc * diff --git a/src/gsiqt5/gsiDeclQUndoStack.cc b/src/gsiqt5/gsiDeclQUndoStack.cc index 9989e72a9..f52448921 100644 --- a/src/gsiqt5/gsiDeclQUndoStack.cc +++ b/src/gsiqt5/gsiDeclQUndoStack.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUndoStack.cc * diff --git a/src/gsiqt5/gsiDeclQUndoView.cc b/src/gsiqt5/gsiDeclQUndoView.cc index 8d8ff51e2..8c733822a 100644 --- a/src/gsiqt5/gsiDeclQUndoView.cc +++ b/src/gsiqt5/gsiDeclQUndoView.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUndoView.cc * diff --git a/src/gsiqt5/gsiDeclQUrl.cc b/src/gsiqt5/gsiDeclQUrl.cc index 41787960c..89cc22688 100644 --- a/src/gsiqt5/gsiDeclQUrl.cc +++ b/src/gsiqt5/gsiDeclQUrl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUrl.cc * diff --git a/src/gsiqt5/gsiDeclQUrlQuery.cc b/src/gsiqt5/gsiDeclQUrlQuery.cc index 41ef2e9ff..c57414cd1 100644 --- a/src/gsiqt5/gsiDeclQUrlQuery.cc +++ b/src/gsiqt5/gsiDeclQUrlQuery.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQUrlQuery.cc * diff --git a/src/gsiqt5/gsiDeclQVBoxLayout.cc b/src/gsiqt5/gsiDeclQVBoxLayout.cc index 977e033bf..ecbe33f73 100644 --- a/src/gsiqt5/gsiDeclQVBoxLayout.cc +++ b/src/gsiqt5/gsiDeclQVBoxLayout.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVBoxLayout.cc * diff --git a/src/gsiqt5/gsiDeclQValidator.cc b/src/gsiqt5/gsiDeclQValidator.cc index 67dcb19d3..52ca32488 100644 --- a/src/gsiqt5/gsiDeclQValidator.cc +++ b/src/gsiqt5/gsiDeclQValidator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQValidator.cc * diff --git a/src/gsiqt5/gsiDeclQVariantAnimation.cc b/src/gsiqt5/gsiDeclQVariantAnimation.cc index f2a9d4ab9..ba5b45208 100644 --- a/src/gsiqt5/gsiDeclQVariantAnimation.cc +++ b/src/gsiqt5/gsiDeclQVariantAnimation.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVariantAnimation.cc * diff --git a/src/gsiqt5/gsiDeclQVector2D.cc b/src/gsiqt5/gsiDeclQVector2D.cc index a1e9a8c11..6a8381a29 100644 --- a/src/gsiqt5/gsiDeclQVector2D.cc +++ b/src/gsiqt5/gsiDeclQVector2D.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVector2D.cc * diff --git a/src/gsiqt5/gsiDeclQVector3D.cc b/src/gsiqt5/gsiDeclQVector3D.cc index cbd01c948..c191ed012 100644 --- a/src/gsiqt5/gsiDeclQVector3D.cc +++ b/src/gsiqt5/gsiDeclQVector3D.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVector3D.cc * diff --git a/src/gsiqt5/gsiDeclQVector4D.cc b/src/gsiqt5/gsiDeclQVector4D.cc index 0f7c2bb63..091a2d00a 100644 --- a/src/gsiqt5/gsiDeclQVector4D.cc +++ b/src/gsiqt5/gsiDeclQVector4D.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVector4D.cc * diff --git a/src/gsiqt5/gsiDeclQVideoDeviceSelectorControl.cc b/src/gsiqt5/gsiDeclQVideoDeviceSelectorControl.cc index 219400f96..a1d4893ed 100644 --- a/src/gsiqt5/gsiDeclQVideoDeviceSelectorControl.cc +++ b/src/gsiqt5/gsiDeclQVideoDeviceSelectorControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVideoDeviceSelectorControl.cc * diff --git a/src/gsiqt5/gsiDeclQVideoEncoderSettings.cc b/src/gsiqt5/gsiDeclQVideoEncoderSettings.cc index 188b70146..db198e78b 100644 --- a/src/gsiqt5/gsiDeclQVideoEncoderSettings.cc +++ b/src/gsiqt5/gsiDeclQVideoEncoderSettings.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVideoEncoderSettings.cc * diff --git a/src/gsiqt5/gsiDeclQVideoEncoderSettingsControl.cc b/src/gsiqt5/gsiDeclQVideoEncoderSettingsControl.cc index dfca3d790..c0b255d87 100644 --- a/src/gsiqt5/gsiDeclQVideoEncoderSettingsControl.cc +++ b/src/gsiqt5/gsiDeclQVideoEncoderSettingsControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVideoEncoderSettingsControl.cc * diff --git a/src/gsiqt5/gsiDeclQVideoFilterRunnable.cc b/src/gsiqt5/gsiDeclQVideoFilterRunnable.cc index 3d79cc903..4ce021c9f 100644 --- a/src/gsiqt5/gsiDeclQVideoFilterRunnable.cc +++ b/src/gsiqt5/gsiDeclQVideoFilterRunnable.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVideoFilterRunnable.cc * diff --git a/src/gsiqt5/gsiDeclQVideoFrame.cc b/src/gsiqt5/gsiDeclQVideoFrame.cc index 558f98491..2a2f7151e 100644 --- a/src/gsiqt5/gsiDeclQVideoFrame.cc +++ b/src/gsiqt5/gsiDeclQVideoFrame.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVideoFrame.cc * diff --git a/src/gsiqt5/gsiDeclQVideoProbe.cc b/src/gsiqt5/gsiDeclQVideoProbe.cc index 480109b1d..8830da210 100644 --- a/src/gsiqt5/gsiDeclQVideoProbe.cc +++ b/src/gsiqt5/gsiDeclQVideoProbe.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVideoProbe.cc * diff --git a/src/gsiqt5/gsiDeclQVideoRendererControl.cc b/src/gsiqt5/gsiDeclQVideoRendererControl.cc index 2e22fc2ce..0e73fa964 100644 --- a/src/gsiqt5/gsiDeclQVideoRendererControl.cc +++ b/src/gsiqt5/gsiDeclQVideoRendererControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVideoRendererControl.cc * diff --git a/src/gsiqt5/gsiDeclQVideoSurfaceFormat.cc b/src/gsiqt5/gsiDeclQVideoSurfaceFormat.cc index d11b79f8f..a2319c996 100644 --- a/src/gsiqt5/gsiDeclQVideoSurfaceFormat.cc +++ b/src/gsiqt5/gsiDeclQVideoSurfaceFormat.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVideoSurfaceFormat.cc * diff --git a/src/gsiqt5/gsiDeclQVideoWidget.cc b/src/gsiqt5/gsiDeclQVideoWidget.cc index df0a7238b..64121a4ee 100644 --- a/src/gsiqt5/gsiDeclQVideoWidget.cc +++ b/src/gsiqt5/gsiDeclQVideoWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVideoWidget.cc * diff --git a/src/gsiqt5/gsiDeclQVideoWindowControl.cc b/src/gsiqt5/gsiDeclQVideoWindowControl.cc index 6ddb5654e..7d280181c 100644 --- a/src/gsiqt5/gsiDeclQVideoWindowControl.cc +++ b/src/gsiqt5/gsiDeclQVideoWindowControl.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQVideoWindowControl.cc * diff --git a/src/gsiqt5/gsiDeclQWaitCondition.cc b/src/gsiqt5/gsiDeclQWaitCondition.cc index 90d5f6bd7..3b50ae5a2 100644 --- a/src/gsiqt5/gsiDeclQWaitCondition.cc +++ b/src/gsiqt5/gsiDeclQWaitCondition.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWaitCondition.cc * diff --git a/src/gsiqt5/gsiDeclQWhatsThis.cc b/src/gsiqt5/gsiDeclQWhatsThis.cc index 0266f1c5e..1780d3684 100644 --- a/src/gsiqt5/gsiDeclQWhatsThis.cc +++ b/src/gsiqt5/gsiDeclQWhatsThis.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWhatsThis.cc * diff --git a/src/gsiqt5/gsiDeclQWhatsThisClickedEvent.cc b/src/gsiqt5/gsiDeclQWhatsThisClickedEvent.cc index 96288e53e..cbe56047f 100644 --- a/src/gsiqt5/gsiDeclQWhatsThisClickedEvent.cc +++ b/src/gsiqt5/gsiDeclQWhatsThisClickedEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWhatsThisClickedEvent.cc * diff --git a/src/gsiqt5/gsiDeclQWheelEvent.cc b/src/gsiqt5/gsiDeclQWheelEvent.cc index 1556141cd..113f8f676 100644 --- a/src/gsiqt5/gsiDeclQWheelEvent.cc +++ b/src/gsiqt5/gsiDeclQWheelEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWheelEvent.cc * diff --git a/src/gsiqt5/gsiDeclQWidget.cc b/src/gsiqt5/gsiDeclQWidget.cc index 2fe38955a..709821410 100644 --- a/src/gsiqt5/gsiDeclQWidget.cc +++ b/src/gsiqt5/gsiDeclQWidget.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWidget.cc * diff --git a/src/gsiqt5/gsiDeclQWidgetAction.cc b/src/gsiqt5/gsiDeclQWidgetAction.cc index c588e4c96..89dfc30b6 100644 --- a/src/gsiqt5/gsiDeclQWidgetAction.cc +++ b/src/gsiqt5/gsiDeclQWidgetAction.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWidgetAction.cc * diff --git a/src/gsiqt5/gsiDeclQWidgetItem.cc b/src/gsiqt5/gsiDeclQWidgetItem.cc index 6526dbb0e..6f95205f8 100644 --- a/src/gsiqt5/gsiDeclQWidgetItem.cc +++ b/src/gsiqt5/gsiDeclQWidgetItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWidgetItem.cc * diff --git a/src/gsiqt5/gsiDeclQWindow.cc b/src/gsiqt5/gsiDeclQWindow.cc index e5c751da7..6ee326496 100644 --- a/src/gsiqt5/gsiDeclQWindow.cc +++ b/src/gsiqt5/gsiDeclQWindow.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWindow.cc * diff --git a/src/gsiqt5/gsiDeclQWindowStateChangeEvent.cc b/src/gsiqt5/gsiDeclQWindowStateChangeEvent.cc index 86c97e908..a10b16f5b 100644 --- a/src/gsiqt5/gsiDeclQWindowStateChangeEvent.cc +++ b/src/gsiqt5/gsiDeclQWindowStateChangeEvent.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWindowStateChangeEvent.cc * diff --git a/src/gsiqt5/gsiDeclQWizard.cc b/src/gsiqt5/gsiDeclQWizard.cc index 57e3757b0..70459e6e5 100644 --- a/src/gsiqt5/gsiDeclQWizard.cc +++ b/src/gsiqt5/gsiDeclQWizard.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWizard.cc * diff --git a/src/gsiqt5/gsiDeclQWizardPage.cc b/src/gsiqt5/gsiDeclQWizardPage.cc index f373c76bb..943357d59 100644 --- a/src/gsiqt5/gsiDeclQWizardPage.cc +++ b/src/gsiqt5/gsiDeclQWizardPage.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWizardPage.cc * diff --git a/src/gsiqt5/gsiDeclQWriteLocker.cc b/src/gsiqt5/gsiDeclQWriteLocker.cc index b16c95d18..e1348b55b 100644 --- a/src/gsiqt5/gsiDeclQWriteLocker.cc +++ b/src/gsiqt5/gsiDeclQWriteLocker.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQWriteLocker.cc * diff --git a/src/gsiqt5/gsiDeclQXmlAttributes.cc b/src/gsiqt5/gsiDeclQXmlAttributes.cc index ff7a56129..f76233efc 100644 --- a/src/gsiqt5/gsiDeclQXmlAttributes.cc +++ b/src/gsiqt5/gsiDeclQXmlAttributes.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlAttributes.cc * diff --git a/src/gsiqt5/gsiDeclQXmlContentHandler.cc b/src/gsiqt5/gsiDeclQXmlContentHandler.cc index 15b7b3530..27ab503e8 100644 --- a/src/gsiqt5/gsiDeclQXmlContentHandler.cc +++ b/src/gsiqt5/gsiDeclQXmlContentHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlContentHandler.cc * diff --git a/src/gsiqt5/gsiDeclQXmlDTDHandler.cc b/src/gsiqt5/gsiDeclQXmlDTDHandler.cc index 0e3aa577c..73855dfaf 100644 --- a/src/gsiqt5/gsiDeclQXmlDTDHandler.cc +++ b/src/gsiqt5/gsiDeclQXmlDTDHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlDTDHandler.cc * diff --git a/src/gsiqt5/gsiDeclQXmlDeclHandler.cc b/src/gsiqt5/gsiDeclQXmlDeclHandler.cc index a757ca071..e657fcd74 100644 --- a/src/gsiqt5/gsiDeclQXmlDeclHandler.cc +++ b/src/gsiqt5/gsiDeclQXmlDeclHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlDeclHandler.cc * diff --git a/src/gsiqt5/gsiDeclQXmlDefaultHandler.cc b/src/gsiqt5/gsiDeclQXmlDefaultHandler.cc index e6558c4ed..6b97dbdd1 100644 --- a/src/gsiqt5/gsiDeclQXmlDefaultHandler.cc +++ b/src/gsiqt5/gsiDeclQXmlDefaultHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlDefaultHandler.cc * diff --git a/src/gsiqt5/gsiDeclQXmlEntityResolver.cc b/src/gsiqt5/gsiDeclQXmlEntityResolver.cc index bf72d39e7..698efc396 100644 --- a/src/gsiqt5/gsiDeclQXmlEntityResolver.cc +++ b/src/gsiqt5/gsiDeclQXmlEntityResolver.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlEntityResolver.cc * diff --git a/src/gsiqt5/gsiDeclQXmlErrorHandler.cc b/src/gsiqt5/gsiDeclQXmlErrorHandler.cc index 31a31038a..b741a6cfc 100644 --- a/src/gsiqt5/gsiDeclQXmlErrorHandler.cc +++ b/src/gsiqt5/gsiDeclQXmlErrorHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlErrorHandler.cc * diff --git a/src/gsiqt5/gsiDeclQXmlFormatter.cc b/src/gsiqt5/gsiDeclQXmlFormatter.cc index a89f7c92e..a4ce9116d 100644 --- a/src/gsiqt5/gsiDeclQXmlFormatter.cc +++ b/src/gsiqt5/gsiDeclQXmlFormatter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlFormatter.cc * diff --git a/src/gsiqt5/gsiDeclQXmlInputSource.cc b/src/gsiqt5/gsiDeclQXmlInputSource.cc index de5ee4225..a4248647b 100644 --- a/src/gsiqt5/gsiDeclQXmlInputSource.cc +++ b/src/gsiqt5/gsiDeclQXmlInputSource.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlInputSource.cc * diff --git a/src/gsiqt5/gsiDeclQXmlItem.cc b/src/gsiqt5/gsiDeclQXmlItem.cc index 9127c1b33..d783c8b62 100644 --- a/src/gsiqt5/gsiDeclQXmlItem.cc +++ b/src/gsiqt5/gsiDeclQXmlItem.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlItem.cc * diff --git a/src/gsiqt5/gsiDeclQXmlLexicalHandler.cc b/src/gsiqt5/gsiDeclQXmlLexicalHandler.cc index e23331a41..60896b645 100644 --- a/src/gsiqt5/gsiDeclQXmlLexicalHandler.cc +++ b/src/gsiqt5/gsiDeclQXmlLexicalHandler.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlLexicalHandler.cc * diff --git a/src/gsiqt5/gsiDeclQXmlLocator.cc b/src/gsiqt5/gsiDeclQXmlLocator.cc index 8999b899e..4d45f2523 100644 --- a/src/gsiqt5/gsiDeclQXmlLocator.cc +++ b/src/gsiqt5/gsiDeclQXmlLocator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlLocator.cc * diff --git a/src/gsiqt5/gsiDeclQXmlName.cc b/src/gsiqt5/gsiDeclQXmlName.cc index c3a6b2963..dcf94fef0 100644 --- a/src/gsiqt5/gsiDeclQXmlName.cc +++ b/src/gsiqt5/gsiDeclQXmlName.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlName.cc * diff --git a/src/gsiqt5/gsiDeclQXmlNamePool.cc b/src/gsiqt5/gsiDeclQXmlNamePool.cc index ecec180ba..aac944ffa 100644 --- a/src/gsiqt5/gsiDeclQXmlNamePool.cc +++ b/src/gsiqt5/gsiDeclQXmlNamePool.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlNamePool.cc * diff --git a/src/gsiqt5/gsiDeclQXmlNamespaceSupport.cc b/src/gsiqt5/gsiDeclQXmlNamespaceSupport.cc index 07c72473e..cc61c4bfb 100644 --- a/src/gsiqt5/gsiDeclQXmlNamespaceSupport.cc +++ b/src/gsiqt5/gsiDeclQXmlNamespaceSupport.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlNamespaceSupport.cc * diff --git a/src/gsiqt5/gsiDeclQXmlNodeModelIndex.cc b/src/gsiqt5/gsiDeclQXmlNodeModelIndex.cc index 3f742a1dd..29d5608c4 100644 --- a/src/gsiqt5/gsiDeclQXmlNodeModelIndex.cc +++ b/src/gsiqt5/gsiDeclQXmlNodeModelIndex.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlNodeModelIndex.cc * diff --git a/src/gsiqt5/gsiDeclQXmlParseException.cc b/src/gsiqt5/gsiDeclQXmlParseException.cc index 05d583349..12ae2ddc1 100644 --- a/src/gsiqt5/gsiDeclQXmlParseException.cc +++ b/src/gsiqt5/gsiDeclQXmlParseException.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlParseException.cc * diff --git a/src/gsiqt5/gsiDeclQXmlQuery.cc b/src/gsiqt5/gsiDeclQXmlQuery.cc index 12486a182..86d736b6e 100644 --- a/src/gsiqt5/gsiDeclQXmlQuery.cc +++ b/src/gsiqt5/gsiDeclQXmlQuery.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlQuery.cc * diff --git a/src/gsiqt5/gsiDeclQXmlReader.cc b/src/gsiqt5/gsiDeclQXmlReader.cc index 1e822b2d8..d39e57645 100644 --- a/src/gsiqt5/gsiDeclQXmlReader.cc +++ b/src/gsiqt5/gsiDeclQXmlReader.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlReader.cc * diff --git a/src/gsiqt5/gsiDeclQXmlResultItems.cc b/src/gsiqt5/gsiDeclQXmlResultItems.cc index d0ec95931..9d8e07f99 100644 --- a/src/gsiqt5/gsiDeclQXmlResultItems.cc +++ b/src/gsiqt5/gsiDeclQXmlResultItems.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlResultItems.cc * diff --git a/src/gsiqt5/gsiDeclQXmlSchema.cc b/src/gsiqt5/gsiDeclQXmlSchema.cc index 7769f5a7a..6c35de2b8 100644 --- a/src/gsiqt5/gsiDeclQXmlSchema.cc +++ b/src/gsiqt5/gsiDeclQXmlSchema.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlSchema.cc * diff --git a/src/gsiqt5/gsiDeclQXmlSchemaValidator.cc b/src/gsiqt5/gsiDeclQXmlSchemaValidator.cc index 6acbfe835..ec8064a1d 100644 --- a/src/gsiqt5/gsiDeclQXmlSchemaValidator.cc +++ b/src/gsiqt5/gsiDeclQXmlSchemaValidator.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlSchemaValidator.cc * diff --git a/src/gsiqt5/gsiDeclQXmlSerializer.cc b/src/gsiqt5/gsiDeclQXmlSerializer.cc index 2534c7ed0..0a142db2b 100644 --- a/src/gsiqt5/gsiDeclQXmlSerializer.cc +++ b/src/gsiqt5/gsiDeclQXmlSerializer.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlSerializer.cc * diff --git a/src/gsiqt5/gsiDeclQXmlSimpleReader.cc b/src/gsiqt5/gsiDeclQXmlSimpleReader.cc index 70213d4c3..8b7da1f5e 100644 --- a/src/gsiqt5/gsiDeclQXmlSimpleReader.cc +++ b/src/gsiqt5/gsiDeclQXmlSimpleReader.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlSimpleReader.cc * diff --git a/src/gsiqt5/gsiDeclQXmlStreamAttribute.cc b/src/gsiqt5/gsiDeclQXmlStreamAttribute.cc index 46699ea6f..e55559411 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamAttribute.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamAttribute.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlStreamAttribute.cc * diff --git a/src/gsiqt5/gsiDeclQXmlStreamAttributes.cc b/src/gsiqt5/gsiDeclQXmlStreamAttributes.cc index 80208c040..2c9072a9d 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamAttributes.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamAttributes.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlStreamAttributes.cc * diff --git a/src/gsiqt5/gsiDeclQXmlStreamEntityDeclaration.cc b/src/gsiqt5/gsiDeclQXmlStreamEntityDeclaration.cc index 557392b54..283cc97b9 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamEntityDeclaration.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamEntityDeclaration.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlStreamEntityDeclaration.cc * diff --git a/src/gsiqt5/gsiDeclQXmlStreamEntityResolver.cc b/src/gsiqt5/gsiDeclQXmlStreamEntityResolver.cc index 2dfa107b9..5fe881f35 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamEntityResolver.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamEntityResolver.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlStreamEntityResolver.cc * diff --git a/src/gsiqt5/gsiDeclQXmlStreamNamespaceDeclaration.cc b/src/gsiqt5/gsiDeclQXmlStreamNamespaceDeclaration.cc index d70270179..2712a63a4 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamNamespaceDeclaration.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamNamespaceDeclaration.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlStreamNamespaceDeclaration.cc * diff --git a/src/gsiqt5/gsiDeclQXmlStreamNotationDeclaration.cc b/src/gsiqt5/gsiDeclQXmlStreamNotationDeclaration.cc index ddbfbd42a..d8e5527b8 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamNotationDeclaration.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamNotationDeclaration.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlStreamNotationDeclaration.cc * diff --git a/src/gsiqt5/gsiDeclQXmlStreamReader.cc b/src/gsiqt5/gsiDeclQXmlStreamReader.cc index 725266635..15b9856ec 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamReader.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamReader.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlStreamReader.cc * diff --git a/src/gsiqt5/gsiDeclQXmlStreamStringRef.cc b/src/gsiqt5/gsiDeclQXmlStreamStringRef.cc index 22a21ab85..9d704412d 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamStringRef.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamStringRef.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlStreamStringRef.cc * diff --git a/src/gsiqt5/gsiDeclQXmlStreamWriter.cc b/src/gsiqt5/gsiDeclQXmlStreamWriter.cc index 7cd7e390a..fcd1364bc 100644 --- a/src/gsiqt5/gsiDeclQXmlStreamWriter.cc +++ b/src/gsiqt5/gsiDeclQXmlStreamWriter.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQXmlStreamWriter.cc * diff --git a/src/gsiqt5/gsiDeclQt.cc b/src/gsiqt5/gsiDeclQt.cc index 44595f2c2..ce09f75dc 100644 --- a/src/gsiqt5/gsiDeclQt.cc +++ b/src/gsiqt5/gsiDeclQt.cc @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file gsiDeclQt.cc * diff --git a/src/gsiqt5/gsiDeclQtTypeTraits.h b/src/gsiqt5/gsiDeclQtTypeTraits.h index 7769641d4..73d132f5a 100644 --- a/src/gsiqt5/gsiDeclQtTypeTraits.h +++ b/src/gsiqt5/gsiDeclQtTypeTraits.h @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /** * @file generated/gsiDeclQtTypeTraits.h * @brief Type traits for the Qt binding classes diff --git a/src/gsiqt5/gsiQtExternals.h b/src/gsiqt5/gsiQtExternals.h index c3e72f337..6806fa9aa 100644 --- a/src/gsiqt5/gsiQtExternals.h +++ b/src/gsiqt5/gsiQtExternals.h @@ -1,3 +1,25 @@ + +/* + + KLayout Layout Viewer + Copyright (C) 2006-2017 Matthias Koefferlein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ + /* External declarations for for Qt bindings diff --git a/src/pya/pyaObject.cc b/src/pya/pyaObject.cc index e8f5bf0aa..bd0d501d8 100644 --- a/src/pya/pyaObject.cc +++ b/src/pya/pyaObject.cc @@ -334,12 +334,7 @@ PYAObjectBase::object_status_changed (gsi::ObjectBase::StatusEventType type) bool prev_owner = m_owned; - // external reset - the object no longer will be available so we unlink from it - m_callee.clear_callbacks (); - m_obj = 0; - m_const_ref = false; - m_owned = false; - m_can_destroy = false; + detach (); m_destroyed = true; // NOTE: this may delete "this"! @@ -410,7 +405,10 @@ PYAObjectBase::detach () const gsi::ClassBase *cls = cls_decl (); if (cls && cls->is_managed ()) { - cls->gsi_object (m_obj)->status_changed_event ().remove (&m_listener, &StatusChangedListener::object_status_changed); + gsi::ObjectBase *gsi_object = cls->gsi_object (m_obj, false); + if (gsi_object) { + gsi_object->status_changed_event ().remove (&m_listener, &StatusChangedListener::object_status_changed); + } } detach_callbacks (); diff --git a/src/rba/rbaInternal.cc b/src/rba/rbaInternal.cc index 888dceb00..c96977362 100644 --- a/src/rba/rbaInternal.cc +++ b/src/rba/rbaInternal.cc @@ -255,7 +255,10 @@ void Proxy::detach () { if (m_cls_decl && m_cls_decl->is_managed ()) { - m_cls_decl->gsi_object (m_obj)->status_changed_event ().remove (this, &Proxy::object_status_changed); + gsi::ObjectBase *gsi_object = m_cls_decl->gsi_object (m_obj, false); + if (gsi_object) { + gsi_object->status_changed_event ().remove (this, &Proxy::object_status_changed); + } if (!m_owned && m_self != Qnil) { rb_gc_unregister_address (&m_self); } @@ -562,16 +565,7 @@ void Proxy::object_status_changed (gsi::ObjectBase::StatusEventType type) { if (type == gsi::ObjectBase::ObjectDestroyed) { - - // external reset - the object no longer will be available so we unlink from it - m_cbfuncs.clear (); - m_self = Qnil; - m_obj = 0; - m_destroyed = true; - m_const_ref = false; - m_owned = false; - m_can_destroy = false; - + detach (); } else if (type == gsi::ObjectBase::ObjectKeep) { keep_internal (); } else if (type == gsi::ObjectBase::ObjectRelease) { diff --git a/testdata/ruby/qtbinding.rb b/testdata/ruby/qtbinding.rb index a87a0503b..b960ec5a0 100644 --- a/testdata/ruby/qtbinding.rb +++ b/testdata/ruby/qtbinding.rb @@ -545,6 +545,7 @@ class QtBinding_TestClass < TestBase # Ability to monitor native child objects parent = RBA::QScrollArea::new + parent.show # this makes resize actually change the widget's size child = parent.viewport # ensure parent and child are working