From d61ed87f2fe6260264f21f733c69d8ac22d2bfa6 Mon Sep 17 00:00:00 2001 From: nerim Date: Mon, 23 Jun 2025 12:43:50 +0200 Subject: [PATCH] Replacing '202x Ingram Micro inc.' for '2025 CloudBlue' in all files --- __mocks__/fileMock.js | 2 +- __mocks__/styleMock.js | 2 +- connect_bi_reporter/__init__.py | 2 +- connect_bi_reporter/events.py | 2 +- connect_bi_reporter/webapp.py | 2 +- tests/__init__.py | 2 +- tests/conftest.py | 2 +- tests/test_events.py | 2 +- tests/test_webapp.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/__mocks__/fileMock.js b/__mocks__/fileMock.js index 5d2796a..93df62f 100644 --- a/__mocks__/fileMock.js +++ b/__mocks__/fileMock.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2024, Ingram Micro +Copyright (c) 2025, CloudBlue All rights reserved. */ module.exports = 'test-file-stub'; diff --git a/__mocks__/styleMock.js b/__mocks__/styleMock.js index 792b469..51a28b3 100644 --- a/__mocks__/styleMock.js +++ b/__mocks__/styleMock.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2024, Ingram Micro +Copyright (c) 2025, CloudBlue All rights reserved. */ module.exports = {}; diff --git a/connect_bi_reporter/__init__.py b/connect_bi_reporter/__init__.py index c2dd89e..4904bdc 100644 --- a/connect_bi_reporter/__init__.py +++ b/connect_bi_reporter/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2024, Ingram Micro +# Copyright (c) 2025, CloudBlue # All rights reserved. # from connect_bi_reporter.credentials.models import * # noqa diff --git a/connect_bi_reporter/events.py b/connect_bi_reporter/events.py index 52fcc3e..d6456d2 100644 --- a/connect_bi_reporter/events.py +++ b/connect_bi_reporter/events.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2024, Ingram Micro +# Copyright (c) 2025, CloudBlue # All rights reserved. # from connect.eaas.core.decorators import event, variables diff --git a/connect_bi_reporter/webapp.py b/connect_bi_reporter/webapp.py index cef83c1..c91b8d2 100644 --- a/connect_bi_reporter/webapp.py +++ b/connect_bi_reporter/webapp.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2024, Ingram Micro +# Copyright (c) 2025, CloudBlue # All rights reserved. # from connect.client import ClientError diff --git a/tests/__init__.py b/tests/__init__.py index ffcaff1..7debe99 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2024, Ingram Micro +# Copyright (c) 2025, CloudBlue # All rights reserved. # diff --git a/tests/conftest.py b/tests/conftest.py index d74ac0f..de7edee 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2024, Ingram Micro +# Copyright (c) 2025, CloudBlue # All rights reserved. # from contextlib import contextmanager diff --git a/tests/test_events.py b/tests/test_events.py index f36728f..319637a 100644 --- a/tests/test_events.py +++ b/tests/test_events.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2024, Ingram Micro +# Copyright (c) 2025, CloudBlue # All rights reserved. # from datetime import datetime, timedelta diff --git a/tests/test_webapp.py b/tests/test_webapp.py index 69ad8aa..0898d80 100644 --- a/tests/test_webapp.py +++ b/tests/test_webapp.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2024, Ingram Micro +# Copyright (c) 2025, CloudBlue # All rights reserved. # from connect.client import ClientError