diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index edcf25d1..64b3a851 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Taiga follows the [conventional commits format](https://www.conventionalcommits. ## Developer Certificate of Origin + License -By contributing to Kaleidos Ventures SL, You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Kaleidos Ventures SL Except for the license granted herein to Kaleidos Ventures SL and recipients of software distributed by Kaleidos Ventures SL, You reserve all right, title, and interest in and to Your Contributions. +By contributing to Kaleidos INC, You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Kaleidos INC Except for the license granted herein to Kaleidos INC and recipients of software distributed by Kaleidos INC, You reserve all right, title, and interest in and to Your Contributions. All Contributions are subject to the following DCO + License terms. diff --git a/docker/Dockerfile b/docker/Dockerfile index 77a43ceb..728ef8ae 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC FROM python:3.11-slim LABEL maintainer="support@taiga.io" diff --git a/docker/async_entrypoint.sh b/docker/async_entrypoint.sh index 543b7d31..ae27a297 100644 --- a/docker/async_entrypoint.sh +++ b/docker/async_entrypoint.sh @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC set -euo pipefail diff --git a/docker/config.py b/docker/config.py index 6de59a02..e252ea69 100644 --- a/docker/config.py +++ b/docker/config.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from .common import * import os diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 98d08b42..9d1b0f48 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC set -euo pipefail diff --git a/manage.py b/manage.py index 602b9a98..d1f533ec 100755 --- a/manage.py +++ b/manage.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import os diff --git a/regenerate.sh b/regenerate.sh index 53316db2..d7d124ad 100755 --- a/regenerate.sh +++ b/regenerate.sh @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC show_answer=true while [ $# -gt 0 ]; do diff --git a/scripts/generate_fixtures_initial_project_templates.sh b/scripts/generate_fixtures_initial_project_templates.sh index 62214ef7..db86fd2c 100755 --- a/scripts/generate_fixtures_initial_project_templates.sh +++ b/scripts/generate_fixtures_initial_project_templates.sh @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC python ./manage.py dumpdata --format json \ --indent 4 \ diff --git a/scripts/manage_translations.py b/scripts/manage_translations.py index 842385d1..c75dcfce 100755 --- a/scripts/manage_translations.py +++ b/scripts/manage_translations.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # NOTE: This script is based on django's manage_translations.py script # (https://github.com/django/django/blob/master/scripts/manage_translations.py) diff --git a/settings/__init__.py b/settings/__init__.py index b92267f0..e38750ac 100644 --- a/settings/__init__.py +++ b/settings/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/settings/common.py b/settings/common.py index 54c6edde..ca49e773 100644 --- a/settings/common.py +++ b/settings/common.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import os import os.path diff --git a/taiga/__init__.py b/taiga/__init__.py index d00a2237..bae326e3 100644 --- a/taiga/__init__.py +++ b/taiga/__init__.py @@ -3,6 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC __version__ = '6.7.3' diff --git a/taiga/auth/__init__.py b/taiga/auth/__init__.py index 8293af3b..4f7f3e3d 100644 --- a/taiga/auth/__init__.py +++ b/taiga/auth/__init__.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/api.py b/taiga/auth/api.py index 0976928f..150debfe 100644 --- a/taiga/auth/api.py +++ b/taiga/auth/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from functools import partial diff --git a/taiga/auth/authentication.py b/taiga/auth/authentication.py index 6f4fd7ec..55072e8a 100644 --- a/taiga/auth/authentication.py +++ b/taiga/auth/authentication.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/backends.py b/taiga/auth/backends.py index 83cafe96..9237a79b 100644 --- a/taiga/auth/backends.py +++ b/taiga/auth/backends.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/compat.py b/taiga/auth/compat.py index 36a2805e..37602dfe 100644 --- a/taiga/auth/compat.py +++ b/taiga/auth/compat.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/exceptions.py b/taiga/auth/exceptions.py index 2f2c0f44..52f12a61 100644 --- a/taiga/auth/exceptions.py +++ b/taiga/auth/exceptions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/models.py b/taiga/auth/models.py index 7fd50336..f51e8117 100644 --- a/taiga/auth/models.py +++ b/taiga/auth/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/permissions.py b/taiga/auth/permissions.py index f42da679..e0e1d638 100644 --- a/taiga/auth/permissions.py +++ b/taiga/auth/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import TaigaResourcePermission, AllowAny diff --git a/taiga/auth/serializers.py b/taiga/auth/serializers.py index 13bbc2c3..d1cde9d5 100644 --- a/taiga/auth/serializers.py +++ b/taiga/auth/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/services.py b/taiga/auth/services.py index c809b60e..9daacf67 100644 --- a/taiga/auth/services.py +++ b/taiga/auth/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # from typing import Callable diff --git a/taiga/auth/settings.py b/taiga/auth/settings.py index 311285e5..5d1beaca 100644 --- a/taiga/auth/settings.py +++ b/taiga/auth/settings.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/signals.py b/taiga/auth/signals.py index 1cebf8a3..e8400c84 100644 --- a/taiga/auth/signals.py +++ b/taiga/auth/signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import django.dispatch diff --git a/taiga/auth/state.py b/taiga/auth/state.py index 9ffe52cb..bdfb6cfb 100644 --- a/taiga/auth/state.py +++ b/taiga/auth/state.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/throttling.py b/taiga/auth/throttling.py index 8470c522..90fce814 100644 --- a/taiga/auth/throttling.py +++ b/taiga/auth/throttling.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base import throttling diff --git a/taiga/auth/token_denylist/__init__.py b/taiga/auth/token_denylist/__init__.py index 72eb798c..8f8f4fef 100644 --- a/taiga/auth/token_denylist/__init__.py +++ b/taiga/auth/token_denylist/__init__.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/token_denylist/admin.py b/taiga/auth/token_denylist/admin.py index 913b4d3a..12770f73 100644 --- a/taiga/auth/token_denylist/admin.py +++ b/taiga/auth/token_denylist/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/token_denylist/apps.py b/taiga/auth/token_denylist/apps.py index 97b28215..56b7d0ec 100644 --- a/taiga/auth/token_denylist/apps.py +++ b/taiga/auth/token_denylist/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/token_denylist/management/commands/flushexpiredtokens.py b/taiga/auth/token_denylist/management/commands/flushexpiredtokens.py index 074141f7..e4c55e41 100644 --- a/taiga/auth/token_denylist/management/commands/flushexpiredtokens.py +++ b/taiga/auth/token_denylist/management/commands/flushexpiredtokens.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/token_denylist/migrations/0001_initial.py b/taiga/auth/token_denylist/migrations/0001_initial.py index ce703977..df407638 100644 --- a/taiga/auth/token_denylist/migrations/0001_initial.py +++ b/taiga/auth/token_denylist/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.23 on 2021-06-23 09:01 diff --git a/taiga/auth/token_denylist/models.py b/taiga/auth/token_denylist/models.py index 629dc076..4eab0960 100644 --- a/taiga/auth/token_denylist/models.py +++ b/taiga/auth/token_denylist/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/token_denylist/tasks.py b/taiga/auth/token_denylist/tasks.py index 55fcfaf4..20577e6e 100644 --- a/taiga/auth/token_denylist/tasks.py +++ b/taiga/auth/token_denylist/tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management import call_command diff --git a/taiga/auth/tokens.py b/taiga/auth/tokens.py index 96a78ae4..802d245e 100644 --- a/taiga/auth/tokens.py +++ b/taiga/auth/tokens.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/auth/utils.py b/taiga/auth/utils.py index 2ab4492c..f7a46d31 100644 --- a/taiga/auth/utils.py +++ b/taiga/auth/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/taiga/base/__init__.py b/taiga/base/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/base/__init__.py +++ b/taiga/base/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/base/api/__init__.py b/taiga/base/api/__init__.py index 8f3732b8..201defda 100644 --- a/taiga/base/api/__init__.py +++ b/taiga/base/api/__init__.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/authentication.py b/taiga/base/api/authentication.py index 5a40f9bf..3af69ebb 100644 --- a/taiga/base/api/authentication.py +++ b/taiga/base/api/authentication.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/fields.py b/taiga/base/api/fields.py index 1a2ccd84..b57cacb3 100644 --- a/taiga/base/api/fields.py +++ b/taiga/base/api/fields.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/generics.py b/taiga/base/api/generics.py index da2acc06..9433b114 100644 --- a/taiga/base/api/generics.py +++ b/taiga/base/api/generics.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/mixins.py b/taiga/base/api/mixins.py index a934af70..a51cfeb7 100644 --- a/taiga/base/api/mixins.py +++ b/taiga/base/api/mixins.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/negotiation.py b/taiga/base/api/negotiation.py index 80903c1f..28465834 100644 --- a/taiga/base/api/negotiation.py +++ b/taiga/base/api/negotiation.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/pagination.py b/taiga/base/api/pagination.py index d7540759..38a8474b 100644 --- a/taiga/base/api/pagination.py +++ b/taiga/base/api/pagination.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.paginator import ( EmptyPage, diff --git a/taiga/base/api/parsers.py b/taiga/base/api/parsers.py index 246b2ef4..eccf9a7c 100644 --- a/taiga/base/api/parsers.py +++ b/taiga/base/api/parsers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/permissions.py b/taiga/base/api/permissions.py index 7987844a..5bb7d0b4 100644 --- a/taiga/base/api/permissions.py +++ b/taiga/base/api/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import abc import inspect diff --git a/taiga/base/api/relations.py b/taiga/base/api/relations.py index 3066f934..14cc3841 100644 --- a/taiga/base/api/relations.py +++ b/taiga/base/api/relations.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/renderers.py b/taiga/base/api/renderers.py index 51f36c39..98e66aba 100644 --- a/taiga/base/api/renderers.py +++ b/taiga/base/api/renderers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/request.py b/taiga/base/api/request.py index a4669882..712ab575 100644 --- a/taiga/base/api/request.py +++ b/taiga/base/api/request.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/reverse.py b/taiga/base/api/reverse.py index 33a61dab..3a40516d 100644 --- a/taiga/base/api/reverse.py +++ b/taiga/base/api/reverse.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/serializers.py b/taiga/base/api/serializers.py index d578ee65..22482311 100644 --- a/taiga/base/api/serializers.py +++ b/taiga/base/api/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/settings.py b/taiga/base/api/settings.py index 7fcd169a..aabb0dbc 100644 --- a/taiga/base/api/settings.py +++ b/taiga/base/api/settings.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/throttling.py b/taiga/base/api/throttling.py index a468fc7f..47a019aa 100644 --- a/taiga/base/api/throttling.py +++ b/taiga/base/api/throttling.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/urlpatterns.py b/taiga/base/api/urlpatterns.py index 184f2e2f..612015f0 100644 --- a/taiga/base/api/urlpatterns.py +++ b/taiga/base/api/urlpatterns.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/utils/__init__.py b/taiga/base/api/utils/__init__.py index ad45e1a6..d4b27697 100644 --- a/taiga/base/api/utils/__init__.py +++ b/taiga/base/api/utils/__init__.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/utils/encoders.py b/taiga/base/api/utils/encoders.py index 38b00bcf..700fc7f8 100644 --- a/taiga/base/api/utils/encoders.py +++ b/taiga/base/api/utils/encoders.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/utils/formatting.py b/taiga/base/api/utils/formatting.py index f754f788..c27a3117 100644 --- a/taiga/base/api/utils/formatting.py +++ b/taiga/base/api/utils/formatting.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/utils/mediatypes.py b/taiga/base/api/utils/mediatypes.py index c30e05c3..cb96fb45 100644 --- a/taiga/base/api/utils/mediatypes.py +++ b/taiga/base/api/utils/mediatypes.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/validators.py b/taiga/base/api/validators.py index d8193330..10de0d44 100644 --- a/taiga/base/api/validators.py +++ b/taiga/base/api/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from . import serializers diff --git a/taiga/base/api/views.py b/taiga/base/api/views.py index 34707ab8..ea70a9a5 100644 --- a/taiga/base/api/views.py +++ b/taiga/base/api/views.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/api/viewsets.py b/taiga/base/api/viewsets.py index 8061b8f4..7d92759d 100644 --- a/taiga/base/api/viewsets.py +++ b/taiga/base/api/viewsets.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/apps.py b/taiga/base/apps.py index 8824ead7..dcc4f960 100644 --- a/taiga/base/apps.py +++ b/taiga/base/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import AppConfig diff --git a/taiga/base/connectors/__init__.py b/taiga/base/connectors/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/base/connectors/__init__.py +++ b/taiga/base/connectors/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/base/connectors/exceptions.py b/taiga/base/connectors/exceptions.py index 0dfa4bf7..2b9b8004 100644 --- a/taiga/base/connectors/exceptions.py +++ b/taiga/base/connectors/exceptions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.exceptions import BaseException diff --git a/taiga/base/db/__init__.py b/taiga/base/db/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/base/db/__init__.py +++ b/taiga/base/db/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/base/db/models/__init__.py b/taiga/base/db/models/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/base/db/models/__init__.py +++ b/taiga/base/db/models/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/base/db/models/fields/__init__.py b/taiga/base/db/models/fields/__init__.py index e9b93e61..20169f6a 100644 --- a/taiga/base/db/models/fields/__init__.py +++ b/taiga/base/db/models/fields/__init__.py @@ -3,6 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from .json import JSONField diff --git a/taiga/base/db/models/fields/json.py b/taiga/base/db/models/fields/json.py index c05b89a7..ba84f1bc 100644 --- a/taiga/base/db/models/fields/json.py +++ b/taiga/base/db/models/fields/json.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.serializers.json import DjangoJSONEncoder from django.db.models import JSONField as DjangoJSONField diff --git a/taiga/base/decorators.py b/taiga/base/decorators.py index 943d6a1c..d91d8ef4 100644 --- a/taiga/base/decorators.py +++ b/taiga/base/decorators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django_pglocks import advisory_lock diff --git a/taiga/base/exceptions.py b/taiga/base/exceptions.py index da5ec491..8bea4dde 100644 --- a/taiga/base/exceptions.py +++ b/taiga/base/exceptions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/fields.py b/taiga/base/fields.py index 7d2dd7e8..d6c1ce56 100644 --- a/taiga/base/fields.py +++ b/taiga/base/fields.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.forms import widgets from django.utils.translation import gettext as _ diff --git a/taiga/base/filters.py b/taiga/base/filters.py index ac3406c2..6b65da4b 100644 --- a/taiga/base/filters.py +++ b/taiga/base/filters.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import logging diff --git a/taiga/base/formats/__init__.py b/taiga/base/formats/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/base/formats/__init__.py +++ b/taiga/base/formats/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/base/formats/en/__init__.py b/taiga/base/formats/en/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/base/formats/en/__init__.py +++ b/taiga/base/formats/en/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/base/formats/en/formats.py b/taiga/base/formats/en/formats.py index 1fae7fec..0842adeb 100644 --- a/taiga/base/formats/en/formats.py +++ b/taiga/base/formats/en/formats.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC DATE_FORMAT = "d/m/Y" SHORT_DATE_FORMAT = "d/m/Y" diff --git a/taiga/base/formats/es/__init__.py b/taiga/base/formats/es/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/base/formats/es/__init__.py +++ b/taiga/base/formats/es/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/base/formats/es/formats.py b/taiga/base/formats/es/formats.py index e82ebfb4..3c2f342c 100644 --- a/taiga/base/formats/es/formats.py +++ b/taiga/base/formats/es/formats.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC DATE_FORMAT = "d/m/Y" SHORT_DATE_FORMAT = "d/m/Y" diff --git a/taiga/base/mails.py b/taiga/base/mails.py index b265654a..d1562480 100644 --- a/taiga/base/mails.py +++ b/taiga/base/mails.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings diff --git a/taiga/base/management/__init__.py b/taiga/base/management/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/base/management/__init__.py +++ b/taiga/base/management/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/base/management/commands/__init__.py b/taiga/base/management/commands/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/base/management/commands/__init__.py +++ b/taiga/base/management/commands/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/base/management/commands/test_emails.py b/taiga/base/management/commands/test_emails.py index 22f135f1..c314cb15 100644 --- a/taiga/base/management/commands/test_emails.py +++ b/taiga/base/management/commands/test_emails.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import datetime diff --git a/taiga/base/middleware/__init__.py b/taiga/base/middleware/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/base/middleware/__init__.py +++ b/taiga/base/middleware/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/base/middleware/cors.py b/taiga/base/middleware/cors.py index f395c779..d0f4339d 100644 --- a/taiga/base/middleware/cors.py +++ b/taiga/base/middleware/cors.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django import http from django.conf import settings diff --git a/taiga/base/monkey.py b/taiga/base/monkey.py index b92267f0..e38750ac 100644 --- a/taiga/base/monkey.py +++ b/taiga/base/monkey.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/base/neighbors.py b/taiga/base/neighbors.py index dd2babb7..bdb9fda7 100644 --- a/taiga/base/neighbors.py +++ b/taiga/base/neighbors.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from collections import namedtuple diff --git a/taiga/base/response.py b/taiga/base/response.py index d7d77a7d..2565f8d8 100644 --- a/taiga/base/response.py +++ b/taiga/base/response.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/routers.py b/taiga/base/routers.py index 33a644d6..7278392e 100644 --- a/taiga/base/routers.py +++ b/taiga/base/routers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Django Rest Framework 2.4.0 routers module (should be removed when 2.4 is released) diff --git a/taiga/base/signals/__init__.py b/taiga/base/signals/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/base/signals/__init__.py +++ b/taiga/base/signals/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/base/signals/cleanup_files.py b/taiga/base/signals/cleanup_files.py index 8885e099..399eaa00 100644 --- a/taiga/base/signals/cleanup_files.py +++ b/taiga/base/signals/cleanup_files.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.db import models, connection diff --git a/taiga/base/signals/thumbnails.py b/taiga/base/signals/thumbnails.py index 7e3f2acd..558d1e3d 100644 --- a/taiga/base/signals/thumbnails.py +++ b/taiga/base/signals/thumbnails.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from .cleanup_files import cleanup_post_delete from easy_thumbnails.files import get_thumbnailer diff --git a/taiga/base/status.py b/taiga/base/status.py index 889f4de5..2b30246d 100644 --- a/taiga/base/status.py +++ b/taiga/base/status.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # The code is partially taken (and modified) from django rest framework # that is licensed under the following terms: diff --git a/taiga/base/storage.py b/taiga/base/storage.py index 840f6206..9c40414a 100644 --- a/taiga/base/storage.py +++ b/taiga/base/storage.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import errno diff --git a/taiga/base/templates/emails/base-body-html.jinja b/taiga/base/templates/emails/base-body-html.jinja index d71f2a40..590b7556 100644 --- a/taiga/base/templates/emails/base-body-html.jinja +++ b/taiga/base/templates/emails/base-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} diff --git a/taiga/base/templates/emails/hero-body-html.jinja b/taiga/base/templates/emails/hero-body-html.jinja index 4e8de076..c996e857 100644 --- a/taiga/base/templates/emails/hero-body-html.jinja +++ b/taiga/base/templates/emails/hero-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} diff --git a/taiga/base/templates/emails/includes/footer.css b/taiga/base/templates/emails/includes/footer.css index 8aa3b95d..18fe1852 100644 --- a/taiga/base/templates/emails/includes/footer.css +++ b/taiga/base/templates/emails/includes/footer.css @@ -4,7 +4,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC */ #templateFooter{ diff --git a/taiga/base/templates/emails/includes/footer.jinja b/taiga/base/templates/emails/includes/footer.jinja index 5432e8c1..2c2620a3 100644 --- a/taiga/base/templates/emails/includes/footer.jinja +++ b/taiga/base/templates/emails/includes/footer.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} diff --git a/taiga/base/templates/emails/updates-body-html.jinja b/taiga/base/templates/emails/updates-body-html.jinja index de62885c..806fc5fe 100644 --- a/taiga/base/templates/emails/updates-body-html.jinja +++ b/taiga/base/templates/emails/updates-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} diff --git a/taiga/base/templates/emails/updates-body-text.jinja b/taiga/base/templates/emails/updates-body-text.jinja index 97631eaf..5abdb915 100644 --- a/taiga/base/templates/emails/updates-body-text.jinja +++ b/taiga/base/templates/emails/updates-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% block head %}{% endblock %} diff --git a/taiga/base/throttling.py b/taiga/base/throttling.py index 43aa8481..53f15a4f 100644 --- a/taiga/base/throttling.py +++ b/taiga/base/throttling.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings from django.core.exceptions import ImproperlyConfigured diff --git a/taiga/base/utils/__init__.py b/taiga/base/utils/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/base/utils/__init__.py +++ b/taiga/base/utils/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/base/utils/collections.py b/taiga/base/utils/collections.py index 53d46d04..41dcf382 100644 --- a/taiga/base/utils/collections.py +++ b/taiga/base/utils/collections.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from collections.abc import MutableSet diff --git a/taiga/base/utils/colors.py b/taiga/base/utils/colors.py index 631b683d..f62acc7e 100644 --- a/taiga/base/utils/colors.py +++ b/taiga/base/utils/colors.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import random diff --git a/taiga/base/utils/contenttypes.py b/taiga/base/utils/contenttypes.py index b68475b4..4a8c8414 100644 --- a/taiga/base/utils/contenttypes.py +++ b/taiga/base/utils/contenttypes.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.contrib.contenttypes.management import create_contenttypes diff --git a/taiga/base/utils/db.py b/taiga/base/utils/db.py index 00ebaee5..1665ac93 100644 --- a/taiga/base/utils/db.py +++ b/taiga/base/utils/db.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib.contenttypes.models import ContentType from django.db import connection diff --git a/taiga/base/utils/dicts.py b/taiga/base/utils/dicts.py index 2e220df7..6d17c21d 100644 --- a/taiga/base/utils/dicts.py +++ b/taiga/base/utils/dicts.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import collections diff --git a/taiga/base/utils/diff.py b/taiga/base/utils/diff.py index 641483e8..60807dde 100644 --- a/taiga/base/utils/diff.py +++ b/taiga/base/utils/diff.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC def make_diff(first: dict, second: dict, not_found_value=None, excluded_keys: tuple = ()) -> dict: diff --git a/taiga/base/utils/files.py b/taiga/base/utils/files.py index 32108fa5..1b116c16 100644 --- a/taiga/base/utils/files.py +++ b/taiga/base/utils/files.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import hashlib diff --git a/taiga/base/utils/functions.py b/taiga/base/utils/functions.py index a2841e9a..59c48857 100644 --- a/taiga/base/utils/functions.py +++ b/taiga/base/utils/functions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC def noop(*args, **kwargs): """The noop function.""" diff --git a/taiga/base/utils/iterators.py b/taiga/base/utils/iterators.py index f48e4088..5414b6c3 100644 --- a/taiga/base/utils/iterators.py +++ b/taiga/base/utils/iterators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from functools import wraps, partial from django.core.paginator import Paginator diff --git a/taiga/base/utils/json.py b/taiga/base/utils/json.py index 01fb1cca..846ee953 100644 --- a/taiga/base/utils/json.py +++ b/taiga/base/utils/json.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.encoding import force_str diff --git a/taiga/base/utils/logs.py b/taiga/base/utils/logs.py index a436356e..35b79b18 100644 --- a/taiga/base/utils/logs.py +++ b/taiga/base/utils/logs.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.views.debug import ExceptionReporter from django.utils.log import AdminEmailHandler diff --git a/taiga/base/utils/signals.py b/taiga/base/utils/signals.py index 228e1bcf..bc7d4eb6 100644 --- a/taiga/base/utils/signals.py +++ b/taiga/base/utils/signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/base/utils/slug.py b/taiga/base/utils/slug.py index 8cd6e5a1..d857be14 100644 --- a/taiga/base/utils/slug.py +++ b/taiga/base/utils/slug.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.template.defaultfilters import slugify as django_slugify diff --git a/taiga/base/utils/text.py b/taiga/base/utils/text.py index eeb92de2..9521de2a 100644 --- a/taiga/base/utils/text.py +++ b/taiga/base/utils/text.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC def strip_lines(text): """ diff --git a/taiga/base/utils/thumbnails.py b/taiga/base/utils/thumbnails.py index f8e44311..9523ae14 100644 --- a/taiga/base/utils/thumbnails.py +++ b/taiga/base/utils/thumbnails.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import os diff --git a/taiga/base/utils/time.py b/taiga/base/utils/time.py index 7088f55b..1cde4ad8 100644 --- a/taiga/base/utils/time.py +++ b/taiga/base/utils/time.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import time diff --git a/taiga/base/utils/urls.py b/taiga/base/utils/urls.py index cb0bdbe0..9e77850c 100644 --- a/taiga/base/utils/urls.py +++ b/taiga/base/utils/urls.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import ipaddress import socket diff --git a/taiga/celery.py b/taiga/celery.py index 6b3420df..89628bfb 100644 --- a/taiga/celery.py +++ b/taiga/celery.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import absolute_import, unicode_literals import random diff --git a/taiga/events/__init__.py b/taiga/events/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/events/__init__.py +++ b/taiga/events/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/events/apps.py b/taiga/events/apps.py index 19e8c1c8..b2b142e1 100644 --- a/taiga/events/apps.py +++ b/taiga/events/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # from django.apps import apps, AppConfig diff --git a/taiga/events/backends/__init__.py b/taiga/events/backends/__init__.py index 3efd2fc0..dc8680ba 100644 --- a/taiga/events/backends/__init__.py +++ b/taiga/events/backends/__init__.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from .base import get_events_backend diff --git a/taiga/events/backends/base.py b/taiga/events/backends/base.py index 1d6021d5..f9e59220 100644 --- a/taiga/events/backends/base.py +++ b/taiga/events/backends/base.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import abc import importlib diff --git a/taiga/events/backends/postgresql.py b/taiga/events/backends/postgresql.py index 8242cd49..e0fcc34d 100644 --- a/taiga/events/backends/postgresql.py +++ b/taiga/events/backends/postgresql.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import transaction from django.db import connection diff --git a/taiga/events/backends/rabbitmq.py b/taiga/events/backends/rabbitmq.py index 3656420c..b2062a3e 100644 --- a/taiga/events/backends/rabbitmq.py +++ b/taiga/events/backends/rabbitmq.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import json import logging diff --git a/taiga/events/events.py b/taiga/events/events.py index 9dded796..735ac003 100644 --- a/taiga/events/events.py +++ b/taiga/events/events.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import collections diff --git a/taiga/events/management/__init__.py b/taiga/events/management/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/events/management/__init__.py +++ b/taiga/events/management/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/events/management/commands/emit_notification_message.py b/taiga/events/management/commands/emit_notification_message.py index 0fe4a29c..a940a330 100644 --- a/taiga/events/management/commands/emit_notification_message.py +++ b/taiga/events/management/commands/emit_notification_message.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand diff --git a/taiga/events/middleware.py b/taiga/events/middleware.py index 0620458d..d87adc4c 100644 --- a/taiga/events/middleware.py +++ b/taiga/events/middleware.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import threading diff --git a/taiga/events/signal_handlers.py b/taiga/events/signal_handlers.py index 7b53b9d5..1e0292b9 100644 --- a/taiga/events/signal_handlers.py +++ b/taiga/events/signal_handlers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # from django.apps import apps diff --git a/taiga/export_import/__init__.py b/taiga/export_import/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/export_import/__init__.py +++ b/taiga/export_import/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/export_import/api.py b/taiga/export_import/api.py index 44a20a7e..0a06af0f 100644 --- a/taiga/export_import/api.py +++ b/taiga/export_import/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import codecs import uuid diff --git a/taiga/export_import/exceptions.py b/taiga/export_import/exceptions.py index 10449045..cc6b01ca 100644 --- a/taiga/export_import/exceptions.py +++ b/taiga/export_import/exceptions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC class TaigaImportError(Exception): def __init__(self, message, project, errors=[]): diff --git a/taiga/export_import/management/__init__.py b/taiga/export_import/management/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/export_import/management/__init__.py +++ b/taiga/export_import/management/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/export_import/management/commands/__init__.py b/taiga/export_import/management/commands/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/export_import/management/commands/__init__.py +++ b/taiga/export_import/management/commands/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/export_import/management/commands/dump_project.py b/taiga/export_import/management/commands/dump_project.py index 2b6b138a..6b2d63dc 100644 --- a/taiga/export_import/management/commands/dump_project.py +++ b/taiga/export_import/management/commands/dump_project.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand, CommandError diff --git a/taiga/export_import/management/commands/dump_project_async.py b/taiga/export_import/management/commands/dump_project_async.py index 4e3b1c96..ef31b24a 100644 --- a/taiga/export_import/management/commands/dump_project_async.py +++ b/taiga/export_import/management/commands/dump_project_async.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand, CommandError from django.db.models import Q diff --git a/taiga/export_import/management/commands/load_dump.py b/taiga/export_import/management/commands/load_dump.py index 2750752e..09a771c4 100644 --- a/taiga/export_import/management/commands/load_dump.py +++ b/taiga/export_import/management/commands/load_dump.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand from django.db import transaction diff --git a/taiga/export_import/mixins.py b/taiga/export_import/mixins.py index 86c1ebb9..793e47cb 100644 --- a/taiga/export_import/mixins.py +++ b/taiga/export_import/mixins.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from . import throttling diff --git a/taiga/export_import/models.py b/taiga/export_import/models.py index b92267f0..e38750ac 100644 --- a/taiga/export_import/models.py +++ b/taiga/export_import/models.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/export_import/permissions.py b/taiga/export_import/permissions.py index 1639ad72..4e2910c8 100644 --- a/taiga/export_import/permissions.py +++ b/taiga/export_import/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import (TaigaResourcePermission, IsProjectAdmin, IsAuthenticated) diff --git a/taiga/export_import/renderers.py b/taiga/export_import/renderers.py index b5d33707..f30f8a89 100644 --- a/taiga/export_import/renderers.py +++ b/taiga/export_import/renderers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.renderers import UnicodeJSONRenderer diff --git a/taiga/export_import/serializers/__init__.py b/taiga/export_import/serializers/__init__.py index 2b58f6db..662a311e 100644 --- a/taiga/export_import/serializers/__init__.py +++ b/taiga/export_import/serializers/__init__.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from .serializers import PointsExportSerializer from .serializers import UserStoryStatusExportSerializer diff --git a/taiga/export_import/serializers/cache.py b/taiga/export_import/serializers/cache.py index ff83cfaf..ddb968e0 100644 --- a/taiga/export_import/serializers/cache.py +++ b/taiga/export_import/serializers/cache.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.users import models as users_models diff --git a/taiga/export_import/serializers/fields.py b/taiga/export_import/serializers/fields.py index f333ed19..e23d9629 100644 --- a/taiga/export_import/serializers/fields.py +++ b/taiga/export_import/serializers/fields.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import base64 import logging diff --git a/taiga/export_import/serializers/mixins.py b/taiga/export_import/serializers/mixins.py index c345fdd6..4b72b1b0 100644 --- a/taiga/export_import/serializers/mixins.py +++ b/taiga/export_import/serializers/mixins.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.exceptions import ObjectDoesNotExist from django.contrib.auth import get_user_model diff --git a/taiga/export_import/serializers/serializers.py b/taiga/export_import/serializers/serializers.py index 3bc7f83d..983c4c88 100644 --- a/taiga/export_import/serializers/serializers.py +++ b/taiga/export_import/serializers/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import Field, DateTimeField, MethodField diff --git a/taiga/export_import/services/__init__.py b/taiga/export_import/services/__init__.py index 4bd87977..1808b7df 100644 --- a/taiga/export_import/services/__init__.py +++ b/taiga/export_import/services/__init__.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # This makes all code that import services works and # is not the baddest practice ;) diff --git a/taiga/export_import/services/render.py b/taiga/export_import/services/render.py index 8657d8e6..b4837b71 100644 --- a/taiga/export_import/services/render.py +++ b/taiga/export_import/services/render.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # This makes all code that import services works and # is not the baddest practice ;) diff --git a/taiga/export_import/services/store.py b/taiga/export_import/services/store.py index 887e86e3..fd778b43 100644 --- a/taiga/export_import/services/store.py +++ b/taiga/export_import/services/store.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # This makes all code that import services works and # is not the baddest practice ;) diff --git a/taiga/export_import/services/validations.py b/taiga/export_import/services/validations.py index dfced50c..e19681cb 100644 --- a/taiga/export_import/services/validations.py +++ b/taiga/export_import/services/validations.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.utils.translation import gettext as _ diff --git a/taiga/export_import/tasks.py b/taiga/export_import/tasks.py index 3bd3c893..b9a4e44b 100644 --- a/taiga/export_import/tasks.py +++ b/taiga/export_import/tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import datetime import logging diff --git a/taiga/export_import/templates/emails/dump_project-body-html.jinja b/taiga/export_import/templates/emails/dump_project-body-html.jinja index 2a30b174..9e901fb1 100644 --- a/taiga/export_import/templates/emails/dump_project-body-html.jinja +++ b/taiga/export_import/templates/emails/dump_project-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/export_import/templates/emails/dump_project-body-text.jinja b/taiga/export_import/templates/emails/dump_project-body-text.jinja index 92914a08..d5e07ef5 100644 --- a/taiga/export_import/templates/emails/dump_project-body-text.jinja +++ b/taiga/export_import/templates/emails/dump_project-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), project=project.name, url=url, deletion_date=deletion_date|date("SHORT_DATETIME_FORMAT") + deletion_date|date(" T") %} diff --git a/taiga/export_import/templates/emails/dump_project-subject.jinja b/taiga/export_import/templates/emails/dump_project-subject.jinja index 4f9d714d..5ee36cae 100644 --- a/taiga/export_import/templates/emails/dump_project-subject.jinja +++ b/taiga/export_import/templates/emails/dump_project-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe %}[{{ project }}] Your project dump has been generated{% endtrans %} diff --git a/taiga/export_import/templates/emails/export_error-body-html.jinja b/taiga/export_import/templates/emails/export_error-body-html.jinja index 2c210446..6a07ad58 100644 --- a/taiga/export_import/templates/emails/export_error-body-html.jinja +++ b/taiga/export_import/templates/emails/export_error-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/export_import/templates/emails/export_error-body-text.jinja b/taiga/export_import/templates/emails/export_error-body-text.jinja index 80f3903b..2f8aac43 100644 --- a/taiga/export_import/templates/emails/export_error-body-text.jinja +++ b/taiga/export_import/templates/emails/export_error-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), error_message=error_message, support_email=sr("support.email"), project=project.name %} diff --git a/taiga/export_import/templates/emails/export_error-subject.jinja b/taiga/export_import/templates/emails/export_error-subject.jinja index ac8aef4b..a450b46d 100644 --- a/taiga/export_import/templates/emails/export_error-subject.jinja +++ b/taiga/export_import/templates/emails/export_error-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans error_subject=error_subject|safe, project=project.name|safe %}[{{ project }}] {{ error_subject }}{% endtrans %} diff --git a/taiga/export_import/templates/emails/import_error-body-html.jinja b/taiga/export_import/templates/emails/import_error-body-html.jinja index c0f32fc6..fa352633 100644 --- a/taiga/export_import/templates/emails/import_error-body-html.jinja +++ b/taiga/export_import/templates/emails/import_error-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/export_import/templates/emails/import_error-body-text.jinja b/taiga/export_import/templates/emails/import_error-body-text.jinja index 0fa2cddc..7baa1c29 100644 --- a/taiga/export_import/templates/emails/import_error-body-text.jinja +++ b/taiga/export_import/templates/emails/import_error-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), error_message=error_message, support_email=sr("support.email"), product_name=sr("product_name") %} diff --git a/taiga/export_import/templates/emails/import_error-subject.jinja b/taiga/export_import/templates/emails/import_error-subject.jinja index 167e40e8..0194ee21 100644 --- a/taiga/export_import/templates/emails/import_error-subject.jinja +++ b/taiga/export_import/templates/emails/import_error-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans error_subject=error_subject|safe %}[Taiga] {{ error_subject }}{% endtrans %} diff --git a/taiga/export_import/templates/emails/load_dump-body-html.jinja b/taiga/export_import/templates/emails/load_dump-body-html.jinja index 86ca2eb3..eb6ea930 100644 --- a/taiga/export_import/templates/emails/load_dump-body-html.jinja +++ b/taiga/export_import/templates/emails/load_dump-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/export_import/templates/emails/load_dump-body-text.jinja b/taiga/export_import/templates/emails/load_dump-body-text.jinja index d9118ec4..b3c57ba5 100644 --- a/taiga/export_import/templates/emails/load_dump-body-text.jinja +++ b/taiga/export_import/templates/emails/load_dump-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), url=resolve_front_url("project", project.slug), project=project.name %} diff --git a/taiga/export_import/templates/emails/load_dump-subject.jinja b/taiga/export_import/templates/emails/load_dump-subject.jinja index d9b521f6..bc4d1666 100644 --- a/taiga/export_import/templates/emails/load_dump-subject.jinja +++ b/taiga/export_import/templates/emails/load_dump-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe %}[{{ project }}] Your project dump has been imported{% endtrans %} diff --git a/taiga/export_import/throttling.py b/taiga/export_import/throttling.py index 5d4a5349..4a5bc991 100644 --- a/taiga/export_import/throttling.py +++ b/taiga/export_import/throttling.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base import throttling diff --git a/taiga/export_import/validators/__init__.py b/taiga/export_import/validators/__init__.py index cdb0453b..dbc09340 100644 --- a/taiga/export_import/validators/__init__.py +++ b/taiga/export_import/validators/__init__.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from .validators import PointsExportValidator from .validators import EpicStatusExportValidator diff --git a/taiga/export_import/validators/cache.py b/taiga/export_import/validators/cache.py index 1cf1f624..0e7d8163 100644 --- a/taiga/export_import/validators/cache.py +++ b/taiga/export_import/validators/cache.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.users import models as users_models diff --git a/taiga/export_import/validators/fields.py b/taiga/export_import/validators/fields.py index 61153aab..5785fb7f 100644 --- a/taiga/export_import/validators/fields.py +++ b/taiga/export_import/validators/fields.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import base64 import copy diff --git a/taiga/export_import/validators/mixins.py b/taiga/export_import/validators/mixins.py index ba36e586..d2fb6f39 100644 --- a/taiga/export_import/validators/mixins.py +++ b/taiga/export_import/validators/mixins.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib.auth import get_user_model from django.core.exceptions import ObjectDoesNotExist diff --git a/taiga/export_import/validators/validators.py b/taiga/export_import/validators/validators.py index 353c9f23..9e8f07ec 100644 --- a/taiga/export_import/validators/validators.py +++ b/taiga/export_import/validators/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/external_apps/__init__.py b/taiga/external_apps/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/external_apps/__init__.py +++ b/taiga/external_apps/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/external_apps/admin.py b/taiga/external_apps/admin.py index 21a61eae..812d03b4 100644 --- a/taiga/external_apps/admin.py +++ b/taiga/external_apps/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin diff --git a/taiga/external_apps/api.py b/taiga/external_apps/api.py index 73c8029d..8679128c 100644 --- a/taiga/external_apps/api.py +++ b/taiga/external_apps/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from . import serializers from . import validators diff --git a/taiga/external_apps/auth_backends.py b/taiga/external_apps/auth_backends.py index 51fd93bf..939b582b 100644 --- a/taiga/external_apps/auth_backends.py +++ b/taiga/external_apps/auth_backends.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import re diff --git a/taiga/external_apps/management/__init__.py b/taiga/external_apps/management/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/external_apps/management/__init__.py +++ b/taiga/external_apps/management/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/external_apps/management/commands/__init__.py b/taiga/external_apps/management/commands/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/external_apps/management/commands/__init__.py +++ b/taiga/external_apps/management/commands/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/external_apps/management/commands/create_taiga_tribe_app.py b/taiga/external_apps/management/commands/create_taiga_tribe_app.py index 104ccde4..a62577f9 100644 --- a/taiga/external_apps/management/commands/create_taiga_tribe_app.py +++ b/taiga/external_apps/management/commands/create_taiga_tribe_app.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand from taiga.external_apps.models import Application diff --git a/taiga/external_apps/migrations/0001_initial.py b/taiga/external_apps/migrations/0001_initial.py index ea091514..1159aa97 100644 --- a/taiga/external_apps/migrations/0001_initial.py +++ b/taiga/external_apps/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/external_apps/migrations/0002_remove_application_key.py b/taiga/external_apps/migrations/0002_remove_application_key.py index 889aceca..5df4d778 100644 --- a/taiga/external_apps/migrations/0002_remove_application_key.py +++ b/taiga/external_apps/migrations/0002_remove_application_key.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-09-14 14:13 from __future__ import unicode_literals diff --git a/taiga/external_apps/migrations/0003_auto_20170607_2320.py b/taiga/external_apps/migrations/0003_auto_20170607_2320.py index ceca52d9..5979bf38 100644 --- a/taiga/external_apps/migrations/0003_auto_20170607_2320.py +++ b/taiga/external_apps/migrations/0003_auto_20170607_2320.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2017-06-07 23:20 from __future__ import unicode_literals diff --git a/taiga/external_apps/migrations/0004_typo_fix.py b/taiga/external_apps/migrations/0004_typo_fix.py index 21f1b050..120c218a 100644 --- a/taiga/external_apps/migrations/0004_typo_fix.py +++ b/taiga/external_apps/migrations/0004_typo_fix.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.28 on 2020-02-05 20:51 from __future__ import unicode_literals diff --git a/taiga/external_apps/migrations/__init__.py b/taiga/external_apps/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/external_apps/migrations/__init__.py +++ b/taiga/external_apps/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/external_apps/models.py b/taiga/external_apps/models.py index e91ed91a..43e33f5f 100644 --- a/taiga/external_apps/models.py +++ b/taiga/external_apps/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings from django.core import signing diff --git a/taiga/external_apps/permissions.py b/taiga/external_apps/permissions.py index 40a89851..8a332d6c 100644 --- a/taiga/external_apps/permissions.py +++ b/taiga/external_apps/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import TaigaResourcePermission from taiga.base.api.permissions import IsAuthenticated diff --git a/taiga/external_apps/serializers.py b/taiga/external_apps/serializers.py index 530e9f4e..161d42df 100644 --- a/taiga/external_apps/serializers.py +++ b/taiga/external_apps/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import Field diff --git a/taiga/external_apps/services.py b/taiga/external_apps/services.py index bfdd1da5..2e8496c3 100644 --- a/taiga/external_apps/services.py +++ b/taiga/external_apps/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base import exceptions as exc from taiga.base.api.utils import get_object_or_404 diff --git a/taiga/external_apps/validators.py b/taiga/external_apps/validators.py index b89ab5a9..4f53c7a5 100644 --- a/taiga/external_apps/validators.py +++ b/taiga/external_apps/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers diff --git a/taiga/feedback/__init__.py b/taiga/feedback/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/feedback/__init__.py +++ b/taiga/feedback/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/feedback/admin.py b/taiga/feedback/admin.py index 171d0938..bba04aa4 100644 --- a/taiga/feedback/admin.py +++ b/taiga/feedback/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin diff --git a/taiga/feedback/api.py b/taiga/feedback/api.py index eab50af3..4ede8639 100644 --- a/taiga/feedback/api.py +++ b/taiga/feedback/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base import response from taiga.base.api import viewsets diff --git a/taiga/feedback/apps.py b/taiga/feedback/apps.py index 3dd15951..3f2c7ee3 100644 --- a/taiga/feedback/apps.py +++ b/taiga/feedback/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import AppConfig from django.apps import apps diff --git a/taiga/feedback/migrations/0001_initial.py b/taiga/feedback/migrations/0001_initial.py index 9332afee..8c01e695 100644 --- a/taiga/feedback/migrations/0001_initial.py +++ b/taiga/feedback/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/feedback/migrations/__init__.py b/taiga/feedback/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/feedback/migrations/__init__.py +++ b/taiga/feedback/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/feedback/models.py b/taiga/feedback/models.py index cb5dcecd..4363e88a 100644 --- a/taiga/feedback/models.py +++ b/taiga/feedback/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.utils.translation import gettext_lazy as _ diff --git a/taiga/feedback/permissions.py b/taiga/feedback/permissions.py index ef323202..035be478 100644 --- a/taiga/feedback/permissions.py +++ b/taiga/feedback/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import TaigaResourcePermission from taiga.base.api.permissions import IsAuthenticated diff --git a/taiga/feedback/routers.py b/taiga/feedback/routers.py index d70de861..46dfb197 100644 --- a/taiga/feedback/routers.py +++ b/taiga/feedback/routers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base import routers from . import api diff --git a/taiga/feedback/services.py b/taiga/feedback/services.py index 67d0140a..5e020e97 100644 --- a/taiga/feedback/services.py +++ b/taiga/feedback/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings diff --git a/taiga/feedback/templates/emails/feedback_notification-body-html.jinja b/taiga/feedback/templates/emails/feedback_notification-body-html.jinja index 08add2c8..b4ee21aa 100644 --- a/taiga/feedback/templates/emails/feedback_notification-body-html.jinja +++ b/taiga/feedback/templates/emails/feedback_notification-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/feedback/templates/emails/feedback_notification-body-text.jinja b/taiga/feedback/templates/emails/feedback_notification-body-text.jinja index 91bcc10a..8eeff2ee 100644 --- a/taiga/feedback/templates/emails/feedback_notification-body-text.jinja +++ b/taiga/feedback/templates/emails/feedback_notification-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), full_name=feedback_entry.full_name, email=feedback_entry.email, comment=feedback_entry.comment %}--------- diff --git a/taiga/feedback/templates/emails/feedback_notification-subject.jinja b/taiga/feedback/templates/emails/feedback_notification-subject.jinja index 12dee8d7..e114c860 100644 --- a/taiga/feedback/templates/emails/feedback_notification-subject.jinja +++ b/taiga/feedback/templates/emails/feedback_notification-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans full_name=feedback_entry.full_name|safe, email=feedback_entry.email|safe %} diff --git a/taiga/feedback/validators.py b/taiga/feedback/validators.py index 784d8f9c..79e2fd15 100644 --- a/taiga/feedback/validators.py +++ b/taiga/feedback/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import validators diff --git a/taiga/front/__init__.py b/taiga/front/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/front/__init__.py +++ b/taiga/front/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/front/models.py b/taiga/front/models.py index b92267f0..e38750ac 100644 --- a/taiga/front/models.py +++ b/taiga/front/models.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/front/sitemaps/__init__.py b/taiga/front/sitemaps/__init__.py index e2379f49..fe2ebf85 100644 --- a/taiga/front/sitemaps/__init__.py +++ b/taiga/front/sitemaps/__init__.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from collections import OrderedDict diff --git a/taiga/front/sitemaps/base.py b/taiga/front/sitemaps/base.py index d7fcf6e8..87284c79 100644 --- a/taiga/front/sitemaps/base.py +++ b/taiga/front/sitemaps/base.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings from django.contrib.sitemaps import Sitemap as DjangoSitemap diff --git a/taiga/front/sitemaps/epics.py b/taiga/front/sitemaps/epics.py index 613f3a62..4243fbe5 100644 --- a/taiga/front/sitemaps/epics.py +++ b/taiga/front/sitemaps/epics.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import Q from django.apps import apps diff --git a/taiga/front/sitemaps/generics.py b/taiga/front/sitemaps/generics.py index c2ef0c73..5f07da35 100644 --- a/taiga/front/sitemaps/generics.py +++ b/taiga/front/sitemaps/generics.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import Q from django.apps import apps diff --git a/taiga/front/sitemaps/issues.py b/taiga/front/sitemaps/issues.py index fbedfd0d..f6cba13e 100644 --- a/taiga/front/sitemaps/issues.py +++ b/taiga/front/sitemaps/issues.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import Q from django.apps import apps diff --git a/taiga/front/sitemaps/milestones.py b/taiga/front/sitemaps/milestones.py index e94269c6..1430f319 100644 --- a/taiga/front/sitemaps/milestones.py +++ b/taiga/front/sitemaps/milestones.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import Q from django.apps import apps diff --git a/taiga/front/sitemaps/projects.py b/taiga/front/sitemaps/projects.py index b93cbdd1..9d29608e 100644 --- a/taiga/front/sitemaps/projects.py +++ b/taiga/front/sitemaps/projects.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import Q from django.apps import apps diff --git a/taiga/front/sitemaps/tasks.py b/taiga/front/sitemaps/tasks.py index f2da5a2e..050824df 100644 --- a/taiga/front/sitemaps/tasks.py +++ b/taiga/front/sitemaps/tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import Q from django.apps import apps diff --git a/taiga/front/sitemaps/users.py b/taiga/front/sitemaps/users.py index 0bbc8e05..8dd4ebd3 100644 --- a/taiga/front/sitemaps/users.py +++ b/taiga/front/sitemaps/users.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.contrib.auth import get_user_model diff --git a/taiga/front/sitemaps/userstories.py b/taiga/front/sitemaps/userstories.py index 1cfae344..996c9e74 100644 --- a/taiga/front/sitemaps/userstories.py +++ b/taiga/front/sitemaps/userstories.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import Q from django.apps import apps diff --git a/taiga/front/sitemaps/wiki.py b/taiga/front/sitemaps/wiki.py index 0e41a4c4..f02dabd6 100644 --- a/taiga/front/sitemaps/wiki.py +++ b/taiga/front/sitemaps/wiki.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import Q from django.apps import apps diff --git a/taiga/front/templatetags/__init__.py b/taiga/front/templatetags/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/front/templatetags/__init__.py +++ b/taiga/front/templatetags/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/front/templatetags/functions.py b/taiga/front/templatetags/functions.py index 708b213b..faad580b 100644 --- a/taiga/front/templatetags/functions.py +++ b/taiga/front/templatetags/functions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import datetime as dt diff --git a/taiga/front/urls.py b/taiga/front/urls.py index 2d591f63..33b29c07 100644 --- a/taiga/front/urls.py +++ b/taiga/front/urls.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC urls = { "home": "/", diff --git a/taiga/hooks/__init__.py b/taiga/hooks/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/hooks/__init__.py +++ b/taiga/hooks/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/hooks/api.py b/taiga/hooks/api.py index e1778353..2f7186f3 100644 --- a/taiga/hooks/api.py +++ b/taiga/hooks/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/hooks/bitbucket/__init__.py b/taiga/hooks/bitbucket/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/hooks/bitbucket/__init__.py +++ b/taiga/hooks/bitbucket/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/hooks/bitbucket/api.py b/taiga/hooks/bitbucket/api.py index 752098c8..8c51caf3 100644 --- a/taiga/hooks/bitbucket/api.py +++ b/taiga/hooks/bitbucket/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext_lazy as _ from django.conf import settings diff --git a/taiga/hooks/bitbucket/event_hooks.py b/taiga/hooks/bitbucket/event_hooks.py index 3c83f26e..0889ba1c 100644 --- a/taiga/hooks/bitbucket/event_hooks.py +++ b/taiga/hooks/bitbucket/event_hooks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import re diff --git a/taiga/hooks/bitbucket/migrations/0001_initial.py b/taiga/hooks/bitbucket/migrations/0001_initial.py index d4c8110e..17e27e6a 100644 --- a/taiga/hooks/bitbucket/migrations/0001_initial.py +++ b/taiga/hooks/bitbucket/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals import os.path diff --git a/taiga/hooks/bitbucket/migrations/__init__.py b/taiga/hooks/bitbucket/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/hooks/bitbucket/migrations/__init__.py +++ b/taiga/hooks/bitbucket/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/hooks/bitbucket/models.py b/taiga/hooks/bitbucket/models.py index d4e38063..93a3416b 100644 --- a/taiga/hooks/bitbucket/models.py +++ b/taiga/hooks/bitbucket/models.py @@ -3,6 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # This file is needed to load migrations diff --git a/taiga/hooks/bitbucket/services.py b/taiga/hooks/bitbucket/services.py index e511de82..7e22c130 100644 --- a/taiga/hooks/bitbucket/services.py +++ b/taiga/hooks/bitbucket/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/taiga/hooks/event_hooks.py b/taiga/hooks/event_hooks.py index 11079b2c..2dfc3d15 100644 --- a/taiga/hooks/event_hooks.py +++ b/taiga/hooks/event_hooks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import re diff --git a/taiga/hooks/exceptions.py b/taiga/hooks/exceptions.py index 485f7650..eef0791d 100644 --- a/taiga/hooks/exceptions.py +++ b/taiga/hooks/exceptions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC class ActionSyntaxException(Exception): pass diff --git a/taiga/hooks/github/__init__.py b/taiga/hooks/github/__init__.py index 6dcbe4d7..e6281a1a 100644 --- a/taiga/hooks/github/__init__.py +++ b/taiga/hooks/github/__init__.py @@ -3,6 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/hooks/github/api.py b/taiga/hooks/github/api.py index 75678138..c8b01a62 100644 --- a/taiga/hooks/github/api.py +++ b/taiga/hooks/github/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.hooks.api import BaseWebhookApiViewSet diff --git a/taiga/hooks/github/apps.py b/taiga/hooks/github/apps.py index 60248925..113ec307 100644 --- a/taiga/hooks/github/apps.py +++ b/taiga/hooks/github/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import AppConfig from django.apps import apps diff --git a/taiga/hooks/github/event_hooks.py b/taiga/hooks/github/event_hooks.py index 00301b85..505acdff 100644 --- a/taiga/hooks/github/event_hooks.py +++ b/taiga/hooks/github/event_hooks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import re diff --git a/taiga/hooks/github/migrations/0001_initial.py b/taiga/hooks/github/migrations/0001_initial.py index 17c0a6b6..3fb569ba 100644 --- a/taiga/hooks/github/migrations/0001_initial.py +++ b/taiga/hooks/github/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals import os.path diff --git a/taiga/hooks/github/migrations/__init__.py b/taiga/hooks/github/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/hooks/github/migrations/__init__.py +++ b/taiga/hooks/github/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/hooks/github/models.py b/taiga/hooks/github/models.py index d4e38063..93a3416b 100644 --- a/taiga/hooks/github/models.py +++ b/taiga/hooks/github/models.py @@ -3,6 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # This file is needed to load migrations diff --git a/taiga/hooks/github/services.py b/taiga/hooks/github/services.py index 984e83af..99cb01ba 100644 --- a/taiga/hooks/github/services.py +++ b/taiga/hooks/github/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/taiga/hooks/github/signals.py b/taiga/hooks/github/signals.py index 7c9771f8..9d965452 100644 --- a/taiga/hooks/github/signals.py +++ b/taiga/hooks/github/signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC def handle_move_on_destroy_issue_status(sender, deleted, moved, **kwargs): if not hasattr(deleted.project, "modules_config"): diff --git a/taiga/hooks/gitlab/__init__.py b/taiga/hooks/gitlab/__init__.py index 6dcbe4d7..e6281a1a 100644 --- a/taiga/hooks/gitlab/__init__.py +++ b/taiga/hooks/gitlab/__init__.py @@ -3,6 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/hooks/gitlab/api.py b/taiga/hooks/gitlab/api.py index 3fed16dd..66f98309 100644 --- a/taiga/hooks/gitlab/api.py +++ b/taiga/hooks/gitlab/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings diff --git a/taiga/hooks/gitlab/apps.py b/taiga/hooks/gitlab/apps.py index ff6965cf..676b673e 100644 --- a/taiga/hooks/gitlab/apps.py +++ b/taiga/hooks/gitlab/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import AppConfig from django.apps import apps diff --git a/taiga/hooks/gitlab/event_hooks.py b/taiga/hooks/gitlab/event_hooks.py index 2d91c112..77bdd6bf 100644 --- a/taiga/hooks/gitlab/event_hooks.py +++ b/taiga/hooks/gitlab/event_hooks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import re import os diff --git a/taiga/hooks/gitlab/migrations/0001_initial.py b/taiga/hooks/gitlab/migrations/0001_initial.py index cefd1917..46984873 100644 --- a/taiga/hooks/gitlab/migrations/0001_initial.py +++ b/taiga/hooks/gitlab/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals import os.path diff --git a/taiga/hooks/gitlab/migrations/0002_auto_20150703_1102.py b/taiga/hooks/gitlab/migrations/0002_auto_20150703_1102.py index 8a3bf785..b0430ee8 100644 --- a/taiga/hooks/gitlab/migrations/0002_auto_20150703_1102.py +++ b/taiga/hooks/gitlab/migrations/0002_auto_20150703_1102.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals import os.path diff --git a/taiga/hooks/gitlab/migrations/__init__.py b/taiga/hooks/gitlab/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/hooks/gitlab/migrations/__init__.py +++ b/taiga/hooks/gitlab/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/hooks/gitlab/models.py b/taiga/hooks/gitlab/models.py index d4e38063..93a3416b 100644 --- a/taiga/hooks/gitlab/models.py +++ b/taiga/hooks/gitlab/models.py @@ -3,6 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # This file is needed to load migrations diff --git a/taiga/hooks/gitlab/services.py b/taiga/hooks/gitlab/services.py index 104d549e..36916c51 100644 --- a/taiga/hooks/gitlab/services.py +++ b/taiga/hooks/gitlab/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/taiga/hooks/gitlab/signals.py b/taiga/hooks/gitlab/signals.py index c42211cc..daf2394d 100644 --- a/taiga/hooks/gitlab/signals.py +++ b/taiga/hooks/gitlab/signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC def handle_move_on_destroy_issue_status(sender, deleted, moved, **kwargs): if not hasattr(deleted.project, "modules_config"): diff --git a/taiga/hooks/gogs/__init__.py b/taiga/hooks/gogs/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/hooks/gogs/__init__.py +++ b/taiga/hooks/gogs/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/hooks/gogs/api.py b/taiga/hooks/gogs/api.py index 70c40992..a5e3f53e 100644 --- a/taiga/hooks/gogs/api.py +++ b/taiga/hooks/gogs/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.hooks.api import BaseWebhookApiViewSet diff --git a/taiga/hooks/gogs/event_hooks.py b/taiga/hooks/gogs/event_hooks.py index 887400aa..43037d50 100644 --- a/taiga/hooks/gogs/event_hooks.py +++ b/taiga/hooks/gogs/event_hooks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import re import os.path diff --git a/taiga/hooks/gogs/migrations/0001_initial.py b/taiga/hooks/gogs/migrations/0001_initial.py index 2bcabea1..5d174298 100644 --- a/taiga/hooks/gogs/migrations/0001_initial.py +++ b/taiga/hooks/gogs/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/hooks/gogs/migrations/__init__.py b/taiga/hooks/gogs/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/hooks/gogs/migrations/__init__.py +++ b/taiga/hooks/gogs/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/hooks/gogs/models.py b/taiga/hooks/gogs/models.py index d4e38063..93a3416b 100644 --- a/taiga/hooks/gogs/models.py +++ b/taiga/hooks/gogs/models.py @@ -3,6 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # This file is needed to load migrations diff --git a/taiga/hooks/gogs/services.py b/taiga/hooks/gogs/services.py index 7d7c64d3..798eb056 100644 --- a/taiga/hooks/gogs/services.py +++ b/taiga/hooks/gogs/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/taiga/importers/__init__.py b/taiga/importers/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/importers/__init__.py +++ b/taiga/importers/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/importers/api.py b/taiga/importers/api.py index 12b3f3c2..45913faf 100644 --- a/taiga/importers/api.py +++ b/taiga/importers/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import viewsets from taiga.base.decorators import list_route diff --git a/taiga/importers/asana/api.py b/taiga/importers/asana/api.py index d936e727..5530b519 100644 --- a/taiga/importers/asana/api.py +++ b/taiga/importers/asana/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ from django.conf import settings diff --git a/taiga/importers/asana/importer.py b/taiga/importers/asana/importer.py index 7df24071..18163a56 100644 --- a/taiga/importers/asana/importer.py +++ b/taiga/importers/asana/importer.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import requests import asana diff --git a/taiga/importers/asana/tasks.py b/taiga/importers/asana/tasks.py index e3a17ccb..e993e298 100644 --- a/taiga/importers/asana/tasks.py +++ b/taiga/importers/asana/tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import logging import sys diff --git a/taiga/importers/exceptions.py b/taiga/importers/exceptions.py index a1414186..a167d3c7 100644 --- a/taiga/importers/exceptions.py +++ b/taiga/importers/exceptions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC class InvalidRequest(Exception): pass diff --git a/taiga/importers/github/api.py b/taiga/importers/github/api.py index 5f7e1a37..c1e853aa 100644 --- a/taiga/importers/github/api.py +++ b/taiga/importers/github/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ from django.conf import settings diff --git a/taiga/importers/github/importer.py b/taiga/importers/github/importer.py index 7a9ff27d..b6206d9c 100644 --- a/taiga/importers/github/importer.py +++ b/taiga/importers/github/importer.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import datetime import requests diff --git a/taiga/importers/github/tasks.py b/taiga/importers/github/tasks.py index 07f2b221..ee7ae014 100644 --- a/taiga/importers/github/tasks.py +++ b/taiga/importers/github/tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import logging import sys diff --git a/taiga/importers/jira/agile.py b/taiga/importers/jira/agile.py index e739c614..90b730ae 100644 --- a/taiga/importers/jira/agile.py +++ b/taiga/importers/jira/agile.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import datetime from collections import OrderedDict diff --git a/taiga/importers/jira/api.py b/taiga/importers/jira/api.py index e80cb120..deba22d9 100644 --- a/taiga/importers/jira/api.py +++ b/taiga/importers/jira/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/taiga/importers/jira/common.py b/taiga/importers/jira/common.py index b8d3ad49..1a770922 100644 --- a/taiga/importers/jira/common.py +++ b/taiga/importers/jira/common.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import requests from urllib.parse import parse_qsl, quote_plus diff --git a/taiga/importers/jira/normal.py b/taiga/importers/jira/normal.py index 2ffc9347..39cccdd6 100644 --- a/taiga/importers/jira/normal.py +++ b/taiga/importers/jira/normal.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from collections import OrderedDict diff --git a/taiga/importers/jira/tasks.py b/taiga/importers/jira/tasks.py index 7a571948..cffc0c5c 100644 --- a/taiga/importers/jira/tasks.py +++ b/taiga/importers/jira/tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import logging import sys diff --git a/taiga/importers/management/__init__.py b/taiga/importers/management/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/importers/management/__init__.py +++ b/taiga/importers/management/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/importers/management/commands/__init__.py b/taiga/importers/management/commands/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/importers/management/commands/__init__.py +++ b/taiga/importers/management/commands/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/importers/management/commands/import_from_asana.py b/taiga/importers/management/commands/import_from_asana.py index 1a201a56..f2043734 100644 --- a/taiga/importers/management/commands/import_from_asana.py +++ b/taiga/importers/management/commands/import_from_asana.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand from django.conf import settings diff --git a/taiga/importers/management/commands/import_from_github.py b/taiga/importers/management/commands/import_from_github.py index 1f3c5f0f..a776a950 100644 --- a/taiga/importers/management/commands/import_from_github.py +++ b/taiga/importers/management/commands/import_from_github.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand from django.conf import settings diff --git a/taiga/importers/management/commands/import_from_jira.py b/taiga/importers/management/commands/import_from_jira.py index 1404c278..288cc831 100644 --- a/taiga/importers/management/commands/import_from_jira.py +++ b/taiga/importers/management/commands/import_from_jira.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand from django.db.models import Q diff --git a/taiga/importers/management/commands/import_from_pivotal.py b/taiga/importers/management/commands/import_from_pivotal.py index ae21c4f5..9cfb518d 100644 --- a/taiga/importers/management/commands/import_from_pivotal.py +++ b/taiga/importers/management/commands/import_from_pivotal.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand from django.db.models import Q diff --git a/taiga/importers/management/commands/import_from_trello.py b/taiga/importers/management/commands/import_from_trello.py index 0f41183f..bca50966 100644 --- a/taiga/importers/management/commands/import_from_trello.py +++ b/taiga/importers/management/commands/import_from_trello.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand from django.db.models import Q diff --git a/taiga/importers/permissions.py b/taiga/importers/permissions.py index 7953bc7e..8ebf0716 100644 --- a/taiga/importers/permissions.py +++ b/taiga/importers/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import TaigaResourcePermission, IsAuthenticated diff --git a/taiga/importers/pivotal/api.py b/taiga/importers/pivotal/api.py index 9d5718ac..57a6122c 100644 --- a/taiga/importers/pivotal/api.py +++ b/taiga/importers/pivotal/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ from django.conf import settings diff --git a/taiga/importers/pivotal/importer.py b/taiga/importers/pivotal/importer.py index 06a61036..c7257f9f 100644 --- a/taiga/importers/pivotal/importer.py +++ b/taiga/importers/pivotal/importer.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.files.base import ContentFile from django.contrib.contenttypes.models import ContentType diff --git a/taiga/importers/pivotal/tasks.py b/taiga/importers/pivotal/tasks.py index 94fca9f5..e00ee2e0 100644 --- a/taiga/importers/pivotal/tasks.py +++ b/taiga/importers/pivotal/tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import logging import sys diff --git a/taiga/importers/services.py b/taiga/importers/services.py index 1026b74f..5d8bd6c9 100644 --- a/taiga/importers/services.py +++ b/taiga/importers/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.users.models import User from taiga.projects.models import Membership diff --git a/taiga/importers/templates/emails/asana_import_success-body-html.jinja b/taiga/importers/templates/emails/asana_import_success-body-html.jinja index 9fe1d2d2..0b7b3b8a 100644 --- a/taiga/importers/templates/emails/asana_import_success-body-html.jinja +++ b/taiga/importers/templates/emails/asana_import_success-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/importers/templates/emails/asana_import_success-body-text.jinja b/taiga/importers/templates/emails/asana_import_success-body-text.jinja index de1b3069..de64d10d 100644 --- a/taiga/importers/templates/emails/asana_import_success-body-text.jinja +++ b/taiga/importers/templates/emails/asana_import_success-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), url=resolve_front_url("project", project.slug), project=project.name %} diff --git a/taiga/importers/templates/emails/asana_import_success-subject.jinja b/taiga/importers/templates/emails/asana_import_success-subject.jinja index d6510029..d92b311d 100644 --- a/taiga/importers/templates/emails/asana_import_success-subject.jinja +++ b/taiga/importers/templates/emails/asana_import_success-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe %}[{{ project }}] Your Asana project has been imported{% endtrans %} diff --git a/taiga/importers/templates/emails/github_import_success-body-html.jinja b/taiga/importers/templates/emails/github_import_success-body-html.jinja index 668d1fc9..f3fd01b4 100644 --- a/taiga/importers/templates/emails/github_import_success-body-html.jinja +++ b/taiga/importers/templates/emails/github_import_success-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/importers/templates/emails/github_import_success-body-text.jinja b/taiga/importers/templates/emails/github_import_success-body-text.jinja index 1bd0abab..9098299b 100644 --- a/taiga/importers/templates/emails/github_import_success-body-text.jinja +++ b/taiga/importers/templates/emails/github_import_success-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), url=resolve_front_url("project", project.slug), project=project.name %} diff --git a/taiga/importers/templates/emails/github_import_success-subject.jinja b/taiga/importers/templates/emails/github_import_success-subject.jinja index fb80cdca..8d030a27 100644 --- a/taiga/importers/templates/emails/github_import_success-subject.jinja +++ b/taiga/importers/templates/emails/github_import_success-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe %}[{{ project }}] Your GitHub project has been imported{% endtrans %} diff --git a/taiga/importers/templates/emails/importer_import_error-body-html.jinja b/taiga/importers/templates/emails/importer_import_error-body-html.jinja index 4aa98b42..490d42f8 100644 --- a/taiga/importers/templates/emails/importer_import_error-body-html.jinja +++ b/taiga/importers/templates/emails/importer_import_error-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/importers/templates/emails/importer_import_error-body-text.jinja b/taiga/importers/templates/emails/importer_import_error-body-text.jinja index 0fa2cddc..7baa1c29 100644 --- a/taiga/importers/templates/emails/importer_import_error-body-text.jinja +++ b/taiga/importers/templates/emails/importer_import_error-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), error_message=error_message, support_email=sr("support.email"), product_name=sr("product_name") %} diff --git a/taiga/importers/templates/emails/importer_import_error-subject.jinja b/taiga/importers/templates/emails/importer_import_error-subject.jinja index 167e40e8..0194ee21 100644 --- a/taiga/importers/templates/emails/importer_import_error-subject.jinja +++ b/taiga/importers/templates/emails/importer_import_error-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans error_subject=error_subject|safe %}[Taiga] {{ error_subject }}{% endtrans %} diff --git a/taiga/importers/templates/emails/jira_import_success-body-html.jinja b/taiga/importers/templates/emails/jira_import_success-body-html.jinja index 7197c910..2c54df97 100644 --- a/taiga/importers/templates/emails/jira_import_success-body-html.jinja +++ b/taiga/importers/templates/emails/jira_import_success-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/importers/templates/emails/jira_import_success-body-text.jinja b/taiga/importers/templates/emails/jira_import_success-body-text.jinja index 15234fbf..78c35090 100644 --- a/taiga/importers/templates/emails/jira_import_success-body-text.jinja +++ b/taiga/importers/templates/emails/jira_import_success-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), url=resolve_front_url("project", project.slug), project=project.name %} diff --git a/taiga/importers/templates/emails/jira_import_success-subject.jinja b/taiga/importers/templates/emails/jira_import_success-subject.jinja index d4c495ba..1a718601 100644 --- a/taiga/importers/templates/emails/jira_import_success-subject.jinja +++ b/taiga/importers/templates/emails/jira_import_success-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe %}[{{ project }}] Your Jira project has been imported{% endtrans %} diff --git a/taiga/importers/templates/emails/trello_import_success-body-html.jinja b/taiga/importers/templates/emails/trello_import_success-body-html.jinja index a6491de8..be5c3f26 100644 --- a/taiga/importers/templates/emails/trello_import_success-body-html.jinja +++ b/taiga/importers/templates/emails/trello_import_success-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/importers/templates/emails/trello_import_success-body-text.jinja b/taiga/importers/templates/emails/trello_import_success-body-text.jinja index e1384bd5..97146d03 100644 --- a/taiga/importers/templates/emails/trello_import_success-body-text.jinja +++ b/taiga/importers/templates/emails/trello_import_success-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), url=resolve_front_url("project", project.slug), project=project.name %} diff --git a/taiga/importers/templates/emails/trello_import_success-subject.jinja b/taiga/importers/templates/emails/trello_import_success-subject.jinja index 55993130..b371cb17 100644 --- a/taiga/importers/templates/emails/trello_import_success-subject.jinja +++ b/taiga/importers/templates/emails/trello_import_success-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe %}[{{ project }}] Your Trello project has been imported{% endtrans %} diff --git a/taiga/importers/trello/api.py b/taiga/importers/trello/api.py index 740bc05a..e8b3a130 100644 --- a/taiga/importers/trello/api.py +++ b/taiga/importers/trello/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/taiga/importers/trello/importer.py b/taiga/importers/trello/importer.py index ed607dda..69c18132 100644 --- a/taiga/importers/trello/importer.py +++ b/taiga/importers/trello/importer.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/importers/trello/tasks.py b/taiga/importers/trello/tasks.py index dafd651f..832c83b1 100644 --- a/taiga/importers/trello/tasks.py +++ b/taiga/importers/trello/tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import logging import sys diff --git a/taiga/locale/__init__.py b/taiga/locale/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/locale/__init__.py +++ b/taiga/locale/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/locale/api.py b/taiga/locale/api.py index e4db97e2..c0568dca 100644 --- a/taiga/locale/api.py +++ b/taiga/locale/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings diff --git a/taiga/locale/permissions.py b/taiga/locale/permissions.py index 2537b5eb..b53a5a8e 100644 --- a/taiga/locale/permissions.py +++ b/taiga/locale/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import TaigaResourcePermission, AllowAny diff --git a/taiga/mdrender/__init__.py b/taiga/mdrender/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/mdrender/__init__.py +++ b/taiga/mdrender/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/mdrender/extensions/__init__.py b/taiga/mdrender/extensions/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/mdrender/extensions/__init__.py +++ b/taiga/mdrender/extensions/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/mdrender/extensions/autolink.py b/taiga/mdrender/extensions/autolink.py index 56310d0d..d1f36163 100644 --- a/taiga/mdrender/extensions/autolink.py +++ b/taiga/mdrender/extensions/autolink.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file # for details. All rights reserved. Use of this source code is governed by a diff --git a/taiga/mdrender/extensions/automail.py b/taiga/mdrender/extensions/automail.py index eda5db5d..a33bec13 100644 --- a/taiga/mdrender/extensions/automail.py +++ b/taiga/mdrender/extensions/automail.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file # for details. All rights reserved. Use of this source code is governed by a diff --git a/taiga/mdrender/extensions/emojify.py b/taiga/mdrender/extensions/emojify.py index 3cef2da9..a20dbc80 100644 --- a/taiga/mdrender/extensions/emojify.py +++ b/taiga/mdrender/extensions/emojify.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Tested on Markdown 2.3.1 diff --git a/taiga/mdrender/extensions/mentions.py b/taiga/mdrender/extensions/mentions.py index 216485a2..7ded01a7 100644 --- a/taiga/mdrender/extensions/mentions.py +++ b/taiga/mdrender/extensions/mentions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Tested on Markdown 2.3.1 diff --git a/taiga/mdrender/extensions/references.py b/taiga/mdrender/extensions/references.py index 6049088f..30680e0f 100644 --- a/taiga/mdrender/extensions/references.py +++ b/taiga/mdrender/extensions/references.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Tested on Markdown 2.3.1 diff --git a/taiga/mdrender/extensions/refresh_attachment.py b/taiga/mdrender/extensions/refresh_attachment.py index 579e8fca..b5c8d25c 100644 --- a/taiga/mdrender/extensions/refresh_attachment.py +++ b/taiga/mdrender/extensions/refresh_attachment.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # import markdown diff --git a/taiga/mdrender/extensions/semi_sane_lists.py b/taiga/mdrender/extensions/semi_sane_lists.py index 88d51b33..aff1acb8 100644 --- a/taiga/mdrender/extensions/semi_sane_lists.py +++ b/taiga/mdrender/extensions/semi_sane_lists.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file # for details. All rights reserved. Use of this source code is governed by a diff --git a/taiga/mdrender/extensions/spaced_link.py b/taiga/mdrender/extensions/spaced_link.py index 9720edb2..55621758 100644 --- a/taiga/mdrender/extensions/spaced_link.py +++ b/taiga/mdrender/extensions/spaced_link.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file # for details. All rights reserved. Use of this source code is governed by a diff --git a/taiga/mdrender/extensions/strikethrough.py b/taiga/mdrender/extensions/strikethrough.py index 334520fa..95865d6f 100644 --- a/taiga/mdrender/extensions/strikethrough.py +++ b/taiga/mdrender/extensions/strikethrough.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file # for details. All rights reserved. Use of this source code is governed by a diff --git a/taiga/mdrender/extensions/target_link.py b/taiga/mdrender/extensions/target_link.py index 709df968..fc343b34 100644 --- a/taiga/mdrender/extensions/target_link.py +++ b/taiga/mdrender/extensions/target_link.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import re import markdown diff --git a/taiga/mdrender/extensions/wikilinks.py b/taiga/mdrender/extensions/wikilinks.py index 4d87fb84..cb9560e2 100644 --- a/taiga/mdrender/extensions/wikilinks.py +++ b/taiga/mdrender/extensions/wikilinks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from markdown import Extension from markdown.inlinepatterns import Pattern diff --git a/taiga/mdrender/service.py b/taiga/mdrender/service.py index b1e3513f..7e80159e 100644 --- a/taiga/mdrender/service.py +++ b/taiga/mdrender/service.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings diff --git a/taiga/mdrender/templatetags/__init__.py b/taiga/mdrender/templatetags/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/mdrender/templatetags/__init__.py +++ b/taiga/mdrender/templatetags/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/mdrender/templatetags/functions.py b/taiga/mdrender/templatetags/functions.py index 44473d57..84465068 100644 --- a/taiga/mdrender/templatetags/functions.py +++ b/taiga/mdrender/templatetags/functions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django_jinja import library from jinja2.utils import markupsafe diff --git a/taiga/permissions/__init__.py b/taiga/permissions/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/permissions/__init__.py +++ b/taiga/permissions/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/permissions/choices.py b/taiga/permissions/choices.py index 2d1570b1..8211d107 100644 --- a/taiga/permissions/choices.py +++ b/taiga/permissions/choices.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext_lazy as _ diff --git a/taiga/permissions/models.py b/taiga/permissions/models.py index b92267f0..e38750ac 100644 --- a/taiga/permissions/models.py +++ b/taiga/permissions/models.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/permissions/permissions.py b/taiga/permissions/permissions.py index 0313c6be..fa2aefa5 100644 --- a/taiga/permissions/permissions.py +++ b/taiga/permissions/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps diff --git a/taiga/permissions/services.py b/taiga/permissions/services.py index c2e67447..c5bf0c3e 100644 --- a/taiga/permissions/services.py +++ b/taiga/permissions/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from .choices import ADMINS_PERMISSIONS, MEMBERS_PERMISSIONS, ANON_PERMISSIONS diff --git a/taiga/projects/__init__.py b/taiga/projects/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/__init__.py +++ b/taiga/projects/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/admin.py b/taiga/projects/admin.py index 333bf815..3a49e61b 100644 --- a/taiga/projects/admin.py +++ b/taiga/projects/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin from django.urls import reverse diff --git a/taiga/projects/api.py b/taiga/projects/api.py index 97e6d064..958cf06f 100644 --- a/taiga/projects/api.py +++ b/taiga/projects/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid import functools diff --git a/taiga/projects/apps.py b/taiga/projects/apps.py index 25ab159d..b57e7140 100644 --- a/taiga/projects/apps.py +++ b/taiga/projects/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import AppConfig from django.apps import apps diff --git a/taiga/projects/attachments/__init__.py b/taiga/projects/attachments/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/attachments/__init__.py +++ b/taiga/projects/attachments/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/attachments/admin.py b/taiga/projects/attachments/admin.py index 0bbb6734..811bf3f8 100644 --- a/taiga/projects/attachments/admin.py +++ b/taiga/projects/attachments/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin from django.contrib.contenttypes.admin import GenericTabularInline diff --git a/taiga/projects/attachments/api.py b/taiga/projects/attachments/api.py index 7ddd96fc..b0583a95 100644 --- a/taiga/projects/attachments/api.py +++ b/taiga/projects/attachments/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import os.path as path import mimetypes diff --git a/taiga/projects/attachments/apps.py b/taiga/projects/attachments/apps.py index bc557b93..aa1218de 100644 --- a/taiga/projects/attachments/apps.py +++ b/taiga/projects/attachments/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import AppConfig from django.apps import apps diff --git a/taiga/projects/attachments/management/commands/__init__.py b/taiga/projects/attachments/management/commands/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/attachments/management/commands/__init__.py +++ b/taiga/projects/attachments/management/commands/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/attachments/management/commands/generate_sha1.py b/taiga/projects/attachments/management/commands/generate_sha1.py index 6bcdc4c0..7c1443fa 100644 --- a/taiga/projects/attachments/management/commands/generate_sha1.py +++ b/taiga/projects/attachments/management/commands/generate_sha1.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand, CommandError from django.db import transaction diff --git a/taiga/projects/attachments/migrations/0001_initial.py b/taiga/projects/attachments/migrations/0001_initial.py index a719a7e0..0d336206 100644 --- a/taiga/projects/attachments/migrations/0001_initial.py +++ b/taiga/projects/attachments/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/attachments/migrations/0002_add_size_and_name_fields.py b/taiga/projects/attachments/migrations/0002_add_size_and_name_fields.py index 0d070001..04abffd4 100644 --- a/taiga/projects/attachments/migrations/0002_add_size_and_name_fields.py +++ b/taiga/projects/attachments/migrations/0002_add_size_and_name_fields.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/attachments/migrations/0003_auto_20150114_0954.py b/taiga/projects/attachments/migrations/0003_auto_20150114_0954.py index 0fa0653a..e317bd37 100644 --- a/taiga/projects/attachments/migrations/0003_auto_20150114_0954.py +++ b/taiga/projects/attachments/migrations/0003_auto_20150114_0954.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/attachments/migrations/0004_auto_20150508_1141.py b/taiga/projects/attachments/migrations/0004_auto_20150508_1141.py index 8b6a3f59..aa39eb17 100644 --- a/taiga/projects/attachments/migrations/0004_auto_20150508_1141.py +++ b/taiga/projects/attachments/migrations/0004_auto_20150508_1141.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/attachments/migrations/0005_attachment_sha1.py b/taiga/projects/attachments/migrations/0005_attachment_sha1.py index c5d1c346..4b4de193 100644 --- a/taiga/projects/attachments/migrations/0005_attachment_sha1.py +++ b/taiga/projects/attachments/migrations/0005_attachment_sha1.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/attachments/migrations/0006_auto_20160617_1233.py b/taiga/projects/attachments/migrations/0006_auto_20160617_1233.py index 7c50b2e4..d6a80a7c 100644 --- a/taiga/projects/attachments/migrations/0006_auto_20160617_1233.py +++ b/taiga/projects/attachments/migrations/0006_auto_20160617_1233.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-17 12:33 from __future__ import unicode_literals diff --git a/taiga/projects/attachments/migrations/0007_attachment_from_comment.py b/taiga/projects/attachments/migrations/0007_attachment_from_comment.py index fe759f5c..6bd3e358 100644 --- a/taiga/projects/attachments/migrations/0007_attachment_from_comment.py +++ b/taiga/projects/attachments/migrations/0007_attachment_from_comment.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.4 on 2017-01-17 07:45 from __future__ import unicode_literals diff --git a/taiga/projects/attachments/migrations/0008_auto_20170201_1053.py b/taiga/projects/attachments/migrations/0008_auto_20170201_1053.py index c152c68b..1d03a1b4 100644 --- a/taiga/projects/attachments/migrations/0008_auto_20170201_1053.py +++ b/taiga/projects/attachments/migrations/0008_auto_20170201_1053.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.4 on 2017-02-01 10:53 from __future__ import unicode_literals diff --git a/taiga/projects/attachments/migrations/__init__.py b/taiga/projects/attachments/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/attachments/migrations/__init__.py +++ b/taiga/projects/attachments/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/attachments/models.py b/taiga/projects/attachments/models.py index fe7df7fe..c6f94116 100644 --- a/taiga/projects/attachments/models.py +++ b/taiga/projects/attachments/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import hashlib diff --git a/taiga/projects/attachments/permissions.py b/taiga/projects/attachments/permissions.py index 8d4298b1..851d4b3d 100644 --- a/taiga/projects/attachments/permissions.py +++ b/taiga/projects/attachments/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import (TaigaResourcePermission, HasProjectPerm, AllowAny, PermissionComponent) diff --git a/taiga/projects/attachments/serializers.py b/taiga/projects/attachments/serializers.py index 08e4de29..93d610ed 100644 --- a/taiga/projects/attachments/serializers.py +++ b/taiga/projects/attachments/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings diff --git a/taiga/projects/attachments/services.py b/taiga/projects/attachments/services.py index fb4d8b9e..399ea2d3 100644 --- a/taiga/projects/attachments/services.py +++ b/taiga/projects/attachments/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from typing import List, Optional, Union diff --git a/taiga/projects/attachments/utils.py b/taiga/projects/attachments/utils.py index ba0d4921..5d05525d 100644 --- a/taiga/projects/attachments/utils.py +++ b/taiga/projects/attachments/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps diff --git a/taiga/projects/attachments/validators.py b/taiga/projects/attachments/validators.py index 0119cc00..2b598453 100644 --- a/taiga/projects/attachments/validators.py +++ b/taiga/projects/attachments/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/choices.py b/taiga/projects/choices.py index 349de743..3acef1ca 100644 --- a/taiga/projects/choices.py +++ b/taiga/projects/choices.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext_lazy as _ diff --git a/taiga/projects/contact/__init__.py b/taiga/projects/contact/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/contact/__init__.py +++ b/taiga/projects/contact/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/contact/admin.py b/taiga/projects/contact/admin.py index ffddb0ba..bfcc00ba 100644 --- a/taiga/projects/contact/admin.py +++ b/taiga/projects/contact/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin diff --git a/taiga/projects/contact/api.py b/taiga/projects/contact/api.py index 9a1277ea..b9656d3f 100644 --- a/taiga/projects/contact/api.py +++ b/taiga/projects/contact/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base import status from taiga.base.api.mixins import CreateModelMixin, BlockedByProjectMixin diff --git a/taiga/projects/contact/migrations/0001_initial.py b/taiga/projects/contact/migrations/0001_initial.py index 533092d2..4568d119 100644 --- a/taiga/projects/contact/migrations/0001_initial.py +++ b/taiga/projects/contact/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-11-10 15:18 from __future__ import unicode_literals diff --git a/taiga/projects/contact/migrations/__init__.py b/taiga/projects/contact/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/contact/migrations/__init__.py +++ b/taiga/projects/contact/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/contact/models.py b/taiga/projects/contact/models.py index e0d489af..4ae27b0e 100644 --- a/taiga/projects/contact/models.py +++ b/taiga/projects/contact/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings from django.db import models diff --git a/taiga/projects/contact/permissions.py b/taiga/projects/contact/permissions.py index ca378324..3c1682f0 100644 --- a/taiga/projects/contact/permissions.py +++ b/taiga/projects/contact/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import PermissionComponent from taiga.base.api.permissions import TaigaResourcePermission diff --git a/taiga/projects/contact/services.py b/taiga/projects/contact/services.py index 335949d1..b80a098a 100644 --- a/taiga/projects/contact/services.py +++ b/taiga/projects/contact/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.mails import mail_builder from taiga.celery import app diff --git a/taiga/projects/contact/templates/emails/contact_notification-body-html.jinja b/taiga/projects/contact/templates/emails/contact_notification-body-html.jinja index 974fcc8e..46329fb9 100644 --- a/taiga/projects/contact/templates/emails/contact_notification-body-html.jinja +++ b/taiga/projects/contact/templates/emails/contact_notification-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/contact/templates/emails/contact_notification-body-text.jinja b/taiga/projects/contact/templates/emails/contact_notification-body-text.jinja index 85f583ab..801b9a52 100644 --- a/taiga/projects/contact/templates/emails/contact_notification-body-text.jinja +++ b/taiga/projects/contact/templates/emails/contact_notification-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans full_name=full_name, comment=comment, project_name=project_name %} diff --git a/taiga/projects/contact/templates/emails/contact_notification-subject.jinja b/taiga/projects/contact/templates/emails/contact_notification-subject.jinja index 6f7eb106..11ca3cbb 100644 --- a/taiga/projects/contact/templates/emails/contact_notification-subject.jinja +++ b/taiga/projects/contact/templates/emails/contact_notification-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans full_name=full_name|safe, project_name=project_name|safe %} diff --git a/taiga/projects/contact/validators.py b/taiga/projects/contact/validators.py index 158ea367..3692e718 100644 --- a/taiga/projects/contact/validators.py +++ b/taiga/projects/contact/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import validators diff --git a/taiga/projects/custom_attributes/__init__.py b/taiga/projects/custom_attributes/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/custom_attributes/__init__.py +++ b/taiga/projects/custom_attributes/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/custom_attributes/admin.py b/taiga/projects/custom_attributes/admin.py index 799128ca..78b1466f 100644 --- a/taiga/projects/custom_attributes/admin.py +++ b/taiga/projects/custom_attributes/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin diff --git a/taiga/projects/custom_attributes/api.py b/taiga/projects/custom_attributes/api.py index 54271112..d9b0b964 100644 --- a/taiga/projects/custom_attributes/api.py +++ b/taiga/projects/custom_attributes/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import ModelCrudViewSet from taiga.base.api import ModelUpdateRetrieveViewSet diff --git a/taiga/projects/custom_attributes/choices.py b/taiga/projects/custom_attributes/choices.py index 055dcee6..257dbb17 100644 --- a/taiga/projects/custom_attributes/choices.py +++ b/taiga/projects/custom_attributes/choices.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext_lazy as _ diff --git a/taiga/projects/custom_attributes/migrations/0001_initial.py b/taiga/projects/custom_attributes/migrations/0001_initial.py index 147df5f2..2638f5ba 100644 --- a/taiga/projects/custom_attributes/migrations/0001_initial.py +++ b/taiga/projects/custom_attributes/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0002_issuecustomattributesvalues_taskcustomattributesvalues_userstorycustomattributesvalues.py b/taiga/projects/custom_attributes/migrations/0002_issuecustomattributesvalues_taskcustomattributesvalues_userstorycustomattributesvalues.py index 3dc957c7..989d6f65 100644 --- a/taiga/projects/custom_attributes/migrations/0002_issuecustomattributesvalues_taskcustomattributesvalues_userstorycustomattributesvalues.py +++ b/taiga/projects/custom_attributes/migrations/0002_issuecustomattributesvalues_taskcustomattributesvalues_userstorycustomattributesvalues.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0003_triggers_on_delete_customattribute.py b/taiga/projects/custom_attributes/migrations/0003_triggers_on_delete_customattribute.py index 57a7ebaf..ccdf4803 100644 --- a/taiga/projects/custom_attributes/migrations/0003_triggers_on_delete_customattribute.py +++ b/taiga/projects/custom_attributes/migrations/0003_triggers_on_delete_customattribute.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0004_create_empty_customattributesvalues_for_existen_object.py b/taiga/projects/custom_attributes/migrations/0004_create_empty_customattributesvalues_for_existen_object.py index f9b6b8c2..6ccd01b9 100644 --- a/taiga/projects/custom_attributes/migrations/0004_create_empty_customattributesvalues_for_existen_object.py +++ b/taiga/projects/custom_attributes/migrations/0004_create_empty_customattributesvalues_for_existen_object.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0005_auto_20150505_1639.py b/taiga/projects/custom_attributes/migrations/0005_auto_20150505_1639.py index 149306ac..38560d3d 100644 --- a/taiga/projects/custom_attributes/migrations/0005_auto_20150505_1639.py +++ b/taiga/projects/custom_attributes/migrations/0005_auto_20150505_1639.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0006_auto_20151014_1645.py b/taiga/projects/custom_attributes/migrations/0006_auto_20151014_1645.py index 107519ff..90700777 100644 --- a/taiga/projects/custom_attributes/migrations/0006_auto_20151014_1645.py +++ b/taiga/projects/custom_attributes/migrations/0006_auto_20151014_1645.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0007_auto_20160208_1751.py b/taiga/projects/custom_attributes/migrations/0007_auto_20160208_1751.py index 65c820c4..e058f157 100644 --- a/taiga/projects/custom_attributes/migrations/0007_auto_20160208_1751.py +++ b/taiga/projects/custom_attributes/migrations/0007_auto_20160208_1751.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0008_auto_20160728_0540.py b/taiga/projects/custom_attributes/migrations/0008_auto_20160728_0540.py index 2f360649..d415b975 100644 --- a/taiga/projects/custom_attributes/migrations/0008_auto_20160728_0540.py +++ b/taiga/projects/custom_attributes/migrations/0008_auto_20160728_0540.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-07-28 05:40 from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0009_auto_20160728_1002.py b/taiga/projects/custom_attributes/migrations/0009_auto_20160728_1002.py index 7352f6e6..939bb5cb 100644 --- a/taiga/projects/custom_attributes/migrations/0009_auto_20160728_1002.py +++ b/taiga/projects/custom_attributes/migrations/0009_auto_20160728_1002.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-07-28 10:02 from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0010_auto_20160928_0540.py b/taiga/projects/custom_attributes/migrations/0010_auto_20160928_0540.py index 9108fc20..b37631e3 100644 --- a/taiga/projects/custom_attributes/migrations/0010_auto_20160928_0540.py +++ b/taiga/projects/custom_attributes/migrations/0010_auto_20160928_0540.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-09-28 05:40 from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0011_json_to_jsonb.py b/taiga/projects/custom_attributes/migrations/0011_json_to_jsonb.py index 4a2e701b..989a9988 100644 --- a/taiga/projects/custom_attributes/migrations/0011_json_to_jsonb.py +++ b/taiga/projects/custom_attributes/migrations/0011_json_to_jsonb.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.2 on 2016-10-26 11:34 from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0012_auto_20161201_1628.py b/taiga/projects/custom_attributes/migrations/0012_auto_20161201_1628.py index 66c7edb7..3a3c5f06 100644 --- a/taiga/projects/custom_attributes/migrations/0012_auto_20161201_1628.py +++ b/taiga/projects/custom_attributes/migrations/0012_auto_20161201_1628.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.3 on 2016-12-01 16:28 from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0013_auto_20181022_1624.py b/taiga/projects/custom_attributes/migrations/0013_auto_20181022_1624.py index 158dd7a5..6997fda0 100644 --- a/taiga/projects/custom_attributes/migrations/0013_auto_20181022_1624.py +++ b/taiga/projects/custom_attributes/migrations/0013_auto_20181022_1624.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2018-10-22 16:24 from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0014_auto_20181025_0711.py b/taiga/projects/custom_attributes/migrations/0014_auto_20181025_0711.py index b23c339c..905c61c6 100644 --- a/taiga/projects/custom_attributes/migrations/0014_auto_20181025_0711.py +++ b/taiga/projects/custom_attributes/migrations/0014_auto_20181025_0711.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2018-10-25 07:11 from __future__ import unicode_literals diff --git a/taiga/projects/custom_attributes/migrations/0015_auto_20200615_0811.py b/taiga/projects/custom_attributes/migrations/0015_auto_20200615_0811.py index dcafe55d..c2188a4a 100644 --- a/taiga/projects/custom_attributes/migrations/0015_auto_20200615_0811.py +++ b/taiga/projects/custom_attributes/migrations/0015_auto_20200615_0811.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.12 on 2020-06-15 08:11 diff --git a/taiga/projects/custom_attributes/migrations/__init__.py b/taiga/projects/custom_attributes/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/custom_attributes/migrations/__init__.py +++ b/taiga/projects/custom_attributes/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/custom_attributes/models.py b/taiga/projects/custom_attributes/models.py index c99b71f9..958e9bb8 100644 --- a/taiga/projects/custom_attributes/models.py +++ b/taiga/projects/custom_attributes/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.utils.translation import gettext_lazy as _ diff --git a/taiga/projects/custom_attributes/permissions.py b/taiga/projects/custom_attributes/permissions.py index f6d97ff0..7f366ab8 100644 --- a/taiga/projects/custom_attributes/permissions.py +++ b/taiga/projects/custom_attributes/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import TaigaResourcePermission from taiga.base.api.permissions import HasProjectPerm diff --git a/taiga/projects/custom_attributes/serializers.py b/taiga/projects/custom_attributes/serializers.py index 93d9dd83..ea5a77de 100644 --- a/taiga/projects/custom_attributes/serializers.py +++ b/taiga/projects/custom_attributes/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.fields import JSONField, Field from taiga.base.api import serializers diff --git a/taiga/projects/custom_attributes/services.py b/taiga/projects/custom_attributes/services.py index fd8e2bfa..355f1e21 100644 --- a/taiga/projects/custom_attributes/services.py +++ b/taiga/projects/custom_attributes/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import transaction from django.db import connection diff --git a/taiga/projects/custom_attributes/signals.py b/taiga/projects/custom_attributes/signals.py index 926b5c3a..f709149f 100644 --- a/taiga/projects/custom_attributes/signals.py +++ b/taiga/projects/custom_attributes/signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from . import models diff --git a/taiga/projects/custom_attributes/validators.py b/taiga/projects/custom_attributes/validators.py index 5d940d33..79e6817e 100644 --- a/taiga/projects/custom_attributes/validators.py +++ b/taiga/projects/custom_attributes/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext_lazy as _ diff --git a/taiga/projects/due_dates/__init__.py b/taiga/projects/due_dates/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/due_dates/__init__.py +++ b/taiga/projects/due_dates/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/due_dates/models.py b/taiga/projects/due_dates/models.py index 3bc00127..c53c6a78 100644 --- a/taiga/projects/due_dates/models.py +++ b/taiga/projects/due_dates/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.utils.translation import gettext_lazy as _ diff --git a/taiga/projects/due_dates/serializers.py b/taiga/projects/due_dates/serializers.py index aac36d80..de1f8aa0 100644 --- a/taiga/projects/due_dates/serializers.py +++ b/taiga/projects/due_dates/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import datetime as dt diff --git a/taiga/projects/epics/__init__.py b/taiga/projects/epics/__init__.py index 6dcbe4d7..e6281a1a 100644 --- a/taiga/projects/epics/__init__.py +++ b/taiga/projects/epics/__init__.py @@ -3,6 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/epics/admin.py b/taiga/projects/epics/admin.py index 4b8eefa1..661a67d6 100644 --- a/taiga/projects/epics/admin.py +++ b/taiga/projects/epics/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin diff --git a/taiga/projects/epics/api.py b/taiga/projects/epics/api.py index 85c3ae75..31fb49bb 100644 --- a/taiga/projects/epics/api.py +++ b/taiga/projects/epics/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.http import HttpResponse from django.utils.translation import gettext as _ diff --git a/taiga/projects/epics/apps.py b/taiga/projects/epics/apps.py index 4226dac7..269060fc 100644 --- a/taiga/projects/epics/apps.py +++ b/taiga/projects/epics/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import AppConfig from django.apps import apps diff --git a/taiga/projects/epics/migrations/0001_initial.py b/taiga/projects/epics/migrations/0001_initial.py index 131bc531..4356ac57 100644 --- a/taiga/projects/epics/migrations/0001_initial.py +++ b/taiga/projects/epics/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-07-05 11:12 from __future__ import unicode_literals diff --git a/taiga/projects/epics/migrations/0002_epic_color.py b/taiga/projects/epics/migrations/0002_epic_color.py index 36f1cc11..ce594549 100644 --- a/taiga/projects/epics/migrations/0002_epic_color.py +++ b/taiga/projects/epics/migrations/0002_epic_color.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-07-27 09:37 from __future__ import unicode_literals diff --git a/taiga/projects/epics/migrations/0003_auto_20160901_1021.py b/taiga/projects/epics/migrations/0003_auto_20160901_1021.py index 27ff9011..86d5283c 100644 --- a/taiga/projects/epics/migrations/0003_auto_20160901_1021.py +++ b/taiga/projects/epics/migrations/0003_auto_20160901_1021.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-09-01 10:21 from __future__ import unicode_literals diff --git a/taiga/projects/epics/migrations/0004_auto_20160928_0540.py b/taiga/projects/epics/migrations/0004_auto_20160928_0540.py index fa18819d..06f71565 100644 --- a/taiga/projects/epics/migrations/0004_auto_20160928_0540.py +++ b/taiga/projects/epics/migrations/0004_auto_20160928_0540.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-09-28 05:40 from __future__ import unicode_literals diff --git a/taiga/projects/epics/migrations/0005_epic_external_reference.py b/taiga/projects/epics/migrations/0005_epic_external_reference.py index 59431cd8..4404ddd4 100644 --- a/taiga/projects/epics/migrations/0005_epic_external_reference.py +++ b/taiga/projects/epics/migrations/0005_epic_external_reference.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-11-08 11:19 from __future__ import unicode_literals diff --git a/taiga/projects/epics/migrations/0006_auto_20200615_0811.py b/taiga/projects/epics/migrations/0006_auto_20200615_0811.py index 30c5be69..c917998c 100644 --- a/taiga/projects/epics/migrations/0006_auto_20200615_0811.py +++ b/taiga/projects/epics/migrations/0006_auto_20200615_0811.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.12 on 2020-06-15 08:11 diff --git a/taiga/projects/epics/migrations/__init__.py b/taiga/projects/epics/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/epics/migrations/__init__.py +++ b/taiga/projects/epics/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/epics/models.py b/taiga/projects/epics/models.py index 87500a6b..b4c28137 100644 --- a/taiga/projects/epics/models.py +++ b/taiga/projects/epics/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.contrib.contenttypes.fields import GenericRelation diff --git a/taiga/projects/epics/permissions.py b/taiga/projects/epics/permissions.py index 31f346d1..6ef6c5f9 100644 --- a/taiga/projects/epics/permissions.py +++ b/taiga/projects/epics/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import TaigaResourcePermission, AllowAny, IsAuthenticated from taiga.base.api.permissions import IsSuperUser, HasProjectPerm, IsProjectAdmin diff --git a/taiga/projects/epics/serializers.py b/taiga/projects/epics/serializers.py index 067b234b..7593c549 100644 --- a/taiga/projects/epics/serializers.py +++ b/taiga/projects/epics/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import Field, MethodField diff --git a/taiga/projects/epics/services.py b/taiga/projects/epics/services.py index 66010e01..beed00c1 100644 --- a/taiga/projects/epics/services.py +++ b/taiga/projects/epics/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import csv import io diff --git a/taiga/projects/epics/utils.py b/taiga/projects/epics/utils.py index 7d426a10..7152228e 100644 --- a/taiga/projects/epics/utils.py +++ b/taiga/projects/epics/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.projects.attachments.utils import attach_basic_attachments from taiga.projects.notifications.utils import attach_watchers_to_queryset diff --git a/taiga/projects/epics/validators.py b/taiga/projects/epics/validators.py index 8c332648..cee85a2b 100644 --- a/taiga/projects/epics/validators.py +++ b/taiga/projects/epics/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/filters.py b/taiga/projects/filters.py index c30d9b89..1ac47d79 100644 --- a/taiga/projects/filters.py +++ b/taiga/projects/filters.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import logging diff --git a/taiga/projects/history/__init__.py b/taiga/projects/history/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/history/__init__.py +++ b/taiga/projects/history/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/history/api.py b/taiga/projects/history/api.py index 6a85be13..c111adae 100644 --- a/taiga/projects/history/api.py +++ b/taiga/projects/history/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib.contenttypes.models import ContentType from django.utils.translation import gettext as _ diff --git a/taiga/projects/history/choices.py b/taiga/projects/history/choices.py index b9536934..9eec9b25 100644 --- a/taiga/projects/history/choices.py +++ b/taiga/projects/history/choices.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import enum diff --git a/taiga/projects/history/freeze_impl.py b/taiga/projects/history/freeze_impl.py index fc349485..8705d28a 100644 --- a/taiga/projects/history/freeze_impl.py +++ b/taiga/projects/history/freeze_impl.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from contextlib import suppress diff --git a/taiga/projects/history/migrations/0001_initial.py b/taiga/projects/history/migrations/0001_initial.py index 23f7681b..4295d4b1 100644 --- a/taiga/projects/history/migrations/0001_initial.py +++ b/taiga/projects/history/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/0002_auto_20140916_0936.py b/taiga/projects/history/migrations/0002_auto_20140916_0936.py index edc1ebcc..79f56dfa 100644 --- a/taiga/projects/history/migrations/0002_auto_20140916_0936.py +++ b/taiga/projects/history/migrations/0002_auto_20140916_0936.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/0003_auto_20140917_1405.py b/taiga/projects/history/migrations/0003_auto_20140917_1405.py index 28c23231..6bd1e341 100644 --- a/taiga/projects/history/migrations/0003_auto_20140917_1405.py +++ b/taiga/projects/history/migrations/0003_auto_20140917_1405.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/0004_historyentry_is_hidden.py b/taiga/projects/history/migrations/0004_historyentry_is_hidden.py index 16657d0b..2b645051 100644 --- a/taiga/projects/history/migrations/0004_historyentry_is_hidden.py +++ b/taiga/projects/history/migrations/0004_historyentry_is_hidden.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/0005_auto_20141120_1119.py b/taiga/projects/history/migrations/0005_auto_20141120_1119.py index 1fc251e4..f7b44e8b 100644 --- a/taiga/projects/history/migrations/0005_auto_20141120_1119.py +++ b/taiga/projects/history/migrations/0005_auto_20141120_1119.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/0006_fix_json_field_not_null.py b/taiga/projects/history/migrations/0006_fix_json_field_not_null.py index 1314b8ca..2f66ce11 100644 --- a/taiga/projects/history/migrations/0006_fix_json_field_not_null.py +++ b/taiga/projects/history/migrations/0006_fix_json_field_not_null.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/0007_set_bloked_note_and_is_blocked_in_snapshots.py b/taiga/projects/history/migrations/0007_set_bloked_note_and_is_blocked_in_snapshots.py index 512882fd..41538ffe 100644 --- a/taiga/projects/history/migrations/0007_set_bloked_note_and_is_blocked_in_snapshots.py +++ b/taiga/projects/history/migrations/0007_set_bloked_note_and_is_blocked_in_snapshots.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/0008_auto_20150508_1028.py b/taiga/projects/history/migrations/0008_auto_20150508_1028.py index 3ac16e42..5d35a6bf 100644 --- a/taiga/projects/history/migrations/0008_auto_20150508_1028.py +++ b/taiga/projects/history/migrations/0008_auto_20150508_1028.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/0009_auto_20160512_1110.py b/taiga/projects/history/migrations/0009_auto_20160512_1110.py index 5ff01c0e..249e9a66 100644 --- a/taiga/projects/history/migrations/0009_auto_20160512_1110.py +++ b/taiga/projects/history/migrations/0009_auto_20160512_1110.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-05-12 11:10 from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/0010_historyentry_project.py b/taiga/projects/history/migrations/0010_historyentry_project.py index e81d18ff..aa7aacf4 100644 --- a/taiga/projects/history/migrations/0010_historyentry_project.py +++ b/taiga/projects/history/migrations/0010_historyentry_project.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-24 12:19 from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/0011_auto_20160629_1036.py b/taiga/projects/history/migrations/0011_auto_20160629_1036.py index bb4f64f3..d174fee2 100644 --- a/taiga/projects/history/migrations/0011_auto_20160629_1036.py +++ b/taiga/projects/history/migrations/0011_auto_20160629_1036.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-29 10:36 from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/0012_auto_20160629_1036.py b/taiga/projects/history/migrations/0012_auto_20160629_1036.py index bf2022ea..8c97b812 100644 --- a/taiga/projects/history/migrations/0012_auto_20160629_1036.py +++ b/taiga/projects/history/migrations/0012_auto_20160629_1036.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-29 10:36 from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/0013_historyentry_values_diff_cache.py b/taiga/projects/history/migrations/0013_historyentry_values_diff_cache.py index c9ad07b6..51b14933 100644 --- a/taiga/projects/history/migrations/0013_historyentry_values_diff_cache.py +++ b/taiga/projects/history/migrations/0013_historyentry_values_diff_cache.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-10-11 12:17 from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/0014_json_to_jsonb.py b/taiga/projects/history/migrations/0014_json_to_jsonb.py index 712f65aa..dc823373 100644 --- a/taiga/projects/history/migrations/0014_json_to_jsonb.py +++ b/taiga/projects/history/migrations/0014_json_to_jsonb.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.2 on 2016-10-26 11:34 from __future__ import unicode_literals diff --git a/taiga/projects/history/migrations/__init__.py b/taiga/projects/history/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/history/migrations/__init__.py +++ b/taiga/projects/history/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/history/mixins.py b/taiga/projects/history/mixins.py index ac3644dd..d0f7f78f 100644 --- a/taiga/projects/history/mixins.py +++ b/taiga/projects/history/mixins.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import warnings diff --git a/taiga/projects/history/models.py b/taiga/projects/history/models.py index 9a3d493c..088c47cc 100644 --- a/taiga/projects/history/models.py +++ b/taiga/projects/history/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/taiga/projects/history/permissions.py b/taiga/projects/history/permissions.py index 2a81e56a..ccedfa73 100644 --- a/taiga/projects/history/permissions.py +++ b/taiga/projects/history/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import (TaigaResourcePermission, HasProjectPerm, IsProjectAdmin, AllowAny, diff --git a/taiga/projects/history/serializers.py b/taiga/projects/history/serializers.py index 9538434d..b333244a 100644 --- a/taiga/projects/history/serializers.py +++ b/taiga/projects/history/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import I18NJSONField, Field, MethodField diff --git a/taiga/projects/history/services.py b/taiga/projects/history/services.py index 1c26e639..c69724d0 100644 --- a/taiga/projects/history/services.py +++ b/taiga/projects/history/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC """ This module contains a main domain logic for object history management. diff --git a/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja b/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja index a0d4878b..11f4bd4f 100644 --- a/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja +++ b/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% set excluded_fields = [ diff --git a/taiga/projects/history/templates/emails/includes/fields_diff-text.jinja b/taiga/projects/history/templates/emails/includes/fields_diff-text.jinja index 24ba8e66..906cb67e 100644 --- a/taiga/projects/history/templates/emails/includes/fields_diff-text.jinja +++ b/taiga/projects/history/templates/emails/includes/fields_diff-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% set excluded_fields = [ diff --git a/taiga/projects/history/templatetags/__init__.py b/taiga/projects/history/templatetags/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/history/templatetags/__init__.py +++ b/taiga/projects/history/templatetags/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/history/templatetags/functions.py b/taiga/projects/history/templatetags/functions.py index a6018a4a..b73dbb2a 100644 --- a/taiga/projects/history/templatetags/functions.py +++ b/taiga/projects/history/templatetags/functions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext_lazy as _ diff --git a/taiga/projects/history/utils.py b/taiga/projects/history/utils.py index 27bc54fe..ae225b3c 100644 --- a/taiga/projects/history/utils.py +++ b/taiga/projects/history/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.projects.history.services import get_typename_for_model_class diff --git a/taiga/projects/issues/__init__.py b/taiga/projects/issues/__init__.py index 6dcbe4d7..e6281a1a 100644 --- a/taiga/projects/issues/__init__.py +++ b/taiga/projects/issues/__init__.py @@ -3,6 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/issues/admin.py b/taiga/projects/issues/admin.py index 763d90cd..c5304343 100644 --- a/taiga/projects/issues/admin.py +++ b/taiga/projects/issues/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin diff --git a/taiga/projects/issues/api.py b/taiga/projects/issues/api.py index 29a1aa1b..4814f071 100644 --- a/taiga/projects/issues/api.py +++ b/taiga/projects/issues/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # from django.utils.translation import gettext as _ diff --git a/taiga/projects/issues/apps.py b/taiga/projects/issues/apps.py index 35326c82..cb085b75 100644 --- a/taiga/projects/issues/apps.py +++ b/taiga/projects/issues/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # from django.apps import AppConfig diff --git a/taiga/projects/issues/migrations/0001_initial.py b/taiga/projects/issues/migrations/0001_initial.py index 93d1bac0..a2468d36 100644 --- a/taiga/projects/issues/migrations/0001_initial.py +++ b/taiga/projects/issues/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/issues/migrations/0002_issue_external_reference.py b/taiga/projects/issues/migrations/0002_issue_external_reference.py index 3b6c49eb..ecf18f72 100644 --- a/taiga/projects/issues/migrations/0002_issue_external_reference.py +++ b/taiga/projects/issues/migrations/0002_issue_external_reference.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/issues/migrations/0003_auto_20141210_1108.py b/taiga/projects/issues/migrations/0003_auto_20141210_1108.py index 1da0f998..65c220ee 100644 --- a/taiga/projects/issues/migrations/0003_auto_20141210_1108.py +++ b/taiga/projects/issues/migrations/0003_auto_20141210_1108.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/issues/migrations/0004_auto_20150114_0954.py b/taiga/projects/issues/migrations/0004_auto_20150114_0954.py index 5f7c0cd9..f7876ce4 100644 --- a/taiga/projects/issues/migrations/0004_auto_20150114_0954.py +++ b/taiga/projects/issues/migrations/0004_auto_20150114_0954.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/issues/migrations/0005_auto_20150623_1923.py b/taiga/projects/issues/migrations/0005_auto_20150623_1923.py index 1d8f0ed4..dc2f82a9 100644 --- a/taiga/projects/issues/migrations/0005_auto_20150623_1923.py +++ b/taiga/projects/issues/migrations/0005_auto_20150623_1923.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/issues/migrations/0006_remove_issue_watchers.py b/taiga/projects/issues/migrations/0006_remove_issue_watchers.py index c4659791..cffd6b57 100644 --- a/taiga/projects/issues/migrations/0006_remove_issue_watchers.py +++ b/taiga/projects/issues/migrations/0006_remove_issue_watchers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/issues/migrations/0007_auto_20160614_1201.py b/taiga/projects/issues/migrations/0007_auto_20160614_1201.py index 85312730..b0f256e7 100644 --- a/taiga/projects/issues/migrations/0007_auto_20160614_1201.py +++ b/taiga/projects/issues/migrations/0007_auto_20160614_1201.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-14 12:01 from __future__ import unicode_literals diff --git a/taiga/projects/issues/migrations/0008_add_due_date.py b/taiga/projects/issues/migrations/0008_add_due_date.py index 6e59bd04..cba74443 100644 --- a/taiga/projects/issues/migrations/0008_add_due_date.py +++ b/taiga/projects/issues/migrations/0008_add_due_date.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2018-04-09 09:06 from __future__ import unicode_literals diff --git a/taiga/projects/issues/migrations/0009_auto_20200615_0811.py b/taiga/projects/issues/migrations/0009_auto_20200615_0811.py index 8a7d48c5..31b500b9 100644 --- a/taiga/projects/issues/migrations/0009_auto_20200615_0811.py +++ b/taiga/projects/issues/migrations/0009_auto_20200615_0811.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.12 on 2020-06-15 08:11 diff --git a/taiga/projects/issues/migrations/__init__.py b/taiga/projects/issues/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/issues/migrations/__init__.py +++ b/taiga/projects/issues/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/issues/models.py b/taiga/projects/issues/models.py index 6e7d4972..a1f5f4e2 100644 --- a/taiga/projects/issues/models.py +++ b/taiga/projects/issues/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.contrib.contenttypes.fields import GenericRelation diff --git a/taiga/projects/issues/permissions.py b/taiga/projects/issues/permissions.py index 8c991acb..9ec83dd1 100644 --- a/taiga/projects/issues/permissions.py +++ b/taiga/projects/issues/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # from taiga.base.api.permissions import TaigaResourcePermission, AllowAny, IsAuthenticated, IsSuperUser diff --git a/taiga/projects/issues/serializers.py b/taiga/projects/issues/serializers.py index 1d2ce36f..5f959ff0 100644 --- a/taiga/projects/issues/serializers.py +++ b/taiga/projects/issues/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import Field, MethodField diff --git a/taiga/projects/issues/services.py b/taiga/projects/issues/services.py index a0f5c4d1..d1220b55 100644 --- a/taiga/projects/issues/services.py +++ b/taiga/projects/issues/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import io import csv diff --git a/taiga/projects/issues/signals.py b/taiga/projects/issues/signals.py index f3f2c3d4..0a86e61f 100644 --- a/taiga/projects/issues/signals.py +++ b/taiga/projects/issues/signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from contextlib import suppress from django.core.exceptions import ObjectDoesNotExist diff --git a/taiga/projects/issues/utils.py b/taiga/projects/issues/utils.py index ef6c39d5..7a9109c9 100644 --- a/taiga/projects/issues/utils.py +++ b/taiga/projects/issues/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.projects.attachments.utils import attach_basic_attachments from taiga.projects.notifications.utils import attach_watchers_to_queryset diff --git a/taiga/projects/issues/validators.py b/taiga/projects/issues/validators.py index f6594325..6734b9af 100644 --- a/taiga/projects/issues/validators.py +++ b/taiga/projects/issues/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # from django.utils.translation import gettext as _ diff --git a/taiga/projects/likes/__init__.py b/taiga/projects/likes/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/likes/__init__.py +++ b/taiga/projects/likes/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/likes/admin.py b/taiga/projects/likes/admin.py index 8f1bbc3f..a01da368 100644 --- a/taiga/projects/likes/admin.py +++ b/taiga/projects/likes/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin from django.contrib.contenttypes.admin import GenericTabularInline diff --git a/taiga/projects/likes/migrations/0001_initial.py b/taiga/projects/likes/migrations/0001_initial.py index 40d0afcb..676a899a 100644 --- a/taiga/projects/likes/migrations/0001_initial.py +++ b/taiga/projects/likes/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/likes/migrations/0002_auto_20151130_2230.py b/taiga/projects/likes/migrations/0002_auto_20151130_2230.py index 7139e47f..1fd30f0e 100644 --- a/taiga/projects/likes/migrations/0002_auto_20151130_2230.py +++ b/taiga/projects/likes/migrations/0002_auto_20151130_2230.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/likes/migrations/__init__.py b/taiga/projects/likes/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/likes/migrations/__init__.py +++ b/taiga/projects/likes/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/likes/mixins/__init__.py b/taiga/projects/likes/mixins/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/likes/mixins/__init__.py +++ b/taiga/projects/likes/mixins/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/likes/mixins/viewsets.py b/taiga/projects/likes/mixins/viewsets.py index 7b2edcc2..4e63b259 100644 --- a/taiga/projects/likes/mixins/viewsets.py +++ b/taiga/projects/likes/mixins/viewsets.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.exceptions import ObjectDoesNotExist diff --git a/taiga/projects/likes/models.py b/taiga/projects/likes/models.py index 7163b119..ca91a077 100644 --- a/taiga/projects/likes/models.py +++ b/taiga/projects/likes/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings from django.contrib.contenttypes.fields import GenericForeignKey diff --git a/taiga/projects/likes/serializers.py b/taiga/projects/likes/serializers.py index d4cb8870..2eaad0bd 100644 --- a/taiga/projects/likes/serializers.py +++ b/taiga/projects/likes/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import Field, MethodField diff --git a/taiga/projects/likes/services.py b/taiga/projects/likes/services.py index bf7ed8e2..12b5daa2 100644 --- a/taiga/projects/likes/services.py +++ b/taiga/projects/likes/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import F from django.db.transaction import atomic diff --git a/taiga/projects/management/__init__.py b/taiga/projects/management/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/management/__init__.py +++ b/taiga/projects/management/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/management/commands/__init__.py b/taiga/projects/management/commands/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/management/commands/__init__.py +++ b/taiga/projects/management/commands/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/management/commands/block_user_projects.py b/taiga/projects/management/commands/block_user_projects.py index ab39fc79..903a32ce 100644 --- a/taiga/projects/management/commands/block_user_projects.py +++ b/taiga/projects/management/commands/block_user_projects.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand from taiga.projects.choices import BLOCKED_BY_NONPAYMENT diff --git a/taiga/projects/management/commands/change_project_slug.py b/taiga/projects/management/commands/change_project_slug.py index 40969137..27543762 100644 --- a/taiga/projects/management/commands/change_project_slug.py +++ b/taiga/projects/management/commands/change_project_slug.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand from django.core.management.base import CommandError diff --git a/taiga/projects/management/commands/sample_data.py b/taiga/projects/management/commands/sample_data.py index c8f80178..66135eaf 100644 --- a/taiga/projects/management/commands/sample_data.py +++ b/taiga/projects/management/commands/sample_data.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import datetime from os import path diff --git a/taiga/projects/migrations/0001_initial.py b/taiga/projects/migrations/0001_initial.py index 35c145fd..7cec73ed 100644 --- a/taiga/projects/migrations/0001_initial.py +++ b/taiga/projects/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0002_auto_20140903_0920.py b/taiga/projects/migrations/0002_auto_20140903_0920.py index a8e857be..ad28147d 100644 --- a/taiga/projects/migrations/0002_auto_20140903_0920.py +++ b/taiga/projects/migrations/0002_auto_20140903_0920.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0003_auto_20140913_1710.py b/taiga/projects/migrations/0003_auto_20140913_1710.py index 4e5044f8..358debc9 100644 --- a/taiga/projects/migrations/0003_auto_20140913_1710.py +++ b/taiga/projects/migrations/0003_auto_20140913_1710.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0004_auto_20141002_2337.py b/taiga/projects/migrations/0004_auto_20141002_2337.py index de322bd5..84e64074 100644 --- a/taiga/projects/migrations/0004_auto_20141002_2337.py +++ b/taiga/projects/migrations/0004_auto_20141002_2337.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0005_membership_invitation_extra_text.py b/taiga/projects/migrations/0005_membership_invitation_extra_text.py index d0b29ebe..af10a057 100644 --- a/taiga/projects/migrations/0005_membership_invitation_extra_text.py +++ b/taiga/projects/migrations/0005_membership_invitation_extra_text.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0006_auto_20141029_1040.py b/taiga/projects/migrations/0006_auto_20141029_1040.py index 6257ed1b..06af5300 100644 --- a/taiga/projects/migrations/0006_auto_20141029_1040.py +++ b/taiga/projects/migrations/0006_auto_20141029_1040.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0007_auto_20141024_1011.py b/taiga/projects/migrations/0007_auto_20141024_1011.py index d066b92c..27a4e7ce 100644 --- a/taiga/projects/migrations/0007_auto_20141024_1011.py +++ b/taiga/projects/migrations/0007_auto_20141024_1011.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0008_auto_20141024_1012.py b/taiga/projects/migrations/0008_auto_20141024_1012.py index 5789f086..102620f2 100644 --- a/taiga/projects/migrations/0008_auto_20141024_1012.py +++ b/taiga/projects/migrations/0008_auto_20141024_1012.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0009_auto_20141024_1037.py b/taiga/projects/migrations/0009_auto_20141024_1037.py index b4eba0c2..c9019a29 100644 --- a/taiga/projects/migrations/0009_auto_20141024_1037.py +++ b/taiga/projects/migrations/0009_auto_20141024_1037.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0010_project_modules_config.py b/taiga/projects/migrations/0010_project_modules_config.py index d64c4475..04de77e8 100644 --- a/taiga/projects/migrations/0010_project_modules_config.py +++ b/taiga/projects/migrations/0010_project_modules_config.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0011_auto_20141028_2057.py b/taiga/projects/migrations/0011_auto_20141028_2057.py index 6ef529e0..43724b2d 100644 --- a/taiga/projects/migrations/0011_auto_20141028_2057.py +++ b/taiga/projects/migrations/0011_auto_20141028_2057.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0012_auto_20141210_1009.py b/taiga/projects/migrations/0012_auto_20141210_1009.py index 33e2ddb3..32ef33b7 100644 --- a/taiga/projects/migrations/0012_auto_20141210_1009.py +++ b/taiga/projects/migrations/0012_auto_20141210_1009.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0013_auto_20141210_1040.py b/taiga/projects/migrations/0013_auto_20141210_1040.py index efce6129..08f98804 100644 --- a/taiga/projects/migrations/0013_auto_20141210_1040.py +++ b/taiga/projects/migrations/0013_auto_20141210_1040.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0014_userstorystatus_is_archived.py b/taiga/projects/migrations/0014_userstorystatus_is_archived.py index ad3cdb70..7cd190ee 100644 --- a/taiga/projects/migrations/0014_userstorystatus_is_archived.py +++ b/taiga/projects/migrations/0014_userstorystatus_is_archived.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0015_auto_20141230_1212.py b/taiga/projects/migrations/0015_auto_20141230_1212.py index c754e810..2821bde4 100644 --- a/taiga/projects/migrations/0015_auto_20141230_1212.py +++ b/taiga/projects/migrations/0015_auto_20141230_1212.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals from django.db import models, migrations diff --git a/taiga/projects/migrations/0016_fix_json_field_not_null.py b/taiga/projects/migrations/0016_fix_json_field_not_null.py index 5f508ff4..a2399f9a 100644 --- a/taiga/projects/migrations/0016_fix_json_field_not_null.py +++ b/taiga/projects/migrations/0016_fix_json_field_not_null.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0017_fix_is_private_for_projects.py b/taiga/projects/migrations/0017_fix_is_private_for_projects.py index 573bbcd1..02d7e76e 100644 --- a/taiga/projects/migrations/0017_fix_is_private_for_projects.py +++ b/taiga/projects/migrations/0017_fix_is_private_for_projects.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0018_auto_20150219_1606.py b/taiga/projects/migrations/0018_auto_20150219_1606.py index c1eb91ff..b0c30d7b 100644 --- a/taiga/projects/migrations/0018_auto_20150219_1606.py +++ b/taiga/projects/migrations/0018_auto_20150219_1606.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0019_auto_20150311_0821.py b/taiga/projects/migrations/0019_auto_20150311_0821.py index 682e473e..47eadfa3 100644 --- a/taiga/projects/migrations/0019_auto_20150311_0821.py +++ b/taiga/projects/migrations/0019_auto_20150311_0821.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0020_membership_user_order.py b/taiga/projects/migrations/0020_membership_user_order.py index ccbe3879..79ec093a 100644 --- a/taiga/projects/migrations/0020_membership_user_order.py +++ b/taiga/projects/migrations/0020_membership_user_order.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0021_auto_20150504_1524.py b/taiga/projects/migrations/0021_auto_20150504_1524.py index 36b4b0aa..78eb47e3 100644 --- a/taiga/projects/migrations/0021_auto_20150504_1524.py +++ b/taiga/projects/migrations/0021_auto_20150504_1524.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0022_auto_20150701_0924.py b/taiga/projects/migrations/0022_auto_20150701_0924.py index 133b6151..9ad5871a 100644 --- a/taiga/projects/migrations/0022_auto_20150701_0924.py +++ b/taiga/projects/migrations/0022_auto_20150701_0924.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0023_auto_20150721_1511.py b/taiga/projects/migrations/0023_auto_20150721_1511.py index 6d13a635..9cbb586c 100644 --- a/taiga/projects/migrations/0023_auto_20150721_1511.py +++ b/taiga/projects/migrations/0023_auto_20150721_1511.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0024_auto_20150810_1247.py b/taiga/projects/migrations/0024_auto_20150810_1247.py index c13c95b8..cd856d42 100644 --- a/taiga/projects/migrations/0024_auto_20150810_1247.py +++ b/taiga/projects/migrations/0024_auto_20150810_1247.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0025_auto_20150901_1600.py b/taiga/projects/migrations/0025_auto_20150901_1600.py index 0a5add47..5c71aaec 100644 --- a/taiga/projects/migrations/0025_auto_20150901_1600.py +++ b/taiga/projects/migrations/0025_auto_20150901_1600.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0026_auto_20150911_1237.py b/taiga/projects/migrations/0026_auto_20150911_1237.py index c438fe16..efcde846 100644 --- a/taiga/projects/migrations/0026_auto_20150911_1237.py +++ b/taiga/projects/migrations/0026_auto_20150911_1237.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0027_auto_20150916_1302.py b/taiga/projects/migrations/0027_auto_20150916_1302.py index f7fb05bc..ef4a1286 100644 --- a/taiga/projects/migrations/0027_auto_20150916_1302.py +++ b/taiga/projects/migrations/0027_auto_20150916_1302.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0028_project_is_featured.py b/taiga/projects/migrations/0028_project_is_featured.py index c3e29ac4..f2e52fd9 100644 --- a/taiga/projects/migrations/0028_project_is_featured.py +++ b/taiga/projects/migrations/0028_project_is_featured.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0029_project_is_looking_for_people.py b/taiga/projects/migrations/0029_project_is_looking_for_people.py index 3f0e9042..22be78bf 100644 --- a/taiga/projects/migrations/0029_project_is_looking_for_people.py +++ b/taiga/projects/migrations/0029_project_is_looking_for_people.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0030_auto_20151128_0757.py b/taiga/projects/migrations/0030_auto_20151128_0757.py index db0355f5..4a4b3583 100644 --- a/taiga/projects/migrations/0030_auto_20151128_0757.py +++ b/taiga/projects/migrations/0030_auto_20151128_0757.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0031_project_logo.py b/taiga/projects/migrations/0031_project_logo.py index 95afccb4..e12955ca 100644 --- a/taiga/projects/migrations/0031_project_logo.py +++ b/taiga/projects/migrations/0031_project_logo.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0032_auto_20151202_1151.py b/taiga/projects/migrations/0032_auto_20151202_1151.py index bb79e024..ca88d71a 100644 --- a/taiga/projects/migrations/0032_auto_20151202_1151.py +++ b/taiga/projects/migrations/0032_auto_20151202_1151.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0033_text_search_indexes.py b/taiga/projects/migrations/0033_text_search_indexes.py index 33133853..42fe8a0f 100644 --- a/taiga/projects/migrations/0033_text_search_indexes.py +++ b/taiga/projects/migrations/0033_text_search_indexes.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0034_project_looking_for_people_note.py b/taiga/projects/migrations/0034_project_looking_for_people_note.py index 9a4512c9..876176c4 100644 --- a/taiga/projects/migrations/0034_project_looking_for_people_note.py +++ b/taiga/projects/migrations/0034_project_looking_for_people_note.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0035_project_blocked_code.py b/taiga/projects/migrations/0035_project_blocked_code.py index 84a1967e..2fcbd862 100644 --- a/taiga/projects/migrations/0035_project_blocked_code.py +++ b/taiga/projects/migrations/0035_project_blocked_code.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0036_project_transfer_token.py b/taiga/projects/migrations/0036_project_transfer_token.py index dbf641df..9505f73b 100644 --- a/taiga/projects/migrations/0036_project_transfer_token.py +++ b/taiga/projects/migrations/0036_project_transfer_token.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0037_auto_20160208_1751.py b/taiga/projects/migrations/0037_auto_20160208_1751.py index 32aebd24..b936b60c 100644 --- a/taiga/projects/migrations/0037_auto_20160208_1751.py +++ b/taiga/projects/migrations/0037_auto_20160208_1751.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0038_auto_20160215_1133.py b/taiga/projects/migrations/0038_auto_20160215_1133.py index d4aeb10a..18c7f254 100644 --- a/taiga/projects/migrations/0038_auto_20160215_1133.py +++ b/taiga/projects/migrations/0038_auto_20160215_1133.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-02-15 11:33 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0039_auto_20160322_1157.py b/taiga/projects/migrations/0039_auto_20160322_1157.py index 49c41e68..aee9f9da 100644 --- a/taiga/projects/migrations/0039_auto_20160322_1157.py +++ b/taiga/projects/migrations/0039_auto_20160322_1157.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-03-22 11:57 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0040_remove_memberships_of_cancelled_users_acounts.py b/taiga/projects/migrations/0040_remove_memberships_of_cancelled_users_acounts.py index f6d58cf1..1cbeb6cd 100644 --- a/taiga/projects/migrations/0040_remove_memberships_of_cancelled_users_acounts.py +++ b/taiga/projects/migrations/0040_remove_memberships_of_cancelled_users_acounts.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-04-06 15:46 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0041_auto_20160519_1058.py b/taiga/projects/migrations/0041_auto_20160519_1058.py index 594445da..9c2b52e7 100644 --- a/taiga/projects/migrations/0041_auto_20160519_1058.py +++ b/taiga/projects/migrations/0041_auto_20160519_1058.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-05-19 10:58 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0042_auto_20160525_0911.py b/taiga/projects/migrations/0042_auto_20160525_0911.py index 22564e52..4ff0e9a5 100644 --- a/taiga/projects/migrations/0042_auto_20160525_0911.py +++ b/taiga/projects/migrations/0042_auto_20160525_0911.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-05-25 09:11 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0043_auto_20160530_1004.py b/taiga/projects/migrations/0043_auto_20160530_1004.py index 25c2092d..0efbf943 100644 --- a/taiga/projects/migrations/0043_auto_20160530_1004.py +++ b/taiga/projects/migrations/0043_auto_20160530_1004.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-05-30 10:04 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0044_auto_20160531_1150.py b/taiga/projects/migrations/0044_auto_20160531_1150.py index 3b56e52a..75e1b438 100644 --- a/taiga/projects/migrations/0044_auto_20160531_1150.py +++ b/taiga/projects/migrations/0044_auto_20160531_1150.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-05-31 11:50 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0045_merge.py b/taiga/projects/migrations/0045_merge.py index 2618d4e9..637a549d 100644 --- a/taiga/projects/migrations/0045_merge.py +++ b/taiga/projects/migrations/0045_merge.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-05-31 11:59 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0046_triggers_to_update_tags_colors.py b/taiga/projects/migrations/0046_triggers_to_update_tags_colors.py index 55ad4654..3ab88e8a 100644 --- a/taiga/projects/migrations/0046_triggers_to_update_tags_colors.py +++ b/taiga/projects/migrations/0046_triggers_to_update_tags_colors.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-07 06:19 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0047_auto_20160614_1201.py b/taiga/projects/migrations/0047_auto_20160614_1201.py index c5b9fe3e..9a8637ee 100644 --- a/taiga/projects/migrations/0047_auto_20160614_1201.py +++ b/taiga/projects/migrations/0047_auto_20160614_1201.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-14 12:01 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0048_auto_20160615_1508.py b/taiga/projects/migrations/0048_auto_20160615_1508.py index c031fbe3..818d0299 100644 --- a/taiga/projects/migrations/0048_auto_20160615_1508.py +++ b/taiga/projects/migrations/0048_auto_20160615_1508.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-15 15:08 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0049_auto_20160629_1443.py b/taiga/projects/migrations/0049_auto_20160629_1443.py index fa03873e..7173439e 100644 --- a/taiga/projects/migrations/0049_auto_20160629_1443.py +++ b/taiga/projects/migrations/0049_auto_20160629_1443.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-29 14:43 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0050_project_epics_csv_uuid.py b/taiga/projects/migrations/0050_project_epics_csv_uuid.py index 5285ec88..50767c35 100644 --- a/taiga/projects/migrations/0050_project_epics_csv_uuid.py +++ b/taiga/projects/migrations/0050_project_epics_csv_uuid.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-07-20 17:57 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0051_auto_20160729_0802.py b/taiga/projects/migrations/0051_auto_20160729_0802.py index e8a667ab..2a92cbf7 100644 --- a/taiga/projects/migrations/0051_auto_20160729_0802.py +++ b/taiga/projects/migrations/0051_auto_20160729_0802.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-07-29 08:02 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0052_epic_status.py b/taiga/projects/migrations/0052_epic_status.py index e8f14538..1d0e1293 100644 --- a/taiga/projects/migrations/0052_epic_status.py +++ b/taiga/projects/migrations/0052_epic_status.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-08-25 10:19 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0053_auto_20160927_0741.py b/taiga/projects/migrations/0053_auto_20160927_0741.py index a5a85424..8351d4a7 100644 --- a/taiga/projects/migrations/0053_auto_20160927_0741.py +++ b/taiga/projects/migrations/0053_auto_20160927_0741.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-09-27 07:41 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0054_auto_20160928_0540.py b/taiga/projects/migrations/0054_auto_20160928_0540.py index ee448efe..ab1a8af1 100644 --- a/taiga/projects/migrations/0054_auto_20160928_0540.py +++ b/taiga/projects/migrations/0054_auto_20160928_0540.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-09-28 05:40 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0055_json_to_jsonb.py b/taiga/projects/migrations/0055_json_to_jsonb.py index 4e15709f..b4c99dc8 100644 --- a/taiga/projects/migrations/0055_json_to_jsonb.py +++ b/taiga/projects/migrations/0055_json_to_jsonb.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.2 on 2016-10-26 11:34 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0056_auto_20161110_1518.py b/taiga/projects/migrations/0056_auto_20161110_1518.py index ee8a21fa..df9340d7 100644 --- a/taiga/projects/migrations/0056_auto_20161110_1518.py +++ b/taiga/projects/migrations/0056_auto_20161110_1518.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-11-10 15:18 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0057_auto_20161129_0945.py b/taiga/projects/migrations/0057_auto_20161129_0945.py index 1f568718..926003c9 100644 --- a/taiga/projects/migrations/0057_auto_20161129_0945.py +++ b/taiga/projects/migrations/0057_auto_20161129_0945.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.3 on 2016-11-29 09:45 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0058_auto_20161215_1347.py b/taiga/projects/migrations/0058_auto_20161215_1347.py index d435cee3..ee197bd0 100644 --- a/taiga/projects/migrations/0058_auto_20161215_1347.py +++ b/taiga/projects/migrations/0058_auto_20161215_1347.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.3 on 2016-12-15 13:47 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0059_auto_20170116_1633.py b/taiga/projects/migrations/0059_auto_20170116_1633.py index 57d2bc1b..db690f1c 100644 --- a/taiga/projects/migrations/0059_auto_20170116_1633.py +++ b/taiga/projects/migrations/0059_auto_20170116_1633.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.4 on 2017-01-16 16:33 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0060_auto_20180614_1338.py b/taiga/projects/migrations/0060_auto_20180614_1338.py index 2f867de4..05441413 100644 --- a/taiga/projects/migrations/0060_auto_20180614_1338.py +++ b/taiga/projects/migrations/0060_auto_20180614_1338.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2018-06-14 13:38 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0061_auto_20180918_1355.py b/taiga/projects/migrations/0061_auto_20180918_1355.py index 4307a4d6..623fef31 100644 --- a/taiga/projects/migrations/0061_auto_20180918_1355.py +++ b/taiga/projects/migrations/0061_auto_20180918_1355.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2018-09-18 13:55 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0062_auto_20190826_0920.py b/taiga/projects/migrations/0062_auto_20190826_0920.py index 4f776817..3e94b40e 100644 --- a/taiga/projects/migrations/0062_auto_20190826_0920.py +++ b/taiga/projects/migrations/0062_auto_20190826_0920.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.22 on 2019-08-26 09:20 from __future__ import unicode_literals diff --git a/taiga/projects/migrations/0063_auto_20200615_0811.py b/taiga/projects/migrations/0063_auto_20200615_0811.py index da9f2583..c746d3b0 100644 --- a/taiga/projects/migrations/0063_auto_20200615_0811.py +++ b/taiga/projects/migrations/0063_auto_20200615_0811.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.12 on 2020-06-15 08:11 diff --git a/taiga/projects/migrations/0064_swimlane.py b/taiga/projects/migrations/0064_swimlane.py index d70c7b66..05f9cba2 100644 --- a/taiga/projects/migrations/0064_swimlane.py +++ b/taiga/projects/migrations/0064_swimlane.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.15 on 2020-10-07 16:04 diff --git a/taiga/projects/migrations/0065_swimlaneuserstorystatus.py b/taiga/projects/migrations/0065_swimlaneuserstorystatus.py index ac95b8ae..d18965f8 100644 --- a/taiga/projects/migrations/0065_swimlaneuserstorystatus.py +++ b/taiga/projects/migrations/0065_swimlaneuserstorystatus.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.14 on 2020-11-11 17:18 diff --git a/taiga/projects/migrations/0066_project_default_swimlane.py b/taiga/projects/migrations/0066_project_default_swimlane.py index 1404e533..0710fca6 100644 --- a/taiga/projects/migrations/0066_project_default_swimlane.py +++ b/taiga/projects/migrations/0066_project_default_swimlane.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.14 on 2020-11-23 16:52 diff --git a/taiga/projects/migrations/0067_auto_20201230_1237.py b/taiga/projects/migrations/0067_auto_20201230_1237.py index 079f9624..618adcaa 100644 --- a/taiga/projects/migrations/0067_auto_20201230_1237.py +++ b/taiga/projects/migrations/0067_auto_20201230_1237.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.17 on 2020-12-30 12:37 diff --git a/taiga/projects/migrations/__init__.py b/taiga/projects/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/migrations/__init__.py +++ b/taiga/projects/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/milestones/__init__.py b/taiga/projects/milestones/__init__.py index a69ee7fb..513092d7 100644 --- a/taiga/projects/milestones/__init__.py +++ b/taiga/projects/milestones/__init__.py @@ -3,6 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # diff --git a/taiga/projects/milestones/admin.py b/taiga/projects/milestones/admin.py index 58339f69..0b59896c 100644 --- a/taiga/projects/milestones/admin.py +++ b/taiga/projects/milestones/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin from taiga.projects.notifications.admin import WatchedInline diff --git a/taiga/projects/milestones/api.py b/taiga/projects/milestones/api.py index 0b0a5292..0d412d10 100644 --- a/taiga/projects/milestones/api.py +++ b/taiga/projects/milestones/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps diff --git a/taiga/projects/milestones/apps.py b/taiga/projects/milestones/apps.py index 73dfc3a2..25279b72 100644 --- a/taiga/projects/milestones/apps.py +++ b/taiga/projects/milestones/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # from django.apps import AppConfig diff --git a/taiga/projects/milestones/migrations/0001_initial.py b/taiga/projects/milestones/migrations/0001_initial.py index 865cfaa6..ad7d8af2 100644 --- a/taiga/projects/milestones/migrations/0001_initial.py +++ b/taiga/projects/milestones/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/milestones/migrations/0002_remove_milestone_watchers.py b/taiga/projects/milestones/migrations/0002_remove_milestone_watchers.py index 89e5953b..ff2e0b11 100644 --- a/taiga/projects/milestones/migrations/0002_remove_milestone_watchers.py +++ b/taiga/projects/milestones/migrations/0002_remove_milestone_watchers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/milestones/migrations/0003_auto_20200615_0811.py b/taiga/projects/milestones/migrations/0003_auto_20200615_0811.py index 627f9bcb..0f9c74c3 100644 --- a/taiga/projects/milestones/migrations/0003_auto_20200615_0811.py +++ b/taiga/projects/milestones/migrations/0003_auto_20200615_0811.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.12 on 2020-06-15 08:11 diff --git a/taiga/projects/milestones/migrations/__init__.py b/taiga/projects/milestones/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/milestones/migrations/__init__.py +++ b/taiga/projects/milestones/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/milestones/models.py b/taiga/projects/milestones/models.py index ac494fca..b43b43f3 100644 --- a/taiga/projects/milestones/models.py +++ b/taiga/projects/milestones/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.db.models import Count diff --git a/taiga/projects/milestones/permissions.py b/taiga/projects/milestones/permissions.py index 4777fb70..e0ef3486 100644 --- a/taiga/projects/milestones/permissions.py +++ b/taiga/projects/milestones/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import (TaigaResourcePermission, HasProjectPerm, IsAuthenticated, IsProjectAdmin, AllowAny, diff --git a/taiga/projects/milestones/serializers.py b/taiga/projects/milestones/serializers.py index aebe8c79..0dbbc459 100644 --- a/taiga/projects/milestones/serializers.py +++ b/taiga/projects/milestones/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import Field, MethodField diff --git a/taiga/projects/milestones/services.py b/taiga/projects/milestones/services.py index d63efab4..d84d3075 100644 --- a/taiga/projects/milestones/services.py +++ b/taiga/projects/milestones/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.utils import db from taiga.events import events diff --git a/taiga/projects/milestones/signals.py b/taiga/projects/milestones/signals.py index b92267f0..e38750ac 100644 --- a/taiga/projects/milestones/signals.py +++ b/taiga/projects/milestones/signals.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/milestones/utils.py b/taiga/projects/milestones/utils.py index 41f68c81..bc63c1ab 100644 --- a/taiga/projects/milestones/utils.py +++ b/taiga/projects/milestones/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.db.models import Prefetch diff --git a/taiga/projects/milestones/validators.py b/taiga/projects/milestones/validators.py index d010765e..bb47a417 100644 --- a/taiga/projects/milestones/validators.py +++ b/taiga/projects/milestones/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/mixins/__init__.py b/taiga/projects/mixins/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/mixins/__init__.py +++ b/taiga/projects/mixins/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/mixins/blocked.py b/taiga/projects/mixins/blocked.py index c80e520c..3d1918f6 100644 --- a/taiga/projects/mixins/blocked.py +++ b/taiga/projects/mixins/blocked.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ########## # MODELS # diff --git a/taiga/projects/mixins/by_ref.py b/taiga/projects/mixins/by_ref.py index aac24b4f..8c3c5d72 100644 --- a/taiga/projects/mixins/by_ref.py +++ b/taiga/projects/mixins/by_ref.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/mixins/on_destroy.py b/taiga/projects/mixins/on_destroy.py index 8e35353c..dd900a0e 100644 --- a/taiga/projects/mixins/on_destroy.py +++ b/taiga/projects/mixins/on_destroy.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import transaction as tx from django.utils.translation import gettext as _ diff --git a/taiga/projects/mixins/ordering.py b/taiga/projects/mixins/ordering.py index 83b09c53..73d6fce7 100644 --- a/taiga/projects/mixins/ordering.py +++ b/taiga/projects/mixins/ordering.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/mixins/promote.py b/taiga/projects/mixins/promote.py index 45c67f93..f52c9b5d 100644 --- a/taiga/projects/mixins/promote.py +++ b/taiga/projects/mixins/promote.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # from taiga.base import response diff --git a/taiga/projects/mixins/serializers.py b/taiga/projects/mixins/serializers.py index f822f02b..6960d379 100644 --- a/taiga/projects/mixins/serializers.py +++ b/taiga/projects/mixins/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/mixins/validators.py b/taiga/projects/mixins/validators.py index a17e5707..c9850322 100644 --- a/taiga/projects/mixins/validators.py +++ b/taiga/projects/mixins/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/models.py b/taiga/projects/models.py index 2051c27c..b536e3e8 100644 --- a/taiga/projects/models.py +++ b/taiga/projects/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings from django.contrib.auth import get_user_model diff --git a/taiga/projects/notifications/__init__.py b/taiga/projects/notifications/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/notifications/__init__.py +++ b/taiga/projects/notifications/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/notifications/admin.py b/taiga/projects/notifications/admin.py index e048de9f..d615fcf3 100644 --- a/taiga/projects/notifications/admin.py +++ b/taiga/projects/notifications/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin from django.contrib.contenttypes.admin import GenericTabularInline diff --git a/taiga/projects/notifications/api.py b/taiga/projects/notifications/api.py index 7639c0e2..d5c6242e 100644 --- a/taiga/projects/notifications/api.py +++ b/taiga/projects/notifications/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import Q from django.utils import timezone diff --git a/taiga/projects/notifications/apps.py b/taiga/projects/notifications/apps.py index 9112dc2a..3d78dc84 100644 --- a/taiga/projects/notifications/apps.py +++ b/taiga/projects/notifications/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django import dispatch from django.apps import AppConfig diff --git a/taiga/projects/notifications/choices.py b/taiga/projects/notifications/choices.py index 0d6b8b1a..80b4b625 100644 --- a/taiga/projects/notifications/choices.py +++ b/taiga/projects/notifications/choices.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import enum from django.utils.translation import gettext_lazy as _ diff --git a/taiga/projects/notifications/management/commands/__init__.py b/taiga/projects/notifications/management/commands/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/notifications/management/commands/__init__.py +++ b/taiga/projects/notifications/management/commands/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/notifications/management/commands/send_notifications.py b/taiga/projects/notifications/management/commands/send_notifications.py index 8ea4f359..ba650f14 100644 --- a/taiga/projects/notifications/management/commands/send_notifications.py +++ b/taiga/projects/notifications/management/commands/send_notifications.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand diff --git a/taiga/projects/notifications/migrations/0001_initial.py b/taiga/projects/notifications/migrations/0001_initial.py index a80637d0..04796de9 100644 --- a/taiga/projects/notifications/migrations/0001_initial.py +++ b/taiga/projects/notifications/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/notifications/migrations/0002_historychangenotification.py b/taiga/projects/notifications/migrations/0002_historychangenotification.py index 4ff57e2d..b93bff17 100644 --- a/taiga/projects/notifications/migrations/0002_historychangenotification.py +++ b/taiga/projects/notifications/migrations/0002_historychangenotification.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/notifications/migrations/0003_auto_20141029_1143.py b/taiga/projects/notifications/migrations/0003_auto_20141029_1143.py index 2ed05130..92c326ad 100644 --- a/taiga/projects/notifications/migrations/0003_auto_20141029_1143.py +++ b/taiga/projects/notifications/migrations/0003_auto_20141029_1143.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/notifications/migrations/0004_watched.py b/taiga/projects/notifications/migrations/0004_watched.py index 25e26ac6..dd813414 100644 --- a/taiga/projects/notifications/migrations/0004_watched.py +++ b/taiga/projects/notifications/migrations/0004_watched.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/notifications/migrations/0005_auto_20151005_1357.py b/taiga/projects/notifications/migrations/0005_auto_20151005_1357.py index 1039d042..728dfc30 100644 --- a/taiga/projects/notifications/migrations/0005_auto_20151005_1357.py +++ b/taiga/projects/notifications/migrations/0005_auto_20151005_1357.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/notifications/migrations/0006_auto_20151103_0954.py b/taiga/projects/notifications/migrations/0006_auto_20151103_0954.py index 83488788..c9bf5547 100644 --- a/taiga/projects/notifications/migrations/0006_auto_20151103_0954.py +++ b/taiga/projects/notifications/migrations/0006_auto_20151103_0954.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/notifications/migrations/0007_notifypolicy_live_notify_level.py b/taiga/projects/notifications/migrations/0007_notifypolicy_live_notify_level.py index 0de4fde5..24ab5427 100644 --- a/taiga/projects/notifications/migrations/0007_notifypolicy_live_notify_level.py +++ b/taiga/projects/notifications/migrations/0007_notifypolicy_live_notify_level.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.6 on 2017-03-31 13:03 from __future__ import unicode_literals diff --git a/taiga/projects/notifications/migrations/0008_auto_20181010_1124.py b/taiga/projects/notifications/migrations/0008_auto_20181010_1124.py index 4461235d..fe3e9237 100644 --- a/taiga/projects/notifications/migrations/0008_auto_20181010_1124.py +++ b/taiga/projects/notifications/migrations/0008_auto_20181010_1124.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2018-10-10 11:24 from __future__ import unicode_literals diff --git a/taiga/projects/notifications/migrations/0009_auto_20200615_0811.py b/taiga/projects/notifications/migrations/0009_auto_20200615_0811.py index f9ed69f3..d0175631 100644 --- a/taiga/projects/notifications/migrations/0009_auto_20200615_0811.py +++ b/taiga/projects/notifications/migrations/0009_auto_20200615_0811.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.12 on 2020-06-15 08:11 diff --git a/taiga/projects/notifications/migrations/__init__.py b/taiga/projects/notifications/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/notifications/migrations/__init__.py +++ b/taiga/projects/notifications/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/notifications/mixins.py b/taiga/projects/notifications/mixins.py index 19b63842..2a981638 100644 --- a/taiga/projects/notifications/mixins.py +++ b/taiga/projects/notifications/mixins.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from functools import partial from operator import is_not diff --git a/taiga/projects/notifications/models.py b/taiga/projects/notifications/models.py index f3dd9d35..510cc160 100644 --- a/taiga/projects/notifications/models.py +++ b/taiga/projects/notifications/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings from django.contrib.contenttypes.fields import GenericForeignKey diff --git a/taiga/projects/notifications/permissions.py b/taiga/projects/notifications/permissions.py index e30a59f0..b3f81b52 100644 --- a/taiga/projects/notifications/permissions.py +++ b/taiga/projects/notifications/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import (TaigaResourcePermission, IsAuthenticated) diff --git a/taiga/projects/notifications/serializers.py b/taiga/projects/notifications/serializers.py index 248120f0..160179b8 100644 --- a/taiga/projects/notifications/serializers.py +++ b/taiga/projects/notifications/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib.contenttypes.models import ContentType diff --git a/taiga/projects/notifications/services.py b/taiga/projects/notifications/services.py index a5c9f1b9..d18b99ca 100644 --- a/taiga/projects/notifications/services.py +++ b/taiga/projects/notifications/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import datetime diff --git a/taiga/projects/notifications/signals.py b/taiga/projects/notifications/signals.py index ca7d26ee..816baae9 100644 --- a/taiga/projects/notifications/signals.py +++ b/taiga/projects/notifications/signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib.contenttypes.models import ContentType from django.db import transaction diff --git a/taiga/projects/notifications/squashing.py b/taiga/projects/notifications/squashing.py index cb5d28d0..88392667 100644 --- a/taiga/projects/notifications/squashing.py +++ b/taiga/projects/notifications/squashing.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from collections import namedtuple, OrderedDict diff --git a/taiga/projects/notifications/tasks.py b/taiga/projects/notifications/tasks.py index 339eff67..1002bf0e 100644 --- a/taiga/projects/notifications/tasks.py +++ b/taiga/projects/notifications/tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.celery import app diff --git a/taiga/projects/notifications/templates/emails/epics/epic-change-body-html.jinja b/taiga/projects/notifications/templates/emails/epics/epic-change-body-html.jinja index 3d8d94f1..7ce15af3 100644 --- a/taiga/projects/notifications/templates/emails/epics/epic-change-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/epics/epic-change-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/updates-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/epics/epic-change-body-text.jinja b/taiga/projects/notifications/templates/emails/epics/epic-change-body-text.jinja index 9e01f0b4..f8883917 100644 --- a/taiga/projects/notifications/templates/emails/epics/epic-change-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/epics/epic-change-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/updates-body-text.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/epics/epic-change-subject.jinja b/taiga/projects/notifications/templates/emails/epics/epic-change-subject.jinja index 4ab0476f..94d20cc7 100644 --- a/taiga/projects/notifications/templates/emails/epics/epic-change-subject.jinja +++ b/taiga/projects/notifications/templates/emails/epics/epic-change-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %} diff --git a/taiga/projects/notifications/templates/emails/epics/epic-create-body-html.jinja b/taiga/projects/notifications/templates/emails/epics/epic-create-body-html.jinja index af77f627..6817a400 100644 --- a/taiga/projects/notifications/templates/emails/epics/epic-create-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/epics/epic-create-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/epics/epic-create-body-text.jinja b/taiga/projects/notifications/templates/emails/epics/epic-create-body-text.jinja index 379ed010..3ff51ee6 100644 --- a/taiga/projects/notifications/templates/emails/epics/epic-create-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/epics/epic-create-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), changer=changer.get_full_name(), project=project.name, ref=snapshot.ref, subject=snapshot.subject, url=resolve_front_url("epic", project.slug, snapshot.ref) %} diff --git a/taiga/projects/notifications/templates/emails/epics/epic-create-subject.jinja b/taiga/projects/notifications/templates/emails/epics/epic-create-subject.jinja index 313f0e47..a0ddd44f 100644 --- a/taiga/projects/notifications/templates/emails/epics/epic-create-subject.jinja +++ b/taiga/projects/notifications/templates/emails/epics/epic-create-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %} diff --git a/taiga/projects/notifications/templates/emails/epics/epic-delete-body-html.jinja b/taiga/projects/notifications/templates/emails/epics/epic-delete-body-html.jinja index d16afe8c..54f8cd94 100644 --- a/taiga/projects/notifications/templates/emails/epics/epic-delete-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/epics/epic-delete-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/epics/epic-delete-body-text.jinja b/taiga/projects/notifications/templates/emails/epics/epic-delete-body-text.jinja index 4f8bdd76..f72776ea 100644 --- a/taiga/projects/notifications/templates/emails/epics/epic-delete-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/epics/epic-delete-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), changer=changer.get_full_name(), project=project.name, ref=snapshot.ref, subject=snapshot.subject %} diff --git a/taiga/projects/notifications/templates/emails/epics/epic-delete-subject.jinja b/taiga/projects/notifications/templates/emails/epics/epic-delete-subject.jinja index 698e0188..13487ecc 100644 --- a/taiga/projects/notifications/templates/emails/epics/epic-delete-subject.jinja +++ b/taiga/projects/notifications/templates/emails/epics/epic-delete-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %} diff --git a/taiga/projects/notifications/templates/emails/issues/issue-change-body-html.jinja b/taiga/projects/notifications/templates/emails/issues/issue-change-body-html.jinja index 731d59a0..ee91c29e 100644 --- a/taiga/projects/notifications/templates/emails/issues/issue-change-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/issues/issue-change-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/updates-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/issues/issue-change-body-text.jinja b/taiga/projects/notifications/templates/emails/issues/issue-change-body-text.jinja index e0e9111b..b31e744b 100644 --- a/taiga/projects/notifications/templates/emails/issues/issue-change-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/issues/issue-change-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/updates-body-text.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/issues/issue-change-subject.jinja b/taiga/projects/notifications/templates/emails/issues/issue-change-subject.jinja index d7fb05e8..46a33a11 100644 --- a/taiga/projects/notifications/templates/emails/issues/issue-change-subject.jinja +++ b/taiga/projects/notifications/templates/emails/issues/issue-change-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %} diff --git a/taiga/projects/notifications/templates/emails/issues/issue-create-body-html.jinja b/taiga/projects/notifications/templates/emails/issues/issue-create-body-html.jinja index b15764ae..fca1344e 100644 --- a/taiga/projects/notifications/templates/emails/issues/issue-create-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/issues/issue-create-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/issues/issue-create-body-text.jinja b/taiga/projects/notifications/templates/emails/issues/issue-create-body-text.jinja index a6b5fb9d..66652ef7 100644 --- a/taiga/projects/notifications/templates/emails/issues/issue-create-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/issues/issue-create-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), changer=changer.get_full_name(), project=project.name, ref=snapshot.ref, subject=snapshot.subject, url=resolve_front_url("issue", project.slug, snapshot.ref) %} diff --git a/taiga/projects/notifications/templates/emails/issues/issue-create-subject.jinja b/taiga/projects/notifications/templates/emails/issues/issue-create-subject.jinja index 86ee52a7..11ec65b8 100644 --- a/taiga/projects/notifications/templates/emails/issues/issue-create-subject.jinja +++ b/taiga/projects/notifications/templates/emails/issues/issue-create-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %} diff --git a/taiga/projects/notifications/templates/emails/issues/issue-delete-body-html.jinja b/taiga/projects/notifications/templates/emails/issues/issue-delete-body-html.jinja index 789566c8..56d5e46d 100644 --- a/taiga/projects/notifications/templates/emails/issues/issue-delete-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/issues/issue-delete-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/issues/issue-delete-body-text.jinja b/taiga/projects/notifications/templates/emails/issues/issue-delete-body-text.jinja index 7923a8f1..4484eee8 100644 --- a/taiga/projects/notifications/templates/emails/issues/issue-delete-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/issues/issue-delete-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), changer=changer.get_full_name(), project=project.name, ref=snapshot.ref, subject=snapshot.subject %} diff --git a/taiga/projects/notifications/templates/emails/issues/issue-delete-subject.jinja b/taiga/projects/notifications/templates/emails/issues/issue-delete-subject.jinja index acf9d729..9b44f242 100644 --- a/taiga/projects/notifications/templates/emails/issues/issue-delete-subject.jinja +++ b/taiga/projects/notifications/templates/emails/issues/issue-delete-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %} diff --git a/taiga/projects/notifications/templates/emails/milestones/milestone-change-body-html.jinja b/taiga/projects/notifications/templates/emails/milestones/milestone-change-body-html.jinja index 5aa90563..4e5a21d1 100644 --- a/taiga/projects/notifications/templates/emails/milestones/milestone-change-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/milestones/milestone-change-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/updates-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/milestones/milestone-change-body-text.jinja b/taiga/projects/notifications/templates/emails/milestones/milestone-change-body-text.jinja index 57e9d99b..f6a86ccb 100644 --- a/taiga/projects/notifications/templates/emails/milestones/milestone-change-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/milestones/milestone-change-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/updates-body-text.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/milestones/milestone-change-subject.jinja b/taiga/projects/notifications/templates/emails/milestones/milestone-change-subject.jinja index 19259f8d..bb2e5e71 100644 --- a/taiga/projects/notifications/templates/emails/milestones/milestone-change-subject.jinja +++ b/taiga/projects/notifications/templates/emails/milestones/milestone-change-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, milestone=snapshot.name|safe %} diff --git a/taiga/projects/notifications/templates/emails/milestones/milestone-create-body-html.jinja b/taiga/projects/notifications/templates/emails/milestones/milestone-create-body-html.jinja index 8d574c26..7ed86acd 100644 --- a/taiga/projects/notifications/templates/emails/milestones/milestone-create-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/milestones/milestone-create-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/milestones/milestone-create-body-text.jinja b/taiga/projects/notifications/templates/emails/milestones/milestone-create-body-text.jinja index c05170f8..cc1d19a8 100644 --- a/taiga/projects/notifications/templates/emails/milestones/milestone-create-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/milestones/milestone-create-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), changer=changer.get_full_name(), project=project.name, name=snapshot.name, url=resolve_front_url("taskboard", project.slug, snapshot.slug) %} diff --git a/taiga/projects/notifications/templates/emails/milestones/milestone-create-subject.jinja b/taiga/projects/notifications/templates/emails/milestones/milestone-create-subject.jinja index c390a871..2aab4b9f 100644 --- a/taiga/projects/notifications/templates/emails/milestones/milestone-create-subject.jinja +++ b/taiga/projects/notifications/templates/emails/milestones/milestone-create-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, milestone=snapshot.name|safe %} diff --git a/taiga/projects/notifications/templates/emails/milestones/milestone-delete-body-html.jinja b/taiga/projects/notifications/templates/emails/milestones/milestone-delete-body-html.jinja index e3672977..335839e7 100644 --- a/taiga/projects/notifications/templates/emails/milestones/milestone-delete-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/milestones/milestone-delete-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/milestones/milestone-delete-body-text.jinja b/taiga/projects/notifications/templates/emails/milestones/milestone-delete-body-text.jinja index 8b261e1a..3e5686ae 100644 --- a/taiga/projects/notifications/templates/emails/milestones/milestone-delete-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/milestones/milestone-delete-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), changer=changer.get_full_name(), project=project.name, name=snapshot.name %} diff --git a/taiga/projects/notifications/templates/emails/milestones/milestone-delete-subject.jinja b/taiga/projects/notifications/templates/emails/milestones/milestone-delete-subject.jinja index 0caebcbd..c6c91cbb 100644 --- a/taiga/projects/notifications/templates/emails/milestones/milestone-delete-subject.jinja +++ b/taiga/projects/notifications/templates/emails/milestones/milestone-delete-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, milestone=snapshot.name|safe %} diff --git a/taiga/projects/notifications/templates/emails/tasks/task-change-body-html.jinja b/taiga/projects/notifications/templates/emails/tasks/task-change-body-html.jinja index 0953899e..108694ad 100644 --- a/taiga/projects/notifications/templates/emails/tasks/task-change-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/tasks/task-change-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/updates-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/tasks/task-change-body-text.jinja b/taiga/projects/notifications/templates/emails/tasks/task-change-body-text.jinja index 0a517eb9..699088b6 100644 --- a/taiga/projects/notifications/templates/emails/tasks/task-change-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/tasks/task-change-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/updates-body-text.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/tasks/task-change-subject.jinja b/taiga/projects/notifications/templates/emails/tasks/task-change-subject.jinja index 20cf5173..406c8718 100644 --- a/taiga/projects/notifications/templates/emails/tasks/task-change-subject.jinja +++ b/taiga/projects/notifications/templates/emails/tasks/task-change-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %} diff --git a/taiga/projects/notifications/templates/emails/tasks/task-create-body-html.jinja b/taiga/projects/notifications/templates/emails/tasks/task-create-body-html.jinja index 6b8e6b7f..5b640642 100644 --- a/taiga/projects/notifications/templates/emails/tasks/task-create-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/tasks/task-create-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/tasks/task-create-body-text.jinja b/taiga/projects/notifications/templates/emails/tasks/task-create-body-text.jinja index 91086d00..2eb7ddb9 100644 --- a/taiga/projects/notifications/templates/emails/tasks/task-create-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/tasks/task-create-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), changer=changer.get_full_name(), project=project.name, ref=snapshot.ref, subject=snapshot.subject, url=resolve_front_url("task", project.slug, snapshot.ref) %} diff --git a/taiga/projects/notifications/templates/emails/tasks/task-create-subject.jinja b/taiga/projects/notifications/templates/emails/tasks/task-create-subject.jinja index a711e59a..d7fd52f9 100644 --- a/taiga/projects/notifications/templates/emails/tasks/task-create-subject.jinja +++ b/taiga/projects/notifications/templates/emails/tasks/task-create-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %} diff --git a/taiga/projects/notifications/templates/emails/tasks/task-delete-body-html.jinja b/taiga/projects/notifications/templates/emails/tasks/task-delete-body-html.jinja index 4e1d65bb..71cfbc18 100644 --- a/taiga/projects/notifications/templates/emails/tasks/task-delete-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/tasks/task-delete-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/tasks/task-delete-body-text.jinja b/taiga/projects/notifications/templates/emails/tasks/task-delete-body-text.jinja index a76cac17..2f4ca8f7 100644 --- a/taiga/projects/notifications/templates/emails/tasks/task-delete-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/tasks/task-delete-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), changer=changer.get_full_name(), project=project.name, ref=snapshot.ref, subject=snapshot.subject %} diff --git a/taiga/projects/notifications/templates/emails/tasks/task-delete-subject.jinja b/taiga/projects/notifications/templates/emails/tasks/task-delete-subject.jinja index 213854af..c60326d5 100644 --- a/taiga/projects/notifications/templates/emails/tasks/task-delete-subject.jinja +++ b/taiga/projects/notifications/templates/emails/tasks/task-delete-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %} diff --git a/taiga/projects/notifications/templates/emails/userstories/userstory-change-body-html.jinja b/taiga/projects/notifications/templates/emails/userstories/userstory-change-body-html.jinja index 695a4a8c..c96093fe 100644 --- a/taiga/projects/notifications/templates/emails/userstories/userstory-change-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/userstories/userstory-change-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/updates-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/userstories/userstory-change-body-text.jinja b/taiga/projects/notifications/templates/emails/userstories/userstory-change-body-text.jinja index 148af6d9..5e85060e 100644 --- a/taiga/projects/notifications/templates/emails/userstories/userstory-change-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/userstories/userstory-change-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/updates-body-text.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/userstories/userstory-change-subject.jinja b/taiga/projects/notifications/templates/emails/userstories/userstory-change-subject.jinja index 0a913481..8522fca3 100644 --- a/taiga/projects/notifications/templates/emails/userstories/userstory-change-subject.jinja +++ b/taiga/projects/notifications/templates/emails/userstories/userstory-change-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %} diff --git a/taiga/projects/notifications/templates/emails/userstories/userstory-create-body-html.jinja b/taiga/projects/notifications/templates/emails/userstories/userstory-create-body-html.jinja index da997e08..c3b47c2a 100644 --- a/taiga/projects/notifications/templates/emails/userstories/userstory-create-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/userstories/userstory-create-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/userstories/userstory-create-body-text.jinja b/taiga/projects/notifications/templates/emails/userstories/userstory-create-body-text.jinja index 9a05f8f0..5cbce13d 100644 --- a/taiga/projects/notifications/templates/emails/userstories/userstory-create-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/userstories/userstory-create-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), changer=changer.get_full_name(), project=project.name, ref=snapshot.ref, subject=snapshot.subject, url=resolve_front_url("userstory", project.slug, snapshot.ref) %} diff --git a/taiga/projects/notifications/templates/emails/userstories/userstory-create-subject.jinja b/taiga/projects/notifications/templates/emails/userstories/userstory-create-subject.jinja index d42bdcb8..20d97bdf 100644 --- a/taiga/projects/notifications/templates/emails/userstories/userstory-create-subject.jinja +++ b/taiga/projects/notifications/templates/emails/userstories/userstory-create-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %} diff --git a/taiga/projects/notifications/templates/emails/userstories/userstory-delete-body-html.jinja b/taiga/projects/notifications/templates/emails/userstories/userstory-delete-body-html.jinja index 00e07ffe..a77a9399 100644 --- a/taiga/projects/notifications/templates/emails/userstories/userstory-delete-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/userstories/userstory-delete-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/userstories/userstory-delete-body-text.jinja b/taiga/projects/notifications/templates/emails/userstories/userstory-delete-body-text.jinja index 1140719a..be0d8296 100644 --- a/taiga/projects/notifications/templates/emails/userstories/userstory-delete-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/userstories/userstory-delete-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), changer=changer.get_full_name(), project=project.name, ref=snapshot.ref, subject=snapshot.subject %} diff --git a/taiga/projects/notifications/templates/emails/userstories/userstory-delete-subject.jinja b/taiga/projects/notifications/templates/emails/userstories/userstory-delete-subject.jinja index e77f2fad..0b5e65d5 100644 --- a/taiga/projects/notifications/templates/emails/userstories/userstory-delete-subject.jinja +++ b/taiga/projects/notifications/templates/emails/userstories/userstory-delete-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %} diff --git a/taiga/projects/notifications/templates/emails/wiki/wikipage-change-body-html.jinja b/taiga/projects/notifications/templates/emails/wiki/wikipage-change-body-html.jinja index 8ae7b065..c7ca9df3 100644 --- a/taiga/projects/notifications/templates/emails/wiki/wikipage-change-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/wiki/wikipage-change-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/updates-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/wiki/wikipage-change-body-text.jinja b/taiga/projects/notifications/templates/emails/wiki/wikipage-change-body-text.jinja index 27e41457..261fd5de 100644 --- a/taiga/projects/notifications/templates/emails/wiki/wikipage-change-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/wiki/wikipage-change-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/updates-body-text.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/wiki/wikipage-change-subject.jinja b/taiga/projects/notifications/templates/emails/wiki/wikipage-change-subject.jinja index e1a4429e..8cc33c42 100644 --- a/taiga/projects/notifications/templates/emails/wiki/wikipage-change-subject.jinja +++ b/taiga/projects/notifications/templates/emails/wiki/wikipage-change-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, page=snapshot.slug|safe %} diff --git a/taiga/projects/notifications/templates/emails/wiki/wikipage-create-body-html.jinja b/taiga/projects/notifications/templates/emails/wiki/wikipage-create-body-html.jinja index 7e1c584e..565aeab2 100644 --- a/taiga/projects/notifications/templates/emails/wiki/wikipage-create-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/wiki/wikipage-create-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/wiki/wikipage-create-body-text.jinja b/taiga/projects/notifications/templates/emails/wiki/wikipage-create-body-text.jinja index a5a7b8b5..db679966 100644 --- a/taiga/projects/notifications/templates/emails/wiki/wikipage-create-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/wiki/wikipage-create-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), changer=changer.get_full_name(), project=project.name, page=snapshot.slug, url=resolve_front_url("wiki", project.slug, snapshot.slug) %} diff --git a/taiga/projects/notifications/templates/emails/wiki/wikipage-create-subject.jinja b/taiga/projects/notifications/templates/emails/wiki/wikipage-create-subject.jinja index 7c452069..daf233de 100644 --- a/taiga/projects/notifications/templates/emails/wiki/wikipage-create-subject.jinja +++ b/taiga/projects/notifications/templates/emails/wiki/wikipage-create-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, page=snapshot.slug|safe %} diff --git a/taiga/projects/notifications/templates/emails/wiki/wikipage-delete-body-html.jinja b/taiga/projects/notifications/templates/emails/wiki/wikipage-delete-body-html.jinja index ab42ab31..f42426ac 100644 --- a/taiga/projects/notifications/templates/emails/wiki/wikipage-delete-body-html.jinja +++ b/taiga/projects/notifications/templates/emails/wiki/wikipage-delete-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/notifications/templates/emails/wiki/wikipage-delete-body-text.jinja b/taiga/projects/notifications/templates/emails/wiki/wikipage-delete-body-text.jinja index ea3c6c93..2cb372c5 100644 --- a/taiga/projects/notifications/templates/emails/wiki/wikipage-delete-body-text.jinja +++ b/taiga/projects/notifications/templates/emails/wiki/wikipage-delete-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), user=user.get_full_name(), changer=changer.get_full_name(), project=project.name, page=snapshot.slug %} diff --git a/taiga/projects/notifications/templates/emails/wiki/wikipage-delete-subject.jinja b/taiga/projects/notifications/templates/emails/wiki/wikipage-delete-subject.jinja index 72460af1..015df40c 100644 --- a/taiga/projects/notifications/templates/emails/wiki/wikipage-delete-subject.jinja +++ b/taiga/projects/notifications/templates/emails/wiki/wikipage-delete-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe, page=snapshot.slug|safe %} diff --git a/taiga/projects/notifications/utils.py b/taiga/projects/notifications/utils.py index 987872bb..b48eed77 100644 --- a/taiga/projects/notifications/utils.py +++ b/taiga/projects/notifications/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from .choices import NotifyLevel diff --git a/taiga/projects/notifications/validators.py b/taiga/projects/notifications/validators.py index b7d85388..f5c3698f 100644 --- a/taiga/projects/notifications/validators.py +++ b/taiga/projects/notifications/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/occ/__init__.py b/taiga/projects/occ/__init__.py index 449c5153..754fa017 100644 --- a/taiga/projects/occ/__init__.py +++ b/taiga/projects/occ/__init__.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from .mixins import OCCResourceMixin from .mixins import OCCModelMixin diff --git a/taiga/projects/occ/mixins.py b/taiga/projects/occ/mixins.py index 072ad695..45e5f7c5 100644 --- a/taiga/projects/occ/mixins.py +++ b/taiga/projects/occ/mixins.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.utils.translation import gettext_lazy as _ diff --git a/taiga/projects/permissions.py b/taiga/projects/permissions.py index d63de566..72e90667 100644 --- a/taiga/projects/permissions.py +++ b/taiga/projects/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/references/__init__.py b/taiga/projects/references/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/references/__init__.py +++ b/taiga/projects/references/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/references/api.py b/taiga/projects/references/api.py index 168397e1..4e1f977c 100644 --- a/taiga/projects/references/api.py +++ b/taiga/projects/references/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps diff --git a/taiga/projects/references/migrations/0001_initial.py b/taiga/projects/references/migrations/0001_initial.py index 9e25f58d..4ec8bc48 100644 --- a/taiga/projects/references/migrations/0001_initial.py +++ b/taiga/projects/references/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/references/migrations/__init__.py b/taiga/projects/references/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/references/migrations/__init__.py +++ b/taiga/projects/references/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/references/models.py b/taiga/projects/references/models.py index c3ca79ed..a7cdf9d8 100644 --- a/taiga/projects/references/models.py +++ b/taiga/projects/references/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.utils import timezone diff --git a/taiga/projects/references/permissions.py b/taiga/projects/references/permissions.py index 536492f9..aeabbb0a 100644 --- a/taiga/projects/references/permissions.py +++ b/taiga/projects/references/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import (TaigaResourcePermission, HasProjectPerm, IsProjectAdmin, AllowAny) diff --git a/taiga/projects/references/sequences.py b/taiga/projects/references/sequences.py index ab901c14..4c839658 100644 --- a/taiga/projects/references/sequences.py +++ b/taiga/projects/references/sequences.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from contextlib import closing from django.db import connection diff --git a/taiga/projects/references/services.py b/taiga/projects/references/services.py index 90a4fc07..82e36de2 100644 --- a/taiga/projects/references/services.py +++ b/taiga/projects/references/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps diff --git a/taiga/projects/references/validators.py b/taiga/projects/references/validators.py index ba3e607c..5f1a622b 100644 --- a/taiga/projects/references/validators.py +++ b/taiga/projects/references/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.api import validators diff --git a/taiga/projects/serializers.py b/taiga/projects/serializers.py index cd4b84a7..f485325c 100644 --- a/taiga/projects/serializers.py +++ b/taiga/projects/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/services/__init__.py b/taiga/projects/services/__init__.py index 16cdd946..cc97e496 100644 --- a/taiga/projects/services/__init__.py +++ b/taiga/projects/services/__init__.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # This makes all code that import services works and # is not the baddest practice ;) diff --git a/taiga/projects/services/bulk_update_order.py b/taiga/projects/services/bulk_update_order.py index 05a4e36e..a7626a52 100644 --- a/taiga/projects/services/bulk_update_order.py +++ b/taiga/projects/services/bulk_update_order.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from contextlib import suppress from operator import itemgetter diff --git a/taiga/projects/services/filters.py b/taiga/projects/services/filters.py index fe573331..c4be4a17 100644 --- a/taiga/projects/services/filters.py +++ b/taiga/projects/services/filters.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from contextlib import closing from django.db import connection diff --git a/taiga/projects/services/invitations.py b/taiga/projects/services/invitations.py index 90ce0747..f6f3f086 100644 --- a/taiga/projects/services/invitations.py +++ b/taiga/projects/services/invitations.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.conf import settings diff --git a/taiga/projects/services/logo.py b/taiga/projects/services/logo.py index d862139a..cf988984 100644 --- a/taiga/projects/services/logo.py +++ b/taiga/projects/services/logo.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings diff --git a/taiga/projects/services/members.py b/taiga/projects/services/members.py index 025758b0..cdf769b5 100644 --- a/taiga/projects/services/members.py +++ b/taiga/projects/services/members.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/taiga/projects/services/modules_config.py b/taiga/projects/services/modules_config.py index 543e5403..2a20b722 100644 --- a/taiga/projects/services/modules_config.py +++ b/taiga/projects/services/modules_config.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import importlib diff --git a/taiga/projects/services/projects.py b/taiga/projects/services/projects.py index 17c1e224..9fdf9737 100644 --- a/taiga/projects/services/projects.py +++ b/taiga/projects/services/projects.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.db.models import Q diff --git a/taiga/projects/services/promote.py b/taiga/projects/services/promote.py index cab3d77f..67806491 100644 --- a/taiga/projects/services/promote.py +++ b/taiga/projects/services/promote.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # from django.apps import apps diff --git a/taiga/projects/services/stats.py b/taiga/projects/services/stats.py index fce4fed5..5ad64869 100644 --- a/taiga/projects/services/stats.py +++ b/taiga/projects/services/stats.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ from django.db.models import Q, Count diff --git a/taiga/projects/services/transfer.py b/taiga/projects/services/transfer.py index 72dc16ee..7514e084 100644 --- a/taiga/projects/services/transfer.py +++ b/taiga/projects/services/transfer.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core import signing from django.utils.translation import gettext as _ diff --git a/taiga/projects/settings/__init__.py b/taiga/projects/settings/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/settings/__init__.py +++ b/taiga/projects/settings/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/settings/api.py b/taiga/projects/settings/api.py index cd4f2881..f39c93a2 100644 --- a/taiga/projects/settings/api.py +++ b/taiga/projects/settings/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import Q diff --git a/taiga/projects/settings/choices.py b/taiga/projects/settings/choices.py index 3309e663..1ece6f36 100644 --- a/taiga/projects/settings/choices.py +++ b/taiga/projects/settings/choices.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import enum from django.utils.translation import gettext_lazy as _ diff --git a/taiga/projects/settings/migrations/0001_initial.py b/taiga/projects/settings/migrations/0001_initial.py index 5b60d0b5..e2061003 100644 --- a/taiga/projects/settings/migrations/0001_initial.py +++ b/taiga/projects/settings/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2018-09-24 11:49 from __future__ import unicode_literals diff --git a/taiga/projects/settings/migrations/__init__.py b/taiga/projects/settings/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/settings/migrations/__init__.py +++ b/taiga/projects/settings/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/settings/models.py b/taiga/projects/settings/models.py index 57af4aba..4e92a17f 100644 --- a/taiga/projects/settings/models.py +++ b/taiga/projects/settings/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings diff --git a/taiga/projects/settings/permissions.py b/taiga/projects/settings/permissions.py index 8fc4369e..634f1b78 100644 --- a/taiga/projects/settings/permissions.py +++ b/taiga/projects/settings/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import (TaigaResourcePermission, IsAuthenticated) diff --git a/taiga/projects/settings/serializers.py b/taiga/projects/settings/serializers.py index cb8350b1..ed0dc639 100644 --- a/taiga/projects/settings/serializers.py +++ b/taiga/projects/settings/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers diff --git a/taiga/projects/settings/services.py b/taiga/projects/settings/services.py index e57a052a..42e23d01 100644 --- a/taiga/projects/settings/services.py +++ b/taiga/projects/settings/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.db import IntegrityError diff --git a/taiga/projects/settings/utils.py b/taiga/projects/settings/utils.py index 45cf2078..93cdd2d0 100644 --- a/taiga/projects/settings/utils.py +++ b/taiga/projects/settings/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.permissions.services import is_project_admin, user_has_perm from taiga.projects.settings.choices import Section diff --git a/taiga/projects/settings/validators.py b/taiga/projects/settings/validators.py index 89ffe27b..c3698fa2 100644 --- a/taiga/projects/settings/validators.py +++ b/taiga/projects/settings/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/signals.py b/taiga/projects/signals.py index ee010811..610bc066 100644 --- a/taiga/projects/signals.py +++ b/taiga/projects/signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.conf import settings diff --git a/taiga/projects/tagging/__init__.py b/taiga/projects/tagging/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/tagging/__init__.py +++ b/taiga/projects/tagging/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/tagging/api.py b/taiga/projects/tagging/api.py index 04902965..b3ad3f2a 100644 --- a/taiga/projects/tagging/api.py +++ b/taiga/projects/tagging/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base import response from taiga.base.decorators import detail_route diff --git a/taiga/projects/tagging/fields.py b/taiga/projects/tagging/fields.py index 6cc17217..ca1a1926 100644 --- a/taiga/projects/tagging/fields.py +++ b/taiga/projects/tagging/fields.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.forms import widgets from django.utils.translation import gettext_lazy as _ diff --git a/taiga/projects/tagging/models.py b/taiga/projects/tagging/models.py index 3f839916..e6d5f814 100644 --- a/taiga/projects/tagging/models.py +++ b/taiga/projects/tagging/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.contrib.postgres.fields import ArrayField diff --git a/taiga/projects/tagging/serializers.py b/taiga/projects/tagging/serializers.py index 5881fa3d..e0749165 100644 --- a/taiga/projects/tagging/serializers.py +++ b/taiga/projects/tagging/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import MethodField diff --git a/taiga/projects/tagging/services.py b/taiga/projects/tagging/services.py index 6cbef1d6..aefb0a60 100644 --- a/taiga/projects/tagging/services.py +++ b/taiga/projects/tagging/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import connection diff --git a/taiga/projects/tagging/signals.py b/taiga/projects/tagging/signals.py index b9161e60..07db79e3 100644 --- a/taiga/projects/tagging/signals.py +++ b/taiga/projects/tagging/signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC def tags_normalization(sender, instance, **kwargs): if isinstance(instance.tags, (list, tuple)): diff --git a/taiga/projects/tagging/validators.py b/taiga/projects/tagging/validators.py index f8f5948b..7666bf9e 100644 --- a/taiga/projects/tagging/validators.py +++ b/taiga/projects/tagging/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/tasks/__init__.py b/taiga/projects/tasks/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/tasks/__init__.py +++ b/taiga/projects/tasks/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/tasks/admin.py b/taiga/projects/tasks/admin.py index 5b740721..dfc82385 100644 --- a/taiga/projects/tasks/admin.py +++ b/taiga/projects/tasks/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin diff --git a/taiga/projects/tasks/api.py b/taiga/projects/tasks/api.py index 2a8aba6e..c6903468 100644 --- a/taiga/projects/tasks/api.py +++ b/taiga/projects/tasks/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.http import HttpResponse from django.utils.translation import gettext as _ diff --git a/taiga/projects/tasks/apps.py b/taiga/projects/tasks/apps.py index 33ab6d19..23d54fda 100644 --- a/taiga/projects/tasks/apps.py +++ b/taiga/projects/tasks/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # from django.apps import AppConfig diff --git a/taiga/projects/tasks/migrations/0001_initial.py b/taiga/projects/tasks/migrations/0001_initial.py index 938b9870..cd5b686e 100644 --- a/taiga/projects/tasks/migrations/0001_initial.py +++ b/taiga/projects/tasks/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/tasks/migrations/0002_tasks_order_fields.py b/taiga/projects/tasks/migrations/0002_tasks_order_fields.py index 933b3e02..22894a94 100644 --- a/taiga/projects/tasks/migrations/0002_tasks_order_fields.py +++ b/taiga/projects/tasks/migrations/0002_tasks_order_fields.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/tasks/migrations/0003_task_external_reference.py b/taiga/projects/tasks/migrations/0003_task_external_reference.py index aea4ac11..70a6b082 100644 --- a/taiga/projects/tasks/migrations/0003_task_external_reference.py +++ b/taiga/projects/tasks/migrations/0003_task_external_reference.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/tasks/migrations/0004_auto_20141210_1107.py b/taiga/projects/tasks/migrations/0004_auto_20141210_1107.py index f367eb1e..d9c97489 100644 --- a/taiga/projects/tasks/migrations/0004_auto_20141210_1107.py +++ b/taiga/projects/tasks/migrations/0004_auto_20141210_1107.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/tasks/migrations/0005_auto_20150114_0954.py b/taiga/projects/tasks/migrations/0005_auto_20150114_0954.py index c2f9d575..aadcbb73 100644 --- a/taiga/projects/tasks/migrations/0005_auto_20150114_0954.py +++ b/taiga/projects/tasks/migrations/0005_auto_20150114_0954.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/tasks/migrations/0006_auto_20150623_1923.py b/taiga/projects/tasks/migrations/0006_auto_20150623_1923.py index 37ff2c07..723e246b 100644 --- a/taiga/projects/tasks/migrations/0006_auto_20150623_1923.py +++ b/taiga/projects/tasks/migrations/0006_auto_20150623_1923.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/tasks/migrations/0007_auto_20150629_1556.py b/taiga/projects/tasks/migrations/0007_auto_20150629_1556.py index e1dc44e0..68f18a0b 100644 --- a/taiga/projects/tasks/migrations/0007_auto_20150629_1556.py +++ b/taiga/projects/tasks/migrations/0007_auto_20150629_1556.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/tasks/migrations/0008_remove_task_watchers.py b/taiga/projects/tasks/migrations/0008_remove_task_watchers.py index 3a16db0f..64b3daad 100644 --- a/taiga/projects/tasks/migrations/0008_remove_task_watchers.py +++ b/taiga/projects/tasks/migrations/0008_remove_task_watchers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/tasks/migrations/0009_auto_20151104_1131.py b/taiga/projects/tasks/migrations/0009_auto_20151104_1131.py index 79031a9b..269803f1 100644 --- a/taiga/projects/tasks/migrations/0009_auto_20151104_1131.py +++ b/taiga/projects/tasks/migrations/0009_auto_20151104_1131.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/tasks/migrations/0010_auto_20160614_1201.py b/taiga/projects/tasks/migrations/0010_auto_20160614_1201.py index 91d89fc2..880b5717 100644 --- a/taiga/projects/tasks/migrations/0010_auto_20160614_1201.py +++ b/taiga/projects/tasks/migrations/0010_auto_20160614_1201.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-14 12:01 from __future__ import unicode_literals diff --git a/taiga/projects/tasks/migrations/0011_auto_20160928_0755.py b/taiga/projects/tasks/migrations/0011_auto_20160928_0755.py index 7fd5183f..476acdfc 100644 --- a/taiga/projects/tasks/migrations/0011_auto_20160928_0755.py +++ b/taiga/projects/tasks/migrations/0011_auto_20160928_0755.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-09-28 07:55 from __future__ import unicode_literals diff --git a/taiga/projects/tasks/migrations/0012_add_due_date.py b/taiga/projects/tasks/migrations/0012_add_due_date.py index 4ad59ddd..9c30389e 100644 --- a/taiga/projects/tasks/migrations/0012_add_due_date.py +++ b/taiga/projects/tasks/migrations/0012_add_due_date.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2018-04-09 09:06 from __future__ import unicode_literals diff --git a/taiga/projects/tasks/migrations/0013_auto_20200615_0811.py b/taiga/projects/tasks/migrations/0013_auto_20200615_0811.py index 057dd23d..1ed09a85 100644 --- a/taiga/projects/tasks/migrations/0013_auto_20200615_0811.py +++ b/taiga/projects/tasks/migrations/0013_auto_20200615_0811.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.12 on 2020-06-15 08:11 diff --git a/taiga/projects/tasks/migrations/__init__.py b/taiga/projects/tasks/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/tasks/migrations/__init__.py +++ b/taiga/projects/tasks/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/tasks/models.py b/taiga/projects/tasks/models.py index ad1ab652..68ceb3a1 100644 --- a/taiga/projects/tasks/models.py +++ b/taiga/projects/tasks/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.contrib.contenttypes.fields import GenericRelation diff --git a/taiga/projects/tasks/permissions.py b/taiga/projects/tasks/permissions.py index f22ec9a1..29a0a5d1 100644 --- a/taiga/projects/tasks/permissions.py +++ b/taiga/projects/tasks/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import TaigaResourcePermission, AllowAny, IsAuthenticated, IsSuperUser from taiga.permissions.permissions import HasProjectPerm, IsProjectAdmin diff --git a/taiga/projects/tasks/serializers.py b/taiga/projects/tasks/serializers.py index f4fef602..6c367984 100644 --- a/taiga/projects/tasks/serializers.py +++ b/taiga/projects/tasks/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import Field, MethodField diff --git a/taiga/projects/tasks/services.py b/taiga/projects/tasks/services.py index 587f314b..9f097fe8 100644 --- a/taiga/projects/tasks/services.py +++ b/taiga/projects/tasks/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import csv import io diff --git a/taiga/projects/tasks/signals.py b/taiga/projects/tasks/signals.py index 2f4ea876..431480e4 100644 --- a/taiga/projects/tasks/signals.py +++ b/taiga/projects/tasks/signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from contextlib import suppress from django.core.exceptions import ObjectDoesNotExist diff --git a/taiga/projects/tasks/utils.py b/taiga/projects/tasks/utils.py index 66ed5428..d4b4ec8f 100644 --- a/taiga/projects/tasks/utils.py +++ b/taiga/projects/tasks/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.projects.attachments.utils import attach_basic_attachments from taiga.projects.notifications.utils import attach_watchers_to_queryset diff --git a/taiga/projects/tasks/validators.py b/taiga/projects/tasks/validators.py index 91e05477..b6bf119f 100644 --- a/taiga/projects/tasks/validators.py +++ b/taiga/projects/tasks/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/templates/emails/membership_invitation-body-html.jinja b/taiga/projects/templates/emails/membership_invitation-body-html.jinja index bfa59f1d..fdf8d70e 100644 --- a/taiga/projects/templates/emails/membership_invitation-body-html.jinja +++ b/taiga/projects/templates/emails/membership_invitation-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/hero-body-html.jinja" %} diff --git a/taiga/projects/templates/emails/membership_invitation-body-text.jinja b/taiga/projects/templates/emails/membership_invitation-body-text.jinja index 6b24e2e1..9dda766d 100644 --- a/taiga/projects/templates/emails/membership_invitation-body-text.jinja +++ b/taiga/projects/templates/emails/membership_invitation-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% if membership.invited_by %} diff --git a/taiga/projects/templates/emails/membership_invitation-subject.jinja b/taiga/projects/templates/emails/membership_invitation-subject.jinja index a1f11e7a..2fdc3e9f 100644 --- a/taiga/projects/templates/emails/membership_invitation-subject.jinja +++ b/taiga/projects/templates/emails/membership_invitation-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=membership.project|safe %} diff --git a/taiga/projects/templates/emails/membership_notification-body-html.jinja b/taiga/projects/templates/emails/membership_notification-body-html.jinja index fedafc45..0afff064 100644 --- a/taiga/projects/templates/emails/membership_notification-body-html.jinja +++ b/taiga/projects/templates/emails/membership_notification-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/templates/emails/membership_notification-body-text.jinja b/taiga/projects/templates/emails/membership_notification-body-text.jinja index f4ea70c1..d3fca4fa 100644 --- a/taiga/projects/templates/emails/membership_notification-body-text.jinja +++ b/taiga/projects/templates/emails/membership_notification-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"),url=resolve_front_url("project", membership.project.slug), full_name=membership.user.get_full_name(), project=membership.project %} diff --git a/taiga/projects/templates/emails/membership_notification-subject.jinja b/taiga/projects/templates/emails/membership_notification-subject.jinja index 5dba1112..c4115a14 100644 --- a/taiga/projects/templates/emails/membership_notification-subject.jinja +++ b/taiga/projects/templates/emails/membership_notification-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=membership.project|safe %} diff --git a/taiga/projects/templates/emails/transfer_accept-body-html.jinja b/taiga/projects/templates/emails/transfer_accept-body-html.jinja index 17053689..95f5afa0 100644 --- a/taiga/projects/templates/emails/transfer_accept-body-html.jinja +++ b/taiga/projects/templates/emails/transfer_accept-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/templates/emails/transfer_accept-body-text.jinja b/taiga/projects/templates/emails/transfer_accept-body-text.jinja index 4d10cadf..29c9163c 100644 --- a/taiga/projects/templates/emails/transfer_accept-body-text.jinja +++ b/taiga/projects/templates/emails/transfer_accept-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans old_owner_name=old_owner.get_full_name(), new_owner_name=new_owner.get_full_name(), project_name=project.name %} diff --git a/taiga/projects/templates/emails/transfer_accept-subject.jinja b/taiga/projects/templates/emails/transfer_accept-subject.jinja index dd281709..175161b0 100644 --- a/taiga/projects/templates/emails/transfer_accept-subject.jinja +++ b/taiga/projects/templates/emails/transfer_accept-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe %} diff --git a/taiga/projects/templates/emails/transfer_reject-body-html.jinja b/taiga/projects/templates/emails/transfer_reject-body-html.jinja index 66983366..f38ee64a 100644 --- a/taiga/projects/templates/emails/transfer_reject-body-html.jinja +++ b/taiga/projects/templates/emails/transfer_reject-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/templates/emails/transfer_reject-body-text.jinja b/taiga/projects/templates/emails/transfer_reject-body-text.jinja index 9f95b25d..1e85d804 100644 --- a/taiga/projects/templates/emails/transfer_reject-body-text.jinja +++ b/taiga/projects/templates/emails/transfer_reject-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans owner_name=project.owner.get_full_name(), rejecter_name=rejecter.get_full_name(), project_name=project.name %} diff --git a/taiga/projects/templates/emails/transfer_reject-subject.jinja b/taiga/projects/templates/emails/transfer_reject-subject.jinja index c6e2956b..743fc166 100644 --- a/taiga/projects/templates/emails/transfer_reject-subject.jinja +++ b/taiga/projects/templates/emails/transfer_reject-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe %} diff --git a/taiga/projects/templates/emails/transfer_request-body-html.jinja b/taiga/projects/templates/emails/transfer_request-body-html.jinja index 284fdc9d..a2baef36 100644 --- a/taiga/projects/templates/emails/transfer_request-body-html.jinja +++ b/taiga/projects/templates/emails/transfer_request-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/templates/emails/transfer_request-body-text.jinja b/taiga/projects/templates/emails/transfer_request-body-text.jinja index daad1de3..049c1fac 100644 --- a/taiga/projects/templates/emails/transfer_request-body-text.jinja +++ b/taiga/projects/templates/emails/transfer_request-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans owner_name=project.owner.get_full_name(), requester_name=requester.get_full_name(), project_name=project.name %} diff --git a/taiga/projects/templates/emails/transfer_request-subject.jinja b/taiga/projects/templates/emails/transfer_request-subject.jinja index 5d6b83a3..93b5487c 100644 --- a/taiga/projects/templates/emails/transfer_request-subject.jinja +++ b/taiga/projects/templates/emails/transfer_request-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe %} diff --git a/taiga/projects/templates/emails/transfer_start-body-html.jinja b/taiga/projects/templates/emails/transfer_start-body-html.jinja index 6920a110..25a9d821 100644 --- a/taiga/projects/templates/emails/transfer_start-body-html.jinja +++ b/taiga/projects/templates/emails/transfer_start-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/projects/templates/emails/transfer_start-body-text.jinja b/taiga/projects/templates/emails/transfer_start-body-text.jinja index d62e8afd..47f49b2e 100644 --- a/taiga/projects/templates/emails/transfer_start-body-text.jinja +++ b/taiga/projects/templates/emails/transfer_start-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans owner_name=project.owner.get_full_name(), receiver_name=receiver.get_full_name(), project_name=project.name %} diff --git a/taiga/projects/templates/emails/transfer_start-subject.jinja b/taiga/projects/templates/emails/transfer_start-subject.jinja index 95bd93cd..0028f972 100644 --- a/taiga/projects/templates/emails/transfer_start-subject.jinja +++ b/taiga/projects/templates/emails/transfer_start-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans project=project.name|safe %} diff --git a/taiga/projects/throttling.py b/taiga/projects/throttling.py index c4944a59..4655432e 100644 --- a/taiga/projects/throttling.py +++ b/taiga/projects/throttling.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base import throttling diff --git a/taiga/projects/translations.py b/taiga/projects/translations.py index f9ea770f..b87b7f39 100644 --- a/taiga/projects/translations.py +++ b/taiga/projects/translations.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # NOTE: This file is useful to translate default projects templates. Remember update # when taiga/projects/fixtures/initial_project_templates.json change. diff --git a/taiga/projects/userstories/__init__.py b/taiga/projects/userstories/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/userstories/__init__.py +++ b/taiga/projects/userstories/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/userstories/admin.py b/taiga/projects/userstories/admin.py index 7233524c..1e8dba38 100644 --- a/taiga/projects/userstories/admin.py +++ b/taiga/projects/userstories/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin diff --git a/taiga/projects/userstories/api.py b/taiga/projects/userstories/api.py index 9b541cfb..7ebb4021 100644 --- a/taiga/projects/userstories/api.py +++ b/taiga/projects/userstories/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.db import transaction diff --git a/taiga/projects/userstories/apps.py b/taiga/projects/userstories/apps.py index f169b7bb..a2c30994 100644 --- a/taiga/projects/userstories/apps.py +++ b/taiga/projects/userstories/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # from django.apps import AppConfig diff --git a/taiga/projects/userstories/filters.py b/taiga/projects/userstories/filters.py index 60b949d6..97ddb9d3 100644 --- a/taiga/projects/userstories/filters.py +++ b/taiga/projects/userstories/filters.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.contrib.auth.models import AnonymousUser diff --git a/taiga/projects/userstories/migrations/0001_initial.py b/taiga/projects/userstories/migrations/0001_initial.py index 75f0004f..6c6a0e10 100644 --- a/taiga/projects/userstories/migrations/0001_initial.py +++ b/taiga/projects/userstories/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0002_auto_20140903_1301.py b/taiga/projects/userstories/migrations/0002_auto_20140903_1301.py index 547abd4f..5ed3a58d 100644 --- a/taiga/projects/userstories/migrations/0002_auto_20140903_1301.py +++ b/taiga/projects/userstories/migrations/0002_auto_20140903_1301.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0003_userstory_order_fields.py b/taiga/projects/userstories/migrations/0003_userstory_order_fields.py index e2eb2a3f..af37a853 100644 --- a/taiga/projects/userstories/migrations/0003_userstory_order_fields.py +++ b/taiga/projects/userstories/migrations/0003_userstory_order_fields.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0004_auto_20141001_1817.py b/taiga/projects/userstories/migrations/0004_auto_20141001_1817.py index 678da9be..5ba13fed 100644 --- a/taiga/projects/userstories/migrations/0004_auto_20141001_1817.py +++ b/taiga/projects/userstories/migrations/0004_auto_20141001_1817.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0005_auto_20141009_1656.py b/taiga/projects/userstories/migrations/0005_auto_20141009_1656.py index 5480afb3..ebd4ced0 100644 --- a/taiga/projects/userstories/migrations/0005_auto_20141009_1656.py +++ b/taiga/projects/userstories/migrations/0005_auto_20141009_1656.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0006_auto_20141014_1524.py b/taiga/projects/userstories/migrations/0006_auto_20141014_1524.py index 4e0ae298..6d53893c 100644 --- a/taiga/projects/userstories/migrations/0006_auto_20141014_1524.py +++ b/taiga/projects/userstories/migrations/0006_auto_20141014_1524.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0007_userstory_external_reference.py b/taiga/projects/userstories/migrations/0007_userstory_external_reference.py index a1ef47dd..da36e961 100644 --- a/taiga/projects/userstories/migrations/0007_userstory_external_reference.py +++ b/taiga/projects/userstories/migrations/0007_userstory_external_reference.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0008_auto_20141210_1107.py b/taiga/projects/userstories/migrations/0008_auto_20141210_1107.py index ac2734de..8b1b3523 100644 --- a/taiga/projects/userstories/migrations/0008_auto_20141210_1107.py +++ b/taiga/projects/userstories/migrations/0008_auto_20141210_1107.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0009_remove_userstory_is_archived.py b/taiga/projects/userstories/migrations/0009_remove_userstory_is_archived.py index e10b8e1c..7d508ce3 100644 --- a/taiga/projects/userstories/migrations/0009_remove_userstory_is_archived.py +++ b/taiga/projects/userstories/migrations/0009_remove_userstory_is_archived.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0010_remove_userstory_watchers.py b/taiga/projects/userstories/migrations/0010_remove_userstory_watchers.py index bf058f29..1e179c5a 100644 --- a/taiga/projects/userstories/migrations/0010_remove_userstory_watchers.py +++ b/taiga/projects/userstories/migrations/0010_remove_userstory_watchers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0011_userstory_tribe_gig.py b/taiga/projects/userstories/migrations/0011_userstory_tribe_gig.py index a3544023..00a754e0 100644 --- a/taiga/projects/userstories/migrations/0011_userstory_tribe_gig.py +++ b/taiga/projects/userstories/migrations/0011_userstory_tribe_gig.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0012_auto_20160614_1201.py b/taiga/projects/userstories/migrations/0012_auto_20160614_1201.py index bebdb04f..2150d972 100644 --- a/taiga/projects/userstories/migrations/0012_auto_20160614_1201.py +++ b/taiga/projects/userstories/migrations/0012_auto_20160614_1201.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-14 12:01 from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0013_auto_20160722_1018.py b/taiga/projects/userstories/migrations/0013_auto_20160722_1018.py index 04cdd9aa..7a8be3f9 100644 --- a/taiga/projects/userstories/migrations/0013_auto_20160722_1018.py +++ b/taiga/projects/userstories/migrations/0013_auto_20160722_1018.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-07-22 10:18 from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0014_auto_20160928_0540.py b/taiga/projects/userstories/migrations/0014_auto_20160928_0540.py index 02541cc6..dfb30899 100644 --- a/taiga/projects/userstories/migrations/0014_auto_20160928_0540.py +++ b/taiga/projects/userstories/migrations/0014_auto_20160928_0540.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-09-28 05:40 from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0015_add_due_date.py b/taiga/projects/userstories/migrations/0015_add_due_date.py index 50a5b7d5..9111472f 100644 --- a/taiga/projects/userstories/migrations/0015_add_due_date.py +++ b/taiga/projects/userstories/migrations/0015_add_due_date.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2018-04-09 09:06 from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0016_userstory_assigned_users.py b/taiga/projects/userstories/migrations/0016_userstory_assigned_users.py index 83507a23..46af7a5f 100644 --- a/taiga/projects/userstories/migrations/0016_userstory_assigned_users.py +++ b/taiga/projects/userstories/migrations/0016_userstory_assigned_users.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2018-02-13 10:14 from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0017_userstory_generated_from_task.py b/taiga/projects/userstories/migrations/0017_userstory_generated_from_task.py index 21821162..a5bb912a 100644 --- a/taiga/projects/userstories/migrations/0017_userstory_generated_from_task.py +++ b/taiga/projects/userstories/migrations/0017_userstory_generated_from_task.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.16 on 2019-02-19 13:45 from __future__ import unicode_literals diff --git a/taiga/projects/userstories/migrations/0018_auto_20200615_0811.py b/taiga/projects/userstories/migrations/0018_auto_20200615_0811.py index d54a887d..027dcf44 100644 --- a/taiga/projects/userstories/migrations/0018_auto_20200615_0811.py +++ b/taiga/projects/userstories/migrations/0018_auto_20200615_0811.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.12 on 2020-06-15 08:11 diff --git a/taiga/projects/userstories/migrations/0019_userstory_from_task_ref.py b/taiga/projects/userstories/migrations/0019_userstory_from_task_ref.py index b681f806..f8af9659 100644 --- a/taiga/projects/userstories/migrations/0019_userstory_from_task_ref.py +++ b/taiga/projects/userstories/migrations/0019_userstory_from_task_ref.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.12 on 2020-06-17 10:17 diff --git a/taiga/projects/userstories/migrations/0020_userstory_swimlane.py b/taiga/projects/userstories/migrations/0020_userstory_swimlane.py index fb4c6156..354b9831 100644 --- a/taiga/projects/userstories/migrations/0020_userstory_swimlane.py +++ b/taiga/projects/userstories/migrations/0020_userstory_swimlane.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.15 on 2020-10-07 16:04 diff --git a/taiga/projects/userstories/migrations/0021_auto_20201202_0850.py b/taiga/projects/userstories/migrations/0021_auto_20201202_0850.py index 9a56697a..1c7ea7bf 100644 --- a/taiga/projects/userstories/migrations/0021_auto_20201202_0850.py +++ b/taiga/projects/userstories/migrations/0021_auto_20201202_0850.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.14 on 2020-12-02 08:50 diff --git a/taiga/projects/userstories/migrations/__init__.py b/taiga/projects/userstories/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/userstories/migrations/__init__.py +++ b/taiga/projects/userstories/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/userstories/models.py b/taiga/projects/userstories/models.py index ff2764c7..08b1eca2 100644 --- a/taiga/projects/userstories/models.py +++ b/taiga/projects/userstories/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.contrib.contenttypes.fields import GenericRelation diff --git a/taiga/projects/userstories/permissions.py b/taiga/projects/userstories/permissions.py index b4c3ab45..2932727d 100644 --- a/taiga/projects/userstories/permissions.py +++ b/taiga/projects/userstories/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import TaigaResourcePermission, AllowAny, IsAuthenticated, IsSuperUser from taiga.permissions.permissions import HasProjectPerm, IsProjectAdmin diff --git a/taiga/projects/userstories/serializers.py b/taiga/projects/userstories/serializers.py index c0d564e2..e7981959 100644 --- a/taiga/projects/userstories/serializers.py +++ b/taiga/projects/userstories/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import Field, MethodField diff --git a/taiga/projects/userstories/services.py b/taiga/projects/userstories/services.py index 77fc2135..76444eb6 100644 --- a/taiga/projects/userstories/services.py +++ b/taiga/projects/userstories/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from typing import List, Optional diff --git a/taiga/projects/userstories/signals.py b/taiga/projects/userstories/signals.py index fee78886..438ea11b 100644 --- a/taiga/projects/userstories/signals.py +++ b/taiga/projects/userstories/signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from contextlib import suppress from django.core.exceptions import ObjectDoesNotExist diff --git a/taiga/projects/userstories/utils.py b/taiga/projects/userstories/utils.py index 78a72f74..11f9dcce 100644 --- a/taiga/projects/userstories/utils.py +++ b/taiga/projects/userstories/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.projects.attachments.utils import attach_basic_attachments from taiga.projects.attachments.utils import attach_total_attachments diff --git a/taiga/projects/userstories/validators.py b/taiga/projects/userstories/validators.py index c0dfc4b1..e2a8938a 100644 --- a/taiga/projects/userstories/validators.py +++ b/taiga/projects/userstories/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/utils.py b/taiga/projects/utils.py index 5402dbbe..4f854ad8 100644 --- a/taiga/projects/utils.py +++ b/taiga/projects/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC def attach_members(queryset, as_field="members_attr"): """Attach a json members representation to each object of the queryset. diff --git a/taiga/projects/validators.py b/taiga/projects/validators.py index 4fdbe2f5..86d378df 100644 --- a/taiga/projects/validators.py +++ b/taiga/projects/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import Q from django.utils.translation import gettext as _ diff --git a/taiga/projects/votes/__init__.py b/taiga/projects/votes/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/votes/__init__.py +++ b/taiga/projects/votes/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/votes/admin.py b/taiga/projects/votes/admin.py index 678eaf72..cf3614e5 100644 --- a/taiga/projects/votes/admin.py +++ b/taiga/projects/votes/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin from django.contrib.contenttypes.admin import GenericTabularInline diff --git a/taiga/projects/votes/migrations/0001_initial.py b/taiga/projects/votes/migrations/0001_initial.py index a8a2d9b5..40863418 100644 --- a/taiga/projects/votes/migrations/0001_initial.py +++ b/taiga/projects/votes/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/votes/migrations/0002_auto_20150805_1600.py b/taiga/projects/votes/migrations/0002_auto_20150805_1600.py index 4171d571..4dd1576c 100644 --- a/taiga/projects/votes/migrations/0002_auto_20150805_1600.py +++ b/taiga/projects/votes/migrations/0002_auto_20150805_1600.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/votes/migrations/__init__.py b/taiga/projects/votes/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/votes/migrations/__init__.py +++ b/taiga/projects/votes/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/votes/mixins/__init__.py b/taiga/projects/votes/mixins/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/votes/mixins/__init__.py +++ b/taiga/projects/votes/mixins/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/votes/mixins/serializers.py b/taiga/projects/votes/mixins/serializers.py index 05b93be3..fab039bb 100644 --- a/taiga/projects/votes/mixins/serializers.py +++ b/taiga/projects/votes/mixins/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import MethodField diff --git a/taiga/projects/votes/mixins/viewsets.py b/taiga/projects/votes/mixins/viewsets.py index 67d12db7..6ec5750f 100644 --- a/taiga/projects/votes/mixins/viewsets.py +++ b/taiga/projects/votes/mixins/viewsets.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.exceptions import ObjectDoesNotExist diff --git a/taiga/projects/votes/models.py b/taiga/projects/votes/models.py index e65b0e49..838738e8 100644 --- a/taiga/projects/votes/models.py +++ b/taiga/projects/votes/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings from django.contrib.contenttypes.fields import GenericForeignKey diff --git a/taiga/projects/votes/serializers.py b/taiga/projects/votes/serializers.py index cc2b3fba..436f8647 100644 --- a/taiga/projects/votes/serializers.py +++ b/taiga/projects/votes/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import Field, MethodField diff --git a/taiga/projects/votes/services.py b/taiga/projects/votes/services.py index 8a17599f..2391c805 100644 --- a/taiga/projects/votes/services.py +++ b/taiga/projects/votes/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import F from django.db import transaction as tx diff --git a/taiga/projects/votes/utils.py b/taiga/projects/votes/utils.py index b85a4abe..c95bc7aa 100644 --- a/taiga/projects/votes/utils.py +++ b/taiga/projects/votes/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps diff --git a/taiga/projects/wiki/__init__.py b/taiga/projects/wiki/__init__.py index a69ee7fb..513092d7 100644 --- a/taiga/projects/wiki/__init__.py +++ b/taiga/projects/wiki/__init__.py @@ -3,6 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # diff --git a/taiga/projects/wiki/admin.py b/taiga/projects/wiki/admin.py index 639212a8..8f5ee2a2 100644 --- a/taiga/projects/wiki/admin.py +++ b/taiga/projects/wiki/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib import admin diff --git a/taiga/projects/wiki/api.py b/taiga/projects/wiki/api.py index 84f61f4a..f2b18b49 100644 --- a/taiga/projects/wiki/api.py +++ b/taiga/projects/wiki/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/projects/wiki/apps.py b/taiga/projects/wiki/apps.py index f94dbcfd..8642a9ce 100644 --- a/taiga/projects/wiki/apps.py +++ b/taiga/projects/wiki/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # from django.apps import AppConfig diff --git a/taiga/projects/wiki/migrations/0001_initial.py b/taiga/projects/wiki/migrations/0001_initial.py index f6d9fa9d..2baa5fff 100644 --- a/taiga/projects/wiki/migrations/0001_initial.py +++ b/taiga/projects/wiki/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/wiki/migrations/0002_remove_wikipage_watchers.py b/taiga/projects/wiki/migrations/0002_remove_wikipage_watchers.py index 3ddb3714..18b90e7d 100644 --- a/taiga/projects/wiki/migrations/0002_remove_wikipage_watchers.py +++ b/taiga/projects/wiki/migrations/0002_remove_wikipage_watchers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/projects/wiki/migrations/0003_auto_20160615_0721.py b/taiga/projects/wiki/migrations/0003_auto_20160615_0721.py index 31f999c3..e970fce4 100644 --- a/taiga/projects/wiki/migrations/0003_auto_20160615_0721.py +++ b/taiga/projects/wiki/migrations/0003_auto_20160615_0721.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-15 07:21 from __future__ import unicode_literals diff --git a/taiga/projects/wiki/migrations/0004_auto_20160928_0540.py b/taiga/projects/wiki/migrations/0004_auto_20160928_0540.py index ba866a27..50d60e01 100644 --- a/taiga/projects/wiki/migrations/0004_auto_20160928_0540.py +++ b/taiga/projects/wiki/migrations/0004_auto_20160928_0540.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-09-28 05:40 from __future__ import unicode_literals diff --git a/taiga/projects/wiki/migrations/0005_auto_20161201_1628.py b/taiga/projects/wiki/migrations/0005_auto_20161201_1628.py index 70de10d9..8b495a98 100644 --- a/taiga/projects/wiki/migrations/0005_auto_20161201_1628.py +++ b/taiga/projects/wiki/migrations/0005_auto_20161201_1628.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.3 on 2016-12-01 16:28 from __future__ import unicode_literals diff --git a/taiga/projects/wiki/migrations/__init__.py b/taiga/projects/wiki/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/projects/wiki/migrations/__init__.py +++ b/taiga/projects/wiki/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/projects/wiki/models.py b/taiga/projects/wiki/models.py index ba37dbeb..e3e7fb9d 100644 --- a/taiga/projects/wiki/models.py +++ b/taiga/projects/wiki/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.contrib.contenttypes.fields import GenericRelation diff --git a/taiga/projects/wiki/permissions.py b/taiga/projects/wiki/permissions.py index 844759d2..e5451d6a 100644 --- a/taiga/projects/wiki/permissions.py +++ b/taiga/projects/wiki/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import (TaigaResourcePermission, HasProjectPerm, IsAuthenticated, IsProjectAdmin, AllowAny, diff --git a/taiga/projects/wiki/serializers.py b/taiga/projects/wiki/serializers.py index 7daf16b8..2ab15fd6 100644 --- a/taiga/projects/wiki/serializers.py +++ b/taiga/projects/wiki/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import Field, MethodField diff --git a/taiga/projects/wiki/utils.py b/taiga/projects/wiki/utils.py index 93b4c310..538e19ae 100644 --- a/taiga/projects/wiki/utils.py +++ b/taiga/projects/wiki/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.projects.notifications.utils import attach_watchers_to_queryset from taiga.projects.notifications.utils import attach_total_watchers_to_queryset diff --git a/taiga/projects/wiki/validators.py b/taiga/projects/wiki/validators.py index 316baea9..20ca34a7 100644 --- a/taiga/projects/wiki/validators.py +++ b/taiga/projects/wiki/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import validators from taiga.base.api import serializers diff --git a/taiga/routers.py b/taiga/routers.py index 3a48c6f1..b2281bca 100644 --- a/taiga/routers.py +++ b/taiga/routers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base import routers from django.conf import settings diff --git a/taiga/searches/__init__.py b/taiga/searches/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/searches/__init__.py +++ b/taiga/searches/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/searches/api.py b/taiga/searches/api.py index e0062c93..1855fc4d 100644 --- a/taiga/searches/api.py +++ b/taiga/searches/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps diff --git a/taiga/searches/models.py b/taiga/searches/models.py index b92267f0..e38750ac 100644 --- a/taiga/searches/models.py +++ b/taiga/searches/models.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/searches/serializers.py b/taiga/searches/serializers.py index b21f758f..58c5f6eb 100644 --- a/taiga/searches/serializers.py +++ b/taiga/searches/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import Field, MethodField diff --git a/taiga/searches/services.py b/taiga/searches/services.py index 8d6f3828..44606a43 100644 --- a/taiga/searches/services.py +++ b/taiga/searches/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.conf import settings diff --git a/taiga/stats/__init__.py b/taiga/stats/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/stats/__init__.py +++ b/taiga/stats/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/stats/api.py b/taiga/stats/api.py index be99edee..62475e4f 100644 --- a/taiga/stats/api.py +++ b/taiga/stats/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from collections import OrderedDict diff --git a/taiga/stats/apps.py b/taiga/stats/apps.py index bfacd61b..29db97fe 100644 --- a/taiga/stats/apps.py +++ b/taiga/stats/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import AppConfig from django.apps import apps diff --git a/taiga/stats/permissions.py b/taiga/stats/permissions.py index 839ea2c8..b982bb47 100644 --- a/taiga/stats/permissions.py +++ b/taiga/stats/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import permissions diff --git a/taiga/stats/routers.py b/taiga/stats/routers.py index 4810432c..6ed3e37a 100644 --- a/taiga/stats/routers.py +++ b/taiga/stats/routers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings diff --git a/taiga/stats/services.py b/taiga/stats/services.py index e8cdfb73..204de429 100644 --- a/taiga/stats/services.py +++ b/taiga/stats/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.contrib.auth import get_user_model diff --git a/taiga/telemetry/__init__.py b/taiga/telemetry/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/telemetry/__init__.py +++ b/taiga/telemetry/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/telemetry/apps.py b/taiga/telemetry/apps.py index 61d8320b..91407964 100644 --- a/taiga/telemetry/apps.py +++ b/taiga/telemetry/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import AppConfig diff --git a/taiga/telemetry/migrations/0001_initial.py b/taiga/telemetry/migrations/0001_initial.py index c6a4107c..eb4f0a19 100644 --- a/taiga/telemetry/migrations/0001_initial.py +++ b/taiga/telemetry/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.16 on 2020-11-20 10:05 diff --git a/taiga/telemetry/migrations/__init__.py b/taiga/telemetry/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/telemetry/migrations/__init__.py +++ b/taiga/telemetry/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/telemetry/models.py b/taiga/telemetry/models.py index 44757bc2..e4ab331a 100644 --- a/taiga/telemetry/models.py +++ b/taiga/telemetry/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.utils import timezone diff --git a/taiga/telemetry/services.py b/taiga/telemetry/services.py index 296141f8..1f3dc757 100644 --- a/taiga/telemetry/services.py +++ b/taiga/telemetry/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import datetime import uuid diff --git a/taiga/telemetry/tasks.py b/taiga/telemetry/tasks.py index 248dca55..58cf536b 100644 --- a/taiga/telemetry/tasks.py +++ b/taiga/telemetry/tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings import rudder_analytics diff --git a/taiga/timeline/__init__.py b/taiga/timeline/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/timeline/__init__.py +++ b/taiga/timeline/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/timeline/api.py b/taiga/timeline/api.py index e222bd5a..628cf0b1 100644 --- a/taiga/timeline/api.py +++ b/taiga/timeline/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings from django.contrib.auth import get_user_model diff --git a/taiga/timeline/apps.py b/taiga/timeline/apps.py index ca35256e..72f13ad4 100644 --- a/taiga/timeline/apps.py +++ b/taiga/timeline/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import AppConfig from django.apps import apps diff --git a/taiga/timeline/management/__init__.py b/taiga/timeline/management/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/timeline/management/__init__.py +++ b/taiga/timeline/management/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py b/taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py index 6d963d66..198938b9 100644 --- a/taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py +++ b/taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings from django.core.management.base import BaseCommand diff --git a/taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py b/taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py index 0885324d..2aef69d0 100644 --- a/taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py +++ b/taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings from django.contrib.contenttypes.models import ContentType diff --git a/taiga/timeline/management/commands/rebuild_timeline.py b/taiga/timeline/management/commands/rebuild_timeline.py index eb639204..d8929863 100644 --- a/taiga/timeline/management/commands/rebuild_timeline.py +++ b/taiga/timeline/management/commands/rebuild_timeline.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Examples: # python manage.py rebuild_timeline --settings=settings.local_timeline --initial_date 2014-10-02 --final_date 2014-10-03 diff --git a/taiga/timeline/management/commands/rebuild_timeline_iterating_per_projects.py b/taiga/timeline/management/commands/rebuild_timeline_iterating_per_projects.py index 4958bb4e..02f0f167 100644 --- a/taiga/timeline/management/commands/rebuild_timeline_iterating_per_projects.py +++ b/taiga/timeline/management/commands/rebuild_timeline_iterating_per_projects.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.management.base import BaseCommand from django.test.utils import override_settings diff --git a/taiga/timeline/migrations/0001_initial.py b/taiga/timeline/migrations/0001_initial.py index 566fa936..d7d48897 100644 --- a/taiga/timeline/migrations/0001_initial.py +++ b/taiga/timeline/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/timeline/migrations/0002_auto_20150327_1056.py b/taiga/timeline/migrations/0002_auto_20150327_1056.py index 74cadc82..f334954d 100644 --- a/taiga/timeline/migrations/0002_auto_20150327_1056.py +++ b/taiga/timeline/migrations/0002_auto_20150327_1056.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/timeline/migrations/0003_auto_20150410_0829.py b/taiga/timeline/migrations/0003_auto_20150410_0829.py index d211b204..5022e7e2 100644 --- a/taiga/timeline/migrations/0003_auto_20150410_0829.py +++ b/taiga/timeline/migrations/0003_auto_20150410_0829.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/timeline/migrations/0004_auto_20150603_1312.py b/taiga/timeline/migrations/0004_auto_20150603_1312.py index a0d3d76f..acc8d38a 100644 --- a/taiga/timeline/migrations/0004_auto_20150603_1312.py +++ b/taiga/timeline/migrations/0004_auto_20150603_1312.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/timeline/migrations/0005_auto_20160706_0723.py b/taiga/timeline/migrations/0005_auto_20160706_0723.py index 79a8a550..adfbd405 100644 --- a/taiga/timeline/migrations/0005_auto_20160706_0723.py +++ b/taiga/timeline/migrations/0005_auto_20160706_0723.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-07-06 07:23 from __future__ import unicode_literals diff --git a/taiga/timeline/migrations/0006_json_to_jsonb.py b/taiga/timeline/migrations/0006_json_to_jsonb.py index cc0409e6..48cbb35c 100644 --- a/taiga/timeline/migrations/0006_json_to_jsonb.py +++ b/taiga/timeline/migrations/0006_json_to_jsonb.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.2 on 2016-10-26 11:35 from __future__ import unicode_literals diff --git a/taiga/timeline/migrations/0007_auto_20170406_0615.py b/taiga/timeline/migrations/0007_auto_20170406_0615.py index 22f7a801..aa388ad1 100644 --- a/taiga/timeline/migrations/0007_auto_20170406_0615.py +++ b/taiga/timeline/migrations/0007_auto_20170406_0615.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.6 on 2017-04-06 06:15 from __future__ import unicode_literals diff --git a/taiga/timeline/migrations/0008_auto_20190606_1528.py b/taiga/timeline/migrations/0008_auto_20190606_1528.py index 50fcc832..cb812968 100644 --- a/taiga/timeline/migrations/0008_auto_20190606_1528.py +++ b/taiga/timeline/migrations/0008_auto_20190606_1528.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.20 on 2019-06-06 15:28 from __future__ import unicode_literals diff --git a/taiga/timeline/migrations/__init__.py b/taiga/timeline/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/timeline/migrations/__init__.py +++ b/taiga/timeline/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/timeline/models.py b/taiga/timeline/models.py index c7de07a5..8450786c 100644 --- a/taiga/timeline/models.py +++ b/taiga/timeline/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from taiga.base.db.models.fields import JSONField diff --git a/taiga/timeline/permissions.py b/taiga/timeline/permissions.py index 6cba6052..b568ded3 100644 --- a/taiga/timeline/permissions.py +++ b/taiga/timeline/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import TaigaResourcePermission, AllowAny, IsSuperUser from taiga.permissions.permissions import HasProjectPerm, IsProjectAdmin diff --git a/taiga/timeline/rebuilder.py b/taiga/timeline/rebuilder.py index 2514153b..7947c449 100644 --- a/taiga/timeline/rebuilder.py +++ b/taiga/timeline/rebuilder.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.contrib.contenttypes.models import ContentType from django.core.exceptions import ObjectDoesNotExist diff --git a/taiga/timeline/serializers.py b/taiga/timeline/serializers.py index 9324c527..85c2db24 100644 --- a/taiga/timeline/serializers.py +++ b/taiga/timeline/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from urllib.parse import urlparse diff --git a/taiga/timeline/service.py b/taiga/timeline/service.py index 3b7e3dfc..836cbeb0 100644 --- a/taiga/timeline/service.py +++ b/taiga/timeline/service.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.contrib.auth import get_user_model diff --git a/taiga/timeline/signals.py b/taiga/timeline/signals.py index d5ce3564..59f41f93 100644 --- a/taiga/timeline/signals.py +++ b/taiga/timeline/signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings from django.contrib.auth import get_user_model diff --git a/taiga/timeline/timeline_implementations.py b/taiga/timeline/timeline_implementations.py index 920d0ab5..49a9eed5 100644 --- a/taiga/timeline/timeline_implementations.py +++ b/taiga/timeline/timeline_implementations.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.timeline.service import register_timeline_implementation from . import service diff --git a/taiga/urls.py b/taiga/urls.py index 5d666de5..972fb3b1 100644 --- a/taiga/urls.py +++ b/taiga/urls.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings from django.urls import include, re_path diff --git a/taiga/users/__init__.py b/taiga/users/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/users/__init__.py +++ b/taiga/users/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/users/admin.py b/taiga/users/admin.py index c2cd78a3..901e48f8 100644 --- a/taiga/users/admin.py +++ b/taiga/users/admin.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps diff --git a/taiga/users/api.py b/taiga/users/api.py index 39051852..c810cbfe 100644 --- a/taiga/users/api.py +++ b/taiga/users/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/taiga/users/filters.py b/taiga/users/filters.py index 2677e9c7..a0a816ab 100644 --- a/taiga/users/filters.py +++ b/taiga/users/filters.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.filters import PermissionBasedFilterBackend from taiga.base.utils.db import to_tsquery diff --git a/taiga/users/forms.py b/taiga/users/forms.py index 5c8a285d..f826dae6 100644 --- a/taiga/users/forms.py +++ b/taiga/users/forms.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django import forms from django.contrib.auth.forms import UserCreationForm as DjangoUserCreationForm diff --git a/taiga/users/gravatar.py b/taiga/users/gravatar.py index a4aef8aa..1cd8f8ef 100644 --- a/taiga/users/gravatar.py +++ b/taiga/users/gravatar.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import hashlib diff --git a/taiga/users/migrations/0001_initial.py b/taiga/users/migrations/0001_initial.py index 2bc7a20b..ee583d22 100644 --- a/taiga/users/migrations/0001_initial.py +++ b/taiga/users/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0002_auto_20140903_0916.py b/taiga/users/migrations/0002_auto_20140903_0916.py index 50c04c6f..40375be6 100644 --- a/taiga/users/migrations/0002_auto_20140903_0916.py +++ b/taiga/users/migrations/0002_auto_20140903_0916.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0003_auto_20140903_0925.py b/taiga/users/migrations/0003_auto_20140903_0925.py index c188e303..35c73004 100644 --- a/taiga/users/migrations/0003_auto_20140903_0925.py +++ b/taiga/users/migrations/0003_auto_20140903_0925.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0004_auto_20140913_1914.py b/taiga/users/migrations/0004_auto_20140913_1914.py index 57a692a6..204ba223 100644 --- a/taiga/users/migrations/0004_auto_20140913_1914.py +++ b/taiga/users/migrations/0004_auto_20140913_1914.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0005_alter_user_photo.py b/taiga/users/migrations/0005_alter_user_photo.py index 54c34980..aaf30c01 100644 --- a/taiga/users/migrations/0005_alter_user_photo.py +++ b/taiga/users/migrations/0005_alter_user_photo.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0006_auto_20141030_1132.py b/taiga/users/migrations/0006_auto_20141030_1132.py index fec98da2..65ef3acd 100644 --- a/taiga/users/migrations/0006_auto_20141030_1132.py +++ b/taiga/users/migrations/0006_auto_20141030_1132.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0007_auto_20150209_1611.py b/taiga/users/migrations/0007_auto_20150209_1611.py index 6146d2c8..512cf70d 100644 --- a/taiga/users/migrations/0007_auto_20150209_1611.py +++ b/taiga/users/migrations/0007_auto_20150209_1611.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0008_auto_20150213_1701.py b/taiga/users/migrations/0008_auto_20150213_1701.py index 21bada31..985f7f96 100644 --- a/taiga/users/migrations/0008_auto_20150213_1701.py +++ b/taiga/users/migrations/0008_auto_20150213_1701.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0009_auto_20150326_1241.py b/taiga/users/migrations/0009_auto_20150326_1241.py index 39ba43c4..fa4fbf4e 100644 --- a/taiga/users/migrations/0009_auto_20150326_1241.py +++ b/taiga/users/migrations/0009_auto_20150326_1241.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0010_auto_20150414_0936.py b/taiga/users/migrations/0010_auto_20150414_0936.py index a124dc6a..8251dc5e 100644 --- a/taiga/users/migrations/0010_auto_20150414_0936.py +++ b/taiga/users/migrations/0010_auto_20150414_0936.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0011_user_theme.py b/taiga/users/migrations/0011_user_theme.py index fad3708f..bb0e99a5 100644 --- a/taiga/users/migrations/0011_user_theme.py +++ b/taiga/users/migrations/0011_user_theme.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0012_auto_20150812_1142.py b/taiga/users/migrations/0012_auto_20150812_1142.py index fe0e279e..f16af6e7 100644 --- a/taiga/users/migrations/0012_auto_20150812_1142.py +++ b/taiga/users/migrations/0012_auto_20150812_1142.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0013_auto_20150901_1600.py b/taiga/users/migrations/0013_auto_20150901_1600.py index aa7c2447..001b0202 100644 --- a/taiga/users/migrations/0013_auto_20150901_1600.py +++ b/taiga/users/migrations/0013_auto_20150901_1600.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0014_auto_20151005_1357.py b/taiga/users/migrations/0014_auto_20151005_1357.py index 5cdf0bcb..9461fcc4 100644 --- a/taiga/users/migrations/0014_auto_20151005_1357.py +++ b/taiga/users/migrations/0014_auto_20151005_1357.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0015_auto_20160120_1409.py b/taiga/users/migrations/0015_auto_20160120_1409.py index 277f6505..f34ed5b0 100644 --- a/taiga/users/migrations/0015_auto_20160120_1409.py +++ b/taiga/users/migrations/0015_auto_20160120_1409.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0016_auto_20160204_1050.py b/taiga/users/migrations/0016_auto_20160204_1050.py index 7e991633..b30419b2 100644 --- a/taiga/users/migrations/0016_auto_20160204_1050.py +++ b/taiga/users/migrations/0016_auto_20160204_1050.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0017_auto_20160208_1751.py b/taiga/users/migrations/0017_auto_20160208_1751.py index 29c1f387..7fb7fa0d 100644 --- a/taiga/users/migrations/0017_auto_20160208_1751.py +++ b/taiga/users/migrations/0017_auto_20160208_1751.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/users/migrations/0018_remove_vote_issues_in_roles_permissions_field.py b/taiga/users/migrations/0018_remove_vote_issues_in_roles_permissions_field.py index 1d79160b..8c9f6133 100644 --- a/taiga/users/migrations/0018_remove_vote_issues_in_roles_permissions_field.py +++ b/taiga/users/migrations/0018_remove_vote_issues_in_roles_permissions_field.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-04-04 09:32 from __future__ import unicode_literals diff --git a/taiga/users/migrations/0019_auto_20160519_1058.py b/taiga/users/migrations/0019_auto_20160519_1058.py index 2c3262ea..17bfbb09 100644 --- a/taiga/users/migrations/0019_auto_20160519_1058.py +++ b/taiga/users/migrations/0019_auto_20160519_1058.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-05-19 10:58 from __future__ import unicode_literals diff --git a/taiga/users/migrations/0020_auto_20160525_1229.py b/taiga/users/migrations/0020_auto_20160525_1229.py index a989999e..ac8f05c3 100644 --- a/taiga/users/migrations/0020_auto_20160525_1229.py +++ b/taiga/users/migrations/0020_auto_20160525_1229.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-05-25 12:29 from __future__ import unicode_literals diff --git a/taiga/users/migrations/0021_auto_20160614_1201.py b/taiga/users/migrations/0021_auto_20160614_1201.py index 0d41eaf8..de1f701f 100644 --- a/taiga/users/migrations/0021_auto_20160614_1201.py +++ b/taiga/users/migrations/0021_auto_20160614_1201.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-14 12:01 from __future__ import unicode_literals diff --git a/taiga/users/migrations/0022_auto_20160629_1443.py b/taiga/users/migrations/0022_auto_20160629_1443.py index f3674dd8..efd5f810 100644 --- a/taiga/users/migrations/0022_auto_20160629_1443.py +++ b/taiga/users/migrations/0022_auto_20160629_1443.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.9.2 on 2016-06-29 14:43 from __future__ import unicode_literals diff --git a/taiga/users/migrations/0023_json_to_jsonb.py b/taiga/users/migrations/0023_json_to_jsonb.py index 7c966862..c515d6b4 100644 --- a/taiga/users/migrations/0023_json_to_jsonb.py +++ b/taiga/users/migrations/0023_json_to_jsonb.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.2 on 2016-10-26 11:35 from __future__ import unicode_literals diff --git a/taiga/users/migrations/0024_auto_20170406_0727.py b/taiga/users/migrations/0024_auto_20170406_0727.py index f611679b..fc4e664c 100644 --- a/taiga/users/migrations/0024_auto_20170406_0727.py +++ b/taiga/users/migrations/0024_auto_20170406_0727.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.6 on 2017-04-06 07:27 from __future__ import unicode_literals diff --git a/taiga/users/migrations/0025_user_uuid.py b/taiga/users/migrations/0025_user_uuid.py index b0a31c0c..f506f297 100644 --- a/taiga/users/migrations/0025_user_uuid.py +++ b/taiga/users/migrations/0025_user_uuid.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2017-10-31 14:57 from __future__ import unicode_literals diff --git a/taiga/users/migrations/0026_auto_20180514_1513.py b/taiga/users/migrations/0026_auto_20180514_1513.py index b94debad..183fb8ce 100644 --- a/taiga/users/migrations/0026_auto_20180514_1513.py +++ b/taiga/users/migrations/0026_auto_20180514_1513.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2018-05-14 15:13 from __future__ import unicode_literals diff --git a/taiga/users/migrations/0027_auto_20180610_2011.py b/taiga/users/migrations/0027_auto_20180610_2011.py index 19ef044a..ce86d3a7 100644 --- a/taiga/users/migrations/0027_auto_20180610_2011.py +++ b/taiga/users/migrations/0027_auto_20180610_2011.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.11.2 on 2018-06-10 20:11 from __future__ import unicode_literals diff --git a/taiga/users/migrations/0028_auto_20200615_0811.py b/taiga/users/migrations/0028_auto_20200615_0811.py index 9bb8bef2..618c4d92 100644 --- a/taiga/users/migrations/0028_auto_20200615_0811.py +++ b/taiga/users/migrations/0028_auto_20200615_0811.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.12 on 2020-06-15 08:11 diff --git a/taiga/users/migrations/0029_user_verified_email.py b/taiga/users/migrations/0029_user_verified_email.py index 79de9ade..092803a9 100644 --- a/taiga/users/migrations/0029_user_verified_email.py +++ b/taiga/users/migrations/0029_user_verified_email.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.14 on 2020-07-30 12:09 diff --git a/taiga/users/migrations/0030_auto_20201119_1031.py b/taiga/users/migrations/0030_auto_20201119_1031.py index 96f23269..8dbd418b 100644 --- a/taiga/users/migrations/0030_auto_20201119_1031.py +++ b/taiga/users/migrations/0030_auto_20201119_1031.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.17 on 2020-11-19 10:31 diff --git a/taiga/users/migrations/0031_auto_20210108_1430.py b/taiga/users/migrations/0031_auto_20210108_1430.py index 6e6cf515..fd22b28c 100644 --- a/taiga/users/migrations/0031_auto_20210108_1430.py +++ b/taiga/users/migrations/0031_auto_20210108_1430.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 2.2.17 on 2021-01-08 14:30 diff --git a/taiga/users/migrations/__init__.py b/taiga/users/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/users/migrations/__init__.py +++ b/taiga/users/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/users/models.py b/taiga/users/models.py index 20acb758..eb417172 100644 --- a/taiga/users/models.py +++ b/taiga/users/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from importlib import import_module diff --git a/taiga/users/permissions.py b/taiga/users/permissions.py index a5a204b8..72e28b94 100644 --- a/taiga/users/permissions.py +++ b/taiga/users/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import TaigaResourcePermission from taiga.base.api.permissions import IsSuperUser diff --git a/taiga/users/serializers.py b/taiga/users/serializers.py index 4f022504..16425e8b 100644 --- a/taiga/users/serializers.py +++ b/taiga/users/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.conf import settings diff --git a/taiga/users/services.py b/taiga/users/services.py index 4a6d2c1c..c38f5b77 100644 --- a/taiga/users/services.py +++ b/taiga/users/services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC """ This model contains a domain logic for users application. diff --git a/taiga/users/signals.py b/taiga/users/signals.py index bd2dbaed..407b1af1 100644 --- a/taiga/users/signals.py +++ b/taiga/users/signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import django.dispatch diff --git a/taiga/users/templates/emails/change_email-body-html.jinja b/taiga/users/templates/emails/change_email-body-html.jinja index 3773f664..889b8f90 100644 --- a/taiga/users/templates/emails/change_email-body-html.jinja +++ b/taiga/users/templates/emails/change_email-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/users/templates/emails/change_email-body-text.jinja b/taiga/users/templates/emails/change_email-body-text.jinja index 290f1af8..e5da5461 100644 --- a/taiga/users/templates/emails/change_email-body-text.jinja +++ b/taiga/users/templates/emails/change_email-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), full_name=user.get_full_name(), url=resolve_front_url('change-email', user.email_token) %} diff --git a/taiga/users/templates/emails/change_email-subject.jinja b/taiga/users/templates/emails/change_email-subject.jinja index bdbe3f93..db60e0a9 100644 --- a/taiga/users/templates/emails/change_email-subject.jinja +++ b/taiga/users/templates/emails/change_email-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {{ _("[Taiga] Change email") }} diff --git a/taiga/users/templates/emails/password_recovery-body-html.jinja b/taiga/users/templates/emails/password_recovery-body-html.jinja index f6de3bcb..7cd89a3b 100644 --- a/taiga/users/templates/emails/password_recovery-body-html.jinja +++ b/taiga/users/templates/emails/password_recovery-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/users/templates/emails/password_recovery-body-text.jinja b/taiga/users/templates/emails/password_recovery-body-text.jinja index 6192cfa3..06a10136 100644 --- a/taiga/users/templates/emails/password_recovery-body-text.jinja +++ b/taiga/users/templates/emails/password_recovery-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), full_name=user.get_full_name(), url=resolve_front_url('change-password', user.token) %} diff --git a/taiga/users/templates/emails/password_recovery-subject.jinja b/taiga/users/templates/emails/password_recovery-subject.jinja index 582daa58..4f008799 100644 --- a/taiga/users/templates/emails/password_recovery-subject.jinja +++ b/taiga/users/templates/emails/password_recovery-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {{ _("[Taiga] Password recovery") }} diff --git a/taiga/users/templates/emails/registered_user-body-html.jinja b/taiga/users/templates/emails/registered_user-body-html.jinja index fa15065b..f402ec6d 100644 --- a/taiga/users/templates/emails/registered_user-body-html.jinja +++ b/taiga/users/templates/emails/registered_user-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/hero-body-html.jinja" %} diff --git a/taiga/users/templates/emails/registered_user-body-text.jinja b/taiga/users/templates/emails/registered_user-body-text.jinja index 0e431fe4..e7282e48 100644 --- a/taiga/users/templates/emails/registered_user-body-text.jinja +++ b/taiga/users/templates/emails/registered_user-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans product_name=sr("product_name") %} diff --git a/taiga/users/templates/emails/registered_user-subject.jinja b/taiga/users/templates/emails/registered_user-subject.jinja index 19dfd8bb..2b2c5933 100644 --- a/taiga/users/templates/emails/registered_user-subject.jinja +++ b/taiga/users/templates/emails/registered_user-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {{ _("You've been Taigatized!") }} diff --git a/taiga/users/templates/emails/send_verification-body-html.jinja b/taiga/users/templates/emails/send_verification-body-html.jinja index 4e5762e8..9c0f12ef 100644 --- a/taiga/users/templates/emails/send_verification-body-html.jinja +++ b/taiga/users/templates/emails/send_verification-body-html.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% extends "emails/base-body-html.jinja" %} diff --git a/taiga/users/templates/emails/send_verification-body-text.jinja b/taiga/users/templates/emails/send_verification-body-text.jinja index c7c4b10b..6c9d56ad 100644 --- a/taiga/users/templates/emails/send_verification-body-text.jinja +++ b/taiga/users/templates/emails/send_verification-body-text.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {% trans signature=sr("signature"), full_name=user.get_full_name(), url=resolve_front_url('verify-email', user.email_token) %} diff --git a/taiga/users/templates/emails/send_verification-subject.jinja b/taiga/users/templates/emails/send_verification-subject.jinja index a2c4d257..7b881877 100644 --- a/taiga/users/templates/emails/send_verification-subject.jinja +++ b/taiga/users/templates/emails/send_verification-subject.jinja @@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC #} {{ _("[Taiga] Verify email") }} diff --git a/taiga/users/throttling.py b/taiga/users/throttling.py index 413f8746..0f486acf 100644 --- a/taiga/users/throttling.py +++ b/taiga/users/throttling.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base import throttling diff --git a/taiga/users/utils.py b/taiga/users/utils.py index 66b8c33b..2a70c944 100644 --- a/taiga/users/utils.py +++ b/taiga/users/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC def attach_roles(queryset, as_field="roles_attr"): """Attach roles to each object of the queryset. diff --git a/taiga/users/validators.py b/taiga/users/validators.py index 457a672e..d2027984 100644 --- a/taiga/users/validators.py +++ b/taiga/users/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import bleach diff --git a/taiga/userstorage/__init__.py b/taiga/userstorage/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/userstorage/__init__.py +++ b/taiga/userstorage/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/userstorage/api.py b/taiga/userstorage/api.py index cb224448..6727e971 100644 --- a/taiga/userstorage/api.py +++ b/taiga/userstorage/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils.translation import gettext as _ diff --git a/taiga/userstorage/filters.py b/taiga/userstorage/filters.py index 1e7df877..bdf36414 100644 --- a/taiga/userstorage/filters.py +++ b/taiga/userstorage/filters.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base import filters diff --git a/taiga/userstorage/migrations/0001_initial.py b/taiga/userstorage/migrations/0001_initial.py index 68ea4b0f..9c62a060 100644 --- a/taiga/userstorage/migrations/0001_initial.py +++ b/taiga/userstorage/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/userstorage/migrations/0002_fix_json_field_not_null.py b/taiga/userstorage/migrations/0002_fix_json_field_not_null.py index 871b16f4..6caf14dc 100644 --- a/taiga/userstorage/migrations/0002_fix_json_field_not_null.py +++ b/taiga/userstorage/migrations/0002_fix_json_field_not_null.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/userstorage/migrations/0003_json_to_jsonb.py b/taiga/userstorage/migrations/0003_json_to_jsonb.py index 99410100..062258d2 100644 --- a/taiga/userstorage/migrations/0003_json_to_jsonb.py +++ b/taiga/userstorage/migrations/0003_json_to_jsonb.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.2 on 2016-10-26 11:35 from __future__ import unicode_literals diff --git a/taiga/userstorage/migrations/__init__.py b/taiga/userstorage/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/userstorage/migrations/__init__.py +++ b/taiga/userstorage/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/userstorage/models.py b/taiga/userstorage/models.py index 6b331d8c..a807edef 100644 --- a/taiga/userstorage/models.py +++ b/taiga/userstorage/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.conf import settings diff --git a/taiga/userstorage/permissions.py b/taiga/userstorage/permissions.py index f7e37965..2f805887 100644 --- a/taiga/userstorage/permissions.py +++ b/taiga/userstorage/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import TaigaResourcePermission, IsAuthenticated, DenyAll diff --git a/taiga/userstorage/serializers.py b/taiga/userstorage/serializers.py index 6b75826a..0c41f57b 100644 --- a/taiga/userstorage/serializers.py +++ b/taiga/userstorage/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import serializers from taiga.base.fields import Field diff --git a/taiga/userstorage/validators.py b/taiga/userstorage/validators.py index 1112e5cc..c15d1540 100644 --- a/taiga/userstorage/validators.py +++ b/taiga/userstorage/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api import validators diff --git a/taiga/webhooks/__init__.py b/taiga/webhooks/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/webhooks/__init__.py +++ b/taiga/webhooks/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/webhooks/api.py b/taiga/webhooks/api.py index 3d26d8a9..c784e6c4 100644 --- a/taiga/webhooks/api.py +++ b/taiga/webhooks/api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.utils import timezone from django.utils.translation import gettext as _ diff --git a/taiga/webhooks/apps.py b/taiga/webhooks/apps.py index 5b2f4b90..5c8f6dd0 100644 --- a/taiga/webhooks/apps.py +++ b/taiga/webhooks/apps.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.apps import apps from django.apps import AppConfig diff --git a/taiga/webhooks/migrations/0001_initial.py b/taiga/webhooks/migrations/0001_initial.py index fc0aaaf7..3899b087 100644 --- a/taiga/webhooks/migrations/0001_initial.py +++ b/taiga/webhooks/migrations/0001_initial.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/webhooks/migrations/0002_webhook_name.py b/taiga/webhooks/migrations/0002_webhook_name.py index d1ccf9b9..c6db6a10 100644 --- a/taiga/webhooks/migrations/0002_webhook_name.py +++ b/taiga/webhooks/migrations/0002_webhook_name.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/webhooks/migrations/0003_auto_20150122_1021.py b/taiga/webhooks/migrations/0003_auto_20150122_1021.py index 42d1e25f..4ffa9506 100644 --- a/taiga/webhooks/migrations/0003_auto_20150122_1021.py +++ b/taiga/webhooks/migrations/0003_auto_20150122_1021.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/webhooks/migrations/0004_auto_20150202_0834.py b/taiga/webhooks/migrations/0004_auto_20150202_0834.py index d2b12f1b..35d13a9c 100644 --- a/taiga/webhooks/migrations/0004_auto_20150202_0834.py +++ b/taiga/webhooks/migrations/0004_auto_20150202_0834.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/webhooks/migrations/0005_auto_20150505_1639.py b/taiga/webhooks/migrations/0005_auto_20150505_1639.py index 631725f7..0b1a6435 100644 --- a/taiga/webhooks/migrations/0005_auto_20150505_1639.py +++ b/taiga/webhooks/migrations/0005_auto_20150505_1639.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from __future__ import unicode_literals diff --git a/taiga/webhooks/migrations/0006_json_to_jsonb.py b/taiga/webhooks/migrations/0006_json_to_jsonb.py index f251491a..c6338dda 100644 --- a/taiga/webhooks/migrations/0006_json_to_jsonb.py +++ b/taiga/webhooks/migrations/0006_json_to_jsonb.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # Generated by Django 1.10.2 on 2016-10-26 11:35 from __future__ import unicode_literals diff --git a/taiga/webhooks/migrations/__init__.py b/taiga/webhooks/migrations/__init__.py index b92267f0..e38750ac 100644 --- a/taiga/webhooks/migrations/__init__.py +++ b/taiga/webhooks/migrations/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/taiga/webhooks/models.py b/taiga/webhooks/models.py index f51ca1a1..735ef504 100644 --- a/taiga/webhooks/models.py +++ b/taiga/webhooks/models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import models from django.utils.translation import gettext_lazy as _ diff --git a/taiga/webhooks/permissions.py b/taiga/webhooks/permissions.py index 8a788254..71a47af9 100644 --- a/taiga/webhooks/permissions.py +++ b/taiga/webhooks/permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import (TaigaResourcePermission, IsProjectAdmin, AllowAny, PermissionComponent) diff --git a/taiga/webhooks/serializers.py b/taiga/webhooks/serializers.py index b482f430..f72a92ba 100644 --- a/taiga/webhooks/serializers.py +++ b/taiga/webhooks/serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core.exceptions import ObjectDoesNotExist diff --git a/taiga/webhooks/signal_handlers.py b/taiga/webhooks/signal_handlers.py index 8f2946a2..68417d18 100644 --- a/taiga/webhooks/signal_handlers.py +++ b/taiga/webhooks/signal_handlers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db import connection from django.conf import settings diff --git a/taiga/webhooks/tasks.py b/taiga/webhooks/tasks.py index 35e733aa..c2034a39 100644 --- a/taiga/webhooks/tasks.py +++ b/taiga/webhooks/tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import hmac import hashlib diff --git a/taiga/webhooks/validators.py b/taiga/webhooks/validators.py index 68e7ca0e..6a0fbd98 100644 --- a/taiga/webhooks/validators.py +++ b/taiga/webhooks/validators.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import ipaddress from urllib.parse import urlparse diff --git a/taiga/wsgi.py b/taiga/wsgi.py index 6a497268..509040c5 100644 --- a/taiga/wsgi.py +++ b/taiga/wsgi.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC """ diff --git a/tests/__init__.py b/tests/__init__.py index b92267f0..e38750ac 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/tests/config.py b/tests/config.py index a82f9bc1..ec26ef0b 100644 --- a/tests/config.py +++ b/tests/config.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from settings.common import * # noqa, pylint: disable=unused-wildcard-import diff --git a/tests/conftest.py b/tests/conftest.py index 40d11f6d..3b177583 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import django diff --git a/tests/factories.py b/tests/factories.py index 755b48b9..c64df66b 100644 --- a/tests/factories.py +++ b/tests/factories.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid import threading diff --git a/tests/fixtures.py b/tests/fixtures.py index 690ea2f7..d5eb729a 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from unittest import mock diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py index b92267f0..e38750ac 100644 --- a/tests/integration/__init__.py +++ b/tests/integration/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/tests/integration/resources_permissions/__init__.py b/tests/integration/resources_permissions/__init__.py index b92267f0..e38750ac 100644 --- a/tests/integration/resources_permissions/__init__.py +++ b/tests/integration/resources_permissions/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/tests/integration/resources_permissions/test_application_tokens_resources.py b/tests/integration/resources_permissions/test_application_tokens_resources.py index b04009e6..202b33ae 100644 --- a/tests/integration/resources_permissions/test_application_tokens_resources.py +++ b/tests/integration/resources_permissions/test_application_tokens_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_attachment_resources.py b/tests/integration/resources_permissions/test_attachment_resources.py index cc2b8cc3..70765f53 100644 --- a/tests/integration/resources_permissions/test_attachment_resources.py +++ b/tests/integration/resources_permissions/test_attachment_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse from django.core.files.uploadedfile import SimpleUploadedFile diff --git a/tests/integration/resources_permissions/test_auth_resources.py b/tests/integration/resources_permissions/test_auth_resources.py index 4768ce43..9429a16a 100644 --- a/tests/integration/resources_permissions/test_auth_resources.py +++ b/tests/integration/resources_permissions/test_auth_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_contact.py b/tests/integration/resources_permissions/test_contact.py index 0a524238..3eae4d82 100644 --- a/tests/integration/resources_permissions/test_contact.py +++ b/tests/integration/resources_permissions/test_contact.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_epics_custom_attributes_resource.py b/tests/integration/resources_permissions/test_epics_custom_attributes_resource.py index 7fb7ecd4..d4f2784d 100644 --- a/tests/integration/resources_permissions/test_epics_custom_attributes_resource.py +++ b/tests/integration/resources_permissions/test_epics_custom_attributes_resource.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_epics_related_userstories_resources.py b/tests/integration/resources_permissions/test_epics_related_userstories_resources.py index 201ff5aa..a6b3f005 100644 --- a/tests/integration/resources_permissions/test_epics_related_userstories_resources.py +++ b/tests/integration/resources_permissions/test_epics_related_userstories_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/tests/integration/resources_permissions/test_epics_resources.py b/tests/integration/resources_permissions/test_epics_resources.py index 1968b52d..db59d1a3 100644 --- a/tests/integration/resources_permissions/test_epics_resources.py +++ b/tests/integration/resources_permissions/test_epics_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/tests/integration/resources_permissions/test_feedback.py b/tests/integration/resources_permissions/test_feedback.py index a8f7b161..654f47bf 100644 --- a/tests/integration/resources_permissions/test_feedback.py +++ b/tests/integration/resources_permissions/test_feedback.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_history_resources.py b/tests/integration/resources_permissions/test_history_resources.py index 945fba2a..c2aeef75 100644 --- a/tests/integration/resources_permissions/test_history_resources.py +++ b/tests/integration/resources_permissions/test_history_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse from django.utils import timezone diff --git a/tests/integration/resources_permissions/test_issues_custom_attributes_resource.py b/tests/integration/resources_permissions/test_issues_custom_attributes_resource.py index f31f7d1a..5c1ee1ed 100644 --- a/tests/integration/resources_permissions/test_issues_custom_attributes_resource.py +++ b/tests/integration/resources_permissions/test_issues_custom_attributes_resource.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_issues_resources.py b/tests/integration/resources_permissions/test_issues_resources.py index bd53bf02..f88b7a67 100644 --- a/tests/integration/resources_permissions/test_issues_resources.py +++ b/tests/integration/resources_permissions/test_issues_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/tests/integration/resources_permissions/test_milestones_resources.py b/tests/integration/resources_permissions/test_milestones_resources.py index 3adda027..b7a063a9 100644 --- a/tests/integration/resources_permissions/test_milestones_resources.py +++ b/tests/integration/resources_permissions/test_milestones_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_modules_resources.py b/tests/integration/resources_permissions/test_modules_resources.py index 72ddbb76..c7a432be 100644 --- a/tests/integration/resources_permissions/test_modules_resources.py +++ b/tests/integration/resources_permissions/test_modules_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/tests/integration/resources_permissions/test_projects_choices_resources.py b/tests/integration/resources_permissions/test_projects_choices_resources.py index 349b9a97..1c35cdef 100644 --- a/tests/integration/resources_permissions/test_projects_choices_resources.py +++ b/tests/integration/resources_permissions/test_projects_choices_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_projects_resource.py b/tests/integration/resources_permissions/test_projects_resource.py index a846561d..507a4bde 100644 --- a/tests/integration/resources_permissions/test_projects_resource.py +++ b/tests/integration/resources_permissions/test_projects_resource.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse from django.apps import apps diff --git a/tests/integration/resources_permissions/test_resolver_resources.py b/tests/integration/resources_permissions/test_resolver_resources.py index ed50c920..27199ecb 100644 --- a/tests/integration/resources_permissions/test_resolver_resources.py +++ b/tests/integration/resources_permissions/test_resolver_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_search_resources.py b/tests/integration/resources_permissions/test_search_resources.py index 180511d5..78a0d504 100644 --- a/tests/integration/resources_permissions/test_search_resources.py +++ b/tests/integration/resources_permissions/test_search_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_storage_resources.py b/tests/integration/resources_permissions/test_storage_resources.py index 46989cef..c8548435 100644 --- a/tests/integration/resources_permissions/test_storage_resources.py +++ b/tests/integration/resources_permissions/test_storage_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py b/tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py index 0451f293..2e8d4a50 100644 --- a/tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py +++ b/tests/integration/resources_permissions/test_tasks_custom_attributes_resource.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_tasks_resources.py b/tests/integration/resources_permissions/test_tasks_resources.py index 3e7ef9c2..68c5ab5b 100644 --- a/tests/integration/resources_permissions/test_tasks_resources.py +++ b/tests/integration/resources_permissions/test_tasks_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/tests/integration/resources_permissions/test_timelines_resources.py b/tests/integration/resources_permissions/test_timelines_resources.py index 9d969fc8..d9bc326d 100644 --- a/tests/integration/resources_permissions/test_timelines_resources.py +++ b/tests/integration/resources_permissions/test_timelines_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_users_resources.py b/tests/integration/resources_permissions/test_users_resources.py index c7218890..63507ec0 100644 --- a/tests/integration/resources_permissions/test_users_resources.py +++ b/tests/integration/resources_permissions/test_users_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from tempfile import NamedTemporaryFile diff --git a/tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py b/tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py index ccd5797f..b7a7666f 100644 --- a/tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py +++ b/tests/integration/resources_permissions/test_userstories_custom_attributes_resource.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_userstories_resources.py b/tests/integration/resources_permissions/test_userstories_resources.py index 7eeedae2..8cdff339 100644 --- a/tests/integration/resources_permissions/test_userstories_resources.py +++ b/tests/integration/resources_permissions/test_userstories_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid diff --git a/tests/integration/resources_permissions/test_webhooks_resources.py b/tests/integration/resources_permissions/test_webhooks_resources.py index be609910..f2d55395 100644 --- a/tests/integration/resources_permissions/test_webhooks_resources.py +++ b/tests/integration/resources_permissions/test_webhooks_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/resources_permissions/test_wiki_resources.py b/tests/integration/resources_permissions/test_wiki_resources.py index 1979a4eb..b611453c 100644 --- a/tests/integration/resources_permissions/test_wiki_resources.py +++ b/tests/integration/resources_permissions/test_wiki_resources.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/test_application_tokens.py b/tests/integration/test_application_tokens.py index 5c8424e9..778836e9 100644 --- a/tests/integration/test_application_tokens.py +++ b/tests/integration/test_application_tokens.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/test_attachments.py b/tests/integration/test_attachments.py index f5b8530b..8adf19b1 100644 --- a/tests/integration/test_attachments.py +++ b/tests/integration/test_attachments.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_auth.py b/tests/integration/test_auth.py index 703f024d..2104df40 100644 --- a/tests/integration/test_auth.py +++ b/tests/integration/test_auth.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_contact.py b/tests/integration/test_contact.py index 147530f2..b2b00383 100644 --- a/tests/integration/test_contact.py +++ b/tests/integration/test_contact.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.core import mail from django.urls import reverse diff --git a/tests/integration/test_custom_attributes_epics.py b/tests/integration/test_custom_attributes_epics.py index 95ff6f6d..5ec6618b 100644 --- a/tests/integration/test_custom_attributes_epics.py +++ b/tests/integration/test_custom_attributes_epics.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.transaction import atomic from django.urls import reverse diff --git a/tests/integration/test_custom_attributes_issues.py b/tests/integration/test_custom_attributes_issues.py index 57e80cb0..decbc25d 100644 --- a/tests/integration/test_custom_attributes_issues.py +++ b/tests/integration/test_custom_attributes_issues.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.transaction import atomic from django.urls import reverse diff --git a/tests/integration/test_custom_attributes_tasks.py b/tests/integration/test_custom_attributes_tasks.py index de713883..d64899b1 100644 --- a/tests/integration/test_custom_attributes_tasks.py +++ b/tests/integration/test_custom_attributes_tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse from taiga.base.utils import json diff --git a/tests/integration/test_custom_attributes_user_stories.py b/tests/integration/test_custom_attributes_user_stories.py index 265943d3..b40dafa4 100644 --- a/tests/integration/test_custom_attributes_user_stories.py +++ b/tests/integration/test_custom_attributes_user_stories.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse from taiga.base.utils import json diff --git a/tests/integration/test_emails.py b/tests/integration/test_emails.py index 98a456e3..ed2925af 100644 --- a/tests/integration/test_emails.py +++ b/tests/integration/test_emails.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_epics.py b/tests/integration/test_epics.py index 8c4e1aa6..9b96c5ff 100644 --- a/tests/integration/test_epics.py +++ b/tests/integration/test_epics.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid import csv diff --git a/tests/integration/test_epics_tags.py b/tests/integration/test_epics_tags.py index d6284e2c..69b61047 100644 --- a/tests/integration/test_epics_tags.py +++ b/tests/integration/test_epics_tags.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from unittest import mock from collections import OrderedDict diff --git a/tests/integration/test_exporter_api.py b/tests/integration/test_exporter_api.py index 30ffde73..b986cc01 100644 --- a/tests/integration/test_exporter_api.py +++ b/tests/integration/test_exporter_api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_fan_projects.py b/tests/integration/test_fan_projects.py index e1c94769..ddba5c6e 100644 --- a/tests/integration/test_fan_projects.py +++ b/tests/integration/test_fan_projects.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from django.urls import reverse diff --git a/tests/integration/test_feedback.py b/tests/integration/test_feedback.py index 2891b8bb..63d950ab 100644 --- a/tests/integration/test_feedback.py +++ b/tests/integration/test_feedback.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse diff --git a/tests/integration/test_history.py b/tests/integration/test_history.py index 16eb476d..70d28bcd 100644 --- a/tests/integration/test_history.py +++ b/tests/integration/test_history.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_hooks_bitbucket.py b/tests/integration/test_hooks_bitbucket.py index d58bcfbf..c3dd970b 100644 --- a/tests/integration/test_hooks_bitbucket.py +++ b/tests/integration/test_hooks_bitbucket.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import urllib diff --git a/tests/integration/test_hooks_github.py b/tests/integration/test_hooks_github.py index 32a78aae..1c43ee1b 100644 --- a/tests/integration/test_hooks_github.py +++ b/tests/integration/test_hooks_github.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_hooks_gitlab.py b/tests/integration/test_hooks_gitlab.py index c6cd9c59..e3b21214 100644 --- a/tests/integration/test_hooks_gitlab.py +++ b/tests/integration/test_hooks_gitlab.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from copy import deepcopy diff --git a/tests/integration/test_hooks_gogs.py b/tests/integration/test_hooks_gogs.py index d51d7176..47731832 100644 --- a/tests/integration/test_hooks_gogs.py +++ b/tests/integration/test_hooks_gogs.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_importer_api.py b/tests/integration/test_importer_api.py index 3126bc85..aa4b6d27 100644 --- a/tests/integration/test_importer_api.py +++ b/tests/integration/test_importer_api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import base64 diff --git a/tests/integration/test_importers_asana_api.py b/tests/integration/test_importers_asana_api.py index 10188c91..7bac4df8 100644 --- a/tests/integration/test_importers_asana_api.py +++ b/tests/integration/test_importers_asana_api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import json diff --git a/tests/integration/test_importers_github_api.py b/tests/integration/test_importers_github_api.py index 482ff5be..80bf0349 100644 --- a/tests/integration/test_importers_github_api.py +++ b/tests/integration/test_importers_github_api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import json diff --git a/tests/integration/test_importers_jira_api.py b/tests/integration/test_importers_jira_api.py index 0d0ad747..32313a3e 100644 --- a/tests/integration/test_importers_jira_api.py +++ b/tests/integration/test_importers_jira_api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import json diff --git a/tests/integration/test_importers_trello_api.py b/tests/integration/test_importers_trello_api.py index e47e6347..ebed7890 100644 --- a/tests/integration/test_importers_trello_api.py +++ b/tests/integration/test_importers_trello_api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import json diff --git a/tests/integration/test_issues.py b/tests/integration/test_issues.py index 9feaf083..050fb56f 100644 --- a/tests/integration/test_issues.py +++ b/tests/integration/test_issues.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid import csv diff --git a/tests/integration/test_issues_tags.py b/tests/integration/test_issues_tags.py index b9dc05f6..d5076ee1 100644 --- a/tests/integration/test_issues_tags.py +++ b/tests/integration/test_issues_tags.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from unittest import mock from collections import OrderedDict diff --git a/tests/integration/test_mdrender.py b/tests/integration/test_mdrender.py index 3d0376ce..75df7dbf 100644 --- a/tests/integration/test_mdrender.py +++ b/tests/integration/test_mdrender.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_memberships.py b/tests/integration/test_memberships.py index 35fc960e..fa66220c 100644 --- a/tests/integration/test_memberships.py +++ b/tests/integration/test_memberships.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from unittest import mock from django.urls import reverse diff --git a/tests/integration/test_milestones.py b/tests/integration/test_milestones.py index 46ba71bd..fe2178d8 100644 --- a/tests/integration/test_milestones.py +++ b/tests/integration/test_milestones.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_models.py b/tests/integration/test_models.py index 10dccf70..cd8e937d 100644 --- a/tests/integration/test_models.py +++ b/tests/integration/test_models.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_neighbors.py b/tests/integration/test_neighbors.py index da724a36..dc0e56e6 100644 --- a/tests/integration/test_neighbors.py +++ b/tests/integration/test_neighbors.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_notifications.py b/tests/integration/test_notifications.py index 9080a658..e5265d65 100644 --- a/tests/integration/test_notifications.py +++ b/tests/integration/test_notifications.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import time diff --git a/tests/integration/test_notifications_custom.py b/tests/integration/test_notifications_custom.py index 58cd69f6..6f32dab1 100644 --- a/tests/integration/test_notifications_custom.py +++ b/tests/integration/test_notifications_custom.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_occ.py b/tests/integration/test_occ.py index 0073ba31..2d7755ae 100644 --- a/tests/integration/test_occ.py +++ b/tests/integration/test_occ.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from unittest.mock import patch diff --git a/tests/integration/test_permissions.py b/tests/integration/test_permissions.py index 1ffcb6ba..f238ad20 100644 --- a/tests/integration/test_permissions.py +++ b/tests/integration/test_permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_project_settings.py b/tests/integration/test_project_settings.py index 732a6950..5a9984e7 100644 --- a/tests/integration/test_project_settings.py +++ b/tests/integration/test_project_settings.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import json diff --git a/tests/integration/test_projects.py b/tests/integration/test_projects.py index 692bbbff..35146258 100644 --- a/tests/integration/test_projects.py +++ b/tests/integration/test_projects.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse from django.conf import settings diff --git a/tests/integration/test_references_sequences.py b/tests/integration/test_references_sequences.py index c7c05480..b7dd9904 100644 --- a/tests/integration/test_references_sequences.py +++ b/tests/integration/test_references_sequences.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_roles.py b/tests/integration/test_roles.py index 4d30ad8b..44539124 100644 --- a/tests/integration/test_roles.py +++ b/tests/integration/test_roles.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_searches.py b/tests/integration/test_searches.py index db6236be..4ddf2ab5 100644 --- a/tests/integration/test_searches.py +++ b/tests/integration/test_searches.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_stats.py b/tests/integration/test_stats.py index 574a29eb..0e94ab8a 100644 --- a/tests/integration/test_stats.py +++ b/tests/integration/test_stats.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_tasks.py b/tests/integration/test_tasks.py index 003de181..1f3164b6 100644 --- a/tests/integration/test_tasks.py +++ b/tests/integration/test_tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid import csv diff --git a/tests/integration/test_tasks_tags.py b/tests/integration/test_tasks_tags.py index 0a27d252..5996195a 100644 --- a/tests/integration/test_tasks_tags.py +++ b/tests/integration/test_tasks_tags.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from unittest import mock from collections import OrderedDict diff --git a/tests/integration/test_throwttling.py b/tests/integration/test_throwttling.py index 9246441d..2295e6b7 100644 --- a/tests/integration/test_throwttling.py +++ b/tests/integration/test_throwttling.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from unittest import mock diff --git a/tests/integration/test_timeline.py b/tests/integration/test_timeline.py index 7f43c971..7049e86f 100644 --- a/tests/integration/test_timeline.py +++ b/tests/integration/test_timeline.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from datetime import timedelta import pytest diff --git a/tests/integration/test_totals_projects.py b/tests/integration/test_totals_projects.py index 77075b33..b8b44a18 100644 --- a/tests/integration/test_totals_projects.py +++ b/tests/integration/test_totals_projects.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_us_autoclosing.py b/tests/integration/test_us_autoclosing.py index 3c697c92..b96d83a9 100644 --- a/tests/integration/test_us_autoclosing.py +++ b/tests/integration/test_us_autoclosing.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_users.py b/tests/integration/test_users.py index 330d7f37..d9d4d97f 100644 --- a/tests/integration/test_users.py +++ b/tests/integration/test_users.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import datetime diff --git a/tests/integration/test_userstorage_api.py b/tests/integration/test_userstorage_api.py index 314e5633..8f20b5fa 100644 --- a/tests/integration/test_userstorage_api.py +++ b/tests/integration/test_userstorage_api.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_userstories.py b/tests/integration/test_userstories.py index 525d8b2d..80db1af0 100644 --- a/tests/integration/test_userstories.py +++ b/tests/integration/test_userstories.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid import csv diff --git a/tests/integration/test_userstories_tags.py b/tests/integration/test_userstories_tags.py index f04af2f8..6297c539 100644 --- a/tests/integration/test_userstories_tags.py +++ b/tests/integration/test_userstories_tags.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from unittest import mock from collections import OrderedDict diff --git a/tests/integration/test_userstories_update_backlog_order.py b/tests/integration/test_userstories_update_backlog_order.py index c7290503..3857289e 100644 --- a/tests/integration/test_userstories_update_backlog_order.py +++ b/tests/integration/test_userstories_update_backlog_order.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid import csv diff --git a/tests/integration/test_userstories_update_kanban_order.py b/tests/integration/test_userstories_update_kanban_order.py index f81be296..2021561d 100644 --- a/tests/integration/test_userstories_update_kanban_order.py +++ b/tests/integration/test_userstories_update_kanban_order.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import uuid import csv diff --git a/tests/integration/test_vote_issues.py b/tests/integration/test_vote_issues.py index 1a8693ad..fd7536e5 100644 --- a/tests/integration/test_vote_issues.py +++ b/tests/integration/test_vote_issues.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from django.urls import reverse diff --git a/tests/integration/test_vote_tasks.py b/tests/integration/test_vote_tasks.py index cc9fb894..f74fb8d7 100644 --- a/tests/integration/test_vote_tasks.py +++ b/tests/integration/test_vote_tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from django.urls import reverse diff --git a/tests/integration/test_vote_userstories.py b/tests/integration/test_vote_userstories.py index 1b3d6193..1e53a2c5 100644 --- a/tests/integration/test_vote_userstories.py +++ b/tests/integration/test_vote_userstories.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from django.urls import reverse diff --git a/tests/integration/test_votes.py b/tests/integration/test_votes.py index 603246ac..6749f46b 100644 --- a/tests/integration/test_votes.py +++ b/tests/integration/test_votes.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_watch_issues.py b/tests/integration/test_watch_issues.py index ffb5c12c..c71539d4 100644 --- a/tests/integration/test_watch_issues.py +++ b/tests/integration/test_watch_issues.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import json diff --git a/tests/integration/test_watch_milestones.py b/tests/integration/test_watch_milestones.py index 00da6c75..74c5b500 100644 --- a/tests/integration/test_watch_milestones.py +++ b/tests/integration/test_watch_milestones.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import json diff --git a/tests/integration/test_watch_projects.py b/tests/integration/test_watch_projects.py index c39ec93e..80f8c6d5 100644 --- a/tests/integration/test_watch_projects.py +++ b/tests/integration/test_watch_projects.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import json diff --git a/tests/integration/test_watch_tasks.py b/tests/integration/test_watch_tasks.py index e033279f..4b6d5588 100644 --- a/tests/integration/test_watch_tasks.py +++ b/tests/integration/test_watch_tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import json diff --git a/tests/integration/test_watch_userstories.py b/tests/integration/test_watch_userstories.py index 361eeb82..a088d55f 100644 --- a/tests/integration/test_watch_userstories.py +++ b/tests/integration/test_watch_userstories.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import json diff --git a/tests/integration/test_watch_wikipages.py b/tests/integration/test_watch_wikipages.py index 3bc95815..52b6cd52 100644 --- a/tests/integration/test_watch_wikipages.py +++ b/tests/integration/test_watch_wikipages.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import json diff --git a/tests/integration/test_webhooks.py b/tests/integration/test_webhooks.py index 334d3f4e..168053ac 100644 --- a/tests/integration/test_webhooks.py +++ b/tests/integration/test_webhooks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/integration/test_webhooks_epics.py b/tests/integration/test_webhooks_epics.py index fb30c109..d5d4ffe6 100644 --- a/tests/integration/test_webhooks_epics.py +++ b/tests/integration/test_webhooks_epics.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from unittest.mock import patch diff --git a/tests/integration/test_webhooks_issues.py b/tests/integration/test_webhooks_issues.py index 706f9e6c..52e133b4 100644 --- a/tests/integration/test_webhooks_issues.py +++ b/tests/integration/test_webhooks_issues.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from unittest.mock import patch diff --git a/tests/integration/test_webhooks_milestones.py b/tests/integration/test_webhooks_milestones.py index 231e3454..1151ee58 100644 --- a/tests/integration/test_webhooks_milestones.py +++ b/tests/integration/test_webhooks_milestones.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from unittest.mock import patch diff --git a/tests/integration/test_webhooks_signals.py b/tests/integration/test_webhooks_signals.py index ae65cefd..bc485247 100644 --- a/tests/integration/test_webhooks_signals.py +++ b/tests/integration/test_webhooks_signals.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from unittest.mock import patch diff --git a/tests/integration/test_webhooks_tasks.py b/tests/integration/test_webhooks_tasks.py index bfc83666..7e95a0fd 100644 --- a/tests/integration/test_webhooks_tasks.py +++ b/tests/integration/test_webhooks_tasks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from unittest.mock import patch diff --git a/tests/integration/test_webhooks_userstories.py b/tests/integration/test_webhooks_userstories.py index 61a2de1e..9bf1f692 100644 --- a/tests/integration/test_webhooks_userstories.py +++ b/tests/integration/test_webhooks_userstories.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from unittest.mock import patch diff --git a/tests/integration/test_webhooks_wikipages.py b/tests/integration/test_webhooks_wikipages.py index af83d336..c760ccb3 100644 --- a/tests/integration/test_webhooks_wikipages.py +++ b/tests/integration/test_webhooks_wikipages.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest from unittest.mock import patch diff --git a/tests/integration/test_wikilinks.py b/tests/integration/test_wikilinks.py index 9bf167ac..f86619d3 100644 --- a/tests/integration/test_wikilinks.py +++ b/tests/integration/test_wikilinks.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.urls import reverse from django.core import mail diff --git a/tests/models.py b/tests/models.py index b92267f0..e38750ac 100644 --- a/tests/models.py +++ b/tests/models.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py index b92267f0..e38750ac 100644 --- a/tests/unit/__init__.py +++ b/tests/unit/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/tests/unit/auth/__init__.py b/tests/unit/auth/__init__.py index b92267f0..e38750ac 100644 --- a/tests/unit/auth/__init__.py +++ b/tests/unit/auth/__init__.py @@ -3,5 +3,5 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC diff --git a/tests/unit/auth/test_authentication.py b/tests/unit/auth/test_authentication.py index a1e56c45..bfbe83ec 100644 --- a/tests/unit/auth/test_authentication.py +++ b/tests/unit/auth/test_authentication.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/tests/unit/auth/test_backends.py b/tests/unit/auth/test_backends.py index efa21393..e453c6a2 100644 --- a/tests/unit/auth/test_backends.py +++ b/tests/unit/auth/test_backends.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/tests/unit/auth/test_token_denylist.py b/tests/unit/auth/test_token_denylist.py index 29589902..cf0e283e 100644 --- a/tests/unit/auth/test_token_denylist.py +++ b/tests/unit/auth/test_token_denylist.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/tests/unit/auth/test_tokens.py b/tests/unit/auth/test_tokens.py index 3a1a5f1b..f91e78cf 100644 --- a/tests/unit/auth/test_tokens.py +++ b/tests/unit/auth/test_tokens.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/tests/unit/auth/utils.py b/tests/unit/auth/utils.py index a89c1da2..4966975e 100644 --- a/tests/unit/auth/utils.py +++ b/tests/unit/auth/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # # The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1 # (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4) diff --git a/tests/unit/test_attachments_services.py b/tests/unit/test_attachments_services.py index a9603f6a..91c7aa0b 100644 --- a/tests/unit/test_attachments_services.py +++ b/tests/unit/test_attachments_services.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from unittest import mock diff --git a/tests/unit/test_base_api_permissions.py b/tests/unit/test_base_api_permissions.py index db5877c3..e8f55c0a 100644 --- a/tests/unit/test_base_api_permissions.py +++ b/tests/unit/test_base_api_permissions.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.base.api.permissions import (AllowAny as TruePermissionComponent, DenyAll as FalsePermissionComponent) diff --git a/tests/unit/test_common_throttle.py b/tests/unit/test_common_throttle.py index 9827a334..170fd80a 100644 --- a/tests/unit/test_common_throttle.py +++ b/tests/unit/test_common_throttle.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.test import RequestFactory from django.core.cache import cache diff --git a/tests/unit/test_due_date_serializers.py b/tests/unit/test_due_date_serializers.py index 734a7860..56083e48 100644 --- a/tests/unit/test_due_date_serializers.py +++ b/tests/unit/test_due_date_serializers.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import datetime as dt from unittest import mock diff --git a/tests/unit/test_export.py b/tests/unit/test_export.py index d34a7211..734b6948 100644 --- a/tests/unit/test_export.py +++ b/tests/unit/test_export.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import io diff --git a/tests/unit/test_import.py b/tests/unit/test_import.py index 600aef39..4149e532 100644 --- a/tests/unit/test_import.py +++ b/tests/unit/test_import.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest import io diff --git a/tests/unit/test_mdrender.py b/tests/unit/test_mdrender.py index aa06ff17..a8684b05 100644 --- a/tests/unit/test_mdrender.py +++ b/tests/unit/test_mdrender.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from unittest.mock import patch, MagicMock diff --git a/tests/unit/test_milestones.py b/tests/unit/test_milestones.py index 1324a594..344cd51f 100644 --- a/tests/unit/test_milestones.py +++ b/tests/unit/test_milestones.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/unit/test_notifications_squashing.py b/tests/unit/test_notifications_squashing.py index 17f60da8..80f494c4 100644 --- a/tests/unit/test_notifications_squashing.py +++ b/tests/unit/test_notifications_squashing.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.projects.notifications import squashing diff --git a/tests/unit/test_order_updates.py b/tests/unit/test_order_updates.py index cca6462b..2f93d335 100644 --- a/tests/unit/test_order_updates.py +++ b/tests/unit/test_order_updates.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from taiga.projects.services import apply_order_updates diff --git a/tests/unit/test_serializer_mixins.py b/tests/unit/test_serializer_mixins.py index 61bd3b4f..8e2d6ba1 100644 --- a/tests/unit/test_serializer_mixins.py +++ b/tests/unit/test_serializer_mixins.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/unit/test_slug.py b/tests/unit/test_slug.py index f0f01c93..a8ff4045 100644 --- a/tests/unit/test_slug.py +++ b/tests/unit/test_slug.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/unit/test_timeline.py b/tests/unit/test_timeline.py index bcf2638f..6e076ece 100644 --- a/tests/unit/test_timeline.py +++ b/tests/unit/test_timeline.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from unittest.mock import patch, call diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py index b014b09a..cca73efa 100644 --- a/tests/unit/test_utils.py +++ b/tests/unit/test_utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import pytest diff --git a/tests/utils.py b/tests/utils.py index 4330bd1a..9081a0de 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from django.db.models import signals