From 5d1a4aeeb5df5c6b3d959e56d94ad7986fe8e35c Mon Sep 17 00:00:00 2001 From: Dmitry Mordvinov Date: Fri, 8 Jan 2016 14:42:36 +0300 Subject: [PATCH] Updated license agreement year in modified files --- qrgui/editor/commands/createAndUpdatePatternCommand.h | 2 +- qrgui/editor/commands/insertIntoEdgeCommand.cpp | 2 +- qrgui/editor/commands/insertIntoEdgeCommand.h | 2 +- qrgui/editor/edgeElement.cpp | 2 +- qrgui/editor/edgeElement.h | 2 +- qrgui/editor/editorView.cpp | 2 +- qrgui/editor/editorView.h | 2 +- qrgui/editor/editorViewScene.cpp | 1 - qrgui/editor/element.cpp | 2 +- qrgui/editor/element.h | 2 +- qrgui/editor/embedded/linkers/embeddedLinker.cpp | 2 +- qrgui/editor/embedded/linkers/embeddedLinker.h | 2 +- qrgui/models/commands/createElementsCommand.cpp | 2 +- qrgui/models/commands/createPatternCommand.cpp | 2 +- qrgui/models/commands/createPatternCommand.h | 2 +- qrgui/models/commands/renameExplosionCommand.cpp | 2 +- qrgui/models/commands/renameExplosionCommand.h | 2 +- qrgui/models/details/graphicalModel.h | 2 +- qrgui/models/details/logicalModel.h | 2 +- qrgui/models/details/modelsAssistApi.cpp | 2 +- qrgui/models/details/modelsImplementation/abstractModel.cpp | 2 +- qrgui/models/details/modelsImplementation/abstractModel.h | 2 +- qrgui/models/details/modelsImplementation/abstractModelItem.cpp | 2 +- qrgui/models/details/modelsImplementation/abstractModelItem.h | 2 +- qrgui/models/edgeInfo.cpp | 2 +- qrgui/models/edgeInfo.h | 2 +- qrgui/models/elementInfo.h | 2 +- qrgui/models/graphicalModelAssistApi.cpp | 2 +- qrgui/models/graphicalModelAssistApi.h | 2 +- qrgui/models/logicalModelAssistApi.cpp | 2 +- qrgui/models/logicalModelAssistApi.h | 2 +- qrgui/models/models.h | 2 +- qrgui/plugins/pluginManager/sdfRenderer.cpp | 2 +- qrgui/plugins/pluginManager/sdfRenderer.h | 2 +- .../usedInterfaces/details/modelsAssistInterface.h | 2 +- qrmc/classes/nodeType.cpp | 2 +- qrmc/classes/nodeType.h | 2 +- qrxc/graphicType.cpp | 2 +- qrxc/graphicType.h | 2 +- qrxc/xmlCompiler.cpp | 2 +- qrxc/xmlCompiler.h | 2 +- 41 files changed, 40 insertions(+), 41 deletions(-) diff --git a/qrgui/editor/commands/createAndUpdatePatternCommand.h b/qrgui/editor/commands/createAndUpdatePatternCommand.h index c78adee2bc..43a9913d4b 100644 --- a/qrgui/editor/commands/createAndUpdatePatternCommand.h +++ b/qrgui/editor/commands/createAndUpdatePatternCommand.h @@ -1,4 +1,4 @@ -/* Copyright 2014-2015 Dmitry Mordvinov +/* Copyright 2014-2016 Dmitry Mordvinov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/editor/commands/insertIntoEdgeCommand.cpp b/qrgui/editor/commands/insertIntoEdgeCommand.cpp index f710dcbb08..f9cced6e77 100644 --- a/qrgui/editor/commands/insertIntoEdgeCommand.cpp +++ b/qrgui/editor/commands/insertIntoEdgeCommand.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/editor/commands/insertIntoEdgeCommand.h b/qrgui/editor/commands/insertIntoEdgeCommand.h index 43773ab118..0882a7f023 100644 --- a/qrgui/editor/commands/insertIntoEdgeCommand.h +++ b/qrgui/editor/commands/insertIntoEdgeCommand.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/editor/edgeElement.cpp b/qrgui/editor/edgeElement.cpp index 8b7ca06c69..d8caacb7cf 100644 --- a/qrgui/editor/edgeElement.cpp +++ b/qrgui/editor/edgeElement.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/editor/edgeElement.h b/qrgui/editor/edgeElement.h index 6e2795a418..4bc91d48aa 100644 --- a/qrgui/editor/edgeElement.h +++ b/qrgui/editor/edgeElement.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/editor/editorView.cpp b/qrgui/editor/editorView.cpp index 9feb4627d5..366fbe39de 100644 --- a/qrgui/editor/editorView.cpp +++ b/qrgui/editor/editorView.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/editor/editorView.h b/qrgui/editor/editorView.h index bf3f92316b..facbea0905 100644 --- a/qrgui/editor/editorView.h +++ b/qrgui/editor/editorView.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/editor/editorViewScene.cpp b/qrgui/editor/editorViewScene.cpp index 92e949b619..3323237377 100644 --- a/qrgui/editor/editorViewScene.cpp +++ b/qrgui/editor/editorViewScene.cpp @@ -480,7 +480,6 @@ void EditorViewScene::createElement(const QMimeData *mimeData, const QPointF &sc createSingleElement(id, name, isNode, position, parentId, isFromLogicalModel , explosionTarget, createCommandPointer, executeImmediately); - // stackBefore должно умереть NodeElement *parentNode = dynamic_cast(newParent); if (parentNode) { Element *nextNode = parentNode->getPlaceholderNextElement(); diff --git a/qrgui/editor/element.cpp b/qrgui/editor/element.cpp index d3e50e6b09..713e477386 100644 --- a/qrgui/editor/element.cpp +++ b/qrgui/editor/element.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/editor/element.h b/qrgui/editor/element.h index 5d7d8187bd..6219625a2c 100644 --- a/qrgui/editor/element.h +++ b/qrgui/editor/element.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/editor/embedded/linkers/embeddedLinker.cpp b/qrgui/editor/embedded/linkers/embeddedLinker.cpp index c319774de6..3e81d4fce9 100644 --- a/qrgui/editor/embedded/linkers/embeddedLinker.cpp +++ b/qrgui/editor/embedded/linkers/embeddedLinker.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/editor/embedded/linkers/embeddedLinker.h b/qrgui/editor/embedded/linkers/embeddedLinker.h index c5b71219b2..c9e4188665 100644 --- a/qrgui/editor/embedded/linkers/embeddedLinker.h +++ b/qrgui/editor/embedded/linkers/embeddedLinker.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/commands/createElementsCommand.cpp b/qrgui/models/commands/createElementsCommand.cpp index fe350c0e7a..e57013a23a 100644 --- a/qrgui/models/commands/createElementsCommand.cpp +++ b/qrgui/models/commands/createElementsCommand.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2016 Dmitry Mordvinov +/* Copyright 2013-2016 Dmitry Mordvinov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/commands/createPatternCommand.cpp b/qrgui/models/commands/createPatternCommand.cpp index 74b4389a9f..4d3e8f2e35 100644 --- a/qrgui/models/commands/createPatternCommand.cpp +++ b/qrgui/models/commands/createPatternCommand.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2016 QReal Research Group +/* Copyright 2012-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/commands/createPatternCommand.h b/qrgui/models/commands/createPatternCommand.h index cc809fab5c..8799f00a89 100644 --- a/qrgui/models/commands/createPatternCommand.h +++ b/qrgui/models/commands/createPatternCommand.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2016 QReal Research Group +/* Copyright 2012-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/commands/renameExplosionCommand.cpp b/qrgui/models/commands/renameExplosionCommand.cpp index bd5dfdbe12..ffd4ee0fa4 100644 --- a/qrgui/models/commands/renameExplosionCommand.cpp +++ b/qrgui/models/commands/renameExplosionCommand.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2013-2016 Dmitry Mordvinov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/commands/renameExplosionCommand.h b/qrgui/models/commands/renameExplosionCommand.h index c84a2ba95e..68a37c63d9 100644 --- a/qrgui/models/commands/renameExplosionCommand.h +++ b/qrgui/models/commands/renameExplosionCommand.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2013-2016 Dmitry Mordvinov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/details/graphicalModel.h b/qrgui/models/details/graphicalModel.h index c06d5b5a97..6f375acb87 100644 --- a/qrgui/models/details/graphicalModel.h +++ b/qrgui/models/details/graphicalModel.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/details/logicalModel.h b/qrgui/models/details/logicalModel.h index 055aa8b993..384a463490 100644 --- a/qrgui/models/details/logicalModel.h +++ b/qrgui/models/details/logicalModel.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/details/modelsAssistApi.cpp b/qrgui/models/details/modelsAssistApi.cpp index 5ec5af5bc2..e87762735c 100644 --- a/qrgui/models/details/modelsAssistApi.cpp +++ b/qrgui/models/details/modelsAssistApi.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/details/modelsImplementation/abstractModel.cpp b/qrgui/models/details/modelsImplementation/abstractModel.cpp index 048579d749..1ce8c2ab98 100644 --- a/qrgui/models/details/modelsImplementation/abstractModel.cpp +++ b/qrgui/models/details/modelsImplementation/abstractModel.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/details/modelsImplementation/abstractModel.h b/qrgui/models/details/modelsImplementation/abstractModel.h index 58143dfdcc..dc730780e5 100644 --- a/qrgui/models/details/modelsImplementation/abstractModel.h +++ b/qrgui/models/details/modelsImplementation/abstractModel.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/details/modelsImplementation/abstractModelItem.cpp b/qrgui/models/details/modelsImplementation/abstractModelItem.cpp index 5ca172ab8d..1b29005119 100644 --- a/qrgui/models/details/modelsImplementation/abstractModelItem.cpp +++ b/qrgui/models/details/modelsImplementation/abstractModelItem.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/details/modelsImplementation/abstractModelItem.h b/qrgui/models/details/modelsImplementation/abstractModelItem.h index b9507820ee..af297ae041 100644 --- a/qrgui/models/details/modelsImplementation/abstractModelItem.h +++ b/qrgui/models/details/modelsImplementation/abstractModelItem.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/edgeInfo.cpp b/qrgui/models/edgeInfo.cpp index ea8a96652b..d8e891503e 100644 --- a/qrgui/models/edgeInfo.cpp +++ b/qrgui/models/edgeInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015 Dmitry Mordvinov +/* Copyright 2015-2016 Dmitry Mordvinov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/edgeInfo.h b/qrgui/models/edgeInfo.h index e4396e1ee1..0b31861c4f 100644 --- a/qrgui/models/edgeInfo.h +++ b/qrgui/models/edgeInfo.h @@ -1,4 +1,4 @@ -/* Copyright 2015 Dmitry Mordvinov +/* Copyright 2015-2016 Dmitry Mordvinov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/elementInfo.h b/qrgui/models/elementInfo.h index 76cc40ffb3..6ec6f7e13c 100644 --- a/qrgui/models/elementInfo.h +++ b/qrgui/models/elementInfo.h @@ -1,4 +1,4 @@ -/* Copyright 2015 Dmitry Mordvinov +/* Copyright 2015-2016 Dmitry Mordvinov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/graphicalModelAssistApi.cpp b/qrgui/models/graphicalModelAssistApi.cpp index f0d99a9561..55dfc0f1d4 100644 --- a/qrgui/models/graphicalModelAssistApi.cpp +++ b/qrgui/models/graphicalModelAssistApi.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/graphicalModelAssistApi.h b/qrgui/models/graphicalModelAssistApi.h index 9710586095..2aaa40edcd 100644 --- a/qrgui/models/graphicalModelAssistApi.h +++ b/qrgui/models/graphicalModelAssistApi.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/logicalModelAssistApi.cpp b/qrgui/models/logicalModelAssistApi.cpp index 158ba0c74c..1287ed953f 100644 --- a/qrgui/models/logicalModelAssistApi.cpp +++ b/qrgui/models/logicalModelAssistApi.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/logicalModelAssistApi.h b/qrgui/models/logicalModelAssistApi.h index 435a26b04e..7ee22744e7 100644 --- a/qrgui/models/logicalModelAssistApi.h +++ b/qrgui/models/logicalModelAssistApi.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/models/models.h b/qrgui/models/models.h index 5d789240fc..ee9665260f 100644 --- a/qrgui/models/models.h +++ b/qrgui/models/models.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/plugins/pluginManager/sdfRenderer.cpp b/qrgui/plugins/pluginManager/sdfRenderer.cpp index 0561cacb2e..4fc56a8cb3 100644 --- a/qrgui/plugins/pluginManager/sdfRenderer.cpp +++ b/qrgui/plugins/pluginManager/sdfRenderer.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/plugins/pluginManager/sdfRenderer.h b/qrgui/plugins/pluginManager/sdfRenderer.h index 323ee1a21d..84a1d0dc1a 100644 --- a/qrgui/plugins/pluginManager/sdfRenderer.h +++ b/qrgui/plugins/pluginManager/sdfRenderer.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrgui/plugins/toolPluginInterface/usedInterfaces/details/modelsAssistInterface.h b/qrgui/plugins/toolPluginInterface/usedInterfaces/details/modelsAssistInterface.h index 8bd588c4ed..f8f47d308f 100644 --- a/qrgui/plugins/toolPluginInterface/usedInterfaces/details/modelsAssistInterface.h +++ b/qrgui/plugins/toolPluginInterface/usedInterfaces/details/modelsAssistInterface.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrmc/classes/nodeType.cpp b/qrmc/classes/nodeType.cpp index 2ba2af9872..7d4fea5d83 100644 --- a/qrmc/classes/nodeType.cpp +++ b/qrmc/classes/nodeType.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrmc/classes/nodeType.h b/qrmc/classes/nodeType.h index 12d8a6d25a..a83c44c712 100644 --- a/qrmc/classes/nodeType.h +++ b/qrmc/classes/nodeType.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrxc/graphicType.cpp b/qrxc/graphicType.cpp index caabb52c0a..52170ab000 100644 --- a/qrxc/graphicType.cpp +++ b/qrxc/graphicType.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrxc/graphicType.h b/qrxc/graphicType.h index 55c0eba950..782238c0d2 100644 --- a/qrxc/graphicType.h +++ b/qrxc/graphicType.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrxc/xmlCompiler.cpp b/qrxc/xmlCompiler.cpp index 7bd8bd2d75..93bf95d072 100644 --- a/qrxc/xmlCompiler.cpp +++ b/qrxc/xmlCompiler.cpp @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/qrxc/xmlCompiler.h b/qrxc/xmlCompiler.h index 872438aa72..8ed3bef0d2 100644 --- a/qrxc/xmlCompiler.h +++ b/qrxc/xmlCompiler.h @@ -1,4 +1,4 @@ -/* Copyright 2007-2015 QReal Research Group +/* Copyright 2007-2016 QReal Research Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.