From 249578dc6fec3a64c734d60ef2a68b7080d3a920 Mon Sep 17 00:00:00 2001
From: sankalp <sankalp@agnostiq.ai>
Date: Tue, 3 Oct 2023 16:35:31 -0400
Subject: [PATCH] updated license of files

---
 .../strategies/shutil_strategy.py             | 22 +++++-------
 covalent/_serialize/__init__.py               | 24 ++++++-------
 covalent/_serialize/common.py                 | 22 +++++-------
 covalent/_serialize/electron.py               | 22 +++++-------
 covalent/_serialize/lattice.py                | 22 +++++-------
 covalent/_serialize/result.py                 | 22 +++++-------
 covalent/_serialize/transport_graph.py        | 22 +++++-------
 covalent/_shared_files/schemas/__init__.py    | 24 ++++++-------
 covalent/_shared_files/schemas/asset.py       | 22 +++++-------
 covalent/_shared_files/schemas/common.py      | 24 ++++++-------
 covalent/_shared_files/schemas/edge.py        | 22 +++++-------
 covalent/_shared_files/schemas/electron.py    | 22 +++++-------
 covalent/_shared_files/schemas/lattice.py     | 22 +++++-------
 covalent/_shared_files/schemas/result.py      | 22 +++++-------
 .../_shared_files/schemas/transport_graph.py  | 22 +++++-------
 covalent_dispatcher/_dal/__init__.py          | 24 ++++++-------
 covalent_dispatcher/_dal/asset.py             | 22 +++++-------
 covalent_dispatcher/_dal/base.py              | 22 +++++-------
 covalent_dispatcher/_dal/controller.py        | 22 +++++-------
 .../_dal/db_interfaces/__init__.py            | 24 ++++++-------
 .../_dal/db_interfaces/edge_utils.py          | 22 +++++-------
 .../_dal/db_interfaces/electron_utils.py      | 22 +++++-------
 .../_dal/db_interfaces/lattice_utils.py       | 22 +++++-------
 .../_dal/db_interfaces/tg_utils.py            | 22 +++++-------
 covalent_dispatcher/_dal/edge.py              | 22 +++++-------
 covalent_dispatcher/_dal/electron.py          | 22 +++++-------
 .../_dal/exporters/__init__.py                | 24 ++++++-------
 .../_dal/exporters/electron.py                | 24 ++++++-------
 covalent_dispatcher/_dal/exporters/lattice.py | 24 ++++++-------
 covalent_dispatcher/_dal/exporters/result.py  | 24 ++++++-------
 covalent_dispatcher/_dal/exporters/tg.py      | 24 ++++++-------
 .../_dal/importers/__init__.py                | 24 ++++++-------
 .../_dal/importers/electron.py                | 24 ++++++-------
 covalent_dispatcher/_dal/importers/lattice.py | 24 ++++++-------
 covalent_dispatcher/_dal/importers/result.py  | 24 ++++++-------
 covalent_dispatcher/_dal/importers/tg.py      | 24 ++++++-------
 covalent_dispatcher/_dal/job.py               | 22 +++++-------
 covalent_dispatcher/_dal/lattice.py           | 22 +++++-------
 covalent_dispatcher/_dal/result.py            | 22 +++++-------
 covalent_dispatcher/_dal/tg.py                | 22 +++++-------
 covalent_dispatcher/_dal/tg_ops.py            | 24 ++++++-------
 covalent_dispatcher/_dal/utils/__init__.py    | 24 ++++++-------
 .../_dal/utils/file_transfer.py               | 22 +++++-------
 covalent_dispatcher/_dal/utils/uri_filters.py | 24 ++++++-------
 covalent_dispatcher/_db/__init__.py           | 24 ++++++-------
 covalent_dispatcher/_object_store/__init__.py | 22 +++++-------
 covalent_dispatcher/_object_store/base.py     | 22 +++++-------
 covalent_dispatcher/_object_store/local.py    | 22 +++++-------
 ...1142d81b29b8_schema_updates_for_new_dal.py | 22 +++++-------
 covalent_ui/webapp/public/index.html          | 34 ++++++++-----------
 .../src/components/common/QElectronCard.js    | 24 +++++--------
 .../src/components/common/QElectronDrawer.js  | 24 +++++--------
 .../src/components/common/QElectronTab.js     | 24 +++++--------
 .../src/components/common/QElectronTopBar.js  | 24 +++++--------
 .../components/common/QElelctronAccordion.js  | 24 +++++--------
 .../common/__tests__/QElectronCard.test.js    | 24 +++++--------
 .../common/__tests__/QElectronDrawer.test.js  | 24 +++++--------
 .../common/__tests__/QElectronTab.test.js     | 24 +++++--------
 .../common/__tests__/QElectronTopBar.test.js  | 24 +++++--------
 .../__tests__/QElelctronAccordion.test.js     | 24 +++++--------
 .../src/components/qelectron/Circuit.js       | 24 +++++--------
 .../src/components/qelectron/Executor.js      | 24 +++++--------
 .../src/components/qelectron/Overview.js      | 24 +++++--------
 .../src/components/qelectron/QElectronList.js | 24 +++++--------
 .../qelectron/__tests__/Circuit.test.js       | 24 +++++--------
 .../qelectron/__tests__/Executor.test.js      | 24 +++++--------
 .../qelectron/__tests__/Overview.test.js      | 24 +++++--------
 .../qelectron/__tests__/QElectronList.test.js | 24 +++++--------
 .../_core/tmp_data_manager_test.py            | 22 +++++-------
 .../_core/tmp_dispatcher_test.py              | 22 +++++-------
 .../_core/tmp_execution_test.py               | 22 +++++-------
 .../_dal/asset_test.py                        | 22 +++++-------
 .../_dal/electron_test.py                     | 22 +++++-------
 .../_dal/exporters/result_export_test.py      | 24 ++++++-------
 .../_dal/import_export_test.py                | 22 +++++-------
 .../_dal/importers/result_import_test.py      | 24 ++++++-------
 .../_dal/lattice_test.py                      | 22 +++++-------
 .../_dal/result_test.py                       | 22 +++++-------
 .../_dal/tg_ops_test.py                       | 24 ++++++-------
 .../covalent_dispatcher_tests/_dal/tg_test.py | 22 +++++-------
 .../_object_store/__init__.py                 | 24 ++++++-------
 .../_object_store/local_test.py               | 24 ++++++-------
 .../covalent_tests/file_transfer/__init__.py  | 24 ++++++-------
 .../covalent_tests/file_transfer/file_test.py | 22 +++++-------
 .../strategies/shutil_strategy_test.py        | 22 +++++-------
 .../serialize/lattice_serialization_test.py   | 22 +++++-------
 .../serialize/result_serialization_test.py    | 22 +++++-------
 tests/covalent_tests/shared_files/__init__.py | 22 +++++-------
 tests/covalent_tests/workflow/deps_test.py    | 22 +++++-------
 89 files changed, 832 insertions(+), 1224 deletions(-)

