Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/actions_automation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This file is property of the Ingram Micro Cloud Blue.
Copyright (c) 2019 Ingram Micro. All Rights Reserved.
This file is property of the CloudBlue.
Copyright (c) 2025 CloudBlue. All Rights Reserved.
"""

from app.utils.utils import Utils
Expand Down
4 changes: 2 additions & 2 deletions app/api/client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This file is property of the Ingram Micro Cloud Blue.
Copyright (c) 2019 Ingram Micro. All Rights Reserved.
This file is property of the CloudBlue.
Copyright (c) 2025 CloudBlue. All Rights Reserved.
"""
import json
from requests import api
Expand Down
4 changes: 2 additions & 2 deletions app/api/wrapper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This file is property of the Ingram Micro Cloud Blue.
Copyright (c) 2019 Ingram Micro. All Rights Reserved.
This file is property of the CloudBlue.
Copyright (c) 2025 CloudBlue. All Rights Reserved.
"""
from app.api.client import Client
from connect.exceptions import InquireRequest, FailRequest
Expand Down
4 changes: 2 additions & 2 deletions app/product_fulfillment.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This file is property of the Ingram Micro Cloud Blue.
Copyright (c) 2019 Ingram Micro. All Rights Reserved.
This file is property of the CloudBlue.
Copyright (c) 2025 CloudBlue. All Rights Reserved.
"""
from connect import FulfillmentAutomation
from connect.logger import logger
Expand Down
4 changes: 2 additions & 2 deletions app/service/service.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This file is property of the Ingram Micro Cloud Blue.
Copyright (c) 2019 Ingram Micro. All Rights Reserved.
This file is property of the CloudBlue.
Copyright (c) 2025 CloudBlue. All Rights Reserved.
"""
from app.utils.utils import Utils
from app.api.wrapper import Wrapper
Expand Down
4 changes: 2 additions & 2 deletions app/tier_fulfillment.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This file is property of the Ingram Micro Cloud Blue.
Copyright (c) 2019 Ingram Micro. All Rights Reserved.
This file is property of the CloudBlue.
Copyright (c) 2025 CloudBlue. All Rights Reserved.
"""
import time
from connect import TierConfigAutomation
Expand Down
4 changes: 2 additions & 2 deletions app/utils/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This file is property of the Ingram Micro Cloud Blue.
Copyright (c) 2019 Ingram Micro. All Rights Reserved.
This file is property of the CloudBlue.
Copyright (c) 2025 CloudBlue. All Rights Reserved.
"""

import os
Expand Down
4 changes: 2 additions & 2 deletions processor.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-

"""
This file is part of the Ingram Micro Cloud Blue Connect SDK.
Copyright (c) 2019 Ingram Micro. All Rights Reserved.
This file is part of the CloudBlue Connect SDK.
Copyright (c) 2025 CloudBlue. All Rights Reserved.
"""
from app.product_fulfillment import ProductFulfillment
from app.tier_fulfillment import TierFulfillment
Expand Down
4 changes: 2 additions & 2 deletions processor_cron.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-

"""
This file is part of the Ingram Micro Cloud Blue Connect SDK.
Copyright (c) 2019 Ingram Micro. All Rights Reserved.
This file is part of the CloudBlue Connect SDK.
Copyright (c) 2025 CloudBlue. All Rights Reserved.
"""
from connect.config import Config
from connect.logger import logger
Expand Down
4 changes: 2 additions & 2 deletions tests/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This file is property of the Ingram Micro Cloud Blue.
Copyright (c) 2019 Ingram Micro. All Rights Reserved.
This file is property of the CloudBlue.
Copyright (c) 2025 CloudBlue. All Rights Reserved.
"""

import unittest
Expand Down
4 changes: 2 additions & 2 deletions tests/testing_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This file is property of the Ingram Micro Cloud Blue.
Copyright (c) 2019 Ingram Micro. All Rights Reserved.
This file is property of the CloudBlue.
Copyright (c) 2025 CloudBlue. All Rights Reserved.
"""

import os
Expand Down