diff --git a/dj_rql/__init__.py b/dj_rql/__init__.py index ff53ddd..9977b27 100644 --- a/dj_rql/__init__.py +++ b/dj_rql/__init__.py @@ -1,3 +1,3 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # diff --git a/dj_rql/_dataclasses.py b/dj_rql/_dataclasses.py index cef5624..817ade9 100644 --- a/dj_rql/_dataclasses.py +++ b/dj_rql/_dataclasses.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # diff --git a/dj_rql/constants.py b/dj_rql/constants.py index 5aa8700..88dc1ae 100644 --- a/dj_rql/constants.py +++ b/dj_rql/constants.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from django.db import models diff --git a/dj_rql/drf/__init__.py b/dj_rql/drf/__init__.py index a8c9659..f386479 100644 --- a/dj_rql/drf/__init__.py +++ b/dj_rql/drf/__init__.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from dj_rql.drf._utils import get_query diff --git a/dj_rql/drf/_utils.py b/dj_rql/drf/_utils.py index 6c196db..0ac2a5a 100644 --- a/dj_rql/drf/_utils.py +++ b/dj_rql/drf/_utils.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from urllib.parse import unquote diff --git a/dj_rql/drf/backend.py b/dj_rql/drf/backend.py index d85f131..0b40442 100644 --- a/dj_rql/drf/backend.py +++ b/dj_rql/drf/backend.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from threading import Lock diff --git a/dj_rql/drf/compat.py b/dj_rql/drf/compat.py index 3e205d4..741309e 100644 --- a/dj_rql/drf/compat.py +++ b/dj_rql/drf/compat.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from collections import Counter diff --git a/dj_rql/drf/paginations.py b/dj_rql/drf/paginations.py index c177546..7000cb8 100644 --- a/dj_rql/drf/paginations.py +++ b/dj_rql/drf/paginations.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from lark.exceptions import LarkError diff --git a/dj_rql/drf/serializers.py b/dj_rql/drf/serializers.py index eaab7c3..ea6f141 100644 --- a/dj_rql/drf/serializers.py +++ b/dj_rql/drf/serializers.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from collections import OrderedDict diff --git a/dj_rql/fields.py b/dj_rql/fields.py index 7ba68e4..481eb76 100644 --- a/dj_rql/fields.py +++ b/dj_rql/fields.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from django.db.models import Field diff --git a/dj_rql/filter_cls.py b/dj_rql/filter_cls.py index 579075b..e19505a 100644 --- a/dj_rql/filter_cls.py +++ b/dj_rql/filter_cls.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # import decimal import re diff --git a/dj_rql/management/commands/generate_rql_class.py b/dj_rql/management/commands/generate_rql_class.py index e850d48..3b777b4 100644 --- a/dj_rql/management/commands/generate_rql_class.py +++ b/dj_rql/management/commands/generate_rql_class.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # import json diff --git a/dj_rql/openapi.py b/dj_rql/openapi.py index 8b1b2a9..e7e0393 100644 --- a/dj_rql/openapi.py +++ b/dj_rql/openapi.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from copy import copy diff --git a/dj_rql/qs.py b/dj_rql/qs.py index 4388088..f58c9ff 100644 --- a/dj_rql/qs.py +++ b/dj_rql/qs.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from collections import namedtuple diff --git a/dj_rql/transformer.py b/dj_rql/transformer.py index c841037..2df2e9d 100644 --- a/dj_rql/transformer.py +++ b/dj_rql/transformer.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from lark import Tree diff --git a/dj_rql/utils.py b/dj_rql/utils.py index e1bf61a..662a7fc 100644 --- a/dj_rql/utils.py +++ b/dj_rql/utils.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # diff --git a/mkdocs.yml b/mkdocs.yml index d4439bb..1209bab 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ site_url: https://github.com/cloudblue/django-rql repo_name: cloudblue/django-rql repo_url: https://github.com/cloudblue/django-rql edit_uri: "" -copyright: Copyright © 2023 Ingram Micro. All Rights Reserved. +copyright: Copyright © 2025 CloudBlue. All Rights Reserved. extra: generator: false social: diff --git a/tests/__init__.py b/tests/__init__.py index ff53ddd..9977b27 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1,3 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # diff --git a/tests/constants.py b/tests/constants.py index bb09ce8..594f190 100644 --- a/tests/constants.py +++ b/tests/constants.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from py_rql.constants import ( diff --git a/tests/data.py b/tests/data.py index c0d32e8..0b7744c 100644 --- a/tests/data.py +++ b/tests/data.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # diff --git a/tests/dj_rf/__init__.py b/tests/dj_rf/__init__.py index ff53ddd..9977b27 100644 --- a/tests/dj_rf/__init__.py +++ b/tests/dj_rf/__init__.py @@ -1,3 +1,3 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # diff --git a/tests/dj_rf/filters.py b/tests/dj_rf/filters.py index 2dc6b8a..3d03783 100644 --- a/tests/dj_rf/filters.py +++ b/tests/dj_rf/filters.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from copy import deepcopy diff --git a/tests/dj_rf/models.py b/tests/dj_rf/models.py index 647c0f9..f2fd0f5 100644 --- a/tests/dj_rf/models.py +++ b/tests/dj_rf/models.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from uuid import uuid4 diff --git a/tests/dj_rf/serializers.py b/tests/dj_rf/serializers.py index 105ed4c..0c4343d 100644 --- a/tests/dj_rf/serializers.py +++ b/tests/dj_rf/serializers.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from rest_framework import serializers diff --git a/tests/dj_rf/settings.py b/tests/dj_rf/settings.py index 09b4965..ce6212d 100644 --- a/tests/dj_rf/settings.py +++ b/tests/dj_rf/settings.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # import os diff --git a/tests/dj_rf/urls.py b/tests/dj_rf/urls.py index ca02dd2..8500e7e 100644 --- a/tests/dj_rf/urls.py +++ b/tests/dj_rf/urls.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from django.conf.urls import include diff --git a/tests/dj_rf/view.py b/tests/dj_rf/view.py index 70a6869..4259908 100644 --- a/tests/dj_rf/view.py +++ b/tests/dj_rf/view.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from django.db.models import CharField, IntegerField, Value diff --git a/tests/test_commands/test_generate_rql_class.py b/tests/test_commands/test_generate_rql_class.py index f5c7c66..005c7f4 100644 --- a/tests/test_commands/test_generate_rql_class.py +++ b/tests/test_commands/test_generate_rql_class.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # import os diff --git a/tests/test_drf/__init__.py b/tests/test_drf/__init__.py index ff53ddd..9977b27 100644 --- a/tests/test_drf/__init__.py +++ b/tests/test_drf/__init__.py @@ -1,3 +1,3 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # diff --git a/tests/test_drf/conftest.py b/tests/test_drf/conftest.py index 74e8956..ba3ba4e 100644 --- a/tests/test_drf/conftest.py +++ b/tests/test_drf/conftest.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # import pytest diff --git a/tests/test_drf/test_common_drf_backend.py b/tests/test_drf/test_common_drf_backend.py index bed40e4..0a78113 100644 --- a/tests/test_drf/test_common_drf_backend.py +++ b/tests/test_drf/test_common_drf_backend.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # import pytest from cachetools import LFUCache, LRUCache diff --git a/tests/test_drf/test_django_filters_backend.py b/tests/test_drf/test_django_filters_backend.py index 7f19252..87420cc 100644 --- a/tests/test_drf/test_django_filters_backend.py +++ b/tests/test_drf/test_django_filters_backend.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # import pytest diff --git a/tests/test_drf/test_dynamic_filter.py b/tests/test_drf/test_dynamic_filter.py index 9439157..e2568bb 100644 --- a/tests/test_drf/test_dynamic_filter.py +++ b/tests/test_drf/test_dynamic_filter.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # import pytest diff --git a/tests/test_drf/test_pagination.py b/tests/test_drf/test_pagination.py index 5dcc7be..7ca3d97 100644 --- a/tests/test_drf/test_pagination.py +++ b/tests/test_drf/test_pagination.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from unittest import TestCase diff --git a/tests/test_drf/test_select.py b/tests/test_drf/test_select.py index b4c65ae..f51698f 100644 --- a/tests/test_drf/test_select.py +++ b/tests/test_drf/test_select.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # import pytest diff --git a/tests/test_drf/test_serializers.py b/tests/test_drf/test_serializers.py index 816a46b..256118b 100644 --- a/tests/test_drf/test_serializers.py +++ b/tests/test_drf/test_serializers.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from collections import OrderedDict diff --git a/tests/test_filter_cls/__init__.py b/tests/test_filter_cls/__init__.py index ff53ddd..9977b27 100644 --- a/tests/test_filter_cls/__init__.py +++ b/tests/test_filter_cls/__init__.py @@ -1,3 +1,3 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # diff --git a/tests/test_filter_cls/conftest.py b/tests/test_filter_cls/conftest.py index e3a775f..e42d9ba 100644 --- a/tests/test_filter_cls/conftest.py +++ b/tests/test_filter_cls/conftest.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from datetime import timedelta diff --git a/tests/test_filter_cls/test_apply_filters.py b/tests/test_filter_cls/test_apply_filters.py index 99e66b7..5c51fb7 100644 --- a/tests/test_filter_cls/test_apply_filters.py +++ b/tests/test_filter_cls/test_apply_filters.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from functools import partial diff --git a/tests/test_filter_cls/test_fields_filtering.py b/tests/test_filter_cls/test_fields_filtering.py index 257aa34..a7bb98a 100644 --- a/tests/test_filter_cls/test_fields_filtering.py +++ b/tests/test_filter_cls/test_fields_filtering.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from datetime import date, datetime diff --git a/tests/test_filter_cls/test_initialization.py b/tests/test_filter_cls/test_initialization.py index 5124382..2c48c85 100644 --- a/tests/test_filter_cls/test_initialization.py +++ b/tests/test_filter_cls/test_initialization.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # import pytest diff --git a/tests/test_filter_cls/test_select.py b/tests/test_filter_cls/test_select.py index 694e608..c95652a 100644 --- a/tests/test_filter_cls/test_select.py +++ b/tests/test_filter_cls/test_select.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # import pytest diff --git a/tests/test_filter_cls/utils.py b/tests/test_filter_cls/utils.py index 339f72a..4841ebe 100644 --- a/tests/test_filter_cls/utils.py +++ b/tests/test_filter_cls/utils.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from tests.dj_rf.models import Book from tests.dj_rf.view import apply_annotations diff --git a/tests/test_openapi.py b/tests/test_openapi.py index bd332e4..c642e35 100644 --- a/tests/test_openapi.py +++ b/tests/test_openapi.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # from copy import copy diff --git a/tests/test_qs.py b/tests/test_qs.py index 74af434..4abb1c1 100644 --- a/tests/test_qs.py +++ b/tests/test_qs.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # import pytest diff --git a/tests/test_utils.py b/tests/test_utils.py index acf2766..a9fe953 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,5 +1,5 @@ # -# Copyright © 2023 Ingram Micro Inc. All rights reserved. +# Copyright © 2025 CloudBlue. All rights reserved. # import pytest