From e421d65273a9c2ddaead5b31843430e68e8219b0 Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Thu, 4 Jul 2024 18:16:32 +0200 Subject: [PATCH] Fix copyright header violations --- .../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 6155f92f..d7cc8ffe 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-2023 EclipseSource and others. + * Copyright (c) 2020-2024 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 036a0651..bf027cb5 100644 --- a/examples/workflow-glsp/src/workflow-views.tsx +++ b/examples/workflow-glsp/src/workflow-views.tsx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 08e9a939..f921b14c 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 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 713b44f4..47bbe0ea 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 26e26dac..fb8c4a5a 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-2023 EclipseSource and others. + * Copyright (c) 2021-2024 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 efb5abdd..25548445 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 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 b1896a50..8d619e6d 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 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 55010e62..183b031f 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 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 decbe60e..ec4d0f51 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 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 b804bf83..5ed728df 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 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 b9477a90..307a540e 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 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 e8984cc8..57c7a697 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 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 d8b8eb8a..204d2820 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 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 7a29779f..fb3e6762 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 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 c2bf03a3..46c3217e 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 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 7fd8d107..4d8c2129 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 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 85f616d7..b7ceaff0 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 d686ab89..3ad5880e 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-2023 EclipseSource and others. + * Copyright (c) 2022-2024 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 0cdfe78e..650e9d0d 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-2023 EclipseSource and others. + * Copyright (c) 2021-2024 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 ac0b080a..991df935 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-2023 EclipseSource and others. + * Copyright (c) 2021-2024 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 9f6641ca..4e38c66b 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-2023 EclipseSource and others. + * Copyright (c) 2021-2024 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 b6e92bf1..7e9d7981 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-2023 EclipseSource and others. + * Copyright (c) 2022-2024 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 d09991ae..aefd167b 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-2023 EclipseSource and others. + * Copyright (c) 2020-2024 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 5716c18c..eb91a0b1 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-2023 EclipseSource and others. + * Copyright (c) 2020-2024 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 46c69993..b7bca73b 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 1bb8d4f8..607a1567 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 f3afae89..53e9913b 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 EclipseSource and others. + * Copyright (c) 2023-2024 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 ad0fd8ed..8d5cf170 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 7325b7fc..a2ebcfb4 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 4467372c..820dfd5e 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 d4877b13..86d61d61 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-2023 EclipseSource and others. + * Copyright (c) 2022-2024 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 6e99eae2..737cd3de 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-2023 EclipseSource and others. + * Copyright (c) 2022-2024 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 200dc169..d12b56f4 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 EclipseSource and others. + * Copyright (c) 2023-2024 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 7b70cd64..cadd235d 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 EclipseSource and others. + * Copyright (c) 2023-2024 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 afde81c3..2822e475 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 EclipseSource and others. + * Copyright (c) 2023-2024 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 970b2b7d..c27df6fd 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 360f4faa..5fd59c68 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-2023 EclipseSource and others. + * Copyright (c) 2020-2024 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 90460abf..b9a57868 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 7996eb30..646a6d0a 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 8b7df50d..5db6df3e 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 40fe7bfd..1cad4eaa 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-2023 EclipseSource and others. + * Copyright (c) 2020-2024 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 79851783..2b308f28 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 5a97c2d9..1094ac61 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 6bf147d4..b121e64f 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 212cbf44..c699aa8a 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 3ec9672f..f9adc411 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 EclipseSource and others. + * Copyright (c) 2023-2024 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 06c19f70..f1972ef9 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 EclipseSource and others. + * Copyright (c) 2023-2024 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 cbab06aa..194992e0 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 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 f7dbf863..572bb723 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 0a58676f..25059448 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 444a5cb5..2ede9b6d 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 dd605a70..454d5c91 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 496431bb..5f85668e 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 42aa7a2d..bcdf7095 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 ae6cf8e4..783211c5 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-2023 EclipseSource and others. + * Copyright (c) 2021-2024 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 19308021..e393c2f3 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-2023 EclipseSource and others. + * Copyright (c) 2021-2024 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 27b34688..a165cf42 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 17e40674..1ec3e83e 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-2023 EclipseSource and others. + * Copyright (c) 2021-2024 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 e83a7812..bf8e3dbb 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-2023 EclipseSource and others. + * Copyright (c) 2022-2024 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 19f1c755..f001040b 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 864cca3e..91f2ce02 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-2023 EclipseSource and others. + * Copyright (c) 2020-2024 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 6dacf574..6d46083e 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-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 e291c77d..bef6b0b0 100644 --- a/packages/client/src/features/viewport/reposition.ts +++ b/packages/client/src/features/viewport/reposition.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023 Business Informatics Group (TU Wien) and others. + * Copyright (c) 2023-2024 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 7c86c7c0..03378fc3 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-2023 EclipseSource and others. + * Copyright (c) 2021-2024 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 2c2a467a..ce2dfa35 100644 --- a/packages/client/src/standalone-modules.ts +++ b/packages/client/src/standalone-modules.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023 EclipseSource and others. + * Copyright (c) 2023-2024 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 47e6de71..28fc0046 100644 --- a/packages/client/src/utils/geometry-util.ts +++ b/packages/client/src/utils/geometry-util.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023 EclipseSource and others. + * Copyright (c) 2023-2024 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 52c5d4d8..4d9e29d9 100644 --- a/packages/client/src/utils/layout-utils.ts +++ b/packages/client/src/utils/layout-utils.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2020-2023 EclipseSource and others. + * Copyright (c) 2020-2024 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 bcdb5b37..9cab913b 100644 --- a/packages/client/src/utils/viewpoint-util.ts +++ b/packages/client/src/utils/viewpoint-util.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 647fccc9..326e1b1f 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-2023 EclipseSource and others. + * Copyright (c) 2021-2024 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 c4002a7a..e7e182c4 100644 --- a/packages/client/src/views/compartments.tsx +++ b/packages/client/src/views/compartments.tsx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2023 EclipseSource and others. + * Copyright (c) 2021-2024 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 e59c5b8f..f79aafcc 100644 --- a/packages/client/src/views/gedge-view.tsx +++ b/packages/client/src/views/gedge-view.tsx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2023 EclipseSource and others. + * Copyright (c) 2021-2024 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 2059aa20..34e8b18e 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-2023 EclipseSource and others. + * Copyright (c) 2020-2024 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 bee784d5..68e02eb3 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-2023 EclipseSource and others. + * Copyright (c) 2021-2024 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 28d66509..d4e23bdf 100644 --- a/packages/protocol/src/action-protocol/types.ts +++ b/packages/protocol/src/action-protocol/types.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2023 STMicroelectronics and others. + * Copyright (c) 2021-2024 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 f292443b..a0b67ac4 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 EclipseSource and others. + * Copyright (c) 2023-2024 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 7130bf16..1182b138 100644 --- a/packages/protocol/src/re-exports.ts +++ b/packages/protocol/src/re-exports.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023 EclipseSource and others. + * Copyright (c) 2023-2024 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 7e8d23ee..4a9f5e84 100644 --- a/packages/protocol/src/utils/array-util.ts +++ b/packages/protocol/src/utils/array-util.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2019-2023 EclipseSource and others. + * Copyright (c) 2019-2024 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 4f2bafb4..5804d9d4 100644 --- a/packages/protocol/src/utils/disposable.ts +++ b/packages/protocol/src/utils/disposable.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2023 EclipseSource and others. + * Copyright (c) 2023-2024 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 9dab173f..f157a5f0 100644 --- a/packages/protocol/src/utils/type-util.ts +++ b/packages/protocol/src/utils/type-util.ts @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2021-2023 EclipseSource and others. + * Copyright (c) 2021-2024 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