diff --git a/pipeline_manager/backend/socketio.py b/pipeline_manager/backend/socketio.py index b0af61a2..40d5be8b 100644 --- a/pipeline_manager/backend/socketio.py +++ b/pipeline_manager/backend/socketio.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Antmicro +# Copyright (c) 2022-2024 Antmicro # # SPDX-License-Identifier: Apache-2.0 diff --git a/pipeline_manager/frontend/src/components/Terminal.vue b/pipeline_manager/frontend/src/components/Terminal.vue index 03837e0d..c5076eea 100644 --- a/pipeline_manager/frontend/src/components/Terminal.vue +++ b/pipeline_manager/frontend/src/components/Terminal.vue @@ -1,5 +1,5 @@ diff --git a/pipeline_manager/frontend/src/core/InterfaceTypes.js b/pipeline_manager/frontend/src/core/InterfaceTypes.js index 26edeed0..de81e876 100644 --- a/pipeline_manager/frontend/src/core/InterfaceTypes.js +++ b/pipeline_manager/frontend/src/core/InterfaceTypes.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Antmicro + * Copyright (c) 2022-2024 Antmicro * * SPDX-License-Identifier: Apache-2.0 * diff --git a/pipeline_manager/frontend/src/core/communication/ExternalApplicationManager.js b/pipeline_manager/frontend/src/core/communication/ExternalApplicationManager.js index 1ceed3a2..e491242d 100644 --- a/pipeline_manager/frontend/src/core/communication/ExternalApplicationManager.js +++ b/pipeline_manager/frontend/src/core/communication/ExternalApplicationManager.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Antmicro + * Copyright (c) 2022-2024 Antmicro * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/pipeline_manager/frontend/src/core/communication/rpcCommunication.ts b/pipeline_manager/frontend/src/core/communication/rpcCommunication.ts index d6c62a32..66322a2c 100644 --- a/pipeline_manager/frontend/src/core/communication/rpcCommunication.ts +++ b/pipeline_manager/frontend/src/core/communication/rpcCommunication.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Antmicro + * Copyright (c) 2022-2024 Antmicro * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/pipeline_manager/frontend/src/custom/ContextMenu.vue b/pipeline_manager/frontend/src/custom/ContextMenu.vue index e46b9634..8c1ad72d 100644 --- a/pipeline_manager/frontend/src/custom/ContextMenu.vue +++ b/pipeline_manager/frontend/src/custom/ContextMenu.vue @@ -1,5 +1,5 @@ diff --git a/pipeline_manager/frontend/src/custom/Editor.js b/pipeline_manager/frontend/src/custom/Editor.js index c47f460a..f7117637 100644 --- a/pipeline_manager/frontend/src/custom/Editor.js +++ b/pipeline_manager/frontend/src/custom/Editor.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Antmicro + * Copyright (c) 2022-2024 Antmicro * * SPDX-License-Identifier: Apache-2.0 * diff --git a/pipeline_manager/frontend/styles/_editor.scss b/pipeline_manager/frontend/styles/_editor.scss index 9e130b24..711d0b26 100644 --- a/pipeline_manager/frontend/styles/_editor.scss +++ b/pipeline_manager/frontend/styles/_editor.scss @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Antmicro + * Copyright (c) 2022-2024 Antmicro * * SPDX-License-Identifier: Apache-2.0 */ @@ -215,4 +215,4 @@ .rectangle-selection-border { border: 2px dashed $green; opacity: 0.7; -} \ No newline at end of file +} diff --git a/pipeline_manager/frontend/styles/_node_sidebar.scss b/pipeline_manager/frontend/styles/_node_sidebar.scss index 68a75903..40282e54 100644 --- a/pipeline_manager/frontend/styles/_node_sidebar.scss +++ b/pipeline_manager/frontend/styles/_node_sidebar.scss @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Antmicro + * Copyright (c) 2022-2024 Antmicro * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/pipeline_manager/frontend_builder.py b/pipeline_manager/frontend_builder.py index 49994ac4..4e7702ac 100644 --- a/pipeline_manager/frontend_builder.py +++ b/pipeline_manager/frontend_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Antmicro +# Copyright (c) 2022-2024 Antmicro # # SPDX-License-Identifier: Apache-2.0 diff --git a/pipeline_manager/frontend_tester/tester_client.py b/pipeline_manager/frontend_tester/tester_client.py index 04bbcebb..8440489f 100644 --- a/pipeline_manager/frontend_tester/tester_client.py +++ b/pipeline_manager/frontend_tester/tester_client.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2020-2023 Antmicro +# Copyright (c) 2020-2024 Antmicro # # SPDX-License-Identifier: Apache-2.0 diff --git a/pipeline_manager/tests/test_backend_frontend_communication.py b/pipeline_manager/tests/test_backend_frontend_communication.py index 2b3dec30..783ddd9c 100644 --- a/pipeline_manager/tests/test_backend_frontend_communication.py +++ b/pipeline_manager/tests/test_backend_frontend_communication.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Antmicro +# Copyright (c) 2022-2024 Antmicro # # SPDX-License-Identifier: Apache-2.0 diff --git a/pipeline_manager/utils/mock_application.py b/pipeline_manager/utils/mock_application.py index 503f7dae..cfa49f34 100644 --- a/pipeline_manager/utils/mock_application.py +++ b/pipeline_manager/utils/mock_application.py @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2023 Antmicro +# Copyright (c) 2020-2024 Antmicro # # SPDX-License-Identifier: Apache-2.0 diff --git a/pipeline_manager/utils/sphinx_jsonschema_spec.py b/pipeline_manager/utils/sphinx_jsonschema_spec.py index c3335fe1..3c117148 100644 --- a/pipeline_manager/utils/sphinx_jsonschema_spec.py +++ b/pipeline_manager/utils/sphinx_jsonschema_spec.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2022-2023 Antmicro +# Copyright (c) 2022-2024 Antmicro # # SPDX-License-Identifier: Apache-2.0 diff --git a/pyproject.toml b/pyproject.toml index 0b576c5a..bfb38402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Antmicro +# Copyright (c) 2022-2024 Antmicro # # SPDX-License-Identifier: Apache-2.0