Skip to content

Commit 390f6fa

Browse files
committed
Replacing '202x Ingram Micro inc.' for '2025 CloudBlue' in all files
1 parent 3678ae6 commit 390f6fa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dj_mongoengine_rql/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2022 Ingram Micro. All rights reserved.
2+
# Copyright © 2025 CloudBlue. All Rights Reserved.
33
#
44

55
from dj_rql.constants import FilterTypes

dj_mongoengine_rql/filter_cls.py

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

55
from dj_rql.constants import DjangoLookups

dj_mongoengine_rql/q.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2022 Ingram Micro. All rights reserved.
2+
# Copyright © 2025 CloudBlue. All Rights Reserved.
33
#
44

55
from mongoengine import Q as ME_Q

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2022 CloudBlue LLC. All rights reserved.
2+
# Copyright © 2025 CloudBlue LLC. All rights reserved.
33
#
44

55
import pytest

tests/documents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2022 CloudBlue LLC. All rights reserved.
2+
# Copyright © 2025 CloudBlue LLC. All rights reserved.
33
#
44

55
from django_mongoengine import Document, EmbeddedDocument, fields

tests/test_filter_cls.py

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

55
from typing import Pattern

0 commit comments

Comments
 (0)