Skip to content

Automatic replacement of '202x Ingram Micro' for '2025 CloudBlue' #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dj_rql/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#
2 changes: 1 addition & 1 deletion dj_rql/_dataclasses.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#


Expand Down
2 changes: 1 addition & 1 deletion dj_rql/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from django.db import models
Expand Down
2 changes: 1 addition & 1 deletion dj_rql/drf/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dj_rql/drf/_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from urllib.parse import unquote
Expand Down
2 changes: 1 addition & 1 deletion dj_rql/drf/backend.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#
from threading import Lock

Expand Down
2 changes: 1 addition & 1 deletion dj_rql/drf/compat.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from collections import Counter
Expand Down
2 changes: 1 addition & 1 deletion dj_rql/drf/paginations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from lark.exceptions import LarkError
Expand Down
2 changes: 1 addition & 1 deletion dj_rql/drf/serializers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from collections import OrderedDict
Expand Down
2 changes: 1 addition & 1 deletion dj_rql/fields.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from django.db.models import Field
Expand Down
2 changes: 1 addition & 1 deletion dj_rql/filter_cls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#
import decimal
import re
Expand Down
2 changes: 1 addition & 1 deletion dj_rql/management/commands/generate_rql_class.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

import json
Expand Down
2 changes: 1 addition & 1 deletion dj_rql/openapi.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from copy import copy
Expand Down
2 changes: 1 addition & 1 deletion dj_rql/qs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from collections import namedtuple
Expand Down
2 changes: 1 addition & 1 deletion dj_rql/transformer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from lark import Tree
Expand Down
2 changes: 1 addition & 1 deletion dj_rql/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#


Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#
2 changes: 1 addition & 1 deletion tests/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from py_rql.constants import (
Expand Down
2 changes: 1 addition & 1 deletion tests/data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#


Expand Down
2 changes: 1 addition & 1 deletion tests/dj_rf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#
2 changes: 1 addition & 1 deletion tests/dj_rf/filters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#
from copy import deepcopy

Expand Down
2 changes: 1 addition & 1 deletion tests/dj_rf/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from uuid import uuid4
Expand Down
2 changes: 1 addition & 1 deletion tests/dj_rf/serializers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from rest_framework import serializers
Expand Down
2 changes: 1 addition & 1 deletion tests/dj_rf/settings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

import os
Expand Down
2 changes: 1 addition & 1 deletion tests/dj_rf/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from django.conf.urls import include
Expand Down
2 changes: 1 addition & 1 deletion tests/dj_rf/view.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_commands/test_generate_rql_class.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

import os
Expand Down
2 changes: 1 addition & 1 deletion tests/test_drf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#
2 changes: 1 addition & 1 deletion tests/test_drf/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_drf/test_common_drf_backend.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_drf/test_django_filters_backend.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_drf/test_dynamic_filter.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_drf/test_pagination.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from unittest import TestCase
Expand Down
2 changes: 1 addition & 1 deletion tests/test_drf/test_select.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_drf/test_serializers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from collections import OrderedDict
Expand Down
2 changes: 1 addition & 1 deletion tests/test_filter_cls/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#
2 changes: 1 addition & 1 deletion tests/test_filter_cls/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from datetime import timedelta
Expand Down
2 changes: 1 addition & 1 deletion tests/test_filter_cls/test_apply_filters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from functools import partial
Expand Down
2 changes: 1 addition & 1 deletion tests/test_filter_cls/test_fields_filtering.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from datetime import date, datetime
Expand Down
2 changes: 1 addition & 1 deletion tests/test_filter_cls/test_initialization.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_filter_cls/test_select.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_filter_cls/utils.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_openapi.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

from copy import copy
Expand Down
2 changes: 1 addition & 1 deletion tests/test_qs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2023 Ingram Micro Inc. All rights reserved.
# Copyright © 2025 CloudBlue. All rights reserved.
#

import pytest
Expand Down
Loading