Skip to content

Commit aa78c65

Browse files
authored
Merge pull request #51 from cloudblue/fix/replace-INGRAM-for-cb-texts
Automatic replacement of '202x Ingram Micro' for '2025 CloudBlue'
2 parents 133889a + d61ed87 commit aa78c65

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

__mocks__/fileMock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2024, Ingram Micro
2+
Copyright (c) 2025, CloudBlue
33
All rights reserved.
44
*/
55
module.exports = 'test-file-stub';

__mocks__/styleMock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2024, Ingram Micro
2+
Copyright (c) 2025, CloudBlue
33
All rights reserved.
44
*/
55
module.exports = {};

connect_bi_reporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2024, Ingram Micro
3+
# Copyright (c) 2025, CloudBlue
44
# All rights reserved.
55
#
66
from connect_bi_reporter.credentials.models import * # noqa

connect_bi_reporter/events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2024, Ingram Micro
3+
# Copyright (c) 2025, CloudBlue
44
# All rights reserved.
55
#
66
from connect.eaas.core.decorators import event, variables

connect_bi_reporter/webapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2024, Ingram Micro
3+
# Copyright (c) 2025, CloudBlue
44
# All rights reserved.
55
#
66
from connect.client import ClientError

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2024, Ingram Micro
3+
# Copyright (c) 2025, CloudBlue
44
# All rights reserved.
55
#

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2024, Ingram Micro
3+
# Copyright (c) 2025, CloudBlue
44
# All rights reserved.
55
#
66
from contextlib import contextmanager

tests/test_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2024, Ingram Micro
3+
# Copyright (c) 2025, CloudBlue
44
# All rights reserved.
55
#
66
from datetime import datetime, timedelta

tests/test_webapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2024, Ingram Micro
3+
# Copyright (c) 2025, CloudBlue
44
# All rights reserved.
55
#
66
from connect.client import ClientError

0 commit comments

Comments
 (0)