diff --git a/.license-header b/.license-header
index 680f3ea1f..4086d0e39 100644
--- a/.license-header
+++ b/.license-header
@@ -1,4 +1,4 @@
-Copyright 2023 Avaiga Private Limited
+Copyright 2021-2024 Avaiga Private Limited
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
diff --git a/README.md b/README.md
index 21c67c270..f15f7a99c 100644
--- a/README.md
+++ b/README.md
@@ -1,90 +1,19 @@
-# 🚧 Under construction 🚧
+# ⚠️ Archived ⚠️
-WARNING: The Taipy team is performing a repository restructuration. This current repository taipy-core is about to be
-merged into the main repository: taipy. Once the merge is done, the current code base will be in the
-[taipy repository](https://github.com/Avaiga/taipy). The migration should take a maximum of a few days.
-
-
-
-# Taipy Core
+WARNING: This repository is archived.
+Taipy has performed a repository restructuring. The taipy-core code has been moved and merged into the main
+[taipy repository](https://github.com/Avaiga/taipy).
-[![Python](https://img.shields.io/pypi/pyversions/taipy-core)](https://pypi.org/project/taipy-core)
-[![PyPI](https://img.shields.io/pypi/v/taipy-core.svg?label=pip&logo=PyPI&logoColor=white)](https://pypi.org/project/taipy-core)
+
-## License
-Copyright 2023 Avaiga Private Limited
+# License
+Copyright 2021-2024 Avaiga Private Limited
-Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
-except in compliance with the License. You may obtain a copy of the License at
+Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
-Unless required by applicable law or agreed to in writing, software distributed under the
-License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
-either express or implied. See the License for the specific language governing permissions
-and limitations under the License.
-
-## Usage
-
-- [Taipy Core](#taipy-core)
-- [License](#license)
-- [Usage](#usage)
-- [What is Taipy Core](#what-is-taipy-core)
-- [Installation](#installation)
-- [Contributing](#contributing)
-- [Code of conduct](#code-of-conduct)
-- [Directory Structure](#directory-structure)
-
-## What is Taipy Core
-
-Taipy is a Python library for creating Business Applications. More information on our
-[website](https://www.taipy.io). Taipy is split into multiple repositories including
-_taipy-core_ to let users install the minimum they need.
-
-[Taipy Core](https://github.com/Avaiga/taipy-core) mostly includes business-oriented
-features. It helps users create and manage business applications and improve analyses
-capability through time, conditions and hypothesis.
-
-A more in depth documentation of taipy can be found [here](https://docs.taipy.io).
-
-## Installation
-
-Want to install _Taipy Core_? Check out our [`INSTALLATION.md`](INSTALLATION.md) file.
-
-## Contributing
-
-Want to help build _Taipy Core_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.md) file.
-
-## Code of conduct
-
-Want to be part of the _Taipy Core_ community? Check out our
-[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.
-
-## Directory Structure
-
-- `src/`:
- - `taipy/core/`:
- - `_manager`: Internal package for entity manager.
- - `_repository`: Internal package for data storage.
- - `_orchestrator`: Internal package for task orchestrating and execution.
- - `_version`: Internal package for managing Taipy Core application version.
- - `common`: Shared data structures, types, and functions.
- - `config`: Configuration definition, management and implementation.
- - `cycle`: Work cycle definition, management and implementation.
- - `data`: Data Node definition, management and implementation.
- - `exceptions`: _taipy-core_ exceptions.
- - `job`: Job definition, management and implementation.
- - `sequence`: Sequence definition, management and implementation.
- - `scenario`: Scenario definition, management and implementation.
- - `task`: Task definition, management and implementation.
- - `taipy`: Main entrypoint for _taipy-core_ runtime features.
-- `tests`: Unit tests following the `taipy/core/` structure.
-- `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of _taipy-core_.
-- `CONTRIBUTING.md`: Instructions to contribute to _taipy-core_.
-- `INSTALLATION.md`: Instructions to install _taipy-core_.
-- `LICENSE`: The Apache 2.0 License.
-- `Pipfile`: File used by the Pipenv virtual environment to manage project dependencies.
-- `README.md`: Current file.
-- `contributors.txt`: The list of contributors.
-- `setup.py`: The setup script managing building, distributing, and installing _taipy-core_.
-- `tox.ini`: Contains test scenarios to be run.
+Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
+an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
+specific language governing permissions and limitations under the License.
diff --git a/setup.py b/setup.py
index f0bd16992..1a37e7fac 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/__init__.py b/src/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/__init__.py
+++ b/src/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/__init__.py b/src/taipy/__init__.py
index 60774997b..d953e94d4 100644
--- a/src/taipy/__init__.py
+++ b/src/taipy/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/__init__.py b/src/taipy/core/__init__.py
index fb7d83566..c8f9aa1c7 100644
--- a/src/taipy/core/__init__.py
+++ b/src/taipy/core/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_backup/__init__.py b/src/taipy/core/_backup/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/_backup/__init__.py
+++ b/src/taipy/core/_backup/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_backup/_backup.py b/src/taipy/core/_backup/_backup.py
index 825dd9d0c..5af515820 100644
--- a/src/taipy/core/_backup/_backup.py
+++ b/src/taipy/core/_backup/_backup.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_core.py b/src/taipy/core/_core.py
index 1c742851f..2ca5aaa6f 100644
--- a/src/taipy/core/_core.py
+++ b/src/taipy/core/_core.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_core_cli.py b/src/taipy/core/_core_cli.py
index a82821193..bd5a6cd21 100644
--- a/src/taipy/core/_core_cli.py
+++ b/src/taipy/core/_core_cli.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/__init__.py b/src/taipy/core/_entity/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/_entity/__init__.py
+++ b/src/taipy/core/_entity/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/_dag.py b/src/taipy/core/_entity/_dag.py
index cf27c2fa2..56b6e85f6 100644
--- a/src/taipy/core/_entity/_dag.py
+++ b/src/taipy/core/_entity/_dag.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/_entity.py b/src/taipy/core/_entity/_entity.py
index d1d0b3f43..1895554e3 100644
--- a/src/taipy/core/_entity/_entity.py
+++ b/src/taipy/core/_entity/_entity.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/_entity_ids.py b/src/taipy/core/_entity/_entity_ids.py
index 5e804f1dc..7be2aad58 100644
--- a/src/taipy/core/_entity/_entity_ids.py
+++ b/src/taipy/core/_entity/_entity_ids.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/_labeled.py b/src/taipy/core/_entity/_labeled.py
index ff950f6a3..0cfba8c47 100644
--- a/src/taipy/core/_entity/_labeled.py
+++ b/src/taipy/core/_entity/_labeled.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/_migrate/__init__.py b/src/taipy/core/_entity/_migrate/__init__.py
index dcae0e768..e6facbbd2 100644
--- a/src/taipy/core/_entity/_migrate/__init__.py
+++ b/src/taipy/core/_entity/_migrate/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/_migrate/_migrate_fs.py b/src/taipy/core/_entity/_migrate/_migrate_fs.py
index d871b52b8..7926b04b3 100644
--- a/src/taipy/core/_entity/_migrate/_migrate_fs.py
+++ b/src/taipy/core/_entity/_migrate/_migrate_fs.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/_migrate/_migrate_mongo.py b/src/taipy/core/_entity/_migrate/_migrate_mongo.py
index f00d4b3d0..3cf27c407 100644
--- a/src/taipy/core/_entity/_migrate/_migrate_mongo.py
+++ b/src/taipy/core/_entity/_migrate/_migrate_mongo.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/_migrate/_migrate_sql.py b/src/taipy/core/_entity/_migrate/_migrate_sql.py
index bc514a17e..35e91d150 100644
--- a/src/taipy/core/_entity/_migrate/_migrate_sql.py
+++ b/src/taipy/core/_entity/_migrate/_migrate_sql.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/_migrate/_utils.py b/src/taipy/core/_entity/_migrate/_utils.py
index b53165a9a..3be7f9293 100644
--- a/src/taipy/core/_entity/_migrate/_utils.py
+++ b/src/taipy/core/_entity/_migrate/_utils.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/_migrate_cli.py b/src/taipy/core/_entity/_migrate_cli.py
index 994f870cf..767d9a9e0 100644
--- a/src/taipy/core/_entity/_migrate_cli.py
+++ b/src/taipy/core/_entity/_migrate_cli.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/_properties.py b/src/taipy/core/_entity/_properties.py
index 860ea94bf..54792ae73 100644
--- a/src/taipy/core/_entity/_properties.py
+++ b/src/taipy/core/_entity/_properties.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/_reload.py b/src/taipy/core/_entity/_reload.py
index 542bf4546..c97302fdb 100644
--- a/src/taipy/core/_entity/_reload.py
+++ b/src/taipy/core/_entity/_reload.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_entity/submittable.py b/src/taipy/core/_entity/submittable.py
index 64841f166..22ba247f2 100644
--- a/src/taipy/core/_entity/submittable.py
+++ b/src/taipy/core/_entity/submittable.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_init.py b/src/taipy/core/_init.py
index eaaa28a6a..e4ec390fb 100644
--- a/src/taipy/core/_init.py
+++ b/src/taipy/core/_init.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_init_version.py b/src/taipy/core/_init_version.py
index fb7c9b915..0de0d353b 100644
--- a/src/taipy/core/_init_version.py
+++ b/src/taipy/core/_init_version.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_manager/__init__.py b/src/taipy/core/_manager/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/_manager/__init__.py
+++ b/src/taipy/core/_manager/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_manager/_manager.py b/src/taipy/core/_manager/_manager.py
index dd359dae0..1aaf2d0d0 100644
--- a/src/taipy/core/_manager/_manager.py
+++ b/src/taipy/core/_manager/_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_manager/_manager_factory.py b/src/taipy/core/_manager/_manager_factory.py
index 0def01d9e..573da9d18 100644
--- a/src/taipy/core/_manager/_manager_factory.py
+++ b/src/taipy/core/_manager/_manager_factory.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_orchestrator/__init__.py b/src/taipy/core/_orchestrator/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/_orchestrator/__init__.py
+++ b/src/taipy/core/_orchestrator/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_orchestrator/_abstract_orchestrator.py b/src/taipy/core/_orchestrator/_abstract_orchestrator.py
index b1ef4da36..d820718a1 100644
--- a/src/taipy/core/_orchestrator/_abstract_orchestrator.py
+++ b/src/taipy/core/_orchestrator/_abstract_orchestrator.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_orchestrator/_dispatcher/__init__.py b/src/taipy/core/_orchestrator/_dispatcher/__init__.py
index 4d1580f1b..344e101d1 100644
--- a/src/taipy/core/_orchestrator/_dispatcher/__init__.py
+++ b/src/taipy/core/_orchestrator/_dispatcher/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_orchestrator/_dispatcher/_development_job_dispatcher.py b/src/taipy/core/_orchestrator/_dispatcher/_development_job_dispatcher.py
index c420cde6a..f203e7434 100644
--- a/src/taipy/core/_orchestrator/_dispatcher/_development_job_dispatcher.py
+++ b/src/taipy/core/_orchestrator/_dispatcher/_development_job_dispatcher.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_orchestrator/_dispatcher/_job_dispatcher.py b/src/taipy/core/_orchestrator/_dispatcher/_job_dispatcher.py
index 08f4c6a19..c04671108 100644
--- a/src/taipy/core/_orchestrator/_dispatcher/_job_dispatcher.py
+++ b/src/taipy/core/_orchestrator/_dispatcher/_job_dispatcher.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_orchestrator/_dispatcher/_standalone_job_dispatcher.py b/src/taipy/core/_orchestrator/_dispatcher/_standalone_job_dispatcher.py
index 2440949f6..2f5114d40 100644
--- a/src/taipy/core/_orchestrator/_dispatcher/_standalone_job_dispatcher.py
+++ b/src/taipy/core/_orchestrator/_dispatcher/_standalone_job_dispatcher.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_orchestrator/_dispatcher/_task_function_wrapper.py b/src/taipy/core/_orchestrator/_dispatcher/_task_function_wrapper.py
index cf0abc1f1..ddc3a7a73 100644
--- a/src/taipy/core/_orchestrator/_dispatcher/_task_function_wrapper.py
+++ b/src/taipy/core/_orchestrator/_dispatcher/_task_function_wrapper.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_orchestrator/_orchestrator.py b/src/taipy/core/_orchestrator/_orchestrator.py
index 5647a53f9..bf63a5626 100644
--- a/src/taipy/core/_orchestrator/_orchestrator.py
+++ b/src/taipy/core/_orchestrator/_orchestrator.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_orchestrator/_orchestrator_factory.py b/src/taipy/core/_orchestrator/_orchestrator_factory.py
index 7fa550303..3d04f002e 100644
--- a/src/taipy/core/_orchestrator/_orchestrator_factory.py
+++ b/src/taipy/core/_orchestrator/_orchestrator_factory.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_repository/__init__.py b/src/taipy/core/_repository/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/_repository/__init__.py
+++ b/src/taipy/core/_repository/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_repository/_abstract_converter.py b/src/taipy/core/_repository/_abstract_converter.py
index 839455feb..4e423c9d0 100644
--- a/src/taipy/core/_repository/_abstract_converter.py
+++ b/src/taipy/core/_repository/_abstract_converter.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_repository/_abstract_repository.py b/src/taipy/core/_repository/_abstract_repository.py
index 4a8dc6445..6f810f142 100644
--- a/src/taipy/core/_repository/_abstract_repository.py
+++ b/src/taipy/core/_repository/_abstract_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_repository/_base_taipy_model.py b/src/taipy/core/_repository/_base_taipy_model.py
index 68fff281e..834a8167d 100644
--- a/src/taipy/core/_repository/_base_taipy_model.py
+++ b/src/taipy/core/_repository/_base_taipy_model.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_repository/_decoder.py b/src/taipy/core/_repository/_decoder.py
index 899754bf1..4435aa5b7 100644
--- a/src/taipy/core/_repository/_decoder.py
+++ b/src/taipy/core/_repository/_decoder.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_repository/_encoder.py b/src/taipy/core/_repository/_encoder.py
index ab48870bf..8f33fd058 100644
--- a/src/taipy/core/_repository/_encoder.py
+++ b/src/taipy/core/_repository/_encoder.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_repository/_filesystem_repository.py b/src/taipy/core/_repository/_filesystem_repository.py
index d352e9316..3ca5018b1 100644
--- a/src/taipy/core/_repository/_filesystem_repository.py
+++ b/src/taipy/core/_repository/_filesystem_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_repository/_sql_repository.py b/src/taipy/core/_repository/_sql_repository.py
index e0d8e79d9..c605ef5de 100644
--- a/src/taipy/core/_repository/_sql_repository.py
+++ b/src/taipy/core/_repository/_sql_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_repository/db/__init__.py b/src/taipy/core/_repository/db/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/_repository/db/__init__.py
+++ b/src/taipy/core/_repository/db/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_repository/db/_sql_base_model.py b/src/taipy/core/_repository/db/_sql_base_model.py
index fa673a2e3..26077fc32 100644
--- a/src/taipy/core/_repository/db/_sql_base_model.py
+++ b/src/taipy/core/_repository/db/_sql_base_model.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_repository/db/_sql_connection.py b/src/taipy/core/_repository/db/_sql_connection.py
index 1127cc4e3..eb8047d0d 100644
--- a/src/taipy/core/_repository/db/_sql_connection.py
+++ b/src/taipy/core/_repository/db/_sql_connection.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/__init__.py b/src/taipy/core/_version/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/_version/__init__.py
+++ b/src/taipy/core/_version/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/_cli/__init__.py b/src/taipy/core/_version/_cli/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/_version/_cli/__init__.py
+++ b/src/taipy/core/_version/_cli/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/_cli/_bcolor.py b/src/taipy/core/_version/_cli/_bcolor.py
index f66ddaa1d..814400121 100644
--- a/src/taipy/core/_version/_cli/_bcolor.py
+++ b/src/taipy/core/_version/_cli/_bcolor.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/_cli/_version_cli.py b/src/taipy/core/_version/_cli/_version_cli.py
index 0932763bf..9477cb5d3 100644
--- a/src/taipy/core/_version/_cli/_version_cli.py
+++ b/src/taipy/core/_version/_cli/_version_cli.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/_utils.py b/src/taipy/core/_version/_utils.py
index 369ddd9be..8dc8e0385 100644
--- a/src/taipy/core/_version/_utils.py
+++ b/src/taipy/core/_version/_utils.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/_version.py b/src/taipy/core/_version/_version.py
index a93f280ee..a2428adaf 100644
--- a/src/taipy/core/_version/_version.py
+++ b/src/taipy/core/_version/_version.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/_version_converter.py b/src/taipy/core/_version/_version_converter.py
index b8dcc2d40..8f728e891 100644
--- a/src/taipy/core/_version/_version_converter.py
+++ b/src/taipy/core/_version/_version_converter.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/_version_fs_repository.py b/src/taipy/core/_version/_version_fs_repository.py
index ea4975a4f..d3a46f55c 100644
--- a/src/taipy/core/_version/_version_fs_repository.py
+++ b/src/taipy/core/_version/_version_fs_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/_version_manager.py b/src/taipy/core/_version/_version_manager.py
index 99cf0ee04..b4b6d339e 100644
--- a/src/taipy/core/_version/_version_manager.py
+++ b/src/taipy/core/_version/_version_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/_version_manager_factory.py b/src/taipy/core/_version/_version_manager_factory.py
index b417a04e0..2ec3d9baa 100644
--- a/src/taipy/core/_version/_version_manager_factory.py
+++ b/src/taipy/core/_version/_version_manager_factory.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/_version_mixin.py b/src/taipy/core/_version/_version_mixin.py
index 8f3a5c417..6735ecfe8 100644
--- a/src/taipy/core/_version/_version_mixin.py
+++ b/src/taipy/core/_version/_version_mixin.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/_version_model.py b/src/taipy/core/_version/_version_model.py
index 7105590cb..aa02477fd 100644
--- a/src/taipy/core/_version/_version_model.py
+++ b/src/taipy/core/_version/_version_model.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/_version_repository_interface.py b/src/taipy/core/_version/_version_repository_interface.py
index ee0d15013..d01898c75 100644
--- a/src/taipy/core/_version/_version_repository_interface.py
+++ b/src/taipy/core/_version/_version_repository_interface.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/_version/_version_sql_repository.py b/src/taipy/core/_version/_version_sql_repository.py
index 1d690c83e..0044d527e 100644
--- a/src/taipy/core/_version/_version_sql_repository.py
+++ b/src/taipy/core/_version/_version_sql_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/common/__init__.py b/src/taipy/core/common/__init__.py
index 91c6fc6eb..d447a18d3 100644
--- a/src/taipy/core/common/__init__.py
+++ b/src/taipy/core/common/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/common/_listattributes.py b/src/taipy/core/common/_listattributes.py
index 34aadd177..af4b247ee 100644
--- a/src/taipy/core/common/_listattributes.py
+++ b/src/taipy/core/common/_listattributes.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/common/_mongo_connector.py b/src/taipy/core/common/_mongo_connector.py
index bb85daa70..61cd59dbb 100644
--- a/src/taipy/core/common/_mongo_connector.py
+++ b/src/taipy/core/common/_mongo_connector.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/common/_repr_enum.py b/src/taipy/core/common/_repr_enum.py
index 571736a12..f6b06a629 100644
--- a/src/taipy/core/common/_repr_enum.py
+++ b/src/taipy/core/common/_repr_enum.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/common/_utils.py b/src/taipy/core/common/_utils.py
index 25ec7a489..fdb86165e 100644
--- a/src/taipy/core/common/_utils.py
+++ b/src/taipy/core/common/_utils.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/common/_warnings.py b/src/taipy/core/common/_warnings.py
index 861a81ff9..7217a4be3 100644
--- a/src/taipy/core/common/_warnings.py
+++ b/src/taipy/core/common/_warnings.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/common/mongo_default_document.py b/src/taipy/core/common/mongo_default_document.py
index 7a2d6d410..c54ff13c9 100644
--- a/src/taipy/core/common/mongo_default_document.py
+++ b/src/taipy/core/common/mongo_default_document.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/common/typing.py b/src/taipy/core/common/typing.py
index c60d7fb09..43d4798e4 100644
--- a/src/taipy/core/common/typing.py
+++ b/src/taipy/core/common/typing.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/common/warn_if_inputs_not_ready.py b/src/taipy/core/common/warn_if_inputs_not_ready.py
index 9df9996e1..62d66d4e8 100644
--- a/src/taipy/core/common/warn_if_inputs_not_ready.py
+++ b/src/taipy/core/common/warn_if_inputs_not_ready.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/__init__.py b/src/taipy/core/config/__init__.py
index cea7bfd9a..bc3d834f3 100644
--- a/src/taipy/core/config/__init__.py
+++ b/src/taipy/core/config/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/checkers/__init__.py b/src/taipy/core/config/checkers/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/config/checkers/__init__.py
+++ b/src/taipy/core/config/checkers/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/checkers/_config_id_checker.py b/src/taipy/core/config/checkers/_config_id_checker.py
index 896aaff10..8e8f429b7 100644
--- a/src/taipy/core/config/checkers/_config_id_checker.py
+++ b/src/taipy/core/config/checkers/_config_id_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/checkers/_core_section_checker.py b/src/taipy/core/config/checkers/_core_section_checker.py
index b79535812..412fe5a8b 100644
--- a/src/taipy/core/config/checkers/_core_section_checker.py
+++ b/src/taipy/core/config/checkers/_core_section_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/checkers/_data_node_config_checker.py b/src/taipy/core/config/checkers/_data_node_config_checker.py
index ec11d62eb..6addc236b 100644
--- a/src/taipy/core/config/checkers/_data_node_config_checker.py
+++ b/src/taipy/core/config/checkers/_data_node_config_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/checkers/_job_config_checker.py b/src/taipy/core/config/checkers/_job_config_checker.py
index 01ef1ca3e..d91ec547d 100644
--- a/src/taipy/core/config/checkers/_job_config_checker.py
+++ b/src/taipy/core/config/checkers/_job_config_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/checkers/_migration_config_checker.py b/src/taipy/core/config/checkers/_migration_config_checker.py
index 0eff21c9f..b3d11fc03 100644
--- a/src/taipy/core/config/checkers/_migration_config_checker.py
+++ b/src/taipy/core/config/checkers/_migration_config_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/checkers/_scenario_config_checker.py b/src/taipy/core/config/checkers/_scenario_config_checker.py
index 981363e59..ac9577494 100644
--- a/src/taipy/core/config/checkers/_scenario_config_checker.py
+++ b/src/taipy/core/config/checkers/_scenario_config_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/checkers/_task_config_checker.py b/src/taipy/core/config/checkers/_task_config_checker.py
index a4f8b4c48..6ac47470e 100644
--- a/src/taipy/core/config/checkers/_task_config_checker.py
+++ b/src/taipy/core/config/checkers/_task_config_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/core_section.py b/src/taipy/core/config/core_section.py
index 5cd51da92..388830adc 100644
--- a/src/taipy/core/config/core_section.py
+++ b/src/taipy/core/config/core_section.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/data_node_config.py b/src/taipy/core/config/data_node_config.py
index c4f493dc8..433921bf6 100644
--- a/src/taipy/core/config/data_node_config.py
+++ b/src/taipy/core/config/data_node_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/job_config.py b/src/taipy/core/config/job_config.py
index d8607979a..67eefdeaf 100644
--- a/src/taipy/core/config/job_config.py
+++ b/src/taipy/core/config/job_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/migration_config.py b/src/taipy/core/config/migration_config.py
index 77e7fcfdf..59ca628ca 100644
--- a/src/taipy/core/config/migration_config.py
+++ b/src/taipy/core/config/migration_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/scenario_config.py b/src/taipy/core/config/scenario_config.py
index 2add956c1..63cc4cb16 100644
--- a/src/taipy/core/config/scenario_config.py
+++ b/src/taipy/core/config/scenario_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/config/task_config.py b/src/taipy/core/config/task_config.py
index 9786c5756..7f0ba01d1 100644
--- a/src/taipy/core/config/task_config.py
+++ b/src/taipy/core/config/task_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/cycle/__init__.py b/src/taipy/core/cycle/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/cycle/__init__.py
+++ b/src/taipy/core/cycle/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/cycle/_cycle_converter.py b/src/taipy/core/cycle/_cycle_converter.py
index b9afc9559..ebc6deba3 100644
--- a/src/taipy/core/cycle/_cycle_converter.py
+++ b/src/taipy/core/cycle/_cycle_converter.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/cycle/_cycle_fs_repository.py b/src/taipy/core/cycle/_cycle_fs_repository.py
index 7aad1672a..11a6dc5d8 100644
--- a/src/taipy/core/cycle/_cycle_fs_repository.py
+++ b/src/taipy/core/cycle/_cycle_fs_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/cycle/_cycle_manager.py b/src/taipy/core/cycle/_cycle_manager.py
index 2860c1864..3e8f01c84 100644
--- a/src/taipy/core/cycle/_cycle_manager.py
+++ b/src/taipy/core/cycle/_cycle_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/cycle/_cycle_manager_factory.py b/src/taipy/core/cycle/_cycle_manager_factory.py
index 04673b0c3..579fc5ae3 100644
--- a/src/taipy/core/cycle/_cycle_manager_factory.py
+++ b/src/taipy/core/cycle/_cycle_manager_factory.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/cycle/_cycle_model.py b/src/taipy/core/cycle/_cycle_model.py
index bd2f1a1f4..57a28ab38 100644
--- a/src/taipy/core/cycle/_cycle_model.py
+++ b/src/taipy/core/cycle/_cycle_model.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/cycle/_cycle_sql_repository.py b/src/taipy/core/cycle/_cycle_sql_repository.py
index e314d075b..c6022d0db 100644
--- a/src/taipy/core/cycle/_cycle_sql_repository.py
+++ b/src/taipy/core/cycle/_cycle_sql_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/cycle/cycle.py b/src/taipy/core/cycle/cycle.py
index 102a197a9..f63ee3cee 100644
--- a/src/taipy/core/cycle/cycle.py
+++ b/src/taipy/core/cycle/cycle.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/cycle/cycle_id.py b/src/taipy/core/cycle/cycle_id.py
index e45553876..ece5dcf7c 100644
--- a/src/taipy/core/cycle/cycle_id.py
+++ b/src/taipy/core/cycle/cycle_id.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/__init__.py b/src/taipy/core/data/__init__.py
index ed9160ee5..e8b28c530 100644
--- a/src/taipy/core/data/__init__.py
+++ b/src/taipy/core/data/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/_abstract_file.py b/src/taipy/core/data/_abstract_file.py
index 57320b28d..d7d578a98 100644
--- a/src/taipy/core/data/_abstract_file.py
+++ b/src/taipy/core/data/_abstract_file.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/_abstract_sql.py b/src/taipy/core/data/_abstract_sql.py
index b3015f734..082921a2d 100644
--- a/src/taipy/core/data/_abstract_sql.py
+++ b/src/taipy/core/data/_abstract_sql.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/_abstract_tabular.py b/src/taipy/core/data/_abstract_tabular.py
index 8dc26492f..04ef7d95d 100644
--- a/src/taipy/core/data/_abstract_tabular.py
+++ b/src/taipy/core/data/_abstract_tabular.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/_data_converter.py b/src/taipy/core/data/_data_converter.py
index 074402067..59317cce5 100644
--- a/src/taipy/core/data/_data_converter.py
+++ b/src/taipy/core/data/_data_converter.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/_data_fs_repository.py b/src/taipy/core/data/_data_fs_repository.py
index a01b9a5a7..093db1a94 100644
--- a/src/taipy/core/data/_data_fs_repository.py
+++ b/src/taipy/core/data/_data_fs_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/_data_manager.py b/src/taipy/core/data/_data_manager.py
index ee5fc885d..c8c578ee2 100644
--- a/src/taipy/core/data/_data_manager.py
+++ b/src/taipy/core/data/_data_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/_data_manager_factory.py b/src/taipy/core/data/_data_manager_factory.py
index 8da25bd04..4ef3358e8 100644
--- a/src/taipy/core/data/_data_manager_factory.py
+++ b/src/taipy/core/data/_data_manager_factory.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/_data_model.py b/src/taipy/core/data/_data_model.py
index dc8636ff8..1871b2c12 100644
--- a/src/taipy/core/data/_data_model.py
+++ b/src/taipy/core/data/_data_model.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/_data_sql_repository.py b/src/taipy/core/data/_data_sql_repository.py
index 66151bd80..98621c9c8 100644
--- a/src/taipy/core/data/_data_sql_repository.py
+++ b/src/taipy/core/data/_data_sql_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/_filter.py b/src/taipy/core/data/_filter.py
index bcadba90b..0cef91e64 100644
--- a/src/taipy/core/data/_filter.py
+++ b/src/taipy/core/data/_filter.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/csv.py b/src/taipy/core/data/csv.py
index dd32bcfee..49483b97c 100644
--- a/src/taipy/core/data/csv.py
+++ b/src/taipy/core/data/csv.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/data_node.py b/src/taipy/core/data/data_node.py
index f70623fd5..35fb3b0ff 100644
--- a/src/taipy/core/data/data_node.py
+++ b/src/taipy/core/data/data_node.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/data_node_id.py b/src/taipy/core/data/data_node_id.py
index 303726220..2dde0e793 100644
--- a/src/taipy/core/data/data_node_id.py
+++ b/src/taipy/core/data/data_node_id.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/excel.py b/src/taipy/core/data/excel.py
index 98ddf432e..9dbd519bf 100644
--- a/src/taipy/core/data/excel.py
+++ b/src/taipy/core/data/excel.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/generic.py b/src/taipy/core/data/generic.py
index 2983b26d5..6127e6450 100644
--- a/src/taipy/core/data/generic.py
+++ b/src/taipy/core/data/generic.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/in_memory.py b/src/taipy/core/data/in_memory.py
index 8b6030662..3c71c8765 100644
--- a/src/taipy/core/data/in_memory.py
+++ b/src/taipy/core/data/in_memory.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/json.py b/src/taipy/core/data/json.py
index 8a5c3c74f..4e5e1874e 100644
--- a/src/taipy/core/data/json.py
+++ b/src/taipy/core/data/json.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/mongo.py b/src/taipy/core/data/mongo.py
index c5abd0304..042b7c055 100644
--- a/src/taipy/core/data/mongo.py
+++ b/src/taipy/core/data/mongo.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/operator.py b/src/taipy/core/data/operator.py
index 776183bfb..d491271e2 100644
--- a/src/taipy/core/data/operator.py
+++ b/src/taipy/core/data/operator.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/parquet.py b/src/taipy/core/data/parquet.py
index c0b201284..acf1c489b 100644
--- a/src/taipy/core/data/parquet.py
+++ b/src/taipy/core/data/parquet.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/pickle.py b/src/taipy/core/data/pickle.py
index 685cdba38..aa12311a1 100644
--- a/src/taipy/core/data/pickle.py
+++ b/src/taipy/core/data/pickle.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/sql.py b/src/taipy/core/data/sql.py
index 0c103dfb6..7097ca093 100644
--- a/src/taipy/core/data/sql.py
+++ b/src/taipy/core/data/sql.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/data/sql_table.py b/src/taipy/core/data/sql_table.py
index 07e4c7af6..176f87380 100644
--- a/src/taipy/core/data/sql_table.py
+++ b/src/taipy/core/data/sql_table.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/exceptions/__init__.py b/src/taipy/core/exceptions/__init__.py
index 5ddca8144..d8fa34c48 100644
--- a/src/taipy/core/exceptions/__init__.py
+++ b/src/taipy/core/exceptions/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/exceptions/exceptions.py b/src/taipy/core/exceptions/exceptions.py
index 30d2e8e0c..a96dd8b8f 100644
--- a/src/taipy/core/exceptions/exceptions.py
+++ b/src/taipy/core/exceptions/exceptions.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/job/__init__.py b/src/taipy/core/job/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/job/__init__.py
+++ b/src/taipy/core/job/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/job/_job_converter.py b/src/taipy/core/job/_job_converter.py
index 0faae28be..7e06a345c 100644
--- a/src/taipy/core/job/_job_converter.py
+++ b/src/taipy/core/job/_job_converter.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/job/_job_fs_repository.py b/src/taipy/core/job/_job_fs_repository.py
index 0c09106f1..7fb06397f 100644
--- a/src/taipy/core/job/_job_fs_repository.py
+++ b/src/taipy/core/job/_job_fs_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/job/_job_manager.py b/src/taipy/core/job/_job_manager.py
index 91f3151aa..0fb5f8098 100644
--- a/src/taipy/core/job/_job_manager.py
+++ b/src/taipy/core/job/_job_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/job/_job_manager_factory.py b/src/taipy/core/job/_job_manager_factory.py
index 5f1cd8dd6..b6d5f15a1 100644
--- a/src/taipy/core/job/_job_manager_factory.py
+++ b/src/taipy/core/job/_job_manager_factory.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/job/_job_model.py b/src/taipy/core/job/_job_model.py
index 98eb98ba5..b542c6982 100644
--- a/src/taipy/core/job/_job_model.py
+++ b/src/taipy/core/job/_job_model.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/job/_job_sql_repository.py b/src/taipy/core/job/_job_sql_repository.py
index df8ca4204..87b0ad58a 100644
--- a/src/taipy/core/job/_job_sql_repository.py
+++ b/src/taipy/core/job/_job_sql_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/job/job.py b/src/taipy/core/job/job.py
index 987b006af..08d6ea81f 100644
--- a/src/taipy/core/job/job.py
+++ b/src/taipy/core/job/job.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/job/job_id.py b/src/taipy/core/job/job_id.py
index bd8fa4933..e545366a2 100644
--- a/src/taipy/core/job/job_id.py
+++ b/src/taipy/core/job/job_id.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/job/status.py b/src/taipy/core/job/status.py
index fa4a3cba5..9620cdc31 100644
--- a/src/taipy/core/job/status.py
+++ b/src/taipy/core/job/status.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/notification/__init__.py b/src/taipy/core/notification/__init__.py
index 90a564c31..7461ba0c4 100644
--- a/src/taipy/core/notification/__init__.py
+++ b/src/taipy/core/notification/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/notification/_registration.py b/src/taipy/core/notification/_registration.py
index 9fa3272f9..6810d7ade 100644
--- a/src/taipy/core/notification/_registration.py
+++ b/src/taipy/core/notification/_registration.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/notification/_topic.py b/src/taipy/core/notification/_topic.py
index a7a4f073e..b93e18978 100644
--- a/src/taipy/core/notification/_topic.py
+++ b/src/taipy/core/notification/_topic.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/notification/core_event_consumer.py b/src/taipy/core/notification/core_event_consumer.py
index f079ad67e..5a0cbd237 100644
--- a/src/taipy/core/notification/core_event_consumer.py
+++ b/src/taipy/core/notification/core_event_consumer.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/notification/event.py b/src/taipy/core/notification/event.py
index f1fc62364..c58d460e5 100644
--- a/src/taipy/core/notification/event.py
+++ b/src/taipy/core/notification/event.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/notification/notifier.py b/src/taipy/core/notification/notifier.py
index 25557bd6c..564cbcef1 100644
--- a/src/taipy/core/notification/notifier.py
+++ b/src/taipy/core/notification/notifier.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/notification/registration_id.py b/src/taipy/core/notification/registration_id.py
index 7d332e8f5..180355a87 100644
--- a/src/taipy/core/notification/registration_id.py
+++ b/src/taipy/core/notification/registration_id.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/scenario/__init__.py b/src/taipy/core/scenario/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/scenario/__init__.py
+++ b/src/taipy/core/scenario/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/scenario/_scenario_converter.py b/src/taipy/core/scenario/_scenario_converter.py
index 8fe52a2a7..c1ca6ac33 100644
--- a/src/taipy/core/scenario/_scenario_converter.py
+++ b/src/taipy/core/scenario/_scenario_converter.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/scenario/_scenario_fs_repository.py b/src/taipy/core/scenario/_scenario_fs_repository.py
index 91a3aa702..14b0c6198 100644
--- a/src/taipy/core/scenario/_scenario_fs_repository.py
+++ b/src/taipy/core/scenario/_scenario_fs_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/scenario/_scenario_manager.py b/src/taipy/core/scenario/_scenario_manager.py
index c2c2b3503..b4e273f78 100644
--- a/src/taipy/core/scenario/_scenario_manager.py
+++ b/src/taipy/core/scenario/_scenario_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/scenario/_scenario_manager_factory.py b/src/taipy/core/scenario/_scenario_manager_factory.py
index d82b54be2..bfe0b6841 100644
--- a/src/taipy/core/scenario/_scenario_manager_factory.py
+++ b/src/taipy/core/scenario/_scenario_manager_factory.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/scenario/_scenario_model.py b/src/taipy/core/scenario/_scenario_model.py
index 54757b95e..844ae6abe 100644
--- a/src/taipy/core/scenario/_scenario_model.py
+++ b/src/taipy/core/scenario/_scenario_model.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/scenario/_scenario_sql_repository.py b/src/taipy/core/scenario/_scenario_sql_repository.py
index 00546db29..3010a1cde 100644
--- a/src/taipy/core/scenario/_scenario_sql_repository.py
+++ b/src/taipy/core/scenario/_scenario_sql_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/scenario/scenario.py b/src/taipy/core/scenario/scenario.py
index e3fdcc959..cfc7ef90a 100644
--- a/src/taipy/core/scenario/scenario.py
+++ b/src/taipy/core/scenario/scenario.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/scenario/scenario_id.py b/src/taipy/core/scenario/scenario_id.py
index 12238d0f9..40a904cfe 100644
--- a/src/taipy/core/scenario/scenario_id.py
+++ b/src/taipy/core/scenario/scenario_id.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/sequence/__init__.py b/src/taipy/core/sequence/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/sequence/__init__.py
+++ b/src/taipy/core/sequence/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/sequence/_sequence_converter.py b/src/taipy/core/sequence/_sequence_converter.py
index ef75e4e4c..5836fc973 100644
--- a/src/taipy/core/sequence/_sequence_converter.py
+++ b/src/taipy/core/sequence/_sequence_converter.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/sequence/_sequence_manager.py b/src/taipy/core/sequence/_sequence_manager.py
index f9280f19e..01eef8036 100644
--- a/src/taipy/core/sequence/_sequence_manager.py
+++ b/src/taipy/core/sequence/_sequence_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/sequence/_sequence_manager_factory.py b/src/taipy/core/sequence/_sequence_manager_factory.py
index 2f441e730..26965f7b5 100644
--- a/src/taipy/core/sequence/_sequence_manager_factory.py
+++ b/src/taipy/core/sequence/_sequence_manager_factory.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/sequence/sequence.py b/src/taipy/core/sequence/sequence.py
index a31383f37..601030a24 100644
--- a/src/taipy/core/sequence/sequence.py
+++ b/src/taipy/core/sequence/sequence.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/sequence/sequence_id.py b/src/taipy/core/sequence/sequence_id.py
index 3d850acf0..6366818c6 100644
--- a/src/taipy/core/sequence/sequence_id.py
+++ b/src/taipy/core/sequence/sequence_id.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/submission/__init__.py b/src/taipy/core/submission/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/submission/__init__.py
+++ b/src/taipy/core/submission/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/submission/_submission_converter.py b/src/taipy/core/submission/_submission_converter.py
index 003ddcbed..f9e8cbfe5 100644
--- a/src/taipy/core/submission/_submission_converter.py
+++ b/src/taipy/core/submission/_submission_converter.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/submission/_submission_fs_repository.py b/src/taipy/core/submission/_submission_fs_repository.py
index 5b59e9e1a..3eac96ee3 100644
--- a/src/taipy/core/submission/_submission_fs_repository.py
+++ b/src/taipy/core/submission/_submission_fs_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/submission/_submission_manager.py b/src/taipy/core/submission/_submission_manager.py
index 1c79b1182..55a722977 100644
--- a/src/taipy/core/submission/_submission_manager.py
+++ b/src/taipy/core/submission/_submission_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/submission/_submission_manager_factory.py b/src/taipy/core/submission/_submission_manager_factory.py
index cd7b6689c..ea8aa42d3 100644
--- a/src/taipy/core/submission/_submission_manager_factory.py
+++ b/src/taipy/core/submission/_submission_manager_factory.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/submission/_submission_model.py b/src/taipy/core/submission/_submission_model.py
index d099131cc..263d4b107 100644
--- a/src/taipy/core/submission/_submission_model.py
+++ b/src/taipy/core/submission/_submission_model.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/submission/_submission_sql_repository.py b/src/taipy/core/submission/_submission_sql_repository.py
index 4fe6eadd7..244f9956c 100644
--- a/src/taipy/core/submission/_submission_sql_repository.py
+++ b/src/taipy/core/submission/_submission_sql_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/submission/submission.py b/src/taipy/core/submission/submission.py
index 4584df358..593de5e7a 100644
--- a/src/taipy/core/submission/submission.py
+++ b/src/taipy/core/submission/submission.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/submission/submission_id.py b/src/taipy/core/submission/submission_id.py
index e6c54c1f4..6a255dc03 100644
--- a/src/taipy/core/submission/submission_id.py
+++ b/src/taipy/core/submission/submission_id.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/submission/submission_status.py b/src/taipy/core/submission/submission_status.py
index 32a159732..5c94c3870 100644
--- a/src/taipy/core/submission/submission_status.py
+++ b/src/taipy/core/submission/submission_status.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/taipy.py b/src/taipy/core/taipy.py
index 3bcf419e9..162e8f0bb 100644
--- a/src/taipy/core/taipy.py
+++ b/src/taipy/core/taipy.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/task/__init__.py b/src/taipy/core/task/__init__.py
index 85a26091f..4309283dc 100644
--- a/src/taipy/core/task/__init__.py
+++ b/src/taipy/core/task/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/task/_task_converter.py b/src/taipy/core/task/_task_converter.py
index eaec26700..0e234f129 100644
--- a/src/taipy/core/task/_task_converter.py
+++ b/src/taipy/core/task/_task_converter.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/task/_task_fs_repository.py b/src/taipy/core/task/_task_fs_repository.py
index 881993193..717f9af67 100644
--- a/src/taipy/core/task/_task_fs_repository.py
+++ b/src/taipy/core/task/_task_fs_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/task/_task_manager.py b/src/taipy/core/task/_task_manager.py
index 15f042303..4e6662a8a 100644
--- a/src/taipy/core/task/_task_manager.py
+++ b/src/taipy/core/task/_task_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/task/_task_manager_factory.py b/src/taipy/core/task/_task_manager_factory.py
index b1535711d..0f16f009a 100644
--- a/src/taipy/core/task/_task_manager_factory.py
+++ b/src/taipy/core/task/_task_manager_factory.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/task/_task_model.py b/src/taipy/core/task/_task_model.py
index 2c671c1ee..14c256d23 100644
--- a/src/taipy/core/task/_task_model.py
+++ b/src/taipy/core/task/_task_model.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/task/_task_sql_repository.py b/src/taipy/core/task/_task_sql_repository.py
index d12073c82..a02b92142 100644
--- a/src/taipy/core/task/_task_sql_repository.py
+++ b/src/taipy/core/task/_task_sql_repository.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/task/task.py b/src/taipy/core/task/task.py
index 5772d7526..574dac961 100644
--- a/src/taipy/core/task/task.py
+++ b/src/taipy/core/task/task.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/src/taipy/core/task/task_id.py b/src/taipy/core/task/task_id.py
index 52fa94ab7..280588e6a 100644
--- a/src/taipy/core/task/task_id.py
+++ b/src/taipy/core/task/task_id.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/__init__.py b/tests/__init__.py
index bc875f24a..c440f86b3 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/conftest.py b/tests/conftest.py
index 6e29ee080..68a43a817 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/__init__.py b/tests/core/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/__init__.py
+++ b/tests/core/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_backup/__init__.py b/tests/core/_backup/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/_backup/__init__.py
+++ b/tests/core/_backup/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_backup/test_backup.py b/tests/core/_backup/test_backup.py
index 0a974a410..9b8b4d8ad 100644
--- a/tests/core/_backup/test_backup.py
+++ b/tests/core/_backup/test_backup.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_entity/__init__.py b/tests/core/_entity/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/_entity/__init__.py
+++ b/tests/core/_entity/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_entity/test_dag.py b/tests/core/_entity/test_dag.py
index 59798bef7..2b0f05c14 100644
--- a/tests/core/_entity/test_dag.py
+++ b/tests/core/_entity/test_dag.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_entity/test_entity_ids.py b/tests/core/_entity/test_entity_ids.py
index dea0dcad0..62dc380bf 100644
--- a/tests/core/_entity/test_entity_ids.py
+++ b/tests/core/_entity/test_entity_ids.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_entity/test_labelled.py b/tests/core/_entity/test_labelled.py
index f3f75eea7..b0d48a02c 100644
--- a/tests/core/_entity/test_labelled.py
+++ b/tests/core/_entity/test_labelled.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_entity/test_migrate_cli.py b/tests/core/_entity/test_migrate_cli.py
index e7f592815..c26882249 100644
--- a/tests/core/_entity/test_migrate_cli.py
+++ b/tests/core/_entity/test_migrate_cli.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_manager/__init__.py b/tests/core/_manager/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/_manager/__init__.py
+++ b/tests/core/_manager/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_manager/test_manager.py b/tests/core/_manager/test_manager.py
index b4a34a7c9..f4df82978 100644
--- a/tests/core/_manager/test_manager.py
+++ b/tests/core/_manager/test_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_orchestrator/__init__.py b/tests/core/_orchestrator/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/_orchestrator/__init__.py
+++ b/tests/core/_orchestrator/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_orchestrator/_dispatcher/__init__.py b/tests/core/_orchestrator/_dispatcher/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/_orchestrator/_dispatcher/__init__.py
+++ b/tests/core/_orchestrator/_dispatcher/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_orchestrator/_dispatcher/test_job_dispatcher.py b/tests/core/_orchestrator/_dispatcher/test_job_dispatcher.py
index 8a9cfb6ff..4703fda6d 100644
--- a/tests/core/_orchestrator/_dispatcher/test_job_dispatcher.py
+++ b/tests/core/_orchestrator/_dispatcher/test_job_dispatcher.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_orchestrator/test_orchestrator.py b/tests/core/_orchestrator/test_orchestrator.py
index bac169cbe..e58e1d438 100644
--- a/tests/core/_orchestrator/test_orchestrator.py
+++ b/tests/core/_orchestrator/test_orchestrator.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/_orchestrator/test_orchestrator_factory.py b/tests/core/_orchestrator/test_orchestrator_factory.py
index d97c61970..32a06e8b3 100644
--- a/tests/core/_orchestrator/test_orchestrator_factory.py
+++ b/tests/core/_orchestrator/test_orchestrator_factory.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/common/__init__.py b/tests/core/common/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/common/__init__.py
+++ b/tests/core/common/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/common/test_retry.py b/tests/core/common/test_retry.py
index 2354cc29a..483bc08ae 100644
--- a/tests/core/common/test_retry.py
+++ b/tests/core/common/test_retry.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/common/test_warn_if_inputs_not_ready.py b/tests/core/common/test_warn_if_inputs_not_ready.py
index a3e4e5b43..2a97260ba 100644
--- a/tests/core/common/test_warn_if_inputs_not_ready.py
+++ b/tests/core/common/test_warn_if_inputs_not_ready.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/__init__.py b/tests/core/config/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/config/__init__.py
+++ b/tests/core/config/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/checkers/__init__.py b/tests/core/config/checkers/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/config/checkers/__init__.py
+++ b/tests/core/config/checkers/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/checkers/test_config_id_checker.py b/tests/core/config/checkers/test_config_id_checker.py
index 5e9febcf4..757167282 100644
--- a/tests/core/config/checkers/test_config_id_checker.py
+++ b/tests/core/config/checkers/test_config_id_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/checkers/test_core_section_checker.py b/tests/core/config/checkers/test_core_section_checker.py
index f508e540b..f6b01fcbb 100644
--- a/tests/core/config/checkers/test_core_section_checker.py
+++ b/tests/core/config/checkers/test_core_section_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/checkers/test_data_node_config_checker.py b/tests/core/config/checkers/test_data_node_config_checker.py
index 241de1ca3..0c3d1441f 100644
--- a/tests/core/config/checkers/test_data_node_config_checker.py
+++ b/tests/core/config/checkers/test_data_node_config_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/checkers/test_job_config_checker.py b/tests/core/config/checkers/test_job_config_checker.py
index 828ab14e5..515bfebf3 100644
--- a/tests/core/config/checkers/test_job_config_checker.py
+++ b/tests/core/config/checkers/test_job_config_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/checkers/test_migration_config_checker.py b/tests/core/config/checkers/test_migration_config_checker.py
index 1046f7919..29e242b85 100644
--- a/tests/core/config/checkers/test_migration_config_checker.py
+++ b/tests/core/config/checkers/test_migration_config_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/checkers/test_scenario_config_checker.py b/tests/core/config/checkers/test_scenario_config_checker.py
index ebfb34b9d..1d7043bfc 100644
--- a/tests/core/config/checkers/test_scenario_config_checker.py
+++ b/tests/core/config/checkers/test_scenario_config_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/checkers/test_task_config_checker.py b/tests/core/config/checkers/test_task_config_checker.py
index 109a1e806..8f0a1d5cf 100644
--- a/tests/core/config/checkers/test_task_config_checker.py
+++ b/tests/core/config/checkers/test_task_config_checker.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/test_config.py b/tests/core/config/test_config.py
index 407d2d83b..504423f85 100644
--- a/tests/core/config/test_config.py
+++ b/tests/core/config/test_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/test_config_serialization.py b/tests/core/config/test_config_serialization.py
index 3544133ea..48dc37159 100644
--- a/tests/core/config/test_config_serialization.py
+++ b/tests/core/config/test_config_serialization.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/test_configure_default_config.py b/tests/core/config/test_configure_default_config.py
index 4b3495948..a1407d6b0 100644
--- a/tests/core/config/test_configure_default_config.py
+++ b/tests/core/config/test_configure_default_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/test_core_section.py b/tests/core/config/test_core_section.py
index c8f82304b..1c5c695a4 100644
--- a/tests/core/config/test_core_section.py
+++ b/tests/core/config/test_core_section.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/test_core_version.py b/tests/core/config/test_core_version.py
index e4d8ffa2d..35bd23336 100644
--- a/tests/core/config/test_core_version.py
+++ b/tests/core/config/test_core_version.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/test_data_node_config.py b/tests/core/config/test_data_node_config.py
index 49b3c9251..5828f04ce 100644
--- a/tests/core/config/test_data_node_config.py
+++ b/tests/core/config/test_data_node_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/test_default_config.py b/tests/core/config/test_default_config.py
index 2692170c9..edece78f5 100644
--- a/tests/core/config/test_default_config.py
+++ b/tests/core/config/test_default_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/test_file_config.py b/tests/core/config/test_file_config.py
index 725484c72..e168db7a3 100644
--- a/tests/core/config/test_file_config.py
+++ b/tests/core/config/test_file_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/test_job_config.py b/tests/core/config/test_job_config.py
index 67e9c13c4..fcf4d2257 100644
--- a/tests/core/config/test_job_config.py
+++ b/tests/core/config/test_job_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/test_migration_config.py b/tests/core/config/test_migration_config.py
index 3899d10d3..e9a3f9ced 100644
--- a/tests/core/config/test_migration_config.py
+++ b/tests/core/config/test_migration_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/test_override_config.py b/tests/core/config/test_override_config.py
index 8bf7b76b0..192809535 100644
--- a/tests/core/config/test_override_config.py
+++ b/tests/core/config/test_override_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/test_scenario_config.py b/tests/core/config/test_scenario_config.py
index 1a8fff3a5..261006592 100644
--- a/tests/core/config/test_scenario_config.py
+++ b/tests/core/config/test_scenario_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/config/test_task_config.py b/tests/core/config/test_task_config.py
index 76460d0ea..e2b0b23a4 100644
--- a/tests/core/config/test_task_config.py
+++ b/tests/core/config/test_task_config.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/cycle/__init__.py b/tests/core/cycle/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/cycle/__init__.py
+++ b/tests/core/cycle/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/cycle/test_cycle.py b/tests/core/cycle/test_cycle.py
index 346de4c05..090306b84 100644
--- a/tests/core/cycle/test_cycle.py
+++ b/tests/core/cycle/test_cycle.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/cycle/test_cycle_manager.py b/tests/core/cycle/test_cycle_manager.py
index 35b6ead1c..3d039fbe6 100644
--- a/tests/core/cycle/test_cycle_manager.py
+++ b/tests/core/cycle/test_cycle_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/cycle/test_cycle_manager_with_sql_repo.py b/tests/core/cycle/test_cycle_manager_with_sql_repo.py
index 0aec95733..a17693daf 100644
--- a/tests/core/cycle/test_cycle_manager_with_sql_repo.py
+++ b/tests/core/cycle/test_cycle_manager_with_sql_repo.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/cycle/test_cycle_repositories.py b/tests/core/cycle/test_cycle_repositories.py
index 436190945..d0c19eec2 100644
--- a/tests/core/cycle/test_cycle_repositories.py
+++ b/tests/core/cycle/test_cycle_repositories.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/__init__.py b/tests/core/data/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/data/__init__.py
+++ b/tests/core/data/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_csv_data_node.py b/tests/core/data/test_csv_data_node.py
index 7989c7fde..eb8f534e0 100644
--- a/tests/core/data/test_csv_data_node.py
+++ b/tests/core/data/test_csv_data_node.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_data_manager.py b/tests/core/data/test_data_manager.py
index 5ca75ef09..027b008c0 100644
--- a/tests/core/data/test_data_manager.py
+++ b/tests/core/data/test_data_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_data_manager_with_sql_repo.py b/tests/core/data/test_data_manager_with_sql_repo.py
index ee7068808..513486333 100644
--- a/tests/core/data/test_data_manager_with_sql_repo.py
+++ b/tests/core/data/test_data_manager_with_sql_repo.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_data_node.py b/tests/core/data/test_data_node.py
index 0b18b99bc..8fa767781 100644
--- a/tests/core/data/test_data_node.py
+++ b/tests/core/data/test_data_node.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_data_repositories.py b/tests/core/data/test_data_repositories.py
index ca71a8e7e..5bbfe1377 100644
--- a/tests/core/data/test_data_repositories.py
+++ b/tests/core/data/test_data_repositories.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_excel_data_node.py b/tests/core/data/test_excel_data_node.py
index 5deb9d571..51549c670 100644
--- a/tests/core/data/test_excel_data_node.py
+++ b/tests/core/data/test_excel_data_node.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_filter_data_node.py b/tests/core/data/test_filter_data_node.py
index 1b121c85b..448fd2bc8 100644
--- a/tests/core/data/test_filter_data_node.py
+++ b/tests/core/data/test_filter_data_node.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_generic_data_node.py b/tests/core/data/test_generic_data_node.py
index 0175fa1cc..634a6d758 100644
--- a/tests/core/data/test_generic_data_node.py
+++ b/tests/core/data/test_generic_data_node.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_in_memory_data_node.py b/tests/core/data/test_in_memory_data_node.py
index 7d58a086f..acb9c7ec2 100644
--- a/tests/core/data/test_in_memory_data_node.py
+++ b/tests/core/data/test_in_memory_data_node.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_json_data_node.py b/tests/core/data/test_json_data_node.py
index d87aae4fb..165380771 100644
--- a/tests/core/data/test_json_data_node.py
+++ b/tests/core/data/test_json_data_node.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_mongo_data_node.py b/tests/core/data/test_mongo_data_node.py
index 81d9e0e4f..09ec244d4 100644
--- a/tests/core/data/test_mongo_data_node.py
+++ b/tests/core/data/test_mongo_data_node.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_parquet_data_node.py b/tests/core/data/test_parquet_data_node.py
index ffe1d98dc..d36dbb6b3 100644
--- a/tests/core/data/test_parquet_data_node.py
+++ b/tests/core/data/test_parquet_data_node.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_pickle_data_node.py b/tests/core/data/test_pickle_data_node.py
index fedbb617d..b3915ce33 100644
--- a/tests/core/data/test_pickle_data_node.py
+++ b/tests/core/data/test_pickle_data_node.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_sql_data_node.py b/tests/core/data/test_sql_data_node.py
index 0a78129a8..42e83b17e 100644
--- a/tests/core/data/test_sql_data_node.py
+++ b/tests/core/data/test_sql_data_node.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/test_sql_table_data_node.py b/tests/core/data/test_sql_table_data_node.py
index da895e9d4..428c8afee 100644
--- a/tests/core/data/test_sql_table_data_node.py
+++ b/tests/core/data/test_sql_table_data_node.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/data/utils.py b/tests/core/data/utils.py
index 87a0facbc..84ab9d400 100644
--- a/tests/core/data/utils.py
+++ b/tests/core/data/utils.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/job/__init__.py b/tests/core/job/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/job/__init__.py
+++ b/tests/core/job/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/job/test_job.py b/tests/core/job/test_job.py
index 28f9d4d0e..f01dc42eb 100644
--- a/tests/core/job/test_job.py
+++ b/tests/core/job/test_job.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/job/test_job_manager.py b/tests/core/job/test_job_manager.py
index 524ab1a55..211b6d2a8 100644
--- a/tests/core/job/test_job_manager.py
+++ b/tests/core/job/test_job_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/job/test_job_manager_with_sql_repo.py b/tests/core/job/test_job_manager_with_sql_repo.py
index 2cb672f95..cb5887b9d 100644
--- a/tests/core/job/test_job_manager_with_sql_repo.py
+++ b/tests/core/job/test_job_manager_with_sql_repo.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/job/test_job_repositories.py b/tests/core/job/test_job_repositories.py
index 2dc207598..4d4bff244 100644
--- a/tests/core/job/test_job_repositories.py
+++ b/tests/core/job/test_job_repositories.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/notification/__init__.py b/tests/core/notification/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/notification/__init__.py
+++ b/tests/core/notification/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/notification/test_core_event_consumer.py b/tests/core/notification/test_core_event_consumer.py
index 70011f10c..afb529316 100644
--- a/tests/core/notification/test_core_event_consumer.py
+++ b/tests/core/notification/test_core_event_consumer.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/notification/test_event.py b/tests/core/notification/test_event.py
index 8ab9d302e..cf265be8f 100644
--- a/tests/core/notification/test_event.py
+++ b/tests/core/notification/test_event.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/notification/test_events_published.py b/tests/core/notification/test_events_published.py
index bac1baa3b..fc06d199a 100644
--- a/tests/core/notification/test_events_published.py
+++ b/tests/core/notification/test_events_published.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/notification/test_notifier.py b/tests/core/notification/test_notifier.py
index 135a88566..521c6cc55 100644
--- a/tests/core/notification/test_notifier.py
+++ b/tests/core/notification/test_notifier.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/notification/test_registration.py b/tests/core/notification/test_registration.py
index 201c5190d..af3025fd1 100644
--- a/tests/core/notification/test_registration.py
+++ b/tests/core/notification/test_registration.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/notification/test_topic.py b/tests/core/notification/test_topic.py
index d2dc6521e..3020d4200 100644
--- a/tests/core/notification/test_topic.py
+++ b/tests/core/notification/test_topic.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/repository/__init__.py b/tests/core/repository/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/repository/__init__.py
+++ b/tests/core/repository/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/repository/mocks.py b/tests/core/repository/mocks.py
index c5b1978aa..d49c997b3 100644
--- a/tests/core/repository/mocks.py
+++ b/tests/core/repository/mocks.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/repository/test_encoding.py b/tests/core/repository/test_encoding.py
index 77af3bb22..bc83e9e7e 100644
--- a/tests/core/repository/test_encoding.py
+++ b/tests/core/repository/test_encoding.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/repository/test_json_encoder_decoder.py b/tests/core/repository/test_json_encoder_decoder.py
index ab0ddfc30..ba797d549 100644
--- a/tests/core/repository/test_json_encoder_decoder.py
+++ b/tests/core/repository/test_json_encoder_decoder.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/repository/test_repositories.py b/tests/core/repository/test_repositories.py
index 416187f20..e46f576c9 100644
--- a/tests/core/repository/test_repositories.py
+++ b/tests/core/repository/test_repositories.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/scenario/__init__.py b/tests/core/scenario/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/scenario/__init__.py
+++ b/tests/core/scenario/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/scenario/test_scenario.py b/tests/core/scenario/test_scenario.py
index 2cfd8f512..80fda9406 100644
--- a/tests/core/scenario/test_scenario.py
+++ b/tests/core/scenario/test_scenario.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/scenario/test_scenario_manager.py b/tests/core/scenario/test_scenario_manager.py
index c91c8b290..d524fd55d 100644
--- a/tests/core/scenario/test_scenario_manager.py
+++ b/tests/core/scenario/test_scenario_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/scenario/test_scenario_manager_with_sql_repo.py b/tests/core/scenario/test_scenario_manager_with_sql_repo.py
index eff70a69c..c0dd07fb2 100644
--- a/tests/core/scenario/test_scenario_manager_with_sql_repo.py
+++ b/tests/core/scenario/test_scenario_manager_with_sql_repo.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/scenario/test_scenario_repositories.py b/tests/core/scenario/test_scenario_repositories.py
index d18bc24c1..ca8fb1c2c 100644
--- a/tests/core/scenario/test_scenario_repositories.py
+++ b/tests/core/scenario/test_scenario_repositories.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/sequence/__init__.py b/tests/core/sequence/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/sequence/__init__.py
+++ b/tests/core/sequence/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/sequence/test_sequence.py b/tests/core/sequence/test_sequence.py
index f1cc58205..006c8e091 100644
--- a/tests/core/sequence/test_sequence.py
+++ b/tests/core/sequence/test_sequence.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/sequence/test_sequence_converter.py b/tests/core/sequence/test_sequence_converter.py
index 42db923a8..9166a8ee9 100644
--- a/tests/core/sequence/test_sequence_converter.py
+++ b/tests/core/sequence/test_sequence_converter.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/sequence/test_sequence_manager.py b/tests/core/sequence/test_sequence_manager.py
index 357b23d91..707b55085 100644
--- a/tests/core/sequence/test_sequence_manager.py
+++ b/tests/core/sequence/test_sequence_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/sequence/test_sequence_manager_with_sql_repo.py b/tests/core/sequence/test_sequence_manager_with_sql_repo.py
index ea3fc2411..4b60c9f96 100644
--- a/tests/core/sequence/test_sequence_manager_with_sql_repo.py
+++ b/tests/core/sequence/test_sequence_manager_with_sql_repo.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/submission/__init__.py b/tests/core/submission/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/submission/__init__.py
+++ b/tests/core/submission/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/submission/test_submission.py b/tests/core/submission/test_submission.py
index 9ec70a6ef..40b01fad5 100644
--- a/tests/core/submission/test_submission.py
+++ b/tests/core/submission/test_submission.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/submission/test_submission_manager.py b/tests/core/submission/test_submission_manager.py
index ff50e3a8d..de6651b54 100644
--- a/tests/core/submission/test_submission_manager.py
+++ b/tests/core/submission/test_submission_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/submission/test_submission_manager_with_sql_repo.py b/tests/core/submission/test_submission_manager_with_sql_repo.py
index 0854301bf..02d3f7757 100644
--- a/tests/core/submission/test_submission_manager_with_sql_repo.py
+++ b/tests/core/submission/test_submission_manager_with_sql_repo.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/submission/test_submission_repositories.py b/tests/core/submission/test_submission_repositories.py
index ecb5a2dbb..39d2b9539 100644
--- a/tests/core/submission/test_submission_repositories.py
+++ b/tests/core/submission/test_submission_repositories.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/task/__init__.py b/tests/core/task/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/task/__init__.py
+++ b/tests/core/task/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/task/test_task.py b/tests/core/task/test_task.py
index 0214591e8..792ca2d39 100644
--- a/tests/core/task/test_task.py
+++ b/tests/core/task/test_task.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/task/test_task_manager.py b/tests/core/task/test_task_manager.py
index 5b52d297e..a60e8baa1 100644
--- a/tests/core/task/test_task_manager.py
+++ b/tests/core/task/test_task_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/task/test_task_manager_with_sql_repo.py b/tests/core/task/test_task_manager_with_sql_repo.py
index a661d725e..c185b2c55 100644
--- a/tests/core/task/test_task_manager_with_sql_repo.py
+++ b/tests/core/task/test_task_manager_with_sql_repo.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/task/test_task_model.py b/tests/core/task/test_task_model.py
index 34ed1e5f2..858b820b7 100644
--- a/tests/core/task/test_task_model.py
+++ b/tests/core/task/test_task_model.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/task/test_task_repositories.py b/tests/core/task/test_task_repositories.py
index d2c874e27..f7ea49419 100644
--- a/tests/core/task/test_task_repositories.py
+++ b/tests/core/task/test_task_repositories.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/test_core.py b/tests/core/test_core.py
index 1a86f4a8f..9ca2391a8 100644
--- a/tests/core/test_core.py
+++ b/tests/core/test_core.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/test_core_cli.py b/tests/core/test_core_cli.py
index c86339143..1f2bd60b2 100644
--- a/tests/core/test_core_cli.py
+++ b/tests/core/test_core_cli.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/test_core_cli_with_sql_repo.py b/tests/core/test_core_cli_with_sql_repo.py
index 0ffc3b0b0..c47e0db88 100644
--- a/tests/core/test_core_cli_with_sql_repo.py
+++ b/tests/core/test_core_cli_with_sql_repo.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/utils/NotifyMock.py b/tests/core/utils/NotifyMock.py
index 7ee56434e..ffe6c4528 100644
--- a/tests/core/utils/NotifyMock.py
+++ b/tests/core/utils/NotifyMock.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/utils/__init__.py b/tests/core/utils/__init__.py
index f3dc05533..4588aaa8e 100644
--- a/tests/core/utils/__init__.py
+++ b/tests/core/utils/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/utils/named_temporary_file.py b/tests/core/utils/named_temporary_file.py
index 06a206d50..8b3ed718f 100644
--- a/tests/core/utils/named_temporary_file.py
+++ b/tests/core/utils/named_temporary_file.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/version/__init__.py b/tests/core/version/__init__.py
index 85a26091f..4309283dc 100644
--- a/tests/core/version/__init__.py
+++ b/tests/core/version/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/version/test_production_version_migration.py b/tests/core/version/test_production_version_migration.py
index 4c98acfec..736b8494e 100644
--- a/tests/core/version/test_production_version_migration.py
+++ b/tests/core/version/test_production_version_migration.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/version/test_version.py b/tests/core/version/test_version.py
index 9acc74a54..58023f641 100644
--- a/tests/core/version/test_version.py
+++ b/tests/core/version/test_version.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/version/test_version_cli.py b/tests/core/version/test_version_cli.py
index 1a0c52b80..96e61cd6d 100644
--- a/tests/core/version/test_version_cli.py
+++ b/tests/core/version/test_version_cli.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/version/test_version_cli_with_sql_repo.py b/tests/core/version/test_version_cli_with_sql_repo.py
index e8c0267bf..c7236eb3b 100644
--- a/tests/core/version/test_version_cli_with_sql_repo.py
+++ b/tests/core/version/test_version_cli_with_sql_repo.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/version/test_version_manager.py b/tests/core/version/test_version_manager.py
index afe0c40c3..bef5d5adc 100644
--- a/tests/core/version/test_version_manager.py
+++ b/tests/core/version/test_version_manager.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/core/version/test_version_repositories.py b/tests/core/version/test_version_repositories.py
index 0772a7adf..74d607c83 100644
--- a/tests/core/version/test_version_repositories.py
+++ b/tests/core/version/test_version_repositories.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/test_complex_application.py b/tests/test_complex_application.py
index e6e209b49..dd5d90b59 100644
--- a/tests/test_complex_application.py
+++ b/tests/test_complex_application.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
diff --git a/tests/test_taipy.py b/tests/test_taipy.py
index 3891c41d2..624eda0d3 100644
--- a/tests/test_taipy.py
+++ b/tests/test_taipy.py
@@ -1,4 +1,4 @@
-# Copyright 2023 Avaiga Private Limited
+# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at