Skip to content

Commit e8aa5cf

Browse files
committed
Replacing '202x Ingram Micro inc.' for '2025 CloudBlue' in all files
1 parent 656d653 commit e8aa5cf

File tree

127 files changed

+254
-254
lines changed

Some content is hidden

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

127 files changed

+254
-254
lines changed

connect/__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 SDK.
4-
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect SDK.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55

66
from abc import ABCMeta
77

connect/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 SDK.
4-
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect SDK.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55

66
import json
77
import os

connect/exceptions.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 SDK.
4-
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect SDK.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55

66
from typing import List
77

connect/logger/__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 SDK.
4-
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect SDK.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55

66
from .logger import function_log, logger, LoggerAdapter
77

connect/logger/logger.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 SDK.
4-
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect SDK.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55

66
from functools import wraps
77
import json

connect/models/__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 SDK.
4-
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect SDK.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55

66
from .activation import Activation
77
from .activation_template_response import ActivationTemplateResponse

connect/models/activation.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 SDK.
4-
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect SDK.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55

66
import datetime
77
from typing import Optional

connect/models/activation_template_response.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 SDK.
4-
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect SDK.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55

66

77
class ActivationTemplateResponse(object):

connect/models/activation_tile_response.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 SDK.
4-
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect SDK.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55

66
import json
77

connect/models/agreement.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 SDK.
4-
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
3+
# This file is part of the CloudBlue Connect SDK.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55

66
import datetime
77
from typing import Optional, List

0 commit comments

Comments
 (0)