Skip to content

Commit 860b5a4

Browse files
authored
Merge pull request #50 from Cosmo-Tech/AFOS/0.9.1_update
0.9.1 - Copyright update + az storage dump
2 parents 660b9b7 + 94aab18 commit 860b5a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+160
-68
lines changed

CosmoTech_Acceleration_Library/Accelerators/scenario_download/azure_function_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Cosmo Tech corporation.
1+
# Copyright (C) - 2023 - 2025 - Cosmo Tech
22
# Licensed under the MIT license.
33
import azure.functions as func
44
from .scenario_downloader import ScenarioDownloader

CosmoTech_Acceleration_Library/Accelerators/scenario_download/scenario_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Cosmo Tech corporation.
1+
# Copyright (C) - 2023 - 2025 - Cosmo Tech
22
# Licensed under the MIT license.
33
import csv
44
import io

CosmoTech_Acceleration_Library/Accelerators/scenario_download/scenario_downloader_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Cosmo Tech corporation.
1+
# Copyright (C) - 2023 - 2025 - Cosmo Tech
22
# Licensed under the MIT license.
33
import copy
44
import unittest
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Copyright (c) Cosmo Tech corporation.
1+
# Copyright (C) - 2023 - 2025 - Cosmo Tech
22
# Licensed under the MIT license.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Copyright (c) Cosmo Tech corporation.
1+
# Copyright (C) - 2023 - 2025 - Cosmo Tech
22
# Licensed under the MIT license.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Copyright (c) Cosmo Tech corporation.
1+
# Copyright (C) - 2023 - 2025 - Cosmo Tech
22
# Licensed under the MIT license.

CosmoTech_Acceleration_Library/Modelops/core/common/graph_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Cosmo Tech corporation.
1+
# Copyright (C) - 2023 - 2025 - Cosmo Tech
22
# Licensed under the MIT license.
33
import logging
44
import functools

CosmoTech_Acceleration_Library/Modelops/core/common/redis_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Cosmo Tech corporation.
1+
# Copyright (C) - 2023 - 2025 - Cosmo Tech
22
# Licensed under the MIT license.
33
import logging
44

CosmoTech_Acceleration_Library/Modelops/core/common/writer/CsvWriter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Cosmo Tech corporation.
1+
# Copyright (C) - 2023 - 2025 - Cosmo Tech
22
# Licensed under the MIT license.
33
import csv
44
import logging
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Copyright (c) Cosmo Tech corporation.
1+
# Copyright (C) - 2023 - 2025 - Cosmo Tech
22
# Licensed under the MIT license.

0 commit comments

Comments
 (0)