Skip to content

Commit 425fc22

Browse files
committed
Replacing '202x Ingram Micro inc.' for '2025 CloudBlue' in all files
1 parent 99abc21 commit 425fc22

Some content is hidden

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

50 files changed

+92
-92
lines changed

connect/cli/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
# This file is part of the Ingram Micro Cloud Blue Connect connect-cli
4-
# Copyright (c) 2019-2021 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect connect-cli
4+
# Copyright (c) 2025 CloudBlue. All rights reserved.
55
from importlib.metadata import version
66

77

connect/cli/ccli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
# This file is part of the Ingram Micro Cloud Blue Connect connect-cli.
4-
# Copyright (c) 2019-2021 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect connect-cli.
4+
# Copyright (c) 2025 CloudBlue. All rights reserved.
55
import io
66
import sys
77

connect/cli/core/account/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
# This file is part of the Ingram Micro Cloud Blue Connect connect-cli.
4-
# Copyright (c) 2019-2021 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect connect-cli.
4+
# Copyright (c) 2025 CloudBlue. All rights reserved.
55

66
import click
77
from click import ClickException

connect/cli/core/account/helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
# This file is part of the Ingram Micro Cloud Blue Connect connect-cli.
4-
# Copyright (c) 2019-2021 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect connect-cli.
4+
# Copyright (c) 2025 CloudBlue. All rights reserved.
55

66
import click
77
from connect.client import ClientError, ConnectClient

connect/cli/core/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
# This file is part of the Ingram Micro Cloud Blue Connect connect-cli.
4-
# Copyright (c) 2019-2021 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect connect-cli.
4+
# Copyright (c) 2025 CloudBlue. All rights reserved.
55

66
import json
77
import os

connect/cli/core/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
# This file is part of the Ingram Micro Cloud Blue Connect connect-cli.
4-
# Copyright (c) 2019-2021 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect connect-cli.
4+
# Copyright (c) 2025 CloudBlue. All rights reserved.
55

66
DEFAULT_ENDPOINT = 'https://api.connect.cloudblue.com/public/v1'
77

connect/cli/core/plugins.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
# This file is part of the Ingram Micro Cloud Blue Connect connect-cli.
4-
# Copyright (c) 2019-2022 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect connect-cli.
4+
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.
55
import click
66

77
from connect.cli.core.utils import iter_entry_points

connect/cli/core/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
# This file is part of the Ingram Micro Cloud Blue Connect connect-cli.
4-
# Copyright (c) 2019-2022 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect connect-cli.
4+
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.
55
import os
66
from collections import OrderedDict
77
from importlib.metadata import entry_points

connect/cli/plugins/commerce/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
# This file is part of the Ingram Micro Cloud Blue Connect connect-cli.
4-
# Copyright (c) 2023 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect connect-cli.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55

66
import click
77
from connect.client import R

connect/cli/plugins/customer/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
# This file is part of the Ingram Micro Cloud Blue Connect connect-cli.
4-
# Copyright (c) 2019-2022 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect connect-cli.
4+
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.
55
import warnings
66

77
import click

0 commit comments

Comments
 (0)