From ae7d5d54895cda71c49fc0caccff4068c565af48 Mon Sep 17 00:00:00 2001 From: quark Date: Sun, 9 Mar 2025 18:14:58 +0100 Subject: [PATCH] update copyright --- apps/activity/__init__.py | 2 +- apps/activity/admin.py | 2 +- apps/activity/api/serializers.py | 2 +- apps/activity/api/urls.py | 2 +- apps/activity/api/views.py | 2 +- apps/activity/apps.py | 2 +- apps/activity/forms.py | 2 +- apps/activity/models.py | 2 +- apps/activity/tables.py | 2 +- apps/activity/tests/test_activities.py | 2 +- apps/activity/urls.py | 2 +- apps/activity/views.py | 2 +- apps/api/__init__.py | 2 +- apps/api/apps.py | 2 +- apps/api/serializers.py | 2 +- apps/api/tests.py | 2 +- apps/api/urls.py | 2 +- apps/api/views.py | 2 +- apps/api/viewsets.py | 2 +- apps/food/admin.py | 2 +- apps/food/api/serializers.py | 2 +- apps/food/api/urls.py | 2 +- apps/food/api/views.py | 2 +- apps/food/apps.py | 2 +- apps/food/forms.py | 2 +- apps/food/models.py | 2 +- apps/food/tables.py | 2 +- apps/food/urls.py | 2 +- apps/food/views.py | 2 +- apps/logs/__init__.py | 2 +- apps/logs/api/serializers.py | 2 +- apps/logs/api/urls.py | 2 +- apps/logs/api/views.py | 2 +- apps/logs/apps.py | 2 +- apps/logs/models.py | 2 +- apps/logs/signals.py | 2 +- apps/member/__init__.py | 2 +- apps/member/admin.py | 2 +- apps/member/api/serializers.py | 2 +- apps/member/api/urls.py | 2 +- apps/member/api/views.py | 2 +- apps/member/apps.py | 2 +- apps/member/auth.py | 2 +- apps/member/forms.py | 2 +- apps/member/hashers.py | 2 +- apps/member/models.py | 2 +- apps/member/signals.py | 2 +- apps/member/tables.py | 2 +- apps/member/templatetags/memberinfo.py | 2 +- apps/member/urls.py | 2 +- apps/member/views.py | 2 +- apps/note/__init__.py | 2 +- apps/note/admin.py | 2 +- apps/note/api/serializers.py | 2 +- apps/note/api/urls.py | 2 +- apps/note/api/views.py | 2 +- apps/note/apps.py | 2 +- apps/note/forms.py | 2 +- apps/note/models/__init__.py | 2 +- apps/note/models/notes.py | 2 +- apps/note/models/transactions.py | 2 +- apps/note/signals.py | 2 +- apps/note/static/note/js/consos.js | 2 +- apps/note/tables.py | 2 +- apps/note/templatetags/getenv.py | 2 +- apps/note/templatetags/pretty_money.py | 2 +- apps/note/tests/test_transactions.py | 2 +- apps/note/urls.py | 2 +- apps/note/views.py | 2 +- apps/permission/__init__.py | 2 +- apps/permission/admin.py | 2 +- apps/permission/api/serializers.py | 2 +- apps/permission/api/urls.py | 2 +- apps/permission/api/views.py | 2 +- apps/permission/apps.py | 2 +- apps/permission/backends.py | 2 +- apps/permission/decorators.py | 2 +- apps/permission/models.py | 2 +- apps/permission/permissions.py | 2 +- apps/permission/scopes.py | 2 +- apps/permission/signals.py | 2 +- apps/permission/tables.py | 2 +- apps/permission/templatetags/perms.py | 2 +- apps/permission/tests/test_oauth2.py | 2 +- apps/permission/tests/test_permission_denied.py | 2 +- apps/permission/tests/test_permission_queries.py | 2 +- apps/permission/tests/test_rights_page.py | 2 +- apps/permission/urls.py | 2 +- apps/permission/views.py | 2 +- apps/registration/__init__.py | 2 +- apps/registration/apps.py | 2 +- apps/registration/forms.py | 2 +- apps/registration/tables.py | 2 +- apps/registration/tests/test_registration.py | 2 +- apps/registration/tokens.py | 2 +- apps/registration/urls.py | 2 +- apps/registration/views.py | 2 +- apps/treasury/__init__.py | 2 +- apps/treasury/admin.py | 2 +- apps/treasury/api/serializers.py | 2 +- apps/treasury/api/urls.py | 2 +- apps/treasury/api/views.py | 2 +- apps/treasury/apps.py | 2 +- apps/treasury/forms.py | 2 +- apps/treasury/models.py | 2 +- apps/treasury/signals.py | 2 +- apps/treasury/tables.py | 2 +- apps/treasury/templatetags/escape_tex.py | 2 +- apps/treasury/tests/test_treasury.py | 2 +- apps/treasury/urls.py | 2 +- apps/treasury/views.py | 2 +- apps/wei/__init__.py | 2 +- apps/wei/admin.py | 2 +- apps/wei/api/serializers.py | 2 +- apps/wei/api/urls.py | 2 +- apps/wei/api/views.py | 2 +- apps/wei/apps.py | 2 +- apps/wei/forms/__init__.py | 2 +- apps/wei/forms/registration.py | 2 +- apps/wei/forms/surveys/__init__.py | 2 +- apps/wei/forms/surveys/base.py | 2 +- apps/wei/forms/surveys/wei2021.py | 2 +- apps/wei/forms/surveys/wei2022.py | 2 +- apps/wei/forms/surveys/wei2023.py | 2 +- apps/wei/forms/surveys/wei2024.py | 2 +- apps/wei/management/commands/export_wei_registrations.py | 2 +- apps/wei/management/commands/import_scores.py | 2 +- apps/wei/management/commands/wei_algorithm.py | 2 +- apps/wei/models.py | 2 +- apps/wei/tables.py | 2 +- apps/wei/tests/test_wei_algorithm_2021.py | 2 +- apps/wei/tests/test_wei_algorithm_2022.py | 2 +- apps/wei/tests/test_wei_algorithm_2023.py | 2 +- apps/wei/tests/test_wei_algorithm_2024.py | 2 +- apps/wei/tests/test_wei_registration.py | 2 +- apps/wei/urls.py | 2 +- apps/wei/views.py | 2 +- apps/wrapped/__init__.py | 2 +- apps/wrapped/admin.py | 2 +- apps/wrapped/api/serializers.py | 2 +- apps/wrapped/api/urls.py | 2 +- apps/wrapped/api/views.py | 2 +- apps/wrapped/apps.py | 2 +- apps/wrapped/models.py | 2 +- apps/wrapped/tables.py | 2 +- apps/wrapped/templates/wrapped/1/wrapped_base.html | 2 +- apps/wrapped/templates/wrapped/1/wrapped_view_club.html | 2 +- apps/wrapped/templates/wrapped/1/wrapped_view_user.html | 2 +- apps/wrapped/urls.py | 2 +- apps/wrapped/views.py | 2 +- entrypoint.sh | 2 +- note_kfet/admin.py | 2 +- note_kfet/inputs.py | 2 +- note_kfet/middlewares.py | 2 +- note_kfet/settings/__init__.py | 2 +- note_kfet/settings/base.py | 2 +- note_kfet/settings/development.py | 2 +- note_kfet/settings/secrets_example.py | 2 +- note_kfet/static/js/base.js | 2 +- note_kfet/urls.py | 2 +- note_kfet/views.py | 2 +- 161 files changed, 161 insertions(+), 161 deletions(-) diff --git a/apps/activity/__init__.py b/apps/activity/__init__.py index 713ba510..ac885e3a 100644 --- a/apps/activity/__init__.py +++ b/apps/activity/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later default_app_config = 'activity.apps.ActivityConfig' diff --git a/apps/activity/admin.py b/apps/activity/admin.py index 3355d1aa..6f85001a 100644 --- a/apps/activity/admin.py +++ b/apps/activity/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.contrib import admin diff --git a/apps/activity/api/serializers.py b/apps/activity/api/serializers.py index 31c23cb8..c2e7ada8 100644 --- a/apps/activity/api/serializers.py +++ b/apps/activity/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.utils.translation import gettext_lazy as _ diff --git a/apps/activity/api/urls.py b/apps/activity/api/urls.py index 4ff977fe..5da3e208 100644 --- a/apps/activity/api/urls.py +++ b/apps/activity/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from .views import ActivityTypeViewSet, ActivityViewSet, EntryViewSet, GuestViewSet, OpenerViewSet diff --git a/apps/activity/api/views.py b/apps/activity/api/views.py index afa41ea7..86205e98 100644 --- a/apps/activity/api/views.py +++ b/apps/activity/api/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from api.filters import RegexSafeSearchFilter diff --git a/apps/activity/apps.py b/apps/activity/apps.py index f3ee3936..394c715e 100644 --- a/apps/activity/apps.py +++ b/apps/activity/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.apps import AppConfig diff --git a/apps/activity/forms.py b/apps/activity/forms.py index 1070f19d..e39eeda3 100644 --- a/apps/activity/forms.py +++ b/apps/activity/forms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from datetime import timedelta diff --git a/apps/activity/models.py b/apps/activity/models.py index c9f5842e..698b0c9f 100644 --- a/apps/activity/models.py +++ b/apps/activity/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import os diff --git a/apps/activity/tables.py b/apps/activity/tables.py index 0e7ab270..00238ae7 100644 --- a/apps/activity/tables.py +++ b/apps/activity/tables.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.utils import timezone diff --git a/apps/activity/tests/test_activities.py b/apps/activity/tests/test_activities.py index 379f5d1b..bd85803a 100644 --- a/apps/activity/tests/test_activities.py +++ b/apps/activity/tests/test_activities.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from datetime import timedelta diff --git a/apps/activity/urls.py b/apps/activity/urls.py index 3578c340..962be72a 100644 --- a/apps/activity/urls.py +++ b/apps/activity/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.urls import path diff --git a/apps/activity/views.py b/apps/activity/views.py index 17446947..fd640e13 100644 --- a/apps/activity/views.py +++ b/apps/activity/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from hashlib import md5 diff --git a/apps/api/__init__.py b/apps/api/__init__.py index 2e6addb0..70529f08 100644 --- a/apps/api/__init__.py +++ b/apps/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later default_app_config = 'api.apps.APIConfig' diff --git a/apps/api/apps.py b/apps/api/apps.py index 46fa6979..c778bac6 100644 --- a/apps/api/apps.py +++ b/apps/api/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.apps import AppConfig diff --git a/apps/api/serializers.py b/apps/api/serializers.py index 74a95775..7891bfc6 100644 --- a/apps/api/serializers.py +++ b/apps/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/apps/api/tests.py b/apps/api/tests.py index 6be818bf..912044df 100644 --- a/apps/api/tests.py +++ b/apps/api/tests.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import json diff --git a/apps/api/urls.py b/apps/api/urls.py index ad2daf5f..c9e0dfa4 100644 --- a/apps/api/urls.py +++ b/apps/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.conf import settings diff --git a/apps/api/views.py b/apps/api/views.py index 43ef3f78..a6667042 100644 --- a/apps/api/views.py +++ b/apps/api/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.contrib.auth.models import User diff --git a/apps/api/viewsets.py b/apps/api/viewsets.py index b1d42c50..5c17eab4 100644 --- a/apps/api/viewsets.py +++ b/apps/api/viewsets.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import re diff --git a/apps/food/admin.py b/apps/food/admin.py index fa32755a..89f042e1 100644 --- a/apps/food/admin.py +++ b/apps/food/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.contrib import admin diff --git a/apps/food/api/serializers.py b/apps/food/api/serializers.py index 9c42013f..acac2ba9 100644 --- a/apps/food/api/serializers.py +++ b/apps/food/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from rest_framework import serializers diff --git a/apps/food/api/urls.py b/apps/food/api/urls.py index acfb635d..23c67bdd 100644 --- a/apps/food/api/urls.py +++ b/apps/food/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from .views import AllergenViewSet, BasicFoodViewSet, QRCodeViewSet, TransformedFoodViewSet diff --git a/apps/food/api/views.py b/apps/food/api/views.py index 824ff809..af616074 100644 --- a/apps/food/api/views.py +++ b/apps/food/api/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from api.viewsets import ReadProtectedModelViewSet diff --git a/apps/food/apps.py b/apps/food/apps.py index 62ede85f..094d9e27 100644 --- a/apps/food/apps.py +++ b/apps/food/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/apps/food/forms.py b/apps/food/forms.py index 4f567e59..af468c7f 100644 --- a/apps/food/forms.py +++ b/apps/food/forms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from random import shuffle diff --git a/apps/food/models.py b/apps/food/models.py index 97e00ff9..199dcdd7 100644 --- a/apps/food/models.py +++ b/apps/food/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from datetime import timedelta diff --git a/apps/food/tables.py b/apps/food/tables.py index 4a180c76..4ab15879 100644 --- a/apps/food/tables.py +++ b/apps/food/tables.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import django_tables2 as tables diff --git a/apps/food/urls.py b/apps/food/urls.py index 09bb8ebe..59063cfe 100644 --- a/apps/food/urls.py +++ b/apps/food/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.urls import path diff --git a/apps/food/views.py b/apps/food/views.py index 88964a5f..8c63530c 100644 --- a/apps/food/views.py +++ b/apps/food/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.db import transaction diff --git a/apps/logs/__init__.py b/apps/logs/__init__.py index 5271d575..fb9151c9 100644 --- a/apps/logs/__init__.py +++ b/apps/logs/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later default_app_config = 'logs.apps.LogsConfig' diff --git a/apps/logs/api/serializers.py b/apps/logs/api/serializers.py index cca94155..313db8e6 100644 --- a/apps/logs/api/serializers.py +++ b/apps/logs/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from rest_framework import serializers diff --git a/apps/logs/api/urls.py b/apps/logs/api/urls.py index 9f255dd5..2c9462c2 100644 --- a/apps/logs/api/urls.py +++ b/apps/logs/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from .views import ChangelogViewSet diff --git a/apps/logs/api/views.py b/apps/logs/api/views.py index 655a473a..6bd4da70 100644 --- a/apps/logs/api/views.py +++ b/apps/logs/api/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django_filters.rest_framework import DjangoFilterBackend diff --git a/apps/logs/apps.py b/apps/logs/apps.py index 366981ec..2e3dd6f9 100644 --- a/apps/logs/apps.py +++ b/apps/logs/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.apps import AppConfig diff --git a/apps/logs/models.py b/apps/logs/models.py index 8f2c2eda..79fb8524 100644 --- a/apps/logs/models.py +++ b/apps/logs/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.conf import settings diff --git a/apps/logs/signals.py b/apps/logs/signals.py index c4fc08f3..98d0270a 100644 --- a/apps/logs/signals.py +++ b/apps/logs/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.contrib.contenttypes.models import ContentType diff --git a/apps/member/__init__.py b/apps/member/__init__.py index d0ab8586..6fce9278 100644 --- a/apps/member/__init__.py +++ b/apps/member/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later default_app_config = 'member.apps.MemberConfig' diff --git a/apps/member/admin.py b/apps/member/admin.py index 3adc54ed..f2683619 100644 --- a/apps/member/admin.py +++ b/apps/member/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.contrib import admin diff --git a/apps/member/api/serializers.py b/apps/member/api/serializers.py index 31bb1655..a39aa6e3 100644 --- a/apps/member/api/serializers.py +++ b/apps/member/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from rest_framework import serializers diff --git a/apps/member/api/urls.py b/apps/member/api/urls.py index 6f323186..3f5c7d64 100644 --- a/apps/member/api/urls.py +++ b/apps/member/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from .views import ProfileViewSet, ClubViewSet, MembershipViewSet diff --git a/apps/member/api/views.py b/apps/member/api/views.py index a24a12d6..6d035016 100644 --- a/apps/member/api/views.py +++ b/apps/member/api/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django_filters.rest_framework import DjangoFilterBackend diff --git a/apps/member/apps.py b/apps/member/apps.py index 840c8783..d5b1f630 100644 --- a/apps/member/apps.py +++ b/apps/member/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.apps import AppConfig diff --git a/apps/member/auth.py b/apps/member/auth.py index 06e48afa..67b2c966 100644 --- a/apps/member/auth.py +++ b/apps/member/auth.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from cas_server.auth import DjangoAuthUser # pragma: no cover diff --git a/apps/member/forms.py b/apps/member/forms.py index ef9cb24d..efa2e4a2 100644 --- a/apps/member/forms.py +++ b/apps/member/forms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import io diff --git a/apps/member/hashers.py b/apps/member/hashers.py index 659aab39..797ec485 100644 --- a/apps/member/hashers.py +++ b/apps/member/hashers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import hashlib diff --git a/apps/member/models.py b/apps/member/models.py index 78d59667..54637847 100644 --- a/apps/member/models.py +++ b/apps/member/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import datetime diff --git a/apps/member/signals.py b/apps/member/signals.py index 94dd4021..869f9117 100644 --- a/apps/member/signals.py +++ b/apps/member/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/apps/member/tables.py b/apps/member/tables.py index 836b3555..475c6eb2 100644 --- a/apps/member/tables.py +++ b/apps/member/tables.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from datetime import date diff --git a/apps/member/templatetags/memberinfo.py b/apps/member/templatetags/memberinfo.py index c9b3b60c..224c2f9e 100644 --- a/apps/member/templatetags/memberinfo.py +++ b/apps/member/templatetags/memberinfo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from datetime import date diff --git a/apps/member/urls.py b/apps/member/urls.py index 51d506ab..31fde8c6 100644 --- a/apps/member/urls.py +++ b/apps/member/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.urls import path diff --git a/apps/member/views.py b/apps/member/views.py index 4d18a40a..19f9b46f 100644 --- a/apps/member/views.py +++ b/apps/member/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from datetime import timedelta, date diff --git a/apps/note/__init__.py b/apps/note/__init__.py index 828d8ed2..c28d3890 100644 --- a/apps/note/__init__.py +++ b/apps/note/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later default_app_config = 'note.apps.NoteConfig' diff --git a/apps/note/admin.py b/apps/note/admin.py index 9bd8add1..7397c895 100644 --- a/apps/note/admin.py +++ b/apps/note/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.contrib import admin diff --git a/apps/note/api/serializers.py b/apps/note/api/serializers.py index 980d992d..5c516c8e 100644 --- a/apps/note/api/serializers.py +++ b/apps/note/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.conf import settings diff --git a/apps/note/api/urls.py b/apps/note/api/urls.py index 0522ebea..67d7371e 100644 --- a/apps/note/api/urls.py +++ b/apps/note/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from .views import NotePolymorphicViewSet, AliasViewSet, ConsumerViewSet, \ diff --git a/apps/note/api/views.py b/apps/note/api/views.py index 5acda17c..aaab550f 100644 --- a/apps/note/api/views.py +++ b/apps/note/api/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.conf import settings diff --git a/apps/note/apps.py b/apps/note/apps.py index 3d9c8583..ef674ac7 100644 --- a/apps/note/apps.py +++ b/apps/note/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.apps import AppConfig diff --git a/apps/note/forms.py b/apps/note/forms.py index aa722b57..4b0a056a 100644 --- a/apps/note/forms.py +++ b/apps/note/forms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from datetime import datetime diff --git a/apps/note/models/__init__.py b/apps/note/models/__init__.py index 4beb8112..daa3f676 100644 --- a/apps/note/models/__init__.py +++ b/apps/note/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from .notes import Alias, Note, NoteClub, NoteSpecial, NoteUser, Trust diff --git a/apps/note/models/notes.py b/apps/note/models/notes.py index a1697fd9..6b9e29d9 100644 --- a/apps/note/models/notes.py +++ b/apps/note/models/notes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import unicodedata diff --git a/apps/note/models/transactions.py b/apps/note/models/transactions.py index 0fc299b0..0442129b 100644 --- a/apps/note/models/transactions.py +++ b/apps/note/models/transactions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.core.exceptions import ValidationError diff --git a/apps/note/signals.py b/apps/note/signals.py index 6ca702b9..ab1f405f 100644 --- a/apps/note/signals.py +++ b/apps/note/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.utils import timezone diff --git a/apps/note/static/note/js/consos.js b/apps/note/static/note/js/consos.js index d812e451..2ca9ad00 100644 --- a/apps/note/static/note/js/consos.js +++ b/apps/note/static/note/js/consos.js @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +// Copyright (C) 2018-2025 by BDE ENS Paris-Saclay // SPDX-License-Identifier: GPL-3.0-or-later // When a transaction is performed, lock the interface to prevent spam clicks. diff --git a/apps/note/tables.py b/apps/note/tables.py index a4e944f9..d3dd6272 100644 --- a/apps/note/tables.py +++ b/apps/note/tables.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import html diff --git a/apps/note/templatetags/getenv.py b/apps/note/templatetags/getenv.py index 3d97b6e9..684fedf8 100644 --- a/apps/note/templatetags/getenv.py +++ b/apps/note/templatetags/getenv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django import template diff --git a/apps/note/templatetags/pretty_money.py b/apps/note/templatetags/pretty_money.py index 2bf838df..87974d35 100644 --- a/apps/note/templatetags/pretty_money.py +++ b/apps/note/templatetags/pretty_money.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django import template diff --git a/apps/note/tests/test_transactions.py b/apps/note/tests/test_transactions.py index 574e3575..4990c085 100644 --- a/apps/note/tests/test_transactions.py +++ b/apps/note/tests/test_transactions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from api.tests import TestAPI diff --git a/apps/note/urls.py b/apps/note/urls.py index f3d50845..81aa2648 100644 --- a/apps/note/urls.py +++ b/apps/note/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.urls import path diff --git a/apps/note/views.py b/apps/note/views.py index 7055ea12..4b800835 100644 --- a/apps/note/views.py +++ b/apps/note/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import json diff --git a/apps/permission/__init__.py b/apps/permission/__init__.py index de866996..27035e72 100644 --- a/apps/permission/__init__.py +++ b/apps/permission/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later default_app_config = 'permission.apps.PermissionConfig' diff --git a/apps/permission/admin.py b/apps/permission/admin.py index 82f8d4ab..7517aaf2 100644 --- a/apps/permission/admin.py +++ b/apps/permission/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-lateré from django.contrib import admin diff --git a/apps/permission/api/serializers.py b/apps/permission/api/serializers.py index c1426a15..6e9e4909 100644 --- a/apps/permission/api/serializers.py +++ b/apps/permission/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from rest_framework import serializers diff --git a/apps/permission/api/urls.py b/apps/permission/api/urls.py index fece3d7a..e43101fc 100644 --- a/apps/permission/api/urls.py +++ b/apps/permission/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from .views import PermissionViewSet, RoleViewSet diff --git a/apps/permission/api/views.py b/apps/permission/api/views.py index 39ff353c..09247f7c 100644 --- a/apps/permission/api/views.py +++ b/apps/permission/api/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django_filters.rest_framework import DjangoFilterBackend diff --git a/apps/permission/apps.py b/apps/permission/apps.py index 1531479c..3f8e9732 100644 --- a/apps/permission/apps.py +++ b/apps/permission/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.apps import AppConfig diff --git a/apps/permission/backends.py b/apps/permission/backends.py index f246f0eb..a7beeeb6 100644 --- a/apps/permission/backends.py +++ b/apps/permission/backends.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from datetime import date, timedelta diff --git a/apps/permission/decorators.py b/apps/permission/decorators.py index da36b7dc..a3a030f1 100644 --- a/apps/permission/decorators.py +++ b/apps/permission/decorators.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import sys from functools import lru_cache diff --git a/apps/permission/models.py b/apps/permission/models.py index e975485a..c6c5065a 100644 --- a/apps/permission/models.py +++ b/apps/permission/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import functools diff --git a/apps/permission/permissions.py b/apps/permission/permissions.py index 3840a3cd..34875774 100644 --- a/apps/permission/permissions.py +++ b/apps/permission/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from rest_framework.permissions import DjangoObjectPermissions diff --git a/apps/permission/scopes.py b/apps/permission/scopes.py index af504b18..6ee5818f 100644 --- a/apps/permission/scopes.py +++ b/apps/permission/scopes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from oauth2_provider.oauth2_validators import OAuth2Validator from oauth2_provider.scopes import BaseScopes diff --git a/apps/permission/signals.py b/apps/permission/signals.py index 37b7f7c3..b2394c6f 100644 --- a/apps/permission/signals.py +++ b/apps/permission/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.core.exceptions import PermissionDenied diff --git a/apps/permission/tables.py b/apps/permission/tables.py index 955b14bb..ec83f233 100644 --- a/apps/permission/tables.py +++ b/apps/permission/tables.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import django_tables2 as tables diff --git a/apps/permission/templatetags/perms.py b/apps/permission/templatetags/perms.py index 241b2c73..4d766f41 100644 --- a/apps/permission/templatetags/perms.py +++ b/apps/permission/templatetags/perms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.contrib.contenttypes.models import ContentType diff --git a/apps/permission/tests/test_oauth2.py b/apps/permission/tests/test_oauth2.py index 889ad588..579dc5c8 100644 --- a/apps/permission/tests/test_oauth2.py +++ b/apps/permission/tests/test_oauth2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from datetime import timedelta diff --git a/apps/permission/tests/test_permission_denied.py b/apps/permission/tests/test_permission_denied.py index 7d3fef5f..792bd1de 100644 --- a/apps/permission/tests/test_permission_denied.py +++ b/apps/permission/tests/test_permission_denied.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from datetime import timedelta, date diff --git a/apps/permission/tests/test_permission_queries.py b/apps/permission/tests/test_permission_queries.py index 11634993..768e9047 100644 --- a/apps/permission/tests/test_permission_queries.py +++ b/apps/permission/tests/test_permission_queries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from datetime import date, timedelta diff --git a/apps/permission/tests/test_rights_page.py b/apps/permission/tests/test_rights_page.py index ee777f48..44066b36 100644 --- a/apps/permission/tests/test_rights_page.py +++ b/apps/permission/tests/test_rights_page.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.contrib.auth.models import User diff --git a/apps/permission/urls.py b/apps/permission/urls.py index 31e44b77..e7ceb5ae 100644 --- a/apps/permission/urls.py +++ b/apps/permission/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.conf import settings diff --git a/apps/permission/views.py b/apps/permission/views.py index 053efa39..e7de920e 100644 --- a/apps/permission/views.py +++ b/apps/permission/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from collections import OrderedDict from datetime import date diff --git a/apps/registration/__init__.py b/apps/registration/__init__.py index 024c5572..a7a4d512 100644 --- a/apps/registration/__init__.py +++ b/apps/registration/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later default_app_config = 'registration.apps.RegistrationConfig' diff --git a/apps/registration/apps.py b/apps/registration/apps.py index 44067233..37ce34b9 100644 --- a/apps/registration/apps.py +++ b/apps/registration/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.apps import AppConfig diff --git a/apps/registration/forms.py b/apps/registration/forms.py index 89dc5de4..673cc500 100644 --- a/apps/registration/forms.py +++ b/apps/registration/forms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django import forms diff --git a/apps/registration/tables.py b/apps/registration/tables.py index 151d5d74..2d1df2c3 100644 --- a/apps/registration/tables.py +++ b/apps/registration/tables.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import django_tables2 as tables diff --git a/apps/registration/tests/test_registration.py b/apps/registration/tests/test_registration.py index a37ad12a..1950586c 100644 --- a/apps/registration/tests/test_registration.py +++ b/apps/registration/tests/test_registration.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.contrib.auth.models import User diff --git a/apps/registration/tokens.py b/apps/registration/tokens.py index 332c4ee1..587e8847 100644 --- a/apps/registration/tokens.py +++ b/apps/registration/tokens.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later # Copied from https://gitlab.crans.org/bombar/codeflix/-/blob/master/codeflix/codeflix/tokens.py diff --git a/apps/registration/urls.py b/apps/registration/urls.py index 45ca4c60..25b16116 100644 --- a/apps/registration/urls.py +++ b/apps/registration/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.urls import path diff --git a/apps/registration/views.py b/apps/registration/views.py index bb23a0b4..ec2e07a7 100644 --- a/apps/registration/views.py +++ b/apps/registration/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django import forms diff --git a/apps/treasury/__init__.py b/apps/treasury/__init__.py index 21ef103b..edb5217a 100644 --- a/apps/treasury/__init__.py +++ b/apps/treasury/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later default_app_config = 'treasury.apps.TreasuryConfig' diff --git a/apps/treasury/admin.py b/apps/treasury/admin.py index c435a4ff..2adaf7c5 100644 --- a/apps/treasury/admin.py +++ b/apps/treasury/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-lateré from django.contrib import admin diff --git a/apps/treasury/api/serializers.py b/apps/treasury/api/serializers.py index 79c2445d..c70912ef 100644 --- a/apps/treasury/api/serializers.py +++ b/apps/treasury/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.db import transaction from rest_framework import serializers diff --git a/apps/treasury/api/urls.py b/apps/treasury/api/urls.py index a4ba7c1e..5f59e6d1 100644 --- a/apps/treasury/api/urls.py +++ b/apps/treasury/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from .views import InvoiceViewSet, ProductViewSet, RemittanceViewSet, RemittanceTypeViewSet, SogeCreditViewSet diff --git a/apps/treasury/api/views.py b/apps/treasury/api/views.py index 418bf220..d65024ac 100644 --- a/apps/treasury/api/views.py +++ b/apps/treasury/api/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django_filters.rest_framework import DjangoFilterBackend diff --git a/apps/treasury/apps.py b/apps/treasury/apps.py index e25accc0..b12235c3 100644 --- a/apps/treasury/apps.py +++ b/apps/treasury/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.apps import AppConfig diff --git a/apps/treasury/forms.py b/apps/treasury/forms.py index c3a3fc49..911db2ec 100644 --- a/apps/treasury/forms.py +++ b/apps/treasury/forms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from crispy_forms.helper import FormHelper diff --git a/apps/treasury/models.py b/apps/treasury/models.py index 69fc6e6b..525264f8 100644 --- a/apps/treasury/models.py +++ b/apps/treasury/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from datetime import date diff --git a/apps/treasury/signals.py b/apps/treasury/signals.py index 67b516fc..5ec3cd47 100644 --- a/apps/treasury/signals.py +++ b/apps/treasury/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from treasury.models import SpecialTransactionProxy, RemittanceType diff --git a/apps/treasury/tables.py b/apps/treasury/tables.py index ae87ab1a..cf17a2c8 100644 --- a/apps/treasury/tables.py +++ b/apps/treasury/tables.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import django_tables2 as tables diff --git a/apps/treasury/templatetags/escape_tex.py b/apps/treasury/templatetags/escape_tex.py index 656e53ac..b8a1c589 100644 --- a/apps/treasury/templatetags/escape_tex.py +++ b/apps/treasury/templatetags/escape_tex.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django import template diff --git a/apps/treasury/tests/test_treasury.py b/apps/treasury/tests/test_treasury.py index 1bfc8993..8feb5485 100644 --- a/apps/treasury/tests/test_treasury.py +++ b/apps/treasury/tests/test_treasury.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from api.tests import TestAPI diff --git a/apps/treasury/urls.py b/apps/treasury/urls.py index 6e2517b3..6b319d4c 100644 --- a/apps/treasury/urls.py +++ b/apps/treasury/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.urls import path diff --git a/apps/treasury/views.py b/apps/treasury/views.py index 33bdb88c..eab144c3 100644 --- a/apps/treasury/views.py +++ b/apps/treasury/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import os diff --git a/apps/wei/__init__.py b/apps/wei/__init__.py index c4ea977d..966f3ee5 100644 --- a/apps/wei/__init__.py +++ b/apps/wei/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later default_app_config = 'wei.apps.WeiConfig' diff --git a/apps/wei/admin.py b/apps/wei/admin.py index f7c94227..b80895be 100644 --- a/apps/wei/admin.py +++ b/apps/wei/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from note_kfet.admin import admin_site diff --git a/apps/wei/api/serializers.py b/apps/wei/api/serializers.py index 93915ea9..06c8d356 100644 --- a/apps/wei/api/serializers.py +++ b/apps/wei/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from rest_framework import serializers diff --git a/apps/wei/api/urls.py b/apps/wei/api/urls.py index e5692224..f9ecbd12 100644 --- a/apps/wei/api/urls.py +++ b/apps/wei/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from .views import WEIClubViewSet, BusViewSet, BusTeamViewSet, WEIRoleViewSet, WEIRegistrationViewSet, \ diff --git a/apps/wei/api/views.py b/apps/wei/api/views.py index 13f04a91..f6eecbfc 100644 --- a/apps/wei/api/views.py +++ b/apps/wei/api/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django_filters.rest_framework import DjangoFilterBackend diff --git a/apps/wei/apps.py b/apps/wei/apps.py index 2f89420b..57c6a238 100644 --- a/apps/wei/apps.py +++ b/apps/wei/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.apps import AppConfig diff --git a/apps/wei/forms/__init__.py b/apps/wei/forms/__init__.py index fce2373a..e1a09c3a 100644 --- a/apps/wei/forms/__init__.py +++ b/apps/wei/forms/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from .registration import WEIForm, WEIRegistrationForm, WEIMembership1AForm, WEIMembershipForm, BusForm, BusTeamForm diff --git a/apps/wei/forms/registration.py b/apps/wei/forms/registration.py index cf0579aa..38568b93 100644 --- a/apps/wei/forms/registration.py +++ b/apps/wei/forms/registration.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from bootstrap_datepicker_plus.widgets import DatePickerInput diff --git a/apps/wei/forms/surveys/__init__.py b/apps/wei/forms/surveys/__init__.py index 733f7c37..0a33bc16 100644 --- a/apps/wei/forms/surveys/__init__.py +++ b/apps/wei/forms/surveys/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from .base import WEISurvey, WEISurveyInformation, WEISurveyAlgorithm diff --git a/apps/wei/forms/surveys/base.py b/apps/wei/forms/surveys/base.py index 02bf0be8..3f3bff3b 100644 --- a/apps/wei/forms/surveys/base.py +++ b/apps/wei/forms/surveys/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from typing import Optional, List diff --git a/apps/wei/forms/surveys/wei2021.py b/apps/wei/forms/surveys/wei2021.py index 83f2d8ce..3e5b384f 100644 --- a/apps/wei/forms/surveys/wei2021.py +++ b/apps/wei/forms/surveys/wei2021.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import time diff --git a/apps/wei/forms/surveys/wei2022.py b/apps/wei/forms/surveys/wei2022.py index 2550bc94..037fe7e1 100644 --- a/apps/wei/forms/surveys/wei2022.py +++ b/apps/wei/forms/surveys/wei2022.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import time diff --git a/apps/wei/forms/surveys/wei2023.py b/apps/wei/forms/surveys/wei2023.py index 488ee7c3..c29c4f26 100644 --- a/apps/wei/forms/surveys/wei2023.py +++ b/apps/wei/forms/surveys/wei2023.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from functools import lru_cache diff --git a/apps/wei/forms/surveys/wei2024.py b/apps/wei/forms/surveys/wei2024.py index 518d58f0..95419f49 100644 --- a/apps/wei/forms/surveys/wei2024.py +++ b/apps/wei/forms/surveys/wei2024.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from functools import lru_cache diff --git a/apps/wei/management/commands/export_wei_registrations.py b/apps/wei/management/commands/export_wei_registrations.py index 39fd238a..a754e40a 100644 --- a/apps/wei/management/commands/export_wei_registrations.py +++ b/apps/wei/management/commands/export_wei_registrations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.core.management import BaseCommand, CommandError diff --git a/apps/wei/management/commands/import_scores.py b/apps/wei/management/commands/import_scores.py index 915ce696..acce9193 100644 --- a/apps/wei/management/commands/import_scores.py +++ b/apps/wei/management/commands/import_scores.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import argparse import sys diff --git a/apps/wei/management/commands/wei_algorithm.py b/apps/wei/management/commands/wei_algorithm.py index 8d070242..68811d63 100644 --- a/apps/wei/management/commands/wei_algorithm.py +++ b/apps/wei/management/commands/wei_algorithm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from argparse import ArgumentParser, FileType diff --git a/apps/wei/models.py b/apps/wei/models.py index 76fd465d..f4169316 100644 --- a/apps/wei/models.py +++ b/apps/wei/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import json diff --git a/apps/wei/tables.py b/apps/wei/tables.py index 7cf26b02..de5c84af 100644 --- a/apps/wei/tables.py +++ b/apps/wei/tables.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from datetime import date diff --git a/apps/wei/tests/test_wei_algorithm_2021.py b/apps/wei/tests/test_wei_algorithm_2021.py index d6782fe8..5983d556 100644 --- a/apps/wei/tests/test_wei_algorithm_2021.py +++ b/apps/wei/tests/test_wei_algorithm_2021.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import random diff --git a/apps/wei/tests/test_wei_algorithm_2022.py b/apps/wei/tests/test_wei_algorithm_2022.py index 2ee3da6e..ab7c8021 100644 --- a/apps/wei/tests/test_wei_algorithm_2022.py +++ b/apps/wei/tests/test_wei_algorithm_2022.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import random diff --git a/apps/wei/tests/test_wei_algorithm_2023.py b/apps/wei/tests/test_wei_algorithm_2023.py index 55c4a6d7..be557322 100644 --- a/apps/wei/tests/test_wei_algorithm_2023.py +++ b/apps/wei/tests/test_wei_algorithm_2023.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import random diff --git a/apps/wei/tests/test_wei_algorithm_2024.py b/apps/wei/tests/test_wei_algorithm_2024.py index a22b0a3a..bae36399 100644 --- a/apps/wei/tests/test_wei_algorithm_2024.py +++ b/apps/wei/tests/test_wei_algorithm_2024.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import random diff --git a/apps/wei/tests/test_wei_registration.py b/apps/wei/tests/test_wei_registration.py index 21da07f8..ffff04c9 100644 --- a/apps/wei/tests/test_wei_registration.py +++ b/apps/wei/tests/test_wei_registration.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import subprocess diff --git a/apps/wei/urls.py b/apps/wei/urls.py index c96fa040..3084dd51 100644 --- a/apps/wei/urls.py +++ b/apps/wei/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.urls import path diff --git a/apps/wei/views.py b/apps/wei/views.py index 76943198..a2e8ccff 100644 --- a/apps/wei/views.py +++ b/apps/wei/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import os diff --git a/apps/wrapped/__init__.py b/apps/wrapped/__init__.py index e9c45ef0..7ea5af65 100644 --- a/apps/wrapped/__init__.py +++ b/apps/wrapped/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later default_app_config = 'activity.apps.WrappedConfig' diff --git a/apps/wrapped/admin.py b/apps/wrapped/admin.py index a50ec0ad..c245e71f 100644 --- a/apps/wrapped/admin.py +++ b/apps/wrapped/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.contrib import admin diff --git a/apps/wrapped/api/serializers.py b/apps/wrapped/api/serializers.py index d156ae75..46e5a6ff 100644 --- a/apps/wrapped/api/serializers.py +++ b/apps/wrapped/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from rest_framework import serializers diff --git a/apps/wrapped/api/urls.py b/apps/wrapped/api/urls.py index b06cddb9..181806cf 100644 --- a/apps/wrapped/api/urls.py +++ b/apps/wrapped/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from .views import WrappedViewSet, BdeViewSet diff --git a/apps/wrapped/api/views.py b/apps/wrapped/api/views.py index 72294230..da048b1c 100644 --- a/apps/wrapped/api/views.py +++ b/apps/wrapped/api/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from api.viewsets import ReadProtectedModelViewSet diff --git a/apps/wrapped/apps.py b/apps/wrapped/apps.py index 83630287..2a126f3b 100644 --- a/apps/wrapped/apps.py +++ b/apps/wrapped/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.apps import AppConfig diff --git a/apps/wrapped/models.py b/apps/wrapped/models.py index b9ebc0e2..a19ddb3f 100644 --- a/apps/wrapped/models.py +++ b/apps/wrapped/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.db import models diff --git a/apps/wrapped/tables.py b/apps/wrapped/tables.py index 6ec37543..eeaef332 100644 --- a/apps/wrapped/tables.py +++ b/apps/wrapped/tables.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.utils.html import format_html diff --git a/apps/wrapped/templates/wrapped/1/wrapped_base.html b/apps/wrapped/templates/wrapped/1/wrapped_base.html index 3cd72a99..2c0bcf13 100644 --- a/apps/wrapped/templates/wrapped/1/wrapped_base.html +++ b/apps/wrapped/templates/wrapped/1/wrapped_base.html @@ -1,6 +1,6 @@ {% load static i18n pretty_money getenv %} {% comment %} -Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +Copyright (C) 2018-2025 by BDE ENS Paris-Saclay SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} diff --git a/apps/wrapped/templates/wrapped/1/wrapped_view_club.html b/apps/wrapped/templates/wrapped/1/wrapped_view_club.html index 57da4a3f..f9c2d178 100644 --- a/apps/wrapped/templates/wrapped/1/wrapped_view_club.html +++ b/apps/wrapped/templates/wrapped/1/wrapped_view_club.html @@ -1,6 +1,6 @@ {% extends "wrapped/1/wrapped_base.html" %} {% comment %} -COPYRIGHT (C) 2018-2024 BDE ENS Paris-Saclay +COPYRIGHT (C) 2018-2025 BDE ENS Paris-Saclay SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n pretty_money %} diff --git a/apps/wrapped/templates/wrapped/1/wrapped_view_user.html b/apps/wrapped/templates/wrapped/1/wrapped_view_user.html index 3e421171..09d413cf 100644 --- a/apps/wrapped/templates/wrapped/1/wrapped_view_user.html +++ b/apps/wrapped/templates/wrapped/1/wrapped_view_user.html @@ -1,6 +1,6 @@ {% extends "wrapped/1/wrapped_base.html" %} {% comment %} -COPYRIGHT (C) 2018-2024 BDE ENS Paris-Saclay +COPYRIGHT (C) 2018-2025 BDE ENS Paris-Saclay SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n pretty_money %} diff --git a/apps/wrapped/urls.py b/apps/wrapped/urls.py index dde4458b..0d663c01 100644 --- a/apps/wrapped/urls.py +++ b/apps/wrapped/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.urls import path diff --git a/apps/wrapped/views.py b/apps/wrapped/views.py index 0a16fd92..8c7f834d 100644 --- a/apps/wrapped/views.py +++ b/apps/wrapped/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later import json diff --git a/entrypoint.sh b/entrypoint.sh index 60a0a912..7f19eb59 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later if [ -z ${NOTE_URL+x} ]; then diff --git a/note_kfet/admin.py b/note_kfet/admin.py index 8b47de06..6bda409f 100644 --- a/note_kfet/admin.py +++ b/note_kfet/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.conf import settings diff --git a/note_kfet/inputs.py b/note_kfet/inputs.py index b68adf4d..a05b61e4 100644 --- a/note_kfet/inputs.py +++ b/note_kfet/inputs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from json import dumps as json_dumps diff --git a/note_kfet/middlewares.py b/note_kfet/middlewares.py index 47948adb..ac3c88aa 100644 --- a/note_kfet/middlewares.py +++ b/note_kfet/middlewares.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from threading import local diff --git a/note_kfet/settings/__init__.py b/note_kfet/settings/__init__.py index 22d5fd0c..2dfccfd5 100644 --- a/note_kfet/settings/__init__.py +++ b/note_kfet/settings/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.utils.translation import gettext_lazy as _ diff --git a/note_kfet/settings/base.py b/note_kfet/settings/base.py index 113cf626..0c0642f9 100644 --- a/note_kfet/settings/base.py +++ b/note_kfet/settings/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later # This file implements sane defaults to use in production. diff --git a/note_kfet/settings/development.py b/note_kfet/settings/development.py index c83f301a..b8cf3735 100644 --- a/note_kfet/settings/development.py +++ b/note_kfet/settings/development.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later ######################## diff --git a/note_kfet/settings/secrets_example.py b/note_kfet/settings/secrets_example.py index 49a77a95..c8023cfd 100644 --- a/note_kfet/settings/secrets_example.py +++ b/note_kfet/settings/secrets_example.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later OPTIONAL_APPS = [ diff --git a/note_kfet/static/js/base.js b/note_kfet/static/js/base.js index 3111c362..d7814485 100644 --- a/note_kfet/static/js/base.js +++ b/note_kfet/static/js/base.js @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +// Copyright (C) 2018-2025 by BDE ENS Paris-Saclay // SPDX-License-Identifier: GPL-3.0-or-later /** diff --git a/note_kfet/urls.py b/note_kfet/urls.py index 3bc3da41..fb4b2323 100644 --- a/note_kfet/urls.py +++ b/note_kfet/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.conf import settings diff --git a/note_kfet/views.py b/note_kfet/views.py index faf14a67..9ea86d30 100644 --- a/note_kfet/views.py +++ b/note_kfet/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay +# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay # SPDX-License-Identifier: GPL-3.0-or-later from django.contrib.auth.mixins import LoginRequiredMixin