diff --git a/covalent/_file_transfer/strategies/shutil_strategy.py b/covalent/_file_transfer/strategies/shutil_strategy.py
index f92c9d14a..cf8713d49 100644
--- a/covalent/_file_transfer/strategies/shutil_strategy.py
+++ b/covalent/_file_transfer/strategies/shutil_strategy.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 import shutil
 
diff --git a/covalent/_serialize/__init__.py b/covalent/_serialize/__init__.py
index 9d1b05526..cfc23bfdf 100644
--- a/covalent/_serialize/__init__.py
+++ b/covalent/_serialize/__init__.py
@@ -1,19 +1,15 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
diff --git a/covalent/_serialize/common.py b/covalent/_serialize/common.py
index 729e1aa57..27fd29fc8 100644
--- a/covalent/_serialize/common.py
+++ b/covalent/_serialize/common.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 
 import hashlib
diff --git a/covalent/_serialize/electron.py b/covalent/_serialize/electron.py
index 3f7270aeb..7289b0c08 100644
--- a/covalent/_serialize/electron.py
+++ b/covalent/_serialize/electron.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Functions to convert node -> ElectronSchema"""
 
diff --git a/covalent/_serialize/lattice.py b/covalent/_serialize/lattice.py
index 1cb999d21..20a61f392 100644
--- a/covalent/_serialize/lattice.py
+++ b/covalent/_serialize/lattice.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Functions to convert lattice -> LatticeSchema"""
 
diff --git a/covalent/_serialize/result.py b/covalent/_serialize/result.py
index c3e1201f7..3086144bf 100644
--- a/covalent/_serialize/result.py
+++ b/covalent/_serialize/result.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Functions to convert lattice -> LatticeSchema"""
 
diff --git a/covalent/_serialize/transport_graph.py b/covalent/_serialize/transport_graph.py
index 53c19a46c..dc83bad9e 100644
--- a/covalent/_serialize/transport_graph.py
+++ b/covalent/_serialize/transport_graph.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Functions to convert tg -> TransportGraphSchema"""
 
diff --git a/covalent/_shared_files/schemas/__init__.py b/covalent/_shared_files/schemas/__init__.py
index 9d1b05526..cfc23bfdf 100644
--- a/covalent/_shared_files/schemas/__init__.py
+++ b/covalent/_shared_files/schemas/__init__.py
@@ -1,19 +1,15 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
diff --git a/covalent/_shared_files/schemas/asset.py b/covalent/_shared_files/schemas/asset.py
index b4940ce32..957560cc6 100644
--- a/covalent/_shared_files/schemas/asset.py
+++ b/covalent/_shared_files/schemas/asset.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """FastAPI models for /api/v1/resultv2 endpoints"""
 
diff --git a/covalent/_shared_files/schemas/common.py b/covalent/_shared_files/schemas/common.py
index 4ba450c83..de1b20ada 100644
--- a/covalent/_shared_files/schemas/common.py
+++ b/covalent/_shared_files/schemas/common.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """FastAPI models for /api/v1/resultv2 endpoints"""
 
diff --git a/covalent/_shared_files/schemas/edge.py b/covalent/_shared_files/schemas/edge.py
index ee60fac8c..2df0b1cd7 100644
--- a/covalent/_shared_files/schemas/edge.py
+++ b/covalent/_shared_files/schemas/edge.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """FastAPI models for /api/v1/resultv2 endpoints"""
 
diff --git a/covalent/_shared_files/schemas/electron.py b/covalent/_shared_files/schemas/electron.py
index 4755103bb..5435dccac 100644
--- a/covalent/_shared_files/schemas/electron.py
+++ b/covalent/_shared_files/schemas/electron.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """FastAPI models for /api/v1/resultv2 endpoints"""
 
diff --git a/covalent/_shared_files/schemas/lattice.py b/covalent/_shared_files/schemas/lattice.py
index 5f3295118..f3c2a3521 100644
--- a/covalent/_shared_files/schemas/lattice.py
+++ b/covalent/_shared_files/schemas/lattice.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """FastAPI models for /api/v1/resultv2 endpoints"""
 
