Skip to content

Commit

Permalink
Updated license agreement year in modified files
Browse files Browse the repository at this point in the history
  • Loading branch information
dvvrd committed Jan 8, 2016
1 parent 2366fa0 commit 5d1a4ae
Show file tree
Hide file tree
Showing 41 changed files with 40 additions and 41 deletions.
2 changes: 1 addition & 1 deletion qrgui/editor/commands/createAndUpdatePatternCommand.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/editor/commands/insertIntoEdgeCommand.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/editor/commands/insertIntoEdgeCommand.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/editor/edgeElement.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/editor/edgeElement.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/editor/editorView.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/editor/editorView.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion qrgui/editor/editorViewScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<NodeElement *>(newParent);
if (parentNode) {
Element *nextNode = parentNode->getPlaceholderNextElement();
Expand Down
2 changes: 1 addition & 1 deletion qrgui/editor/element.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/editor/element.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/editor/embedded/linkers/embeddedLinker.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/editor/embedded/linkers/embeddedLinker.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/commands/createElementsCommand.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/commands/createPatternCommand.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/commands/createPatternCommand.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/commands/renameExplosionCommand.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/commands/renameExplosionCommand.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/details/graphicalModel.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/details/logicalModel.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/details/modelsAssistApi.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/details/modelsImplementation/abstractModel.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/edgeInfo.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/edgeInfo.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/elementInfo.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/graphicalModelAssistApi.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/graphicalModelAssistApi.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/logicalModelAssistApi.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/logicalModelAssistApi.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/models/models.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/plugins/pluginManager/sdfRenderer.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrgui/plugins/pluginManager/sdfRenderer.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrmc/classes/nodeType.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrmc/classes/nodeType.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrxc/graphicType.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrxc/graphicType.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrxc/xmlCompiler.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qrxc/xmlCompiler.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 5d1a4ae

Please sign in to comment.