Skip to content

Commit c68cae9

Browse files
authored
Merge pull request #179 from cloudblue/fix/replace-INGRAM-for-cb-texts
Automatic replacement of '202x Ingram Micro' for '2025 CloudBlue'
2 parents 9b96376 + 4eac703 commit c68cae9

File tree

118 files changed

+118
-118
lines changed

Some content is hidden

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

118 files changed

+118
-118
lines changed

dj_cqrs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
1+
# Copyright © 2025 CloudBlue. All rights reserved.
22

33
import django # pragma: no cover
44

dj_cqrs/_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
1+
# Copyright © 2025 CloudBlue. All rights reserved.
22

33
import logging
44
from inspect import getfullargspec, isfunction

dj_cqrs/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
1+
# Copyright © 2025 CloudBlue. All rights reserved.
22

33
from django.utils.translation import gettext_lazy
44

dj_cqrs/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
1+
# Copyright © 2025 CloudBlue. All rights reserved.
22

33
from django.apps import AppConfig
44
from django.conf import settings

dj_cqrs/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
1+
# Copyright © 2025 CloudBlue. All rights reserved.
22

33
ALL_BASIC_FIELDS = '__all__'
44

dj_cqrs/controller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
1+
# Copyright © 2025 CloudBlue. All rights reserved.

dj_cqrs/controller/consumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
1+
# Copyright © 2025 CloudBlue. All rights reserved.
22

33
import copy
44
import logging

dj_cqrs/controller/producer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
1+
# Copyright © 2025 CloudBlue. All rights reserved.
22

33
from dj_cqrs.transport import current_transport
44

dj_cqrs/correlation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
1+
# Copyright © 2025 CloudBlue. All rights reserved.
22

33
from django.conf import settings
44

dj_cqrs/dataclasses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
1+
# Copyright © 2025 CloudBlue. All rights reserved.
22

33
from dateutil.parser import parse as dateutil_parse
44
from django.utils import timezone

0 commit comments

Comments
 (0)