diff --git a/covalent/_shared_files/schemas/result.py b/covalent/_shared_files/schemas/result.py
index e052b0b06..fa771bf9b 100644
--- a/covalent/_shared_files/schemas/result.py
+++ b/covalent/_shared_files/schemas/result.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """FastAPI models for /api/v1/resultv2 endpoints"""
 
diff --git a/covalent/_shared_files/schemas/transport_graph.py b/covalent/_shared_files/schemas/transport_graph.py
index 9e4f7f903..74c41ff0a 100644
--- a/covalent/_shared_files/schemas/transport_graph.py
+++ b/covalent/_shared_files/schemas/transport_graph.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """FastAPI models for /api/v1/resultv2 endpoints"""
 
diff --git a/covalent_dispatcher/_dal/__init__.py b/covalent_dispatcher/_dal/__init__.py
index 9d1b05526..cfc23bfdf 100644
--- a/covalent_dispatcher/_dal/__init__.py
+++ b/covalent_dispatcher/_dal/__init__.py
@@ -1,19 +1,15 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
diff --git a/covalent_dispatcher/_dal/asset.py b/covalent_dispatcher/_dal/asset.py
index fc3afad46..8eda3a740 100644
--- a/covalent_dispatcher/_dal/asset.py
+++ b/covalent_dispatcher/_dal/asset.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Asset class and utility functions"""
 
diff --git a/covalent_dispatcher/_dal/base.py b/covalent_dispatcher/_dal/base.py
index 482b34a37..1ecb84fcd 100644
--- a/covalent_dispatcher/_dal/base.py
+++ b/covalent_dispatcher/_dal/base.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Base class for server-side analogues of workflow data types"""
 
diff --git a/covalent_dispatcher/_dal/controller.py b/covalent_dispatcher/_dal/controller.py
index 55df2008a..dba7969fe 100644
--- a/covalent_dispatcher/_dal/controller.py
+++ b/covalent_dispatcher/_dal/controller.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 
 from __future__ import annotations
diff --git a/covalent_dispatcher/_dal/db_interfaces/__init__.py b/covalent_dispatcher/_dal/db_interfaces/__init__.py
index 9d1b05526..cfc23bfdf 100644
--- a/covalent_dispatcher/_dal/db_interfaces/__init__.py
+++ b/covalent_dispatcher/_dal/db_interfaces/__init__.py
@@ -1,19 +1,15 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
diff --git a/covalent_dispatcher/_dal/db_interfaces/edge_utils.py b/covalent_dispatcher/_dal/db_interfaces/edge_utils.py
index 026e39416..ca33ed343 100644
--- a/covalent_dispatcher/_dal/db_interfaces/edge_utils.py
+++ b/covalent_dispatcher/_dal/db_interfaces/edge_utils.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Mappings between electron attributes and DB records"""
 
diff --git a/covalent_dispatcher/_dal/db_interfaces/electron_utils.py b/covalent_dispatcher/_dal/db_interfaces/electron_utils.py
index e4bb410ab..c3faaef30 100644
--- a/covalent_dispatcher/_dal/db_interfaces/electron_utils.py
+++ b/covalent_dispatcher/_dal/db_interfaces/electron_utils.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Mappings between electron attributes and DB records"""
 
diff --git a/covalent_dispatcher/_dal/db_interfaces/lattice_utils.py b/covalent_dispatcher/_dal/db_interfaces/lattice_utils.py
index 6741bc87d..7d941d7b6 100644
--- a/covalent_dispatcher/_dal/db_interfaces/lattice_utils.py
+++ b/covalent_dispatcher/_dal/db_interfaces/lattice_utils.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Mappings between lattice attributes and DB records"""
 
diff --git a/covalent_dispatcher/_dal/db_interfaces/tg_utils.py b/covalent_dispatcher/_dal/db_interfaces/tg_utils.py
index 0139b7673..7781c7d14 100644
--- a/covalent_dispatcher/_dal/db_interfaces/tg_utils.py
+++ b/covalent_dispatcher/_dal/db_interfaces/tg_utils.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Mappings between graph attributes and DB records"""
 
diff --git a/covalent_dispatcher/_dal/edge.py b/covalent_dispatcher/_dal/edge.py
index c4d9e8c61..672b4c798 100644
--- a/covalent_dispatcher/_dal/edge.py
+++ b/covalent_dispatcher/_dal/edge.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """DB-backed edge"""
 
diff --git a/covalent_dispatcher/_dal/electron.py b/covalent_dispatcher/_dal/electron.py
index 014c84342..e88c4e01d 100644
--- a/covalent_dispatcher/_dal/electron.py
+++ b/covalent_dispatcher/_dal/electron.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """DB-backed electron"""
 
diff --git a/covalent_dispatcher/_dal/exporters/__init__.py b/covalent_dispatcher/_dal/exporters/__init__.py
index 9d1b05526..cfc23bfdf 100644
--- a/covalent_dispatcher/_dal/exporters/__init__.py
+++ b/covalent_dispatcher/_dal/exporters/__init__.py
@@ -1,19 +1,15 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
diff --git a/covalent_dispatcher/_dal/exporters/electron.py b/covalent_dispatcher/_dal/exporters/electron.py
index 73a66d2b7..d8ff84d72 100644
--- a/covalent_dispatcher/_dal/exporters/electron.py
+++ b/covalent_dispatcher/_dal/exporters/electron.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 
 """Functions to transform Electron -> ElectronSchema"""
