diff --git a/connect/__init__.py b/connect/__init__.py index 21c4856..0e214a8 100644 --- a/connect/__init__.py +++ b/connect/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from abc import ABCMeta diff --git a/connect/config.py b/connect/config.py index 8ddeb48..13312ab 100644 --- a/connect/config.py +++ b/connect/config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import json import os diff --git a/connect/exceptions.py b/connect/exceptions.py index 05496e3..174f529 100644 --- a/connect/exceptions.py +++ b/connect/exceptions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import List diff --git a/connect/logger/__init__.py b/connect/logger/__init__.py index 82cefbe..123076d 100644 --- a/connect/logger/__init__.py +++ b/connect/logger/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .logger import function_log, logger, LoggerAdapter diff --git a/connect/logger/logger.py b/connect/logger/logger.py index 1abac55..d05ea72 100644 --- a/connect/logger/logger.py +++ b/connect/logger/logger.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from functools import wraps import json diff --git a/connect/models/__init__.py b/connect/models/__init__.py index 5a49335..ae59976 100644 --- a/connect/models/__init__.py +++ b/connect/models/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .activation import Activation from .activation_template_response import ActivationTemplateResponse diff --git a/connect/models/activation.py b/connect/models/activation.py index 4b24e87..b7e5861 100644 --- a/connect/models/activation.py +++ b/connect/models/activation.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import datetime from typing import Optional diff --git a/connect/models/activation_template_response.py b/connect/models/activation_template_response.py index 84cc9ed..3f65a53 100644 --- a/connect/models/activation_template_response.py +++ b/connect/models/activation_template_response.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. class ActivationTemplateResponse(object): diff --git a/connect/models/activation_tile_response.py b/connect/models/activation_tile_response.py index d9fc290..8da557e 100644 --- a/connect/models/activation_tile_response.py +++ b/connect/models/activation_tile_response.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import json diff --git a/connect/models/agreement.py b/connect/models/agreement.py index 706785f..f4e87fb 100644 --- a/connect/models/agreement.py +++ b/connect/models/agreement.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import datetime from typing import Optional, List diff --git a/connect/models/agreement_stats.py b/connect/models/agreement_stats.py index 7ac6af7..eb258c3 100644 --- a/connect/models/agreement_stats.py +++ b/connect/models/agreement_stats.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import Optional diff --git a/connect/models/anniversary.py b/connect/models/anniversary.py index 12b4db0..5056ea6 100644 --- a/connect/models/anniversary.py +++ b/connect/models/anniversary.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import AnniversarySchema diff --git a/connect/models/asset.py b/connect/models/asset.py index affd5b3..8553a1d 100644 --- a/connect/models/asset.py +++ b/connect/models/asset.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import List, Optional diff --git a/connect/models/asset_request.py b/connect/models/asset_request.py index ff72d55..997c154 100644 --- a/connect/models/asset_request.py +++ b/connect/models/asset_request.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import datetime from typing import Union diff --git a/connect/models/attributes.py b/connect/models/attributes.py index c4cc9ff..d35e706 100644 --- a/connect/models/attributes.py +++ b/connect/models/attributes.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import AttributesSchema diff --git a/connect/models/base.py b/connect/models/base.py index a045db7..83f4ced 100644 --- a/connect/models/base.py +++ b/connect/models/base.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import json diff --git a/connect/models/billing.py b/connect/models/billing.py index 992a4e8..39d355e 100644 --- a/connect/models/billing.py +++ b/connect/models/billing.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import BillingSchema diff --git a/connect/models/billing_request.py b/connect/models/billing_request.py index 0f90a81..d06585a 100644 --- a/connect/models/billing_request.py +++ b/connect/models/billing_request.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import BillingRequestSchema diff --git a/connect/models/commitment.py b/connect/models/commitment.py index aab4c89..2d01ba5 100644 --- a/connect/models/commitment.py +++ b/connect/models/commitment.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import CommitmentSchema diff --git a/connect/models/company.py b/connect/models/company.py index 402addf..76d2079 100644 --- a/connect/models/company.py +++ b/connect/models/company.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import CompanySchema diff --git a/connect/models/configuration.py b/connect/models/configuration.py index cea0a74..7183330 100644 --- a/connect/models/configuration.py +++ b/connect/models/configuration.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import List diff --git a/connect/models/connection.py b/connect/models/connection.py index b8e5087..97a1484 100644 --- a/connect/models/connection.py +++ b/connect/models/connection.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import datetime diff --git a/connect/models/constraints.py b/connect/models/constraints.py index a39ce88..5726060 100644 --- a/connect/models/constraints.py +++ b/connect/models/constraints.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import List diff --git a/connect/models/contact.py b/connect/models/contact.py index caffc75..2ae1e13 100644 --- a/connect/models/contact.py +++ b/connect/models/contact.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import Optional diff --git a/connect/models/contact_info.py b/connect/models/contact_info.py index 2f18c2f..4e9eabe 100644 --- a/connect/models/contact_info.py +++ b/connect/models/contact_info.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import Optional diff --git a/connect/models/contract.py b/connect/models/contract.py index c808c80..48a6116 100644 --- a/connect/models/contract.py +++ b/connect/models/contract.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import datetime from typing import Optional diff --git a/connect/models/conversation.py b/connect/models/conversation.py index a465cce..fe81ce0 100644 --- a/connect/models/conversation.py +++ b/connect/models/conversation.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import datetime diff --git a/connect/models/conversation_message.py b/connect/models/conversation_message.py index 3ebe78d..15c2c49 100644 --- a/connect/models/conversation_message.py +++ b/connect/models/conversation_message.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import datetime diff --git a/connect/models/country.py b/connect/models/country.py index b27bce0..de0b84c 100644 --- a/connect/models/country.py +++ b/connect/models/country.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import CountrySchema diff --git a/connect/models/customer_ui_settings.py b/connect/models/customer_ui_settings.py index c904457..cf0fe90 100644 --- a/connect/models/customer_ui_settings.py +++ b/connect/models/customer_ui_settings.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import List diff --git a/connect/models/document.py b/connect/models/document.py index 4f002fe..9f20d7c 100644 --- a/connect/models/document.py +++ b/connect/models/document.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import DocumentSchema diff --git a/connect/models/download_link.py b/connect/models/download_link.py index 77f0519..3df0703 100644 --- a/connect/models/download_link.py +++ b/connect/models/download_link.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import DownloadLinkSchema diff --git a/connect/models/event.py b/connect/models/event.py index d634594..2794493 100644 --- a/connect/models/event.py +++ b/connect/models/event.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import datetime from typing import Optional diff --git a/connect/models/events.py b/connect/models/events.py index 122bebf..f8ac1b9 100644 --- a/connect/models/events.py +++ b/connect/models/events.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .event import Event from .schemas import EventsSchema diff --git a/connect/models/exception.py b/connect/models/exception.py index 65d0510..85655f4 100644 --- a/connect/models/exception.py +++ b/connect/models/exception.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. # This file provides backwards compatibility with the previous location # and names of exception classes diff --git a/connect/models/ext_id_hub.py b/connect/models/ext_id_hub.py index ac7c253..8e87ebb 100644 --- a/connect/models/ext_id_hub.py +++ b/connect/models/ext_id_hub.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .hub import Hub diff --git a/connect/models/fulfillment.py b/connect/models/fulfillment.py index dd815cd..863e27e 100644 --- a/connect/models/fulfillment.py +++ b/connect/models/fulfillment.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from deprecation import deprecated diff --git a/connect/models/hub.py b/connect/models/hub.py index 8478ef2..63b39ca 100644 --- a/connect/models/hub.py +++ b/connect/models/hub.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import Optional diff --git a/connect/models/hub_instance.py b/connect/models/hub_instance.py index 761b909..7be8066 100644 --- a/connect/models/hub_instance.py +++ b/connect/models/hub_instance.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import HubInstanceSchema diff --git a/connect/models/hub_stats.py b/connect/models/hub_stats.py index 21da480..89487b6 100644 --- a/connect/models/hub_stats.py +++ b/connect/models/hub_stats.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import HubStatsSchema diff --git a/connect/models/item.py b/connect/models/item.py index 8d078cf..4120d04 100644 --- a/connect/models/item.py +++ b/connect/models/item.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import List, Optional, Union diff --git a/connect/models/last_request.py b/connect/models/last_request.py index 0b9e411..695c4d3 100644 --- a/connect/models/last_request.py +++ b/connect/models/last_request.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import LastRequestSchema diff --git a/connect/models/marketplace.py b/connect/models/marketplace.py index d574445..3a91dda 100644 --- a/connect/models/marketplace.py +++ b/connect/models/marketplace.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import List diff --git a/connect/models/param.py b/connect/models/param.py index fe7ffb2..85ff265 100644 --- a/connect/models/param.py +++ b/connect/models/param.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import List, Optional diff --git a/connect/models/period.py b/connect/models/period.py index 54b274b..c334e11 100644 --- a/connect/models/period.py +++ b/connect/models/period.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import datetime from typing import Optional diff --git a/connect/models/phone_number.py b/connect/models/phone_number.py index 094fb0f..129beaf 100644 --- a/connect/models/phone_number.py +++ b/connect/models/phone_number.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import Optional diff --git a/connect/models/product.py b/connect/models/product.py index c496c40..20b90e1 100644 --- a/connect/models/product.py +++ b/connect/models/product.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from copy import copy import datetime diff --git a/connect/models/product_category.py b/connect/models/product_category.py index bc0f32e..97416db 100644 --- a/connect/models/product_category.py +++ b/connect/models/product_category.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import List, Optional diff --git a/connect/models/product_configuration.py b/connect/models/product_configuration.py index 3733c0f..aedfc2b 100644 --- a/connect/models/product_configuration.py +++ b/connect/models/product_configuration.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import ProductConfigurationSchema diff --git a/connect/models/product_configuration_parameter.py b/connect/models/product_configuration_parameter.py index a79623a..587cdd5 100644 --- a/connect/models/product_configuration_parameter.py +++ b/connect/models/product_configuration_parameter.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .constraints import Constraints diff --git a/connect/models/product_family.py b/connect/models/product_family.py index 825b39e..60083df 100644 --- a/connect/models/product_family.py +++ b/connect/models/product_family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import ProductFamilySchema diff --git a/connect/models/product_stats.py b/connect/models/product_stats.py index 8abc252..88ea115 100644 --- a/connect/models/product_stats.py +++ b/connect/models/product_stats.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .product_stats_info import ProductStatsInfo diff --git a/connect/models/product_stats_info.py b/connect/models/product_stats_info.py index 4681cdd..7e6bcea 100644 --- a/connect/models/product_stats_info.py +++ b/connect/models/product_stats_info.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import ProductStatsInfoSchema diff --git a/connect/models/recurring_asset.py b/connect/models/recurring_asset.py index 6391eee..66d6029 100644 --- a/connect/models/recurring_asset.py +++ b/connect/models/recurring_asset.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import RecurringAssetSchema diff --git a/connect/models/renewal.py b/connect/models/renewal.py index 544c747..e6a34a8 100644 --- a/connect/models/renewal.py +++ b/connect/models/renewal.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import datetime diff --git a/connect/models/schemas.py b/connect/models/schemas.py index 8193a66..6baf328 100644 --- a/connect/models/schemas.py +++ b/connect/models/schemas.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from deprecation import deprecated from marshmallow import Schema, fields, post_load diff --git a/connect/models/server_error_response.py b/connect/models/server_error_response.py index 827f377..bbf2e38 100644 --- a/connect/models/server_error_response.py +++ b/connect/models/server_error_response.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import List diff --git a/connect/models/stat.py b/connect/models/stat.py index 36a6276..6b34c67 100644 --- a/connect/models/stat.py +++ b/connect/models/stat.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import StatSchema diff --git a/connect/models/stats.py b/connect/models/stats.py index d8725d6..10468aa 100644 --- a/connect/models/stats.py +++ b/connect/models/stats.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import StatsSchema diff --git a/connect/models/template.py b/connect/models/template.py index eda6fd8..637f9d1 100644 --- a/connect/models/template.py +++ b/connect/models/template.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import TemplateSchema diff --git a/connect/models/tier_account.py b/connect/models/tier_account.py index 61c5abd..324bbbb 100644 --- a/connect/models/tier_account.py +++ b/connect/models/tier_account.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import TierAccountSchema diff --git a/connect/models/tier_account_request.py b/connect/models/tier_account_request.py index 661cd80..87e5a4f 100644 --- a/connect/models/tier_account_request.py +++ b/connect/models/tier_account_request.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import TierAccountRequestSchema diff --git a/connect/models/tier_accounts.py b/connect/models/tier_accounts.py index 0cde71d..7dfe3e9 100644 --- a/connect/models/tier_accounts.py +++ b/connect/models/tier_accounts.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import Optional diff --git a/connect/models/tier_config.py b/connect/models/tier_config.py index 1b38581..879be33 100644 --- a/connect/models/tier_config.py +++ b/connect/models/tier_config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import Optional, List diff --git a/connect/models/tier_config_request.py b/connect/models/tier_config_request.py index cbeb19a..ffae151 100644 --- a/connect/models/tier_config_request.py +++ b/connect/models/tier_config_request.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import Optional, List diff --git a/connect/models/ui.py b/connect/models/ui.py index 43371dc..623ffa4 100644 --- a/connect/models/ui.py +++ b/connect/models/ui.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import UISchema diff --git a/connect/models/unit.py b/connect/models/unit.py index d724bad..51db580 100644 --- a/connect/models/unit.py +++ b/connect/models/unit.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import UnitSchema diff --git a/connect/models/usage_file.py b/connect/models/usage_file.py index 16ae942..5c894cf 100644 --- a/connect/models/usage_file.py +++ b/connect/models/usage_file.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .company import Company diff --git a/connect/models/usage_listing.py b/connect/models/usage_listing.py index 669a54e..f4c9a25 100644 --- a/connect/models/usage_listing.py +++ b/connect/models/usage_listing.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .company import Company diff --git a/connect/models/usage_record.py b/connect/models/usage_record.py index a617c2c..e0a3916 100644 --- a/connect/models/usage_record.py +++ b/connect/models/usage_record.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import UsageRecordSchema diff --git a/connect/models/usage_records.py b/connect/models/usage_records.py index 861c4d8..c94fec0 100644 --- a/connect/models/usage_records.py +++ b/connect/models/usage_records.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import UsageRecordsSchema diff --git a/connect/models/usage_stats.py b/connect/models/usage_stats.py index 1d43e06..0417124 100644 --- a/connect/models/usage_stats.py +++ b/connect/models/usage_stats.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import UsageStatsSchema diff --git a/connect/models/user.py b/connect/models/user.py index b7d3691..da141ae 100644 --- a/connect/models/user.py +++ b/connect/models/user.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import UserSchema diff --git a/connect/models/value_choice.py b/connect/models/value_choice.py index bd6da78..7f86775 100644 --- a/connect/models/value_choice.py +++ b/connect/models/value_choice.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseModel from .schemas import ValueChoiceSchema diff --git a/connect/resources/__init__.py b/connect/resources/__init__.py index dcfa5a0..ce55c0d 100644 --- a/connect/resources/__init__.py +++ b/connect/resources/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .directory import Directory from .fulfillment_automation import FulfillmentAutomation diff --git a/connect/resources/asset_request.py b/connect/resources/asset_request.py index a5cc391..9e22a33 100644 --- a/connect/resources/asset_request.py +++ b/connect/resources/asset_request.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from connect.models import AssetRequest from .base import BaseResource diff --git a/connect/resources/automation_engine.py b/connect/resources/automation_engine.py index 671e9ec..a9483f8 100644 --- a/connect/resources/automation_engine.py +++ b/connect/resources/automation_engine.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import logging from typing import Any, Dict, Optional diff --git a/connect/resources/base.py b/connect/resources/base.py index 449093d..a77e504 100644 --- a/connect/resources/base.py +++ b/connect/resources/base.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import functools import logging diff --git a/connect/resources/billing_request.py b/connect/resources/billing_request.py index b8111b5..ca01dd7 100644 --- a/connect/resources/billing_request.py +++ b/connect/resources/billing_request.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from connect.models.billing_request import BillingRequest from .base import BaseResource diff --git a/connect/resources/directory.py b/connect/resources/directory.py index 2edb960..ef359cc 100644 --- a/connect/resources/directory.py +++ b/connect/resources/directory.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from copy import copy diff --git a/connect/resources/fulfillment_automation.py b/connect/resources/fulfillment_automation.py index ee8b44f..13d5c9a 100644 --- a/connect/resources/fulfillment_automation.py +++ b/connect/resources/fulfillment_automation.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from abc import ABCMeta diff --git a/connect/resources/marketplace.py b/connect/resources/marketplace.py index 34ecfac..4acb688 100644 --- a/connect/resources/marketplace.py +++ b/connect/resources/marketplace.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .base import BaseResource from ..models import Marketplace diff --git a/connect/resources/recurring_asset.py b/connect/resources/recurring_asset.py index 73c3758..53f28b3 100644 --- a/connect/resources/recurring_asset.py +++ b/connect/resources/recurring_asset.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from connect.models.recurring_asset import RecurringAsset from .base import BaseResource diff --git a/connect/resources/template.py b/connect/resources/template.py index b93a410..37b4a60 100644 --- a/connect/resources/template.py +++ b/connect/resources/template.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import json from connect.models.activation_template_response import ActivationTemplateResponse diff --git a/connect/resources/tier_account.py b/connect/resources/tier_account.py index 464d64b..50429b1 100644 --- a/connect/resources/tier_account.py +++ b/connect/resources/tier_account.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from connect.models.tier_account import TierAccount from connect.models.tier_account_request import TierAccountRequest diff --git a/connect/resources/tier_account_request_automation.py b/connect/resources/tier_account_request_automation.py index e322b0d..8cd6267 100644 --- a/connect/resources/tier_account_request_automation.py +++ b/connect/resources/tier_account_request_automation.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import logging diff --git a/connect/resources/tier_config_automation.py b/connect/resources/tier_config_automation.py index 4f57066..0b4a173 100644 --- a/connect/resources/tier_config_automation.py +++ b/connect/resources/tier_config_automation.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from abc import ABCMeta from typing import Optional diff --git a/connect/resources/tier_config_request.py b/connect/resources/tier_config_request.py index 59c7b3f..2bc9548 100644 --- a/connect/resources/tier_config_request.py +++ b/connect/resources/tier_config_request.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from connect.models.tier_config import TierConfig from connect.models.tier_config_request import TierConfigRequest diff --git a/connect/resources/usage_automation.py b/connect/resources/usage_automation.py index b7a187e..4f52c9b 100644 --- a/connect/resources/usage_automation.py +++ b/connect/resources/usage_automation.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import json from abc import ABCMeta diff --git a/connect/resources/usage_file_automation.py b/connect/resources/usage_file_automation.py index 0f04188..3e0422d 100644 --- a/connect/resources/usage_file_automation.py +++ b/connect/resources/usage_file_automation.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from abc import ABCMeta import json diff --git a/connect/rql/__init__.py b/connect/rql/__init__.py index 63ba92d..749bdb6 100644 --- a/connect/rql/__init__.py +++ b/connect/rql/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from .query import Query diff --git a/connect/rql/query.py b/connect/rql/query.py index 8254da9..e49743e 100644 --- a/connect/rql/query.py +++ b/connect/rql/query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from copy import copy from typing import Dict, List, Optional diff --git a/docs/conf.py b/docs/conf.py index ad9eca9..6a7882d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,8 +20,8 @@ # -- Project information ----------------------------------------------------- project = u'Connect SDK' -copyright = u'2019, Ingram Micro' -author = u'Ingram Micro' +copyright = u'2025, CloudBlue' +author = u'CloudBlue' # The short X.Y version version = u'' diff --git a/examples/apiary-scenario/asset_accept_workflow.py b/examples/apiary-scenario/asset_accept_workflow.py index 9e8b762..423c987 100644 --- a/examples/apiary-scenario/asset_accept_workflow.py +++ b/examples/apiary-scenario/asset_accept_workflow.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. """ This is part of the example of the implementation between connect and a Vendor System API. The detail of this scenario is documented in the documentation portal diff --git a/examples/apiary-scenario/asset_request_workflow.py b/examples/apiary-scenario/asset_request_workflow.py index 97e791c..d870af1 100644 --- a/examples/apiary-scenario/asset_request_workflow.py +++ b/examples/apiary-scenario/asset_request_workflow.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. """ This is part of the example of the implementation between connect and a Vendor System API. The detail of this scenario is documented in the documentation portal diff --git a/examples/billing_request.py b/examples/billing_request.py index 9bbaa82..3898af2 100644 --- a/examples/billing_request.py +++ b/examples/billing_request.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import json from connect.config import Config from connect.resources.subscription import Subscription diff --git a/examples/fulfillment.py b/examples/fulfillment.py index 3606ce3..aefc352 100644 --- a/examples/fulfillment.py +++ b/examples/fulfillment.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from typing import Union import warnings diff --git a/examples/manage_asset_request.py b/examples/manage_asset_request.py index 936f909..03ae734 100644 --- a/examples/manage_asset_request.py +++ b/examples/manage_asset_request.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import json from connect.config import Config from connect.resources.fulfillment import FulfillmentResource diff --git a/examples/manage_parameter.py b/examples/manage_parameter.py index 5c62e59..3567607 100644 --- a/examples/manage_parameter.py +++ b/examples/manage_parameter.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import json from connect.config import Config from connect.resources.product import ProductsResource diff --git a/examples/recurring_asset.py b/examples/recurring_asset.py index 432bcc8..853b3de 100644 --- a/examples/recurring_asset.py +++ b/examples/recurring_asset.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import json from connect.config import Config from connect.resources.subscription import Subscription diff --git a/examples/tier_account_request.py b/examples/tier_account_request.py index c6f4b29..7751345 100644 --- a/examples/tier_account_request.py +++ b/examples/tier_account_request.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import json from connect.config import Config from connect.resources.fulfillment import Fulfillment diff --git a/examples/tier_account_request_automation.py b/examples/tier_account_request_automation.py index 324e4d7..37fff70 100644 --- a/examples/tier_account_request_automation.py +++ b/examples/tier_account_request_automation.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from connect.resources.tier_account_request_automation import ( TierAccountRequestAutomation, TierAccountRequestAction, diff --git a/examples/tier_config.py b/examples/tier_config.py index b47f99e..1d07fad 100644 --- a/examples/tier_config.py +++ b/examples/tier_config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. # NOTE: This example development is in progress. This is just a skeleton. diff --git a/examples/usage.py b/examples/usage.py index 0bcfa12..4e32f25 100644 --- a/examples/usage.py +++ b/examples/usage.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from datetime import datetime, timedelta import warnings diff --git a/examples/usage_file.py b/examples/usage_file.py index 65cc060..4fe0a89 100644 --- a/examples/usage_file.py +++ b/examples/usage_file.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import warnings diff --git a/setup.py b/setup.py index 66d76ba..a8352c4 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from os.path import exists from setuptools import find_packages, setup diff --git a/tests/__init__.py b/tests/__init__.py index 3a7bbf7..58b6cc6 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. diff --git a/tests/common.py b/tests/common.py index 571fdde..6c55704 100644 --- a/tests/common.py +++ b/tests/common.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from collections import namedtuple from typing import Optional diff --git a/tests/test_asset_request.py b/tests/test_asset_request.py index f930910..ff376f6 100644 --- a/tests/test_asset_request.py +++ b/tests/test_asset_request.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import os import pytest diff --git a/tests/test_billing_request.py b/tests/test_billing_request.py index fa70637..842e773 100644 --- a/tests/test_billing_request.py +++ b/tests/test_billing_request.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import os import unittest diff --git a/tests/test_config.py b/tests/test_config.py index d7c842f..055aa23 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import os diff --git a/tests/test_conversation.py b/tests/test_conversation.py index 8e620c4..b35fd41 100644 --- a/tests/test_conversation.py +++ b/tests/test_conversation.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import datetime import os diff --git a/tests/test_deprecated.py b/tests/test_deprecated.py index ca5d964..70ac162 100644 --- a/tests/test_deprecated.py +++ b/tests/test_deprecated.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import pytest diff --git a/tests/test_directory.py b/tests/test_directory.py index c143488..f1ce22a 100644 --- a/tests/test_directory.py +++ b/tests/test_directory.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. # TODO: Assert received request data diff --git a/tests/test_models.py b/tests/test_models.py index 08e6ab8..e1d22a3 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import json import os diff --git a/tests/test_product.py b/tests/test_product.py index ab4407d..c3a19a1 100644 --- a/tests/test_product.py +++ b/tests/test_product.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import os import unittest diff --git a/tests/test_query.py b/tests/test_query.py index 3fa9092..cb4fd77 100644 --- a/tests/test_query.py +++ b/tests/test_query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from connect.rql import Query diff --git a/tests/test_recurring_asset.py b/tests/test_recurring_asset.py index ad3e51b..f9f46c1 100644 --- a/tests/test_recurring_asset.py +++ b/tests/test_recurring_asset.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import os import unittest diff --git a/tests/test_server_error_response.py b/tests/test_server_error_response.py index bf6643f..74485d3 100644 --- a/tests/test_server_error_response.py +++ b/tests/test_server_error_response.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import os diff --git a/tests/test_subscriptions.py b/tests/test_subscriptions.py index 2531529..d63ce3e 100644 --- a/tests/test_subscriptions.py +++ b/tests/test_subscriptions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import os import unittest diff --git a/tests/test_template.py b/tests/test_template.py index ea05053..584c128 100644 --- a/tests/test_template.py +++ b/tests/test_template.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. from mock import patch, MagicMock import os diff --git a/tests/test_tier_account_request.py b/tests/test_tier_account_request.py index dd39b6b..10dc73e 100644 --- a/tests/test_tier_account_request.py +++ b/tests/test_tier_account_request.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import os import unittest diff --git a/tests/test_tier_account_request_automation.py b/tests/test_tier_account_request_automation.py index 4b60701..11fc7d4 100644 --- a/tests/test_tier_account_request_automation.py +++ b/tests/test_tier_account_request_automation.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import os import unittest diff --git a/tests/test_tier_config.py b/tests/test_tier_config.py index b3d0e24..143ef99 100644 --- a/tests/test_tier_config.py +++ b/tests/test_tier_config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import os from datetime import datetime diff --git a/tests/test_tier_config_request.py b/tests/test_tier_config_request.py index 703e352..2704801 100644 --- a/tests/test_tier_config_request.py +++ b/tests/test_tier_config_request.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import os import unittest diff --git a/tests/test_usage.py b/tests/test_usage.py index ab2679b..8dd8646 100644 --- a/tests/test_usage.py +++ b/tests/test_usage.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import os import time diff --git a/tests/test_usage_file.py b/tests/test_usage_file.py index c7ad571..0f4fc17 100644 --- a/tests/test_usage_file.py +++ b/tests/test_usage_file.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect SDK. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect SDK. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. import os from datetime import datetime