Skip to content

Commit 04fdd87

Browse files
committed
Replacing '202x Ingram Micro inc.' for '2025 CloudBlue' in all files
1 parent dbbb038 commit 04fdd87

26 files changed

+26
-26
lines changed

cnct/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of the Ingram Micro CloudBlue Connect Python OpenAPI Client.
33
#
4-
# Copyright (c) 2023 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
from connect.client.exceptions import ClientError # noqa
77
from connect.client.fluent import ConnectClient # noqa

cnct/rql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This file is part of the Ingram Micro CloudBlue Connect Python OpenAPI Client.
33
#
4-
# Copyright (c) 2023 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
from connect.client.rql import R # noqa

connect/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of the Ingram Micro CloudBlue Connect Python OpenAPI Client.
33
#
4-
# Copyright (c) 2023 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
from connect.client.exceptions import ClientError # noqa
77
from connect.client.fluent import AsyncConnectClient, ConnectClient # noqa

connect/client/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of the Ingram Micro CloudBlue Connect Python OpenAPI Client.
33
#
4-
# Copyright (c) 2023 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
CONNECT_SPECS_URL = 'https://apispec.connect.cloudblue.com/connect-openapi30.yml' # noqa
77
CONNECT_ENDPOINT_URL = 'https://api.connect.cloudblue.com/public/v1' # noqa

connect/client/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of the Ingram Micro CloudBlue Connect Python OpenAPI Client.
33
#
4-
# Copyright (c) 2023 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
from http import HTTPStatus
77

connect/client/fluent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of the Ingram Micro CloudBlue Connect Python OpenAPI Client.
33
#
4-
# Copyright (c) 2023 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
import contextvars
77
import threading

connect/client/help_formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of the Ingram Micro CloudBlue Connect Python OpenAPI Client.
33
#
4-
# Copyright (c) 2023 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
import inflect
77
from connect.utils.terminal.markdown import render

connect/client/mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of the Ingram Micro CloudBlue Connect Python OpenAPI Client.
33
#
4-
# Copyright (c) 2023 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
import time
77
from typing import Any, Dict

connect/client/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of the Ingram Micro CloudBlue Connect Python OpenAPI Client.
33
#
4-
# Copyright (c) 2023 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
from connect.client.models.base import ( # noqa
77
NS,

connect/client/models/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is part of the Ingram Micro CloudBlue Connect Python OpenAPI Client.
33
#
4-
# Copyright (c) 2023 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
from connect.client.models.mixins import (
77
ActionMixin,

0 commit comments

Comments
 (0)