diff --git a/covalent_dispatcher/_dal/exporters/lattice.py b/covalent_dispatcher/_dal/exporters/lattice.py
index fa132d546..ac75cfe3f 100644
--- a/covalent_dispatcher/_dal/exporters/lattice.py
+++ b/covalent_dispatcher/_dal/exporters/lattice.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 
 """Functions to transform Lattice -> LatticeSchema"""
diff --git a/covalent_dispatcher/_dal/exporters/result.py b/covalent_dispatcher/_dal/exporters/result.py
index 05d8f7636..095aa6254 100644
--- a/covalent_dispatcher/_dal/exporters/result.py
+++ b/covalent_dispatcher/_dal/exporters/result.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 
 """Functions to transform Lattice -> LatticeSchema"""
diff --git a/covalent_dispatcher/_dal/exporters/tg.py b/covalent_dispatcher/_dal/exporters/tg.py
index 601814ce8..8aa44d187 100644
--- a/covalent_dispatcher/_dal/exporters/tg.py
+++ b/covalent_dispatcher/_dal/exporters/tg.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 
 """Functions to transform TransportGraph -> TransportGraphSchema"""
diff --git a/covalent_dispatcher/_dal/importers/__init__.py b/covalent_dispatcher/_dal/importers/__init__.py
index 9d1b05526..cfc23bfdf 100644
--- a/covalent_dispatcher/_dal/importers/__init__.py
+++ b/covalent_dispatcher/_dal/importers/__init__.py
@@ -1,19 +1,15 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
diff --git a/covalent_dispatcher/_dal/importers/electron.py b/covalent_dispatcher/_dal/importers/electron.py
index e9dc91f3d..94aa4d422 100644
--- a/covalent_dispatcher/_dal/importers/electron.py
+++ b/covalent_dispatcher/_dal/importers/electron.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 
 """Functions to transform ResultSchema -> Result"""
diff --git a/covalent_dispatcher/_dal/importers/lattice.py b/covalent_dispatcher/_dal/importers/lattice.py
index 3d8bf6285..2282ba9c9 100644
--- a/covalent_dispatcher/_dal/importers/lattice.py
+++ b/covalent_dispatcher/_dal/importers/lattice.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 
 """Functions to transform ResultSchema -> Result"""
diff --git a/covalent_dispatcher/_dal/importers/result.py b/covalent_dispatcher/_dal/importers/result.py
index 992d5646a..97a42bcbf 100644
--- a/covalent_dispatcher/_dal/importers/result.py
+++ b/covalent_dispatcher/_dal/importers/result.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 
 """Functions to transform ResultSchema -> Result"""
diff --git a/covalent_dispatcher/_dal/importers/tg.py b/covalent_dispatcher/_dal/importers/tg.py
index a7985c6db..0da92164a 100644
--- a/covalent_dispatcher/_dal/importers/tg.py
+++ b/covalent_dispatcher/_dal/importers/tg.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 
 """Functions to transform ResultSchema -> Result"""
diff --git a/covalent_dispatcher/_dal/job.py b/covalent_dispatcher/_dal/job.py
index a2afc003b..82156e2fd 100644
--- a/covalent_dispatcher/_dal/job.py
+++ b/covalent_dispatcher/_dal/job.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 
 from __future__ import annotations
diff --git a/covalent_dispatcher/_dal/lattice.py b/covalent_dispatcher/_dal/lattice.py
index 4a9b14b14..d2cd51b5d 100644
--- a/covalent_dispatcher/_dal/lattice.py
+++ b/covalent_dispatcher/_dal/lattice.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """DB-backed lattice"""
 
diff --git a/covalent_dispatcher/_dal/result.py b/covalent_dispatcher/_dal/result.py
index eafdb84d2..beec0dbf4 100644
--- a/covalent_dispatcher/_dal/result.py
+++ b/covalent_dispatcher/_dal/result.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """DB-backed lattice"""
 
diff --git a/covalent_dispatcher/_dal/tg.py b/covalent_dispatcher/_dal/tg.py
index a0bb3d212..73a8385e4 100644
--- a/covalent_dispatcher/_dal/tg.py
+++ b/covalent_dispatcher/_dal/tg.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """DB-backed transport graph"""
 
diff --git a/covalent_dispatcher/_dal/tg_ops.py b/covalent_dispatcher/_dal/tg_ops.py
index e1a9e9115..1f3113b19 100644
--- a/covalent_dispatcher/_dal/tg_ops.py
+++ b/covalent_dispatcher/_dal/tg_ops.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Module for transport graph operations."""
 
diff --git a/covalent_dispatcher/_dal/utils/__init__.py b/covalent_dispatcher/_dal/utils/__init__.py
index 9d1b05526..cfc23bfdf 100644
--- a/covalent_dispatcher/_dal/utils/__init__.py
+++ b/covalent_dispatcher/_dal/utils/__init__.py
@@ -1,19 +1,15 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
diff --git a/covalent_dispatcher/_dal/utils/file_transfer.py b/covalent_dispatcher/_dal/utils/file_transfer.py
index bd841e471..d85119bb6 100644
--- a/covalent_dispatcher/_dal/utils/file_transfer.py
+++ b/covalent_dispatcher/_dal/utils/file_transfer.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """
 Server-side file transfer utilities
