Skip to content

Commit 5f0c16f

Browse files
committed
Replacing '202x Ingram Micro inc.' for '2025 CloudBlue' in all files
1 parent 7854558 commit 5f0c16f

23 files changed

+23
-23
lines changed

connect/eaas/runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
22
# This file is part of the Ingram Micro CloudBlue Connect EaaS Extension Runner.
33
#
4-
# Copyright (c) 2022 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#

connect/eaas/runner/config.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 EaaS Extension Runner.
33
#
4-
# Copyright (c) 2022 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
import logging
77
import platform

connect/eaas/runner/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 EaaS Extension Runner.
33
#
4-
# Copyright (c) 2022 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66

77
from connect.eaas.core.enums import (

connect/eaas/runner/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 EaaS Extension Runner.
33
#
4-
# Copyright (c) 2022 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
class EaaSError(Exception):
77
pass

connect/eaas/runner/handlers/anvil.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 EaaS Extension Runner.
33
#
4-
# Copyright (c) 2022 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
import logging
77

connect/eaas/runner/handlers/transformations.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 EaaS Extension Runner.
33
#
4-
# Copyright (c) 2022 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
import inspect
77
import logging

connect/eaas/runner/handlers/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2023 Ingram Micro. All Rights Reserved.
2+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
33
#
44

55
import functools

connect/eaas/runner/helpers.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 EaaS Extension Runner.
33
#
4-
# Copyright (c) 2022 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
import logging
77
import os

connect/eaas/runner/main.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 EaaS Extension Runner.
33
#
4-
# Copyright (c) 2022 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
import argparse
77
import logging

connect/eaas/runner/managers/background.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 EaaS Extension Runner.
33
#
4-
# Copyright (c) 2022 Ingram Micro. All Rights Reserved.
4+
# Copyright (c) 2025 CloudBlue. All Rights Reserved.
55
#
66
import asyncio
77
import logging

0 commit comments

Comments
 (0)