From 2bb8c8e6018308f9d9c7b09e7b455883ce7e7d8e Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Fri, 5 Jul 2024 10:47:04 +0200 Subject: [PATCH] Revert "Fix copyright header violations" This reverts commit e421d65273a9c2ddaead5b31843430e68e8219b0. --- .../workflow-glsp/src/direct-task-editing/direct-task-editor.ts | 2 +- examples/workflow-glsp/src/workflow-views.tsx | 2 +- .../client/src/base/auto-complete/base-autocomplete-palette.ts | 2 +- packages/client/src/base/feedback/css-feedback.ts | 2 +- packages/client/src/base/model/model-registry.ts | 2 +- .../accessibility/element-navigation/local-element-navigator.ts | 2 +- .../accessibility/key-shortcut/accessible-key-shortcut.ts | 2 +- .../src/features/accessibility/keyboard-grid/keyboard-grid.ts | 2 +- .../accessibility/keyboard-pointer/keyboard-pointer-module.ts | 2 +- .../features/accessibility/keyboard-pointer/keyboard-pointer.ts | 2 +- .../keyboard-tool-palette/keyboard-tool-palette-module.ts | 2 +- .../keyboard-tool-palette/keyboard-tool-palette.ts | 2 +- .../src/features/accessibility/move-zoom/move-zoom-module.ts | 2 +- .../features/accessibility/resize-key-tool/resize-key-module.ts | 2 +- .../src/features/accessibility/search/search-palette-module.ts | 2 +- packages/client/src/features/accessibility/toast/toast-tool.ts | 2 +- .../accessibility/view-key-tools/view-key-tools-module.ts | 2 +- packages/client/src/features/bounds/bounds-module.ts | 2 +- packages/client/src/features/bounds/freeform-layout.ts | 2 +- packages/client/src/features/bounds/hbox-layout.ts | 2 +- packages/client/src/features/bounds/vbox-layout.ts | 2 +- .../src/features/change-bounds/point-position-updater.spec.ts | 2 +- .../client/src/features/change-bounds/point-position-updater.ts | 2 +- packages/client/src/features/change-bounds/snap.ts | 2 +- .../client/src/features/context-menu/context-menu-module.ts | 2 +- packages/client/src/features/copy-paste/copy-paste-modules.ts | 2 +- .../client/src/features/copy-paste/copy-paste-standalone.ts | 2 +- packages/client/src/features/decoration/decoration-module.ts | 2 +- .../src/features/element-template/element-template-module.ts | 2 +- packages/client/src/features/export/export-modules.ts | 2 +- packages/client/src/features/export/glsp-svg-exporter.ts | 2 +- packages/client/src/features/grid/grid-snapper.spec.ts | 2 +- packages/client/src/features/helper-lines/helper-line-module.ts | 2 +- packages/client/src/features/helper-lines/model.ts | 2 +- packages/client/src/features/helper-lines/view.tsx | 2 +- packages/client/src/features/hints/type-hints-module.ts | 2 +- packages/client/src/features/hover/hover-module.ts | 2 +- packages/client/src/features/label-edit/label-edit-module.ts | 2 +- packages/client/src/features/layout/layout-elements-action.ts | 2 +- packages/client/src/features/layout/layout-module.ts | 2 +- packages/client/src/features/navigation/navigation-module.ts | 2 +- packages/client/src/features/routing/routing-module.ts | 2 +- packages/client/src/features/save/save-module.ts | 2 +- packages/client/src/features/select/select-module.ts | 2 +- .../source-model-watcher/source-model-watcher-module.ts | 2 +- packages/client/src/features/status/status-module.ts | 2 +- packages/client/src/features/status/status-overlay.ts | 2 +- .../client/src/features/svg-metadata/svg-metadata-module.ts | 2 +- .../client/src/features/tool-palette/tool-palette-module.ts | 2 +- packages/client/src/features/tools/deletion/delete-tool.ts | 2 +- .../client/src/features/tools/deletion/deletion-tool-module.ts | 2 +- .../src/features/tools/edge-creation/edege-creation-module.ts | 2 +- packages/client/src/features/tools/edge-creation/view.tsx | 2 +- .../client/src/features/tools/edge-edit/edge-edit-module.ts | 2 +- .../features/tools/marquee-selection/marquee-behavior.spec.ts | 2 +- .../src/features/tools/marquee-selection/marquee-behavior.ts | 2 +- .../tools/marquee-selection/marquee-selection-module.ts | 2 +- packages/client/src/features/tools/marquee-selection/view.tsx | 2 +- packages/client/src/features/tools/tool-focus-loss-module.ts | 2 +- packages/client/src/features/validation/issue-marker.ts | 2 +- packages/client/src/features/validation/marker-navigator.ts | 2 +- packages/client/src/features/validation/validation-modules.ts | 2 +- packages/client/src/features/viewport/reposition.ts | 2 +- packages/client/src/features/viewport/viewport-modules.ts | 2 +- packages/client/src/standalone-modules.ts | 2 +- packages/client/src/utils/geometry-util.ts | 2 +- packages/client/src/utils/layout-utils.ts | 2 +- packages/client/src/utils/viewpoint-util.ts | 2 +- packages/client/src/views/base-view-module.ts | 2 +- packages/client/src/views/compartments.tsx | 2 +- packages/client/src/views/gedge-view.tsx | 2 +- packages/client/src/views/issue-marker-view.tsx | 2 +- packages/client/src/views/rounded-corner-view.tsx | 2 +- packages/protocol/src/action-protocol/types.ts | 2 +- .../jsonrpc/worker-connection-provider.ts | 2 +- packages/protocol/src/re-exports.ts | 2 +- packages/protocol/src/utils/array-util.ts | 2 +- packages/protocol/src/utils/disposable.ts | 2 +- packages/protocol/src/utils/type-util.ts | 2 +- 79 files changed, 79 insertions(+), 79 deletions(-) diff --git a/examples/workflow-glsp/src/direct-task-editing/direct-task-editor.ts b/examples/workflow-glsp/src/direct-task-editing/direct-task-editor.ts index d7cc8ffe..6155f92f 100644 --- a/examples/workflow-glsp/src/direct-task-editing/direct-task-editor.ts +++ b/examples/workflow-glsp/src/direct-task-editing/direct-task-editor.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2020-2024 EclipseSource and others. + * Copyright (c) 2020-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/examples/workflow-glsp/src/workflow-views.tsx b/examples/workflow-glsp/src/workflow-views.tsx index bf027cb5..036a0651 100644 --- a/examples/workflow-glsp/src/workflow-views.tsx +++ b/examples/workflow-glsp/src/workflow-views.tsx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/base/auto-complete/base-autocomplete-palette.ts b/packages/client/src/base/auto-complete/base-autocomplete-palette.ts index f921b14c..08e9a939 100644 --- a/packages/client/src/base/auto-complete/base-autocomplete-palette.ts +++ b/packages/client/src/base/auto-complete/base-autocomplete-palette.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/base/feedback/css-feedback.ts b/packages/client/src/base/feedback/css-feedback.ts index 47bbe0ea..713b44f4 100644 --- a/packages/client/src/base/feedback/css-feedback.ts +++ b/packages/client/src/base/feedback/css-feedback.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/base/model/model-registry.ts b/packages/client/src/base/model/model-registry.ts index fb8c4a5a..26e26dac 100644 --- a/packages/client/src/base/model/model-registry.ts +++ b/packages/client/src/base/model/model-registry.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 EclipseSource and others. + * Copyright (c) 2021-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/accessibility/element-navigation/local-element-navigator.ts b/packages/client/src/features/accessibility/element-navigation/local-element-navigator.ts index 25548445..efb5abdd 100644 --- a/packages/client/src/features/accessibility/element-navigation/local-element-navigator.ts +++ b/packages/client/src/features/accessibility/element-navigation/local-element-navigator.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/accessibility/key-shortcut/accessible-key-shortcut.ts b/packages/client/src/features/accessibility/key-shortcut/accessible-key-shortcut.ts index 8d619e6d..b1896a50 100644 --- a/packages/client/src/features/accessibility/key-shortcut/accessible-key-shortcut.ts +++ b/packages/client/src/features/accessibility/key-shortcut/accessible-key-shortcut.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/accessibility/keyboard-grid/keyboard-grid.ts b/packages/client/src/features/accessibility/keyboard-grid/keyboard-grid.ts index 183b031f..55010e62 100644 --- a/packages/client/src/features/accessibility/keyboard-grid/keyboard-grid.ts +++ b/packages/client/src/features/accessibility/keyboard-grid/keyboard-grid.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/accessibility/keyboard-pointer/keyboard-pointer-module.ts b/packages/client/src/features/accessibility/keyboard-pointer/keyboard-pointer-module.ts index ec4d0f51..decbe60e 100644 --- a/packages/client/src/features/accessibility/keyboard-pointer/keyboard-pointer-module.ts +++ b/packages/client/src/features/accessibility/keyboard-pointer/keyboard-pointer-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/accessibility/keyboard-pointer/keyboard-pointer.ts b/packages/client/src/features/accessibility/keyboard-pointer/keyboard-pointer.ts index 5ed728df..b804bf83 100644 --- a/packages/client/src/features/accessibility/keyboard-pointer/keyboard-pointer.ts +++ b/packages/client/src/features/accessibility/keyboard-pointer/keyboard-pointer.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/accessibility/keyboard-tool-palette/keyboard-tool-palette-module.ts b/packages/client/src/features/accessibility/keyboard-tool-palette/keyboard-tool-palette-module.ts index 307a540e..b9477a90 100644 --- a/packages/client/src/features/accessibility/keyboard-tool-palette/keyboard-tool-palette-module.ts +++ b/packages/client/src/features/accessibility/keyboard-tool-palette/keyboard-tool-palette-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/accessibility/keyboard-tool-palette/keyboard-tool-palette.ts b/packages/client/src/features/accessibility/keyboard-tool-palette/keyboard-tool-palette.ts index 57c7a697..e8984cc8 100644 --- a/packages/client/src/features/accessibility/keyboard-tool-palette/keyboard-tool-palette.ts +++ b/packages/client/src/features/accessibility/keyboard-tool-palette/keyboard-tool-palette.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/accessibility/move-zoom/move-zoom-module.ts b/packages/client/src/features/accessibility/move-zoom/move-zoom-module.ts index 204d2820..d8b8eb8a 100644 --- a/packages/client/src/features/accessibility/move-zoom/move-zoom-module.ts +++ b/packages/client/src/features/accessibility/move-zoom/move-zoom-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/accessibility/resize-key-tool/resize-key-module.ts b/packages/client/src/features/accessibility/resize-key-tool/resize-key-module.ts index fb3e6762..7a29779f 100644 --- a/packages/client/src/features/accessibility/resize-key-tool/resize-key-module.ts +++ b/packages/client/src/features/accessibility/resize-key-tool/resize-key-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/accessibility/search/search-palette-module.ts b/packages/client/src/features/accessibility/search/search-palette-module.ts index 46c3217e..c2bf03a3 100644 --- a/packages/client/src/features/accessibility/search/search-palette-module.ts +++ b/packages/client/src/features/accessibility/search/search-palette-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/accessibility/toast/toast-tool.ts b/packages/client/src/features/accessibility/toast/toast-tool.ts index 4d8c2129..7fd8d107 100644 --- a/packages/client/src/features/accessibility/toast/toast-tool.ts +++ b/packages/client/src/features/accessibility/toast/toast-tool.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/accessibility/view-key-tools/view-key-tools-module.ts b/packages/client/src/features/accessibility/view-key-tools/view-key-tools-module.ts index b7ceaff0..85f616d7 100644 --- a/packages/client/src/features/accessibility/view-key-tools/view-key-tools-module.ts +++ b/packages/client/src/features/accessibility/view-key-tools/view-key-tools-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/bounds/bounds-module.ts b/packages/client/src/features/bounds/bounds-module.ts index 3ad5880e..d686ab89 100644 --- a/packages/client/src/features/bounds/bounds-module.ts +++ b/packages/client/src/features/bounds/bounds-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2022-2024 EclipseSource and others. + * Copyright (c) 2022-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/bounds/freeform-layout.ts b/packages/client/src/features/bounds/freeform-layout.ts index 650e9d0d..0cdfe78e 100644 --- a/packages/client/src/features/bounds/freeform-layout.ts +++ b/packages/client/src/features/bounds/freeform-layout.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 EclipseSource and others. + * Copyright (c) 2021-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/bounds/hbox-layout.ts b/packages/client/src/features/bounds/hbox-layout.ts index 991df935..ac0b080a 100644 --- a/packages/client/src/features/bounds/hbox-layout.ts +++ b/packages/client/src/features/bounds/hbox-layout.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 EclipseSource and others. + * Copyright (c) 2021-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/bounds/vbox-layout.ts b/packages/client/src/features/bounds/vbox-layout.ts index 4e38c66b..9f6641ca 100644 --- a/packages/client/src/features/bounds/vbox-layout.ts +++ b/packages/client/src/features/bounds/vbox-layout.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 EclipseSource and others. + * Copyright (c) 2021-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/change-bounds/point-position-updater.spec.ts b/packages/client/src/features/change-bounds/point-position-updater.spec.ts index 7e9d7981..b6e92bf1 100644 --- a/packages/client/src/features/change-bounds/point-position-updater.spec.ts +++ b/packages/client/src/features/change-bounds/point-position-updater.spec.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2022-2024 EclipseSource and others. + * Copyright (c) 2022-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/change-bounds/point-position-updater.ts b/packages/client/src/features/change-bounds/point-position-updater.ts index aefd167b..d09991ae 100644 --- a/packages/client/src/features/change-bounds/point-position-updater.ts +++ b/packages/client/src/features/change-bounds/point-position-updater.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2020-2024 EclipseSource and others. + * Copyright (c) 2020-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/change-bounds/snap.ts b/packages/client/src/features/change-bounds/snap.ts index eb91a0b1..5716c18c 100644 --- a/packages/client/src/features/change-bounds/snap.ts +++ b/packages/client/src/features/change-bounds/snap.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2020-2024 EclipseSource and others. + * Copyright (c) 2020-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/context-menu/context-menu-module.ts b/packages/client/src/features/context-menu/context-menu-module.ts index b7bca73b..46c69993 100644 --- a/packages/client/src/features/context-menu/context-menu-module.ts +++ b/packages/client/src/features/context-menu/context-menu-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/copy-paste/copy-paste-modules.ts b/packages/client/src/features/copy-paste/copy-paste-modules.ts index 607a1567..1bb8d4f8 100644 --- a/packages/client/src/features/copy-paste/copy-paste-modules.ts +++ b/packages/client/src/features/copy-paste/copy-paste-modules.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/copy-paste/copy-paste-standalone.ts b/packages/client/src/features/copy-paste/copy-paste-standalone.ts index 53e9913b..f3afae89 100644 --- a/packages/client/src/features/copy-paste/copy-paste-standalone.ts +++ b/packages/client/src/features/copy-paste/copy-paste-standalone.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 EclipseSource and others. + * Copyright (c) 2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/decoration/decoration-module.ts b/packages/client/src/features/decoration/decoration-module.ts index 8d5cf170..ad0fd8ed 100644 --- a/packages/client/src/features/decoration/decoration-module.ts +++ b/packages/client/src/features/decoration/decoration-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/element-template/element-template-module.ts b/packages/client/src/features/element-template/element-template-module.ts index a2ebcfb4..7325b7fc 100644 --- a/packages/client/src/features/element-template/element-template-module.ts +++ b/packages/client/src/features/element-template/element-template-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/export/export-modules.ts b/packages/client/src/features/export/export-modules.ts index 820dfd5e..4467372c 100644 --- a/packages/client/src/features/export/export-modules.ts +++ b/packages/client/src/features/export/export-modules.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/export/glsp-svg-exporter.ts b/packages/client/src/features/export/glsp-svg-exporter.ts index 86d61d61..d4877b13 100644 --- a/packages/client/src/features/export/glsp-svg-exporter.ts +++ b/packages/client/src/features/export/glsp-svg-exporter.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2022-2024 EclipseSource and others. + * Copyright (c) 2022-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/grid/grid-snapper.spec.ts b/packages/client/src/features/grid/grid-snapper.spec.ts index 737cd3de..6e99eae2 100644 --- a/packages/client/src/features/grid/grid-snapper.spec.ts +++ b/packages/client/src/features/grid/grid-snapper.spec.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2022-2024 EclipseSource and others. + * Copyright (c) 2022-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/helper-lines/helper-line-module.ts b/packages/client/src/features/helper-lines/helper-line-module.ts index d12b56f4..200dc169 100644 --- a/packages/client/src/features/helper-lines/helper-line-module.ts +++ b/packages/client/src/features/helper-lines/helper-line-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 EclipseSource and others. + * Copyright (c) 2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/helper-lines/model.ts b/packages/client/src/features/helper-lines/model.ts index cadd235d..7b70cd64 100644 --- a/packages/client/src/features/helper-lines/model.ts +++ b/packages/client/src/features/helper-lines/model.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 EclipseSource and others. + * Copyright (c) 2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/helper-lines/view.tsx b/packages/client/src/features/helper-lines/view.tsx index 2822e475..afde81c3 100644 --- a/packages/client/src/features/helper-lines/view.tsx +++ b/packages/client/src/features/helper-lines/view.tsx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 EclipseSource and others. + * Copyright (c) 2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/hints/type-hints-module.ts b/packages/client/src/features/hints/type-hints-module.ts index c27df6fd..970b2b7d 100644 --- a/packages/client/src/features/hints/type-hints-module.ts +++ b/packages/client/src/features/hints/type-hints-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/hover/hover-module.ts b/packages/client/src/features/hover/hover-module.ts index 5fd59c68..360f4faa 100644 --- a/packages/client/src/features/hover/hover-module.ts +++ b/packages/client/src/features/hover/hover-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2020-2024 EclipseSource and others. + * Copyright (c) 2020-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/label-edit/label-edit-module.ts b/packages/client/src/features/label-edit/label-edit-module.ts index b9a57868..90460abf 100644 --- a/packages/client/src/features/label-edit/label-edit-module.ts +++ b/packages/client/src/features/label-edit/label-edit-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/layout/layout-elements-action.ts b/packages/client/src/features/layout/layout-elements-action.ts index 646a6d0a..7996eb30 100644 --- a/packages/client/src/features/layout/layout-elements-action.ts +++ b/packages/client/src/features/layout/layout-elements-action.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/layout/layout-module.ts b/packages/client/src/features/layout/layout-module.ts index 5db6df3e..8b7df50d 100644 --- a/packages/client/src/features/layout/layout-module.ts +++ b/packages/client/src/features/layout/layout-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/navigation/navigation-module.ts b/packages/client/src/features/navigation/navigation-module.ts index 1cad4eaa..40fe7bfd 100644 --- a/packages/client/src/features/navigation/navigation-module.ts +++ b/packages/client/src/features/navigation/navigation-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2020-2024 EclipseSource and others. + * Copyright (c) 2020-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/routing/routing-module.ts b/packages/client/src/features/routing/routing-module.ts index 2b308f28..79851783 100644 --- a/packages/client/src/features/routing/routing-module.ts +++ b/packages/client/src/features/routing/routing-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/save/save-module.ts b/packages/client/src/features/save/save-module.ts index 1094ac61..5a97c2d9 100644 --- a/packages/client/src/features/save/save-module.ts +++ b/packages/client/src/features/save/save-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/select/select-module.ts b/packages/client/src/features/select/select-module.ts index b121e64f..6bf147d4 100644 --- a/packages/client/src/features/select/select-module.ts +++ b/packages/client/src/features/select/select-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/source-model-watcher/source-model-watcher-module.ts b/packages/client/src/features/source-model-watcher/source-model-watcher-module.ts index c699aa8a..212cbf44 100644 --- a/packages/client/src/features/source-model-watcher/source-model-watcher-module.ts +++ b/packages/client/src/features/source-model-watcher/source-model-watcher-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/status/status-module.ts b/packages/client/src/features/status/status-module.ts index f9adc411..3ec9672f 100644 --- a/packages/client/src/features/status/status-module.ts +++ b/packages/client/src/features/status/status-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 EclipseSource and others. + * Copyright (c) 2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/status/status-overlay.ts b/packages/client/src/features/status/status-overlay.ts index f1972ef9..06c19f70 100644 --- a/packages/client/src/features/status/status-overlay.ts +++ b/packages/client/src/features/status/status-overlay.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 EclipseSource and others. + * Copyright (c) 2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/svg-metadata/svg-metadata-module.ts b/packages/client/src/features/svg-metadata/svg-metadata-module.ts index 194992e0..cbab06aa 100644 --- a/packages/client/src/features/svg-metadata/svg-metadata-module.ts +++ b/packages/client/src/features/svg-metadata/svg-metadata-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/tool-palette/tool-palette-module.ts b/packages/client/src/features/tool-palette/tool-palette-module.ts index 572bb723..f7dbf863 100644 --- a/packages/client/src/features/tool-palette/tool-palette-module.ts +++ b/packages/client/src/features/tool-palette/tool-palette-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/tools/deletion/delete-tool.ts b/packages/client/src/features/tools/deletion/delete-tool.ts index 25059448..0a58676f 100644 --- a/packages/client/src/features/tools/deletion/delete-tool.ts +++ b/packages/client/src/features/tools/deletion/delete-tool.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/tools/deletion/deletion-tool-module.ts b/packages/client/src/features/tools/deletion/deletion-tool-module.ts index 2ede9b6d..444a5cb5 100644 --- a/packages/client/src/features/tools/deletion/deletion-tool-module.ts +++ b/packages/client/src/features/tools/deletion/deletion-tool-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/tools/edge-creation/edege-creation-module.ts b/packages/client/src/features/tools/edge-creation/edege-creation-module.ts index 454d5c91..dd605a70 100644 --- a/packages/client/src/features/tools/edge-creation/edege-creation-module.ts +++ b/packages/client/src/features/tools/edge-creation/edege-creation-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/tools/edge-creation/view.tsx b/packages/client/src/features/tools/edge-creation/view.tsx index 5f85668e..496431bb 100644 --- a/packages/client/src/features/tools/edge-creation/view.tsx +++ b/packages/client/src/features/tools/edge-creation/view.tsx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/tools/edge-edit/edge-edit-module.ts b/packages/client/src/features/tools/edge-edit/edge-edit-module.ts index bcdf7095..42aa7a2d 100644 --- a/packages/client/src/features/tools/edge-edit/edge-edit-module.ts +++ b/packages/client/src/features/tools/edge-edit/edge-edit-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/tools/marquee-selection/marquee-behavior.spec.ts b/packages/client/src/features/tools/marquee-selection/marquee-behavior.spec.ts index 783211c5..ae6cf8e4 100644 --- a/packages/client/src/features/tools/marquee-selection/marquee-behavior.spec.ts +++ b/packages/client/src/features/tools/marquee-selection/marquee-behavior.spec.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 EclipseSource and others. + * Copyright (c) 2021-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/tools/marquee-selection/marquee-behavior.ts b/packages/client/src/features/tools/marquee-selection/marquee-behavior.ts index e393c2f3..19308021 100644 --- a/packages/client/src/features/tools/marquee-selection/marquee-behavior.ts +++ b/packages/client/src/features/tools/marquee-selection/marquee-behavior.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 EclipseSource and others. + * Copyright (c) 2021-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/tools/marquee-selection/marquee-selection-module.ts b/packages/client/src/features/tools/marquee-selection/marquee-selection-module.ts index a165cf42..27b34688 100644 --- a/packages/client/src/features/tools/marquee-selection/marquee-selection-module.ts +++ b/packages/client/src/features/tools/marquee-selection/marquee-selection-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/tools/marquee-selection/view.tsx b/packages/client/src/features/tools/marquee-selection/view.tsx index 1ec3e83e..17e40674 100644 --- a/packages/client/src/features/tools/marquee-selection/view.tsx +++ b/packages/client/src/features/tools/marquee-selection/view.tsx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 EclipseSource and others. + * Copyright (c) 2021-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/tools/tool-focus-loss-module.ts b/packages/client/src/features/tools/tool-focus-loss-module.ts index bf8e3dbb..e83a7812 100644 --- a/packages/client/src/features/tools/tool-focus-loss-module.ts +++ b/packages/client/src/features/tools/tool-focus-loss-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2022-2024 EclipseSource and others. + * Copyright (c) 2022-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/validation/issue-marker.ts b/packages/client/src/features/validation/issue-marker.ts index f001040b..19f1c755 100644 --- a/packages/client/src/features/validation/issue-marker.ts +++ b/packages/client/src/features/validation/issue-marker.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/validation/marker-navigator.ts b/packages/client/src/features/validation/marker-navigator.ts index 91f2ce02..864cca3e 100644 --- a/packages/client/src/features/validation/marker-navigator.ts +++ b/packages/client/src/features/validation/marker-navigator.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2020-2024 EclipseSource and others. + * Copyright (c) 2020-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/validation/validation-modules.ts b/packages/client/src/features/validation/validation-modules.ts index 6d46083e..6dacf574 100644 --- a/packages/client/src/features/validation/validation-modules.ts +++ b/packages/client/src/features/validation/validation-modules.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/viewport/reposition.ts b/packages/client/src/features/viewport/reposition.ts index bef6b0b0..e291c77d 100644 --- a/packages/client/src/features/viewport/reposition.ts +++ b/packages/client/src/features/viewport/reposition.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/features/viewport/viewport-modules.ts b/packages/client/src/features/viewport/viewport-modules.ts index 03378fc3..7c86c7c0 100644 --- a/packages/client/src/features/viewport/viewport-modules.ts +++ b/packages/client/src/features/viewport/viewport-modules.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 EclipseSource and others. + * Copyright (c) 2021-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/standalone-modules.ts b/packages/client/src/standalone-modules.ts index ce2dfa35..2c2a467a 100644 --- a/packages/client/src/standalone-modules.ts +++ b/packages/client/src/standalone-modules.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 EclipseSource and others. + * Copyright (c) 2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/utils/geometry-util.ts b/packages/client/src/utils/geometry-util.ts index 28fc0046..47e6de71 100644 --- a/packages/client/src/utils/geometry-util.ts +++ b/packages/client/src/utils/geometry-util.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 EclipseSource and others. + * Copyright (c) 2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/utils/layout-utils.ts b/packages/client/src/utils/layout-utils.ts index 4d9e29d9..52c5d4d8 100644 --- a/packages/client/src/utils/layout-utils.ts +++ b/packages/client/src/utils/layout-utils.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2020-2024 EclipseSource and others. + * Copyright (c) 2020-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/utils/viewpoint-util.ts b/packages/client/src/utils/viewpoint-util.ts index 9cab913b..bcdb5b37 100644 --- a/packages/client/src/utils/viewpoint-util.ts +++ b/packages/client/src/utils/viewpoint-util.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/views/base-view-module.ts b/packages/client/src/views/base-view-module.ts index 326e1b1f..647fccc9 100644 --- a/packages/client/src/views/base-view-module.ts +++ b/packages/client/src/views/base-view-module.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 EclipseSource and others. + * Copyright (c) 2021-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/views/compartments.tsx b/packages/client/src/views/compartments.tsx index e7e182c4..c4002a7a 100644 --- a/packages/client/src/views/compartments.tsx +++ b/packages/client/src/views/compartments.tsx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 EclipseSource and others. + * Copyright (c) 2021-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/views/gedge-view.tsx b/packages/client/src/views/gedge-view.tsx index f79aafcc..e59c5b8f 100644 --- a/packages/client/src/views/gedge-view.tsx +++ b/packages/client/src/views/gedge-view.tsx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 EclipseSource and others. + * Copyright (c) 2021-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/views/issue-marker-view.tsx b/packages/client/src/views/issue-marker-view.tsx index 34e8b18e..2059aa20 100644 --- a/packages/client/src/views/issue-marker-view.tsx +++ b/packages/client/src/views/issue-marker-view.tsx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2020-2024 EclipseSource and others. + * Copyright (c) 2020-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/client/src/views/rounded-corner-view.tsx b/packages/client/src/views/rounded-corner-view.tsx index 68e02eb3..bee784d5 100644 --- a/packages/client/src/views/rounded-corner-view.tsx +++ b/packages/client/src/views/rounded-corner-view.tsx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 EclipseSource and others. + * Copyright (c) 2021-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/protocol/src/action-protocol/types.ts b/packages/protocol/src/action-protocol/types.ts index d4e23bdf..28d66509 100644 --- a/packages/protocol/src/action-protocol/types.ts +++ b/packages/protocol/src/action-protocol/types.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 STMicroelectronics and others. + * Copyright (c) 2021-2023 STMicroelectronics and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/protocol/src/client-server-protocol/jsonrpc/worker-connection-provider.ts b/packages/protocol/src/client-server-protocol/jsonrpc/worker-connection-provider.ts index a0b67ac4..f292443b 100644 --- a/packages/protocol/src/client-server-protocol/jsonrpc/worker-connection-provider.ts +++ b/packages/protocol/src/client-server-protocol/jsonrpc/worker-connection-provider.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 EclipseSource and others. + * Copyright (c) 2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/protocol/src/re-exports.ts b/packages/protocol/src/re-exports.ts index 1182b138..7130bf16 100644 --- a/packages/protocol/src/re-exports.ts +++ b/packages/protocol/src/re-exports.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 EclipseSource and others. + * Copyright (c) 2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/protocol/src/utils/array-util.ts b/packages/protocol/src/utils/array-util.ts index 4a9f5e84..7e8d23ee 100644 --- a/packages/protocol/src/utils/array-util.ts +++ b/packages/protocol/src/utils/array-util.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2024 EclipseSource and others. + * Copyright (c) 2019-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/protocol/src/utils/disposable.ts b/packages/protocol/src/utils/disposable.ts index 5804d9d4..4f2bafb4 100644 --- a/packages/protocol/src/utils/disposable.ts +++ b/packages/protocol/src/utils/disposable.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023-2024 EclipseSource and others. + * Copyright (c) 2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at diff --git a/packages/protocol/src/utils/type-util.ts b/packages/protocol/src/utils/type-util.ts index f157a5f0..9dab173f 100644 --- a/packages/protocol/src/utils/type-util.ts +++ b/packages/protocol/src/utils/type-util.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2024 EclipseSource and others. + * Copyright (c) 2021-2023 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at