diff --git a/covalent_dispatcher/_dal/utils/uri_filters.py b/covalent_dispatcher/_dal/utils/uri_filters.py
index 13558eab5..36d0ef044 100644
--- a/covalent_dispatcher/_dal/utils/uri_filters.py
+++ b/covalent_dispatcher/_dal/utils/uri_filters.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Functions to transform URIs"""
 
diff --git a/covalent_dispatcher/_db/__init__.py b/covalent_dispatcher/_db/__init__.py
index 8478ac71e..21d7eaa5c 100644
--- a/covalent_dispatcher/_db/__init__.py
+++ b/covalent_dispatcher/_db/__init__.py
@@ -1,19 +1,15 @@
-# Copyright 2022 Agnostiq Inc.
+# Copyright 2023 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
diff --git a/covalent_dispatcher/_object_store/__init__.py b/covalent_dispatcher/_object_store/__init__.py
index 523f77622..cfc23bfdf 100644
--- a/covalent_dispatcher/_object_store/__init__.py
+++ b/covalent_dispatcher/_object_store/__init__.py
@@ -2,18 +2,14 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
diff --git a/covalent_dispatcher/_object_store/base.py b/covalent_dispatcher/_object_store/base.py
index 5bd21ce09..09bfad137 100644
--- a/covalent_dispatcher/_object_store/base.py
+++ b/covalent_dispatcher/_object_store/base.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Base storage backend provider"""
 
diff --git a/covalent_dispatcher/_object_store/local.py b/covalent_dispatcher/_object_store/local.py
index af3990294..36f257228 100644
--- a/covalent_dispatcher/_object_store/local.py
+++ b/covalent_dispatcher/_object_store/local.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 
 import hashlib
diff --git a/covalent_migrations/versions/1142d81b29b8_schema_updates_for_new_dal.py b/covalent_migrations/versions/1142d81b29b8_schema_updates_for_new_dal.py
index da275dcd2..e4ce9b93b 100644
--- a/covalent_migrations/versions/1142d81b29b8_schema_updates_for_new_dal.py
+++ b/covalent_migrations/versions/1142d81b29b8_schema_updates_for_new_dal.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Schema updates for new DAL
 
diff --git a/covalent_ui/webapp/public/index.html b/covalent_ui/webapp/public/index.html
index dff97b5f7..9b75193a2 100644
--- a/covalent_ui/webapp/public/index.html
+++ b/covalent_ui/webapp/public/index.html
@@ -1,23 +1,19 @@
 <!--
-  Copyright 2021 Agnostiq Inc.
-
-  This file is part of Covalent.
-
-  Licensed under the GNU Affero General Public License 3.0 (the "License").
-  A copy of the License may be obtained with this software package or at
-
-       https://www.gnu.org/licenses/agpl-3.0.en.html
-
-  Use of this file is prohibited except in compliance with the License. Any
-  modifications or derivative works of this file must retain this copyright
-  notice, and modified files must contain a notice indicating that they have
-  been altered from the originals.
-
-  Covalent is distributed in the hope that it will be useful, but WITHOUT
-  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-  FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-
-  Relief from the License may be granted by purchasing a commercial license.
+# Copyright 2021 Agnostiq Inc.
+#
+# This file is part of Covalent.
+#
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
+#
+#     https://www.apache.org/licenses/LICENSE-2.0
+#
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 -->
 
 <!DOCTYPE html>
diff --git a/covalent_ui/webapp/src/components/common/QElectronCard.js b/covalent_ui/webapp/src/components/common/QElectronCard.js
index 9b635e867..7f82682c6 100644
--- a/covalent_ui/webapp/src/components/common/QElectronCard.js
+++ b/covalent_ui/webapp/src/components/common/QElectronCard.js
@@ -1,24 +1,18 @@
 /* eslint-disable react/jsx-no-comment-textnodes */
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 import { Button, Grid, Typography, SvgIcon, Chip } from '@mui/material'
diff --git a/covalent_ui/webapp/src/components/common/QElectronDrawer.js b/covalent_ui/webapp/src/components/common/QElectronDrawer.js
index c7f79dd39..44ed3ea3a 100644
--- a/covalent_ui/webapp/src/components/common/QElectronDrawer.js
+++ b/covalent_ui/webapp/src/components/common/QElectronDrawer.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 import React, { useEffect } from 'react'
diff --git a/covalent_ui/webapp/src/components/common/QElectronTab.js b/covalent_ui/webapp/src/components/common/QElectronTab.js
index 3f807c62a..bf16740c2 100644
--- a/covalent_ui/webapp/src/components/common/QElectronTab.js
+++ b/covalent_ui/webapp/src/components/common/QElectronTab.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 import React from 'react'
 import Box from '@mui/material/Box'
diff --git a/covalent_ui/webapp/src/components/common/QElectronTopBar.js b/covalent_ui/webapp/src/components/common/QElectronTopBar.js
index 7d1530379..7b2426fb5 100644
--- a/covalent_ui/webapp/src/components/common/QElectronTopBar.js
+++ b/covalent_ui/webapp/src/components/common/QElectronTopBar.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 import { Grid, IconButton, Typography, Box, Tooltip, Skeleton } from '@mui/material'
diff --git a/covalent_ui/webapp/src/components/common/QElelctronAccordion.js b/covalent_ui/webapp/src/components/common/QElelctronAccordion.js
index 101499a88..bf5cd3149 100644
--- a/covalent_ui/webapp/src/components/common/QElelctronAccordion.js
+++ b/covalent_ui/webapp/src/components/common/QElelctronAccordion.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 import React from 'react'
diff --git a/covalent_ui/webapp/src/components/common/__tests__/QElectronCard.test.js b/covalent_ui/webapp/src/components/common/__tests__/QElectronCard.test.js
index b238756b8..358a97083 100644
--- a/covalent_ui/webapp/src/components/common/__tests__/QElectronCard.test.js
+++ b/covalent_ui/webapp/src/components/common/__tests__/QElectronCard.test.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 import { fireEvent, screen, render } from '@testing-library/react'
 import App from '../QElectronCard'
