From 47dac495f6dfe17d0d36a12737c30995a1f8cf3a Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sat, 25 Dec 2021 14:39:34 -0800 Subject: [PATCH] Update Copyright year --- .../mindplot/src/components/ActionDispatcher.js | 2 +- packages/mindplot/src/components/ActionIcon.js | 2 +- .../mindplot/src/components/CentralTopic.js | 2 +- packages/mindplot/src/components/Command.js | 2 +- .../mindplot/src/components/CommandContext.js | 2 +- .../mindplot/src/components/ConnectionLine.js | 2 +- .../mindplot/src/components/ControlPoint.js | 2 +- packages/mindplot/src/components/Designer.js | 2 +- .../src/components/DesignerActionRunner.js | 2 +- .../mindplot/src/components/DesignerBuilder.js | 2 +- .../mindplot/src/components/DesignerKeyboard.js | 2 +- .../mindplot/src/components/DesignerModel.js | 2 +- .../src/components/DesignerUndoManager.js | 2 +- .../mindplot/src/components/DragConnector.js | 2 +- packages/mindplot/src/components/DragManager.js | 2 +- packages/mindplot/src/components/DragPivot.js | 2 +- packages/mindplot/src/components/DragTopic.js | 2 +- .../mindplot/src/components/EditorProperties.js | 2 +- packages/mindplot/src/components/Events.js | 2 +- packages/mindplot/src/components/Icon.js | 2 +- packages/mindplot/src/components/IconGroup.js | 2 +- packages/mindplot/src/components/ImageIcon.js | 2 +- packages/mindplot/src/components/Keyboard.js | 2 +- packages/mindplot/src/components/LinkIcon.js | 2 +- .../src/components/LocalStorageManager.js | 2 +- packages/mindplot/src/components/MainTopic.js | 2 +- packages/mindplot/src/components/Messages.js | 2 +- .../src/components/MultilineTextEditor.js | 2 +- packages/mindplot/src/components/NodeGraph.js | 2 +- packages/mindplot/src/components/NoteIcon.js | 2 +- .../src/components/PersistenceManager.js | 2 +- .../mindplot/src/components/Relationship.js | 2 +- .../src/components/RelationshipPivot.js | 2 +- .../src/components/RestPersistenceManager.js | 2 +- .../mindplot/src/components/ScreenManager.js | 2 +- .../mindplot/src/components/ShrinkConnector.js | 2 +- .../components/StandaloneActionDispatcher.js | 2 +- packages/mindplot/src/components/Topic.js | 2 +- .../src/components/TopicEventDispatcher.js | 2 +- .../mindplot/src/components/TopicFeature.js | 2 +- packages/mindplot/src/components/Workspace.js | 2 +- .../commands/AddFeatureToTopicCommand.js | 2 +- .../commands/AddRelationshipCommand.js | 2 +- .../src/components/commands/AddTopicCommand.js | 2 +- .../commands/ChangeFeatureToTopicCommand.js | 2 +- .../src/components/commands/DeleteCommand.js | 2 +- .../src/components/commands/DragTopicCommand.js | 2 +- .../commands/GenericFunctionCommand.js | 2 +- .../commands/MoveControlPointCommand.js | 2 +- .../commands/RemoveFeatureFromTopicCommand.js | 2 +- packages/mindplot/src/components/lang/Bundle.js | 2 +- .../components/layout/AbstractBasicSorter.js | 2 +- .../src/components/layout/BalancedSorter.js | 2 +- .../src/components/layout/ChangeEvent.js | 2 +- .../components/layout/ChildrenSorterStrategy.js | 2 +- .../mindplot/src/components/layout/EventBus.js | 2 +- .../src/components/layout/EventBusDispatcher.js | 2 +- .../src/components/layout/GridSorter.js | 2 +- .../src/components/layout/LayoutManager.js | 2 +- packages/mindplot/src/components/layout/Node.js | 2 +- .../src/components/layout/OriginalLayout.js | 2 +- .../src/components/layout/RootedTreeSet.js | 2 +- .../src/components/layout/SymmetricSorter.js | 2 +- .../libraries/bootstrap/BootstrapDialog.js | 2 +- .../bootstrap/BootstrapDialogRequest.js | 2 +- .../src/components/model/FeatureModel.js | 2 +- .../mindplot/src/components/model/IMindmap.js | 2 +- .../mindplot/src/components/model/INodeModel.js | 2 +- .../mindplot/src/components/model/IconModel.js | 2 +- .../mindplot/src/components/model/LinkModel.js | 2 +- .../mindplot/src/components/model/Mindmap.js | 2 +- .../mindplot/src/components/model/NodeModel.js | 2 +- .../mindplot/src/components/model/NoteModel.js | 2 +- .../src/components/model/RelationshipModel.js | 2 +- .../components/persistence/Beta2PelaMigrator.js | 2 +- .../src/components/persistence/ModelCodeName.js | 2 +- .../persistence/Pela2TangoMigrator.js | 2 +- .../components/persistence/XMLSerializerBeta.js | 2 +- .../persistence/XMLSerializerFactory.js | 2 +- .../components/persistence/XMLSerializerPela.js | 2 +- .../persistence/XMLSerializerTango.js | 2 +- .../mindplot/src/components/util/FadeEffect.js | 2 +- packages/mindplot/src/components/util/Shape.js | 2 +- .../src/components/widget/ColorPalettePanel.js | 2 +- .../src/components/widget/FloatingTip.js | 2 +- .../src/components/widget/FontFamilyPanel.js | 2 +- .../src/components/widget/FontSizePanel.js | 2 +- .../mindplot/src/components/widget/IMenu.js | 2 +- .../mindplot/src/components/widget/IconPanel.js | 2 +- .../widget/KeyboardShortcutTooltip.js | 2 +- .../src/components/widget/LinkEditor.js | 2 +- .../src/components/widget/LinkIconTooltip.js | 2 +- .../src/components/widget/ListToolbarPanel.js | 2 +- packages/mindplot/src/components/widget/Menu.js | 2 +- .../components/widget/ModalDialogNotifier.js | 2 +- .../src/components/widget/NoteEditor.js | 2 +- .../src/components/widget/ToolbarItem.js | 2 +- .../src/components/widget/ToolbarNotifier.js | 2 +- .../src/components/widget/ToolbarPaneItem.js | 2 +- .../src/components/widget/TopicShapePanel.js | 2 +- packages/mindplot/src/index.js | 17 +++++++++++++++++ packages/mindplot/src/indexLoader.js | 17 +++++++++++++++++ .../test/playground/layout/BalancedTestSuite.js | 2 +- .../test/playground/layout/FreeTestSuite.js | 2 +- .../playground/layout/SymmetricTestSuite.js | 2 +- .../test/playground/layout/TestSuite.js | 2 +- .../mindplot/test/playground/layout/utils.js | 2 +- 107 files changed, 139 insertions(+), 105 deletions(-) diff --git a/packages/mindplot/src/components/ActionDispatcher.js b/packages/mindplot/src/components/ActionDispatcher.js index bb166439..a51a0003 100644 --- a/packages/mindplot/src/components/ActionDispatcher.js +++ b/packages/mindplot/src/components/ActionDispatcher.js @@ -1,6 +1,6 @@ /* eslint-disable no-unused-vars */ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/ActionIcon.js b/packages/mindplot/src/components/ActionIcon.js index cd55883c..6f303f3d 100644 --- a/packages/mindplot/src/components/ActionIcon.js +++ b/packages/mindplot/src/components/ActionIcon.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/CentralTopic.js b/packages/mindplot/src/components/CentralTopic.js index 25fcfa00..bf2beee9 100644 --- a/packages/mindplot/src/components/CentralTopic.js +++ b/packages/mindplot/src/components/CentralTopic.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/Command.js b/packages/mindplot/src/components/Command.js index f259b7ea..6a026655 100644 --- a/packages/mindplot/src/components/Command.js +++ b/packages/mindplot/src/components/Command.js @@ -1,5 +1,5 @@ /* -* Copyright [2015] [wisemapping] +* Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/CommandContext.js b/packages/mindplot/src/components/CommandContext.js index f89bddb0..199058c1 100644 --- a/packages/mindplot/src/components/CommandContext.js +++ b/packages/mindplot/src/components/CommandContext.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/ConnectionLine.js b/packages/mindplot/src/components/ConnectionLine.js index 2307edef..dcd4de45 100644 --- a/packages/mindplot/src/components/ConnectionLine.js +++ b/packages/mindplot/src/components/ConnectionLine.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/ControlPoint.js b/packages/mindplot/src/components/ControlPoint.js index 34242835..e490c321 100644 --- a/packages/mindplot/src/components/ControlPoint.js +++ b/packages/mindplot/src/components/ControlPoint.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/Designer.js b/packages/mindplot/src/components/Designer.js index 634fb3a4..0f143d3b 100644 --- a/packages/mindplot/src/components/Designer.js +++ b/packages/mindplot/src/components/Designer.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/DesignerActionRunner.js b/packages/mindplot/src/components/DesignerActionRunner.js index 92486934..d679146f 100644 --- a/packages/mindplot/src/components/DesignerActionRunner.js +++ b/packages/mindplot/src/components/DesignerActionRunner.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/DesignerBuilder.js b/packages/mindplot/src/components/DesignerBuilder.js index c865d73c..09156ed8 100644 --- a/packages/mindplot/src/components/DesignerBuilder.js +++ b/packages/mindplot/src/components/DesignerBuilder.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/DesignerKeyboard.js b/packages/mindplot/src/components/DesignerKeyboard.js index 0c8bae05..117301eb 100644 --- a/packages/mindplot/src/components/DesignerKeyboard.js +++ b/packages/mindplot/src/components/DesignerKeyboard.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/DesignerModel.js b/packages/mindplot/src/components/DesignerModel.js index cce4674a..a273f224 100644 --- a/packages/mindplot/src/components/DesignerModel.js +++ b/packages/mindplot/src/components/DesignerModel.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/DesignerUndoManager.js b/packages/mindplot/src/components/DesignerUndoManager.js index c4f54adf..30347b0a 100644 --- a/packages/mindplot/src/components/DesignerUndoManager.js +++ b/packages/mindplot/src/components/DesignerUndoManager.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/DragConnector.js b/packages/mindplot/src/components/DragConnector.js index 553d56b5..03fec348 100644 --- a/packages/mindplot/src/components/DragConnector.js +++ b/packages/mindplot/src/components/DragConnector.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/DragManager.js b/packages/mindplot/src/components/DragManager.js index 6e9a4417..06e4003e 100644 --- a/packages/mindplot/src/components/DragManager.js +++ b/packages/mindplot/src/components/DragManager.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/DragPivot.js b/packages/mindplot/src/components/DragPivot.js index 3f653fde..8f6f345a 100644 --- a/packages/mindplot/src/components/DragPivot.js +++ b/packages/mindplot/src/components/DragPivot.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/DragTopic.js b/packages/mindplot/src/components/DragTopic.js index dd027506..f5c21d58 100644 --- a/packages/mindplot/src/components/DragTopic.js +++ b/packages/mindplot/src/components/DragTopic.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/EditorProperties.js b/packages/mindplot/src/components/EditorProperties.js index a18749e5..35a77fc0 100644 --- a/packages/mindplot/src/components/EditorProperties.js +++ b/packages/mindplot/src/components/EditorProperties.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/Events.js b/packages/mindplot/src/components/Events.js index ddd48836..7e00858c 100644 --- a/packages/mindplot/src/components/Events.js +++ b/packages/mindplot/src/components/Events.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/Icon.js b/packages/mindplot/src/components/Icon.js index 2018bd9d..a95a6ba1 100644 --- a/packages/mindplot/src/components/Icon.js +++ b/packages/mindplot/src/components/Icon.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/IconGroup.js b/packages/mindplot/src/components/IconGroup.js index abf2d660..652c19e3 100644 --- a/packages/mindplot/src/components/IconGroup.js +++ b/packages/mindplot/src/components/IconGroup.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/ImageIcon.js b/packages/mindplot/src/components/ImageIcon.js index a75a4f6f..d606cde9 100644 --- a/packages/mindplot/src/components/ImageIcon.js +++ b/packages/mindplot/src/components/ImageIcon.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/Keyboard.js b/packages/mindplot/src/components/Keyboard.js index 30b97144..5355c752 100644 --- a/packages/mindplot/src/components/Keyboard.js +++ b/packages/mindplot/src/components/Keyboard.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/LinkIcon.js b/packages/mindplot/src/components/LinkIcon.js index ce2bf9cf..0288e9ae 100644 --- a/packages/mindplot/src/components/LinkIcon.js +++ b/packages/mindplot/src/components/LinkIcon.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/LocalStorageManager.js b/packages/mindplot/src/components/LocalStorageManager.js index 46dc8211..84a53184 100644 --- a/packages/mindplot/src/components/LocalStorageManager.js +++ b/packages/mindplot/src/components/LocalStorageManager.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/MainTopic.js b/packages/mindplot/src/components/MainTopic.js index 12c3f37c..05e4fb16 100644 --- a/packages/mindplot/src/components/MainTopic.js +++ b/packages/mindplot/src/components/MainTopic.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/Messages.js b/packages/mindplot/src/components/Messages.js index 387b85e2..1f82b56c 100644 --- a/packages/mindplot/src/components/Messages.js +++ b/packages/mindplot/src/components/Messages.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/MultilineTextEditor.js b/packages/mindplot/src/components/MultilineTextEditor.js index f2160680..dae30c69 100644 --- a/packages/mindplot/src/components/MultilineTextEditor.js +++ b/packages/mindplot/src/components/MultilineTextEditor.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/NodeGraph.js b/packages/mindplot/src/components/NodeGraph.js index a57ede5a..e199bc96 100644 --- a/packages/mindplot/src/components/NodeGraph.js +++ b/packages/mindplot/src/components/NodeGraph.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/NoteIcon.js b/packages/mindplot/src/components/NoteIcon.js index ac29a708..7f2d4732 100644 --- a/packages/mindplot/src/components/NoteIcon.js +++ b/packages/mindplot/src/components/NoteIcon.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/PersistenceManager.js b/packages/mindplot/src/components/PersistenceManager.js index 8344a7b3..92fcc19e 100644 --- a/packages/mindplot/src/components/PersistenceManager.js +++ b/packages/mindplot/src/components/PersistenceManager.js @@ -1,6 +1,6 @@ /* eslint-disable no-unused-vars */ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/Relationship.js b/packages/mindplot/src/components/Relationship.js index 04c77472..4dc0a9b7 100644 --- a/packages/mindplot/src/components/Relationship.js +++ b/packages/mindplot/src/components/Relationship.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/RelationshipPivot.js b/packages/mindplot/src/components/RelationshipPivot.js index 70a35ec2..88b84606 100644 --- a/packages/mindplot/src/components/RelationshipPivot.js +++ b/packages/mindplot/src/components/RelationshipPivot.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/RestPersistenceManager.js b/packages/mindplot/src/components/RestPersistenceManager.js index 4e743079..95e2412f 100644 --- a/packages/mindplot/src/components/RestPersistenceManager.js +++ b/packages/mindplot/src/components/RestPersistenceManager.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/ScreenManager.js b/packages/mindplot/src/components/ScreenManager.js index bcc6eba3..9996cd9b 100644 --- a/packages/mindplot/src/components/ScreenManager.js +++ b/packages/mindplot/src/components/ScreenManager.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/ShrinkConnector.js b/packages/mindplot/src/components/ShrinkConnector.js index 49be5e9c..8459530f 100644 --- a/packages/mindplot/src/components/ShrinkConnector.js +++ b/packages/mindplot/src/components/ShrinkConnector.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/StandaloneActionDispatcher.js b/packages/mindplot/src/components/StandaloneActionDispatcher.js index 581d59f6..6ee63056 100644 --- a/packages/mindplot/src/components/StandaloneActionDispatcher.js +++ b/packages/mindplot/src/components/StandaloneActionDispatcher.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/Topic.js b/packages/mindplot/src/components/Topic.js index 3c17f3e5..ae068505 100644 --- a/packages/mindplot/src/components/Topic.js +++ b/packages/mindplot/src/components/Topic.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/TopicEventDispatcher.js b/packages/mindplot/src/components/TopicEventDispatcher.js index 8c86c9f1..427ae252 100644 --- a/packages/mindplot/src/components/TopicEventDispatcher.js +++ b/packages/mindplot/src/components/TopicEventDispatcher.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/TopicFeature.js b/packages/mindplot/src/components/TopicFeature.js index e5555211..1a9b5674 100644 --- a/packages/mindplot/src/components/TopicFeature.js +++ b/packages/mindplot/src/components/TopicFeature.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/Workspace.js b/packages/mindplot/src/components/Workspace.js index 558a2c81..340b6fed 100644 --- a/packages/mindplot/src/components/Workspace.js +++ b/packages/mindplot/src/components/Workspace.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/commands/AddFeatureToTopicCommand.js b/packages/mindplot/src/components/commands/AddFeatureToTopicCommand.js index 2bc75758..7cefff15 100644 --- a/packages/mindplot/src/components/commands/AddFeatureToTopicCommand.js +++ b/packages/mindplot/src/components/commands/AddFeatureToTopicCommand.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/commands/AddRelationshipCommand.js b/packages/mindplot/src/components/commands/AddRelationshipCommand.js index df914d92..02c60b6b 100644 --- a/packages/mindplot/src/components/commands/AddRelationshipCommand.js +++ b/packages/mindplot/src/components/commands/AddRelationshipCommand.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/commands/AddTopicCommand.js b/packages/mindplot/src/components/commands/AddTopicCommand.js index 7df5907a..04135fae 100644 --- a/packages/mindplot/src/components/commands/AddTopicCommand.js +++ b/packages/mindplot/src/components/commands/AddTopicCommand.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/commands/ChangeFeatureToTopicCommand.js b/packages/mindplot/src/components/commands/ChangeFeatureToTopicCommand.js index 2ef6bbee..33477074 100644 --- a/packages/mindplot/src/components/commands/ChangeFeatureToTopicCommand.js +++ b/packages/mindplot/src/components/commands/ChangeFeatureToTopicCommand.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/commands/DeleteCommand.js b/packages/mindplot/src/components/commands/DeleteCommand.js index a868336a..b3832b8e 100644 --- a/packages/mindplot/src/components/commands/DeleteCommand.js +++ b/packages/mindplot/src/components/commands/DeleteCommand.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/commands/DragTopicCommand.js b/packages/mindplot/src/components/commands/DragTopicCommand.js index 0bdeede3..28210dd6 100644 --- a/packages/mindplot/src/components/commands/DragTopicCommand.js +++ b/packages/mindplot/src/components/commands/DragTopicCommand.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/commands/GenericFunctionCommand.js b/packages/mindplot/src/components/commands/GenericFunctionCommand.js index 98a9f8c0..d552f81f 100644 --- a/packages/mindplot/src/components/commands/GenericFunctionCommand.js +++ b/packages/mindplot/src/components/commands/GenericFunctionCommand.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/commands/MoveControlPointCommand.js b/packages/mindplot/src/components/commands/MoveControlPointCommand.js index 28ca20a2..ab378591 100644 --- a/packages/mindplot/src/components/commands/MoveControlPointCommand.js +++ b/packages/mindplot/src/components/commands/MoveControlPointCommand.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/commands/RemoveFeatureFromTopicCommand.js b/packages/mindplot/src/components/commands/RemoveFeatureFromTopicCommand.js index bfec8ae2..86651257 100644 --- a/packages/mindplot/src/components/commands/RemoveFeatureFromTopicCommand.js +++ b/packages/mindplot/src/components/commands/RemoveFeatureFromTopicCommand.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/lang/Bundle.js b/packages/mindplot/src/components/lang/Bundle.js index d76b54e4..af4726e6 100644 --- a/packages/mindplot/src/components/lang/Bundle.js +++ b/packages/mindplot/src/components/lang/Bundle.js @@ -1,6 +1,6 @@ /* eslint-disable camelcase */ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/layout/AbstractBasicSorter.js b/packages/mindplot/src/components/layout/AbstractBasicSorter.js index 212215a1..c0f3ede0 100644 --- a/packages/mindplot/src/components/layout/AbstractBasicSorter.js +++ b/packages/mindplot/src/components/layout/AbstractBasicSorter.js @@ -1,6 +1,6 @@ /* eslint-disable class-methods-use-this */ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/layout/BalancedSorter.js b/packages/mindplot/src/components/layout/BalancedSorter.js index 61a2930e..7195f84d 100644 --- a/packages/mindplot/src/components/layout/BalancedSorter.js +++ b/packages/mindplot/src/components/layout/BalancedSorter.js @@ -1,7 +1,7 @@ /* eslint-disable no-nested-ternary */ /* eslint-disable max-len */ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/layout/ChangeEvent.js b/packages/mindplot/src/components/layout/ChangeEvent.js index ebb0fb61..8b859509 100644 --- a/packages/mindplot/src/components/layout/ChangeEvent.js +++ b/packages/mindplot/src/components/layout/ChangeEvent.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/layout/ChildrenSorterStrategy.js b/packages/mindplot/src/components/layout/ChildrenSorterStrategy.js index 4053d4f3..725c3b4d 100644 --- a/packages/mindplot/src/components/layout/ChildrenSorterStrategy.js +++ b/packages/mindplot/src/components/layout/ChildrenSorterStrategy.js @@ -1,7 +1,7 @@ /* eslint-disable no-unused-vars */ /* eslint-disable class-methods-use-this */ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/layout/EventBus.js b/packages/mindplot/src/components/layout/EventBus.js index 8837abbf..dca98b13 100644 --- a/packages/mindplot/src/components/layout/EventBus.js +++ b/packages/mindplot/src/components/layout/EventBus.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/layout/EventBusDispatcher.js b/packages/mindplot/src/components/layout/EventBusDispatcher.js index 16af76c1..e635a426 100644 --- a/packages/mindplot/src/components/layout/EventBusDispatcher.js +++ b/packages/mindplot/src/components/layout/EventBusDispatcher.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/layout/GridSorter.js b/packages/mindplot/src/components/layout/GridSorter.js index 005bd7de..c631fdd8 100644 --- a/packages/mindplot/src/components/layout/GridSorter.js +++ b/packages/mindplot/src/components/layout/GridSorter.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/layout/LayoutManager.js b/packages/mindplot/src/components/layout/LayoutManager.js index f7060b0a..4f38b269 100644 --- a/packages/mindplot/src/components/layout/LayoutManager.js +++ b/packages/mindplot/src/components/layout/LayoutManager.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/layout/Node.js b/packages/mindplot/src/components/layout/Node.js index 64a880ea..b5de69fe 100644 --- a/packages/mindplot/src/components/layout/Node.js +++ b/packages/mindplot/src/components/layout/Node.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/layout/OriginalLayout.js b/packages/mindplot/src/components/layout/OriginalLayout.js index eed88b33..95043a9f 100644 --- a/packages/mindplot/src/components/layout/OriginalLayout.js +++ b/packages/mindplot/src/components/layout/OriginalLayout.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/layout/RootedTreeSet.js b/packages/mindplot/src/components/layout/RootedTreeSet.js index 8d30edd1..b56799d9 100644 --- a/packages/mindplot/src/components/layout/RootedTreeSet.js +++ b/packages/mindplot/src/components/layout/RootedTreeSet.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/layout/SymmetricSorter.js b/packages/mindplot/src/components/layout/SymmetricSorter.js index 885ccaff..0fa82bcb 100644 --- a/packages/mindplot/src/components/layout/SymmetricSorter.js +++ b/packages/mindplot/src/components/layout/SymmetricSorter.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/libraries/bootstrap/BootstrapDialog.js b/packages/mindplot/src/components/libraries/bootstrap/BootstrapDialog.js index d2fdcf36..ef329717 100644 --- a/packages/mindplot/src/components/libraries/bootstrap/BootstrapDialog.js +++ b/packages/mindplot/src/components/libraries/bootstrap/BootstrapDialog.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/libraries/bootstrap/BootstrapDialogRequest.js b/packages/mindplot/src/components/libraries/bootstrap/BootstrapDialogRequest.js index fcbc0537..df0d4880 100644 --- a/packages/mindplot/src/components/libraries/bootstrap/BootstrapDialogRequest.js +++ b/packages/mindplot/src/components/libraries/bootstrap/BootstrapDialogRequest.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/model/FeatureModel.js b/packages/mindplot/src/components/model/FeatureModel.js index 261379cf..6a5aa494 100644 --- a/packages/mindplot/src/components/model/FeatureModel.js +++ b/packages/mindplot/src/components/model/FeatureModel.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/model/IMindmap.js b/packages/mindplot/src/components/model/IMindmap.js index f01dd3e6..f71f7865 100644 --- a/packages/mindplot/src/components/model/IMindmap.js +++ b/packages/mindplot/src/components/model/IMindmap.js @@ -1,7 +1,7 @@ /* eslint-disable no-unused-vars */ /* eslint-disable class-methods-use-this */ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/model/INodeModel.js b/packages/mindplot/src/components/model/INodeModel.js index 4a86585e..dbaa4fe9 100644 --- a/packages/mindplot/src/components/model/INodeModel.js +++ b/packages/mindplot/src/components/model/INodeModel.js @@ -1,6 +1,6 @@ /* eslint-disable class-methods-use-this */ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/model/IconModel.js b/packages/mindplot/src/components/model/IconModel.js index 4ded13e1..ef3279ae 100644 --- a/packages/mindplot/src/components/model/IconModel.js +++ b/packages/mindplot/src/components/model/IconModel.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/model/LinkModel.js b/packages/mindplot/src/components/model/LinkModel.js index cf69d24c..ed23b609 100644 --- a/packages/mindplot/src/components/model/LinkModel.js +++ b/packages/mindplot/src/components/model/LinkModel.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/model/Mindmap.js b/packages/mindplot/src/components/model/Mindmap.js index 0ae5ce07..053d43ad 100644 --- a/packages/mindplot/src/components/model/Mindmap.js +++ b/packages/mindplot/src/components/model/Mindmap.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/model/NodeModel.js b/packages/mindplot/src/components/model/NodeModel.js index 7744cf24..3a301e11 100644 --- a/packages/mindplot/src/components/model/NodeModel.js +++ b/packages/mindplot/src/components/model/NodeModel.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/model/NoteModel.js b/packages/mindplot/src/components/model/NoteModel.js index 27ab58c2..bb344c48 100644 --- a/packages/mindplot/src/components/model/NoteModel.js +++ b/packages/mindplot/src/components/model/NoteModel.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/model/RelationshipModel.js b/packages/mindplot/src/components/model/RelationshipModel.js index 1eb5b149..b7f4432c 100644 --- a/packages/mindplot/src/components/model/RelationshipModel.js +++ b/packages/mindplot/src/components/model/RelationshipModel.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/persistence/Beta2PelaMigrator.js b/packages/mindplot/src/components/persistence/Beta2PelaMigrator.js index 4e5e7026..d85fe576 100644 --- a/packages/mindplot/src/components/persistence/Beta2PelaMigrator.js +++ b/packages/mindplot/src/components/persistence/Beta2PelaMigrator.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/persistence/ModelCodeName.js b/packages/mindplot/src/components/persistence/ModelCodeName.js index 6d654cc3..525eee63 100644 --- a/packages/mindplot/src/components/persistence/ModelCodeName.js +++ b/packages/mindplot/src/components/persistence/ModelCodeName.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/persistence/Pela2TangoMigrator.js b/packages/mindplot/src/components/persistence/Pela2TangoMigrator.js index 692be07f..7cd348de 100644 --- a/packages/mindplot/src/components/persistence/Pela2TangoMigrator.js +++ b/packages/mindplot/src/components/persistence/Pela2TangoMigrator.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/persistence/XMLSerializerBeta.js b/packages/mindplot/src/components/persistence/XMLSerializerBeta.js index 292da183..1453174a 100644 --- a/packages/mindplot/src/components/persistence/XMLSerializerBeta.js +++ b/packages/mindplot/src/components/persistence/XMLSerializerBeta.js @@ -1,4 +1,4 @@ -/* Copyright [2015] [wisemapping] +/* Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/persistence/XMLSerializerFactory.js b/packages/mindplot/src/components/persistence/XMLSerializerFactory.js index ca8dd8d4..51c6f445 100644 --- a/packages/mindplot/src/components/persistence/XMLSerializerFactory.js +++ b/packages/mindplot/src/components/persistence/XMLSerializerFactory.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/persistence/XMLSerializerPela.js b/packages/mindplot/src/components/persistence/XMLSerializerPela.js index 8272ee70..cd718437 100644 --- a/packages/mindplot/src/components/persistence/XMLSerializerPela.js +++ b/packages/mindplot/src/components/persistence/XMLSerializerPela.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/persistence/XMLSerializerTango.js b/packages/mindplot/src/components/persistence/XMLSerializerTango.js index 4965d1af..5fb1a5d9 100644 --- a/packages/mindplot/src/components/persistence/XMLSerializerTango.js +++ b/packages/mindplot/src/components/persistence/XMLSerializerTango.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/util/FadeEffect.js b/packages/mindplot/src/components/util/FadeEffect.js index 9d91393e..390725b0 100644 --- a/packages/mindplot/src/components/util/FadeEffect.js +++ b/packages/mindplot/src/components/util/FadeEffect.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/util/Shape.js b/packages/mindplot/src/components/util/Shape.js index 69a28c08..f5f42f20 100644 --- a/packages/mindplot/src/components/util/Shape.js +++ b/packages/mindplot/src/components/util/Shape.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/ColorPalettePanel.js b/packages/mindplot/src/components/widget/ColorPalettePanel.js index 0198b00b..83c604d9 100644 --- a/packages/mindplot/src/components/widget/ColorPalettePanel.js +++ b/packages/mindplot/src/components/widget/ColorPalettePanel.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/FloatingTip.js b/packages/mindplot/src/components/widget/FloatingTip.js index 20d17cea..535a5fde 100644 --- a/packages/mindplot/src/components/widget/FloatingTip.js +++ b/packages/mindplot/src/components/widget/FloatingTip.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/FontFamilyPanel.js b/packages/mindplot/src/components/widget/FontFamilyPanel.js index 4fca0e86..08710734 100644 --- a/packages/mindplot/src/components/widget/FontFamilyPanel.js +++ b/packages/mindplot/src/components/widget/FontFamilyPanel.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/FontSizePanel.js b/packages/mindplot/src/components/widget/FontSizePanel.js index c03d071c..be7ad56f 100644 --- a/packages/mindplot/src/components/widget/FontSizePanel.js +++ b/packages/mindplot/src/components/widget/FontSizePanel.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/IMenu.js b/packages/mindplot/src/components/widget/IMenu.js index 5d0c9ae4..e29ed935 100644 --- a/packages/mindplot/src/components/widget/IMenu.js +++ b/packages/mindplot/src/components/widget/IMenu.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/IconPanel.js b/packages/mindplot/src/components/widget/IconPanel.js index 99546892..98e832ba 100644 --- a/packages/mindplot/src/components/widget/IconPanel.js +++ b/packages/mindplot/src/components/widget/IconPanel.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/KeyboardShortcutTooltip.js b/packages/mindplot/src/components/widget/KeyboardShortcutTooltip.js index aa016c14..5333756f 100644 --- a/packages/mindplot/src/components/widget/KeyboardShortcutTooltip.js +++ b/packages/mindplot/src/components/widget/KeyboardShortcutTooltip.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/LinkEditor.js b/packages/mindplot/src/components/widget/LinkEditor.js index 2cf9e711..9a69d839 100644 --- a/packages/mindplot/src/components/widget/LinkEditor.js +++ b/packages/mindplot/src/components/widget/LinkEditor.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/LinkIconTooltip.js b/packages/mindplot/src/components/widget/LinkIconTooltip.js index 00a4cf3e..582c98af 100644 --- a/packages/mindplot/src/components/widget/LinkIconTooltip.js +++ b/packages/mindplot/src/components/widget/LinkIconTooltip.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/ListToolbarPanel.js b/packages/mindplot/src/components/widget/ListToolbarPanel.js index 4162d925..5a79bbc7 100644 --- a/packages/mindplot/src/components/widget/ListToolbarPanel.js +++ b/packages/mindplot/src/components/widget/ListToolbarPanel.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/Menu.js b/packages/mindplot/src/components/widget/Menu.js index 35764290..db8d2e84 100644 --- a/packages/mindplot/src/components/widget/Menu.js +++ b/packages/mindplot/src/components/widget/Menu.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/ModalDialogNotifier.js b/packages/mindplot/src/components/widget/ModalDialogNotifier.js index 8e607d89..09ab7c04 100644 --- a/packages/mindplot/src/components/widget/ModalDialogNotifier.js +++ b/packages/mindplot/src/components/widget/ModalDialogNotifier.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/NoteEditor.js b/packages/mindplot/src/components/widget/NoteEditor.js index 240e551b..96c459b9 100644 --- a/packages/mindplot/src/components/widget/NoteEditor.js +++ b/packages/mindplot/src/components/widget/NoteEditor.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/ToolbarItem.js b/packages/mindplot/src/components/widget/ToolbarItem.js index 41c0545f..70280743 100644 --- a/packages/mindplot/src/components/widget/ToolbarItem.js +++ b/packages/mindplot/src/components/widget/ToolbarItem.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/ToolbarNotifier.js b/packages/mindplot/src/components/widget/ToolbarNotifier.js index f6ffa0d8..bcb32da0 100644 --- a/packages/mindplot/src/components/widget/ToolbarNotifier.js +++ b/packages/mindplot/src/components/widget/ToolbarNotifier.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/ToolbarPaneItem.js b/packages/mindplot/src/components/widget/ToolbarPaneItem.js index 501a5739..891cb609 100644 --- a/packages/mindplot/src/components/widget/ToolbarPaneItem.js +++ b/packages/mindplot/src/components/widget/ToolbarPaneItem.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/components/widget/TopicShapePanel.js b/packages/mindplot/src/components/widget/TopicShapePanel.js index 24f635b4..8a9d8cf1 100644 --- a/packages/mindplot/src/components/widget/TopicShapePanel.js +++ b/packages/mindplot/src/components/widget/TopicShapePanel.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/src/index.js b/packages/mindplot/src/index.js index dcd61020..8d503168 100644 --- a/packages/mindplot/src/index.js +++ b/packages/mindplot/src/index.js @@ -1,3 +1,20 @@ +/* + * Copyright [2021] [wisemapping] + * + * Licensed under WiseMapping Public License, Version 1.0 (the "License"). + * It is basically the Apache License, Version 2.0 (the "License") plus the + * "powered by wisemapping" text requirement on every single page; + * you may not use this file except in compliance with the License. + * You may obtain a copy of the license at + * + * http://www.wisemapping.org/license + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /* eslint-disable import/no-unresolved */ import jquery from 'jquery'; import * as DesignerBuilder from './components/DesignerBuilder'; diff --git a/packages/mindplot/src/indexLoader.js b/packages/mindplot/src/indexLoader.js index ad0087a0..eeac4bce 100644 --- a/packages/mindplot/src/indexLoader.js +++ b/packages/mindplot/src/indexLoader.js @@ -1,6 +1,23 @@ /* eslint-disable import/no-unresolved */ /* eslint-disable no-undef */ /* eslint-disable vars-on-top */ +/* + * Copyright [2021] [wisemapping] + * + * Licensed under WiseMapping Public License, Version 1.0 (the "License"). + * It is basically the Apache License, Version 2.0 (the "License") plus the + * "powered by wisemapping" text requirement on every single page; + * you may not use this file except in compliance with the License. + * You may obtain a copy of the license at + * + * http://www.wisemapping.org/license + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import jquery from 'jquery'; import { $notify } from './components/widget/ToolbarNotifier'; import { buildDesigner, buildOptions } from './components/DesignerBuilder'; diff --git a/packages/mindplot/test/playground/layout/BalancedTestSuite.js b/packages/mindplot/test/playground/layout/BalancedTestSuite.js index 0c243ed9..86def4ab 100644 --- a/packages/mindplot/test/playground/layout/BalancedTestSuite.js +++ b/packages/mindplot/test/playground/layout/BalancedTestSuite.js @@ -1,6 +1,6 @@ /* eslint-disable no-console */ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/test/playground/layout/FreeTestSuite.js b/packages/mindplot/test/playground/layout/FreeTestSuite.js index 7ff5c83a..baa80b07 100644 --- a/packages/mindplot/test/playground/layout/FreeTestSuite.js +++ b/packages/mindplot/test/playground/layout/FreeTestSuite.js @@ -1,5 +1,5 @@ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/test/playground/layout/SymmetricTestSuite.js b/packages/mindplot/test/playground/layout/SymmetricTestSuite.js index d8331cf5..c91a97ef 100644 --- a/packages/mindplot/test/playground/layout/SymmetricTestSuite.js +++ b/packages/mindplot/test/playground/layout/SymmetricTestSuite.js @@ -1,6 +1,6 @@ /* eslint-disable no-console */ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/test/playground/layout/TestSuite.js b/packages/mindplot/test/playground/layout/TestSuite.js index e1bc4dcc..acfb7f6a 100644 --- a/packages/mindplot/test/playground/layout/TestSuite.js +++ b/packages/mindplot/test/playground/layout/TestSuite.js @@ -1,6 +1,6 @@ /* eslint-disable no-console */ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the diff --git a/packages/mindplot/test/playground/layout/utils.js b/packages/mindplot/test/playground/layout/utils.js index 655292ab..1515288c 100755 --- a/packages/mindplot/test/playground/layout/utils.js +++ b/packages/mindplot/test/playground/layout/utils.js @@ -1,6 +1,6 @@ /* eslint-disable func-names */ /* - * Copyright [2015] [wisemapping] + * Copyright [2021] [wisemapping] * * Licensed under WiseMapping Public License, Version 1.0 (the "License"). * It is basically the Apache License, Version 2.0 (the "License") plus the