diff --git a/covalent_ui/webapp/src/components/common/__tests__/QElectronDrawer.test.js b/covalent_ui/webapp/src/components/common/__tests__/QElectronDrawer.test.js
index e5e7f211c..376254569 100644
--- a/covalent_ui/webapp/src/components/common/__tests__/QElectronDrawer.test.js
+++ b/covalent_ui/webapp/src/components/common/__tests__/QElectronDrawer.test.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 import { fireEvent, screen, render } from '@testing-library/react'
 import App from '../QElectronDrawer'
diff --git a/covalent_ui/webapp/src/components/common/__tests__/QElectronTab.test.js b/covalent_ui/webapp/src/components/common/__tests__/QElectronTab.test.js
index e272bd03a..d98f656e5 100644
--- a/covalent_ui/webapp/src/components/common/__tests__/QElectronTab.test.js
+++ b/covalent_ui/webapp/src/components/common/__tests__/QElectronTab.test.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 import { fireEvent, screen, render } from '@testing-library/react'
 import App from '../QElectronTab'
diff --git a/covalent_ui/webapp/src/components/common/__tests__/QElectronTopBar.test.js b/covalent_ui/webapp/src/components/common/__tests__/QElectronTopBar.test.js
index ceedcfab2..5a9b73685 100644
--- a/covalent_ui/webapp/src/components/common/__tests__/QElectronTopBar.test.js
+++ b/covalent_ui/webapp/src/components/common/__tests__/QElectronTopBar.test.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 import { fireEvent, screen, render } from '@testing-library/react'
 import App from '../QElectronTopBar'
diff --git a/covalent_ui/webapp/src/components/common/__tests__/QElelctronAccordion.test.js b/covalent_ui/webapp/src/components/common/__tests__/QElelctronAccordion.test.js
index 1a2e88a7c..ae4bb9e2d 100644
--- a/covalent_ui/webapp/src/components/common/__tests__/QElelctronAccordion.test.js
+++ b/covalent_ui/webapp/src/components/common/__tests__/QElelctronAccordion.test.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 import { fireEvent, screen, render } from '@testing-library/react'
 import App from '../QElelctronAccordion'
diff --git a/covalent_ui/webapp/src/components/qelectron/Circuit.js b/covalent_ui/webapp/src/components/qelectron/Circuit.js
index 970047597..049532168 100644
--- a/covalent_ui/webapp/src/components/qelectron/Circuit.js
+++ b/covalent_ui/webapp/src/components/qelectron/Circuit.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 import { Grid, Typography, SvgIcon, Box, Modal, Paper, Skeleton } from '@mui/material'
diff --git a/covalent_ui/webapp/src/components/qelectron/Executor.js b/covalent_ui/webapp/src/components/qelectron/Executor.js
index 64ae6000b..a938b288a 100644
--- a/covalent_ui/webapp/src/components/qelectron/Executor.js
+++ b/covalent_ui/webapp/src/components/qelectron/Executor.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 import { Grid, Paper } from '@mui/material'
diff --git a/covalent_ui/webapp/src/components/qelectron/Overview.js b/covalent_ui/webapp/src/components/qelectron/Overview.js
index a480d437d..9692a0869 100644
--- a/covalent_ui/webapp/src/components/qelectron/Overview.js
+++ b/covalent_ui/webapp/src/components/qelectron/Overview.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 import React from 'react'
diff --git a/covalent_ui/webapp/src/components/qelectron/QElectronList.js b/covalent_ui/webapp/src/components/qelectron/QElectronList.js
index 004655423..de3418a59 100644
--- a/covalent_ui/webapp/src/components/qelectron/QElectronList.js
+++ b/covalent_ui/webapp/src/components/qelectron/QElectronList.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 import _ from 'lodash'
diff --git a/covalent_ui/webapp/src/components/qelectron/__tests__/Circuit.test.js b/covalent_ui/webapp/src/components/qelectron/__tests__/Circuit.test.js
index 1964a1257..a15756c06 100644
--- a/covalent_ui/webapp/src/components/qelectron/__tests__/Circuit.test.js
+++ b/covalent_ui/webapp/src/components/qelectron/__tests__/Circuit.test.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 import { screen, render } from '@testing-library/react'
 import App from '../Circuit'
diff --git a/covalent_ui/webapp/src/components/qelectron/__tests__/Executor.test.js b/covalent_ui/webapp/src/components/qelectron/__tests__/Executor.test.js
index d2f202638..0419d72f9 100644
--- a/covalent_ui/webapp/src/components/qelectron/__tests__/Executor.test.js
+++ b/covalent_ui/webapp/src/components/qelectron/__tests__/Executor.test.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 import { screen, render } from '@testing-library/react'
 import App from '../Executor'
diff --git a/covalent_ui/webapp/src/components/qelectron/__tests__/Overview.test.js b/covalent_ui/webapp/src/components/qelectron/__tests__/Overview.test.js
index 515598eb7..7c0f8eb2f 100644
--- a/covalent_ui/webapp/src/components/qelectron/__tests__/Overview.test.js
+++ b/covalent_ui/webapp/src/components/qelectron/__tests__/Overview.test.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 import { screen, render } from '@testing-library/react'
 import App from '../Overview'
diff --git a/covalent_ui/webapp/src/components/qelectron/__tests__/QElectronList.test.js b/covalent_ui/webapp/src/components/qelectron/__tests__/QElectronList.test.js
index 77b413919..46beca444 100644
--- a/covalent_ui/webapp/src/components/qelectron/__tests__/QElectronList.test.js
+++ b/covalent_ui/webapp/src/components/qelectron/__tests__/QElectronList.test.js
@@ -1,23 +1,17 @@
 /**
- * Copyright 2023 Agnostiq Inc.
- *
  * This file is part of Covalent.
  *
- * Licensed under the GNU Affero General Public License 3.0 (the "License").
- * A copy of the License may be obtained with this software package or at
- *
- *      https://www.gnu.org/licenses/agpl-3.0.en.html
- *
- * Use of this file is prohibited except in compliance with the License. Any
- * modifications or derivative works of this file must retain this copyright
- * notice, and modified files must contain a notice indicating that they have
- * been altered from the originals.
+ * Licensed under the Apache License 2.0 (the "License"). A copy of the
+ * License may be obtained with this software package or at
  *
- * Covalent is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
- * Relief from the License may be granted by purchasing a commercial license.
+ * Use of this file is prohibited except in compliance with the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 import { fireEvent, screen, render } from '@testing-library/react'
 import App from '../QElectronList'
diff --git a/tests/covalent_dispatcher_tests/_core/tmp_data_manager_test.py b/tests/covalent_dispatcher_tests/_core/tmp_data_manager_test.py
index 9df2e16f6..cd3ce8069 100644
--- a/tests/covalent_dispatcher_tests/_core/tmp_data_manager_test.py
+++ b/tests/covalent_dispatcher_tests/_core/tmp_data_manager_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """
 Tests for the core functionality of the dispatcher.
diff --git a/tests/covalent_dispatcher_tests/_core/tmp_dispatcher_test.py b/tests/covalent_dispatcher_tests/_core/tmp_dispatcher_test.py
index ec7016c4b..ce659dfa1 100644
--- a/tests/covalent_dispatcher_tests/_core/tmp_dispatcher_test.py
+++ b/tests/covalent_dispatcher_tests/_core/tmp_dispatcher_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """
 Tests for the core functionality of the dispatcher.
diff --git a/tests/covalent_dispatcher_tests/_core/tmp_execution_test.py b/tests/covalent_dispatcher_tests/_core/tmp_execution_test.py
index d8d376c0f..37edd198f 100644
--- a/tests/covalent_dispatcher_tests/_core/tmp_execution_test.py
+++ b/tests/covalent_dispatcher_tests/_core/tmp_execution_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """
 Integration tests for the dispatcher, runner, and result modules
diff --git a/tests/covalent_dispatcher_tests/_dal/asset_test.py b/tests/covalent_dispatcher_tests/_dal/asset_test.py
index edbabe813..678bd9463 100644
--- a/tests/covalent_dispatcher_tests/_dal/asset_test.py
+++ b/tests/covalent_dispatcher_tests/_dal/asset_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Tests for Asset"""
 
diff --git a/tests/covalent_dispatcher_tests/_dal/electron_test.py b/tests/covalent_dispatcher_tests/_dal/electron_test.py
index bd39500fc..f87451e8e 100644
--- a/tests/covalent_dispatcher_tests/_dal/electron_test.py
+++ b/tests/covalent_dispatcher_tests/_dal/electron_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Tests for DB-backed electron"""
 
diff --git a/tests/covalent_dispatcher_tests/_dal/exporters/result_export_test.py b/tests/covalent_dispatcher_tests/_dal/exporters/result_export_test.py
index 544d7bfe0..09caada73 100644
--- a/tests/covalent_dispatcher_tests/_dal/exporters/result_export_test.py
+++ b/tests/covalent_dispatcher_tests/_dal/exporters/result_export_test.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Tests for exporting Result -> ResultSchema"""
 
diff --git a/tests/covalent_dispatcher_tests/_dal/import_export_test.py b/tests/covalent_dispatcher_tests/_dal/import_export_test.py
index cdbc3736d..d673b9671 100644
--- a/tests/covalent_dispatcher_tests/_dal/import_export_test.py
+++ b/tests/covalent_dispatcher_tests/_dal/import_export_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Combined import-export tests"""
 
diff --git a/tests/covalent_dispatcher_tests/_dal/importers/result_import_test.py b/tests/covalent_dispatcher_tests/_dal/importers/result_import_test.py
index 8b890f117..a6e6eb70d 100644
--- a/tests/covalent_dispatcher_tests/_dal/importers/result_import_test.py
+++ b/tests/covalent_dispatcher_tests/_dal/importers/result_import_test.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Tests for importing ResultSchema into the DB"""
 
diff --git a/tests/covalent_dispatcher_tests/_dal/lattice_test.py b/tests/covalent_dispatcher_tests/_dal/lattice_test.py
index 84388cbde..7a55ac23f 100644
--- a/tests/covalent_dispatcher_tests/_dal/lattice_test.py
+++ b/tests/covalent_dispatcher_tests/_dal/lattice_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Tests for DB-backed electron"""
 
diff --git a/tests/covalent_dispatcher_tests/_dal/result_test.py b/tests/covalent_dispatcher_tests/_dal/result_test.py
index 684066d00..5b2ec19fa 100644
--- a/tests/covalent_dispatcher_tests/_dal/result_test.py
+++ b/tests/covalent_dispatcher_tests/_dal/result_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Tests for DB-backed Result"""
 
diff --git a/tests/covalent_dispatcher_tests/_dal/tg_ops_test.py b/tests/covalent_dispatcher_tests/_dal/tg_ops_test.py
index aa29d56d3..892934b0e 100644
--- a/tests/covalent_dispatcher_tests/_dal/tg_ops_test.py
+++ b/tests/covalent_dispatcher_tests/_dal/tg_ops_test.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Unit tests for transport graph operations module."""
 
diff --git a/tests/covalent_dispatcher_tests/_dal/tg_test.py b/tests/covalent_dispatcher_tests/_dal/tg_test.py
index 81f45f933..2c82f4cef 100644
--- a/tests/covalent_dispatcher_tests/_dal/tg_test.py
+++ b/tests/covalent_dispatcher_tests/_dal/tg_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Tests for DB-backed electron"""
 
diff --git a/tests/covalent_dispatcher_tests/_object_store/__init__.py b/tests/covalent_dispatcher_tests/_object_store/__init__.py
index d88ccce5c..883ec0eda 100644
--- a/tests/covalent_dispatcher_tests/_object_store/__init__.py
+++ b/tests/covalent_dispatcher_tests/_object_store/__init__.py
@@ -1,21 +1,17 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Tests for object store providers"""
diff --git a/tests/covalent_dispatcher_tests/_object_store/local_test.py b/tests/covalent_dispatcher_tests/_object_store/local_test.py
index 604def65b..52e0509f3 100644
--- a/tests/covalent_dispatcher_tests/_object_store/local_test.py
+++ b/tests/covalent_dispatcher_tests/_object_store/local_test.py
@@ -1,22 +1,18 @@
-# Copyright 2023 Agnostiq Inc.
+# Copyright 2021 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Tests for local object store provider"""
 
diff --git a/tests/covalent_tests/file_transfer/__init__.py b/tests/covalent_tests/file_transfer/__init__.py
index 8478ac71e..21d7eaa5c 100644
--- a/tests/covalent_tests/file_transfer/__init__.py
+++ b/tests/covalent_tests/file_transfer/__init__.py
@@ -1,19 +1,15 @@
-# Copyright 2022 Agnostiq Inc.
+# Copyright 2023 Agnostiq Inc.
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
diff --git a/tests/covalent_tests/file_transfer/file_test.py b/tests/covalent_tests/file_transfer/file_test.py
index 9d718368a..ffec8e7b5 100644
--- a/tests/covalent_tests/file_transfer/file_test.py
+++ b/tests/covalent_tests/file_transfer/file_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 from pathlib import Path
 
diff --git a/tests/covalent_tests/file_transfer/strategies/shutil_strategy_test.py b/tests/covalent_tests/file_transfer/strategies/shutil_strategy_test.py
index 48d63474f..654a2bc11 100644
--- a/tests/covalent_tests/file_transfer/strategies/shutil_strategy_test.py
+++ b/tests/covalent_tests/file_transfer/strategies/shutil_strategy_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 
 import pytest
diff --git a/tests/covalent_tests/serialize/lattice_serialization_test.py b/tests/covalent_tests/serialize/lattice_serialization_test.py
index 2ad06afee..4247b6230 100644
--- a/tests/covalent_tests/serialize/lattice_serialization_test.py
+++ b/tests/covalent_tests/serialize/lattice_serialization_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Unit tests for lattice serializer"""
 
diff --git a/tests/covalent_tests/serialize/result_serialization_test.py b/tests/covalent_tests/serialize/result_serialization_test.py
index 6f91ed834..2c3ab2d7c 100644
--- a/tests/covalent_tests/serialize/result_serialization_test.py
+++ b/tests/covalent_tests/serialize/result_serialization_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 """Unit tests for result serializer"""
 
diff --git a/tests/covalent_tests/shared_files/__init__.py b/tests/covalent_tests/shared_files/__init__.py
index 523f77622..cfc23bfdf 100644
--- a/tests/covalent_tests/shared_files/__init__.py
+++ b/tests/covalent_tests/shared_files/__init__.py
@@ -2,18 +2,14 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
diff --git a/tests/covalent_tests/workflow/deps_test.py b/tests/covalent_tests/workflow/deps_test.py
index 9f3ec6d6f..15491e7e8 100644
--- a/tests/covalent_tests/workflow/deps_test.py
+++ b/tests/covalent_tests/workflow/deps_test.py
@@ -2,21 +2,17 @@
 #
 # This file is part of Covalent.
 #
-# Licensed under the GNU Affero General Public License 3.0 (the "License").
-# A copy of the License may be obtained with this software package or at
+# Licensed under the Apache License 2.0 (the "License"). A copy of the
+# License may be obtained with this software package or at
 #
-#      https://www.gnu.org/licenses/agpl-3.0.en.html
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
-# Use of this file is prohibited except in compliance with the License. Any
-# modifications or derivative works of this file must retain this copyright
-# notice, and modified files must contain a notice indicating that they have
-# been altered from the originals.
-#
-# Covalent is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
-#
-# Relief from the License may be granted by purchasing a commercial license.
+# Use of this file is prohibited except in compliance with the License.
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 import subprocess