From d5ecb72a71eff535a48ec1187f34d26e2d0a6bd3 Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <ynerant@crans.org>
Date: Mon, 14 Jun 2021 21:45:36 +0200
Subject: [PATCH] Update copyright for 2021

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
---
 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/viewsets.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/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/tests/test_login.py                          | 2 +-
 apps/member/tests/test_memberships.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/signals.py                               | 2 +-
 apps/permission/tables.py                                | 2 +-
 apps/permission/templatetags/perms.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/scripts                                             | 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/wei2020.py                        | 2 +-
 apps/wei/management/commands/export_wei_registrations.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_registration.py                  | 2 +-
 apps/wei/urls.py                                         | 2 +-
 apps/wei/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 +-
 129 files changed, 129 insertions(+), 129 deletions(-)

diff --git a/apps/activity/__init__.py b/apps/activity/__init__.py
index 195d5302..efee9563 100644
--- a/apps/activity/__init__.py
+++ b/apps/activity/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 257705eb..d8fb6106 100644
--- a/apps/activity/admin.py
+++ b/apps/activity/admin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 d259324d..5f0da651 100644
--- a/apps/activity/api/serializers.py
+++ b/apps/activity/api/serializers.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from rest_framework import serializers
diff --git a/apps/activity/api/urls.py b/apps/activity/api/urls.py
index be769932..6680201f 100644
--- a/apps/activity/api/urls.py
+++ b/apps/activity/api/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from .views import ActivityTypeViewSet, ActivityViewSet, EntryViewSet, GuestViewSet
diff --git a/apps/activity/api/views.py b/apps/activity/api/views.py
index 998c3ce4..ae9347c7 100644
--- a/apps/activity/api/views.py
+++ b/apps/activity/api/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from api.viewsets import ReadProtectedModelViewSet
diff --git a/apps/activity/apps.py b/apps/activity/apps.py
index bb72947f..e1f7ba70 100644
--- a/apps/activity/apps.py
+++ b/apps/activity/apps.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 cf9bc3fc..60c18311 100644
--- a/apps/activity/forms.py
+++ b/apps/activity/forms.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 67b16466..f8e5fab9 100644
--- a/apps/activity/models.py
+++ b/apps/activity/models.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 e1c4817c..a3189a79 100644
--- a/apps/activity/tables.py
+++ b/apps/activity/tables.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 from django.utils import timezone
 from django.utils.html import format_html
diff --git a/apps/activity/tests/test_activities.py b/apps/activity/tests/test_activities.py
index 15635a6b..1fcc7769 100644
--- a/apps/activity/tests/test_activities.py
+++ b/apps/activity/tests/test_activities.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 155229d4..73e4a385 100644
--- a/apps/activity/urls.py
+++ b/apps/activity/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 4a152e07..86914caf 100644
--- a/apps/activity/views.py
+++ b/apps/activity/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 1b17aec6..bfa0f07d 100644
--- a/apps/api/__init__.py
+++ b/apps/api/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 11d78652..ebce358c 100644
--- a/apps/api/apps.py
+++ b/apps/api/apps.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 c5e6f2b3..f91132d5 100644
--- a/apps/api/serializers.py
+++ b/apps/api/serializers.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 9fa371e7..36de0658 100644
--- a/apps/api/tests.py
+++ b/apps/api/tests.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 3e61d587..5d8b8b98 100644
--- a/apps/api/urls.py
+++ b/apps/api/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from django.conf import settings
diff --git a/apps/api/viewsets.py b/apps/api/viewsets.py
index 88ee7f01..25221cfc 100644
--- a/apps/api/viewsets.py
+++ b/apps/api/viewsets.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from django.contrib.contenttypes.models import ContentType
diff --git a/apps/logs/__init__.py b/apps/logs/__init__.py
index 58ee5b08..708d35df 100644
--- a/apps/logs/__init__.py
+++ b/apps/logs/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 c76e3a5d..f861bd21 100644
--- a/apps/logs/api/serializers.py
+++ b/apps/logs/api/serializers.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 9a0ceaa8..d0044c9b 100644
--- a/apps/logs/api/urls.py
+++ b/apps/logs/api/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 5f28b71c..eab1f1e4 100644
--- a/apps/logs/api/views.py
+++ b/apps/logs/api/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 239f86cf..bdf52d5e 100644
--- a/apps/logs/apps.py
+++ b/apps/logs/apps.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 0077af72..65a23486 100644
--- a/apps/logs/models.py
+++ b/apps/logs/models.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 b0b4d2c2..862dbd75 100644
--- a/apps/logs/signals.py
+++ b/apps/logs/signals.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 298d1dda..ae68f6ce 100644
--- a/apps/member/__init__.py
+++ b/apps/member/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 7936f564..b3352c1a 100644
--- a/apps/member/admin.py
+++ b/apps/member/admin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 19b2ff67..ef1c586d 100644
--- a/apps/member/api/serializers.py
+++ b/apps/member/api/serializers.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 5fa54472..c55b0969 100644
--- a/apps/member/api/urls.py
+++ b/apps/member/api/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 69943c7f..43127507 100644
--- a/apps/member/api/views.py
+++ b/apps/member/api/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 83dfbc40..1090c072 100644
--- a/apps/member/apps.py
+++ b/apps/member/apps.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from django.apps import AppConfig
diff --git a/apps/member/forms.py b/apps/member/forms.py
index 05940a06..ab24ded6 100644
--- a/apps/member/forms.py
+++ b/apps/member/forms.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 f7e4342f..99b2c30e 100644
--- a/apps/member/hashers.py
+++ b/apps/member/hashers.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 e5fa23ef..2564190a 100644
--- a/apps/member/models.py
+++ b/apps/member/models.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 d590f446..197c6413 100644
--- a/apps/member/signals.py
+++ b/apps/member/signals.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 a9676928..d97da7ca 100644
--- a/apps/member/tables.py
+++ b/apps/member/tables.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 d2b4986a..f528677e 100644
--- a/apps/member/templatetags/memberinfo.py
+++ b/apps/member/templatetags/memberinfo.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from datetime import date
diff --git a/apps/member/tests/test_login.py b/apps/member/tests/test_login.py
index c9fabf82..b8873a14 100644
--- a/apps/member/tests/test_login.py
+++ b/apps/member/tests/test_login.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 from django.conf import settings
 from django.contrib.auth.models import User
diff --git a/apps/member/tests/test_memberships.py b/apps/member/tests/test_memberships.py
index 1bbae1c7..2dc6dd41 100644
--- a/apps/member/tests/test_memberships.py
+++ b/apps/member/tests/test_memberships.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 import hashlib
diff --git a/apps/member/urls.py b/apps/member/urls.py
index 359a8846..b1c537d5 100644
--- a/apps/member/urls.py
+++ b/apps/member/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 57e4b1e0..06da8513 100644
--- a/apps/member/views.py
+++ b/apps/member/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 f7c331b2..d3b96f09 100644
--- a/apps/note/__init__.py
+++ b/apps/note/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 eee49feb..eb0f0f3c 100644
--- a/apps/note/admin.py
+++ b/apps/note/admin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 0f2a2d72..f4905103 100644
--- a/apps/note/api/serializers.py
+++ b/apps/note/api/serializers.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 2f3fd1a9..bacf3d32 100644
--- a/apps/note/api/urls.py
+++ b/apps/note/api/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 517450c7..6f882ab6 100644
--- a/apps/note/api/views.py
+++ b/apps/note/api/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 af1dcc12..435fedf8 100644
--- a/apps/note/apps.py
+++ b/apps/note/apps.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 e4e976e1..791abb51 100644
--- a/apps/note/forms.py
+++ b/apps/note/forms.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 e9c8a0a9..07a1d6e0 100644
--- a/apps/note/models/__init__.py
+++ b/apps/note/models/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from .notes import Alias, Note, NoteClub, NoteSpecial, NoteUser
diff --git a/apps/note/models/notes.py b/apps/note/models/notes.py
index 251e20bf..f760882b 100644
--- a/apps/note/models/notes.py
+++ b/apps/note/models/notes.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 ac236ffe..36183e94 100644
--- a/apps/note/models/transactions.py
+++ b/apps/note/models/transactions.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 a04df634..1ef51476 100644
--- a/apps/note/signals.py
+++ b/apps/note/signals.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 b149dafe..81a71e6c 100644
--- a/apps/note/static/note/js/consos.js
+++ b/apps/note/static/note/js/consos.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+// Copyright (C) 2018-2021 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 f05edc96..e98a9b0b 100644
--- a/apps/note/tables.py
+++ b/apps/note/tables.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 c133cb8f..c00343d4 100644
--- a/apps/note/templatetags/getenv.py
+++ b/apps/note/templatetags/getenv.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 c7050da8..dcd58188 100644
--- a/apps/note/templatetags/pretty_money.py
+++ b/apps/note/templatetags/pretty_money.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 0626c453..4f5dd6c5 100644
--- a/apps/note/tests/test_transactions.py
+++ b/apps/note/tests/test_transactions.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 c5662f2c..29ee38c6 100644
--- a/apps/note/urls.py
+++ b/apps/note/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 50fcd78d..73e5a084 100644
--- a/apps/note/views.py
+++ b/apps/note/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 4e3eb6bc..201d8131 100644
--- a/apps/permission/__init__.py
+++ b/apps/permission/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 bfe3dc88..d5ef8b4f 100644
--- a/apps/permission/admin.py
+++ b/apps/permission/admin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 d0823e19..4e98364e 100644
--- a/apps/permission/api/serializers.py
+++ b/apps/permission/api/serializers.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 b1fdb199..30651936 100644
--- a/apps/permission/api/urls.py
+++ b/apps/permission/api/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 e6cb0d5d..2db14e00 100644
--- a/apps/permission/api/views.py
+++ b/apps/permission/api/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from api.viewsets import ReadOnlyProtectedModelViewSet
diff --git a/apps/permission/apps.py b/apps/permission/apps.py
index 2287fec4..58c30082 100644
--- a/apps/permission/apps.py
+++ b/apps/permission/apps.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 4b044d80..b43340f0 100644
--- a/apps/permission/backends.py
+++ b/apps/permission/backends.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from datetime import date
diff --git a/apps/permission/decorators.py b/apps/permission/decorators.py
index 11edac43..7f5b48b0 100644
--- a/apps/permission/decorators.py
+++ b/apps/permission/decorators.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 9c1b2e6c..7ca309ca 100644
--- a/apps/permission/models.py
+++ b/apps/permission/models.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 f2ca28f0..9a0c1e12 100644
--- a/apps/permission/permissions.py
+++ b/apps/permission/permissions.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from rest_framework.permissions import DjangoObjectPermissions
diff --git a/apps/permission/signals.py b/apps/permission/signals.py
index e738545a..b419ce09 100644
--- a/apps/permission/signals.py
+++ b/apps/permission/signals.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 42d62fb6..9e82fa8e 100644
--- a/apps/permission/tables.py
+++ b/apps/permission/tables.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 7841f400..2fb376d4 100644
--- a/apps/permission/templatetags/perms.py
+++ b/apps/permission/templatetags/perms.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from django.contrib.auth.models import AnonymousUser
diff --git a/apps/permission/tests/test_permission_denied.py b/apps/permission/tests/test_permission_denied.py
index 95cc14cd..1aa3e9e9 100644
--- a/apps/permission/tests/test_permission_denied.py
+++ b/apps/permission/tests/test_permission_denied.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 95b8b7b1..218c5a75 100644
--- a/apps/permission/tests/test_permission_queries.py
+++ b/apps/permission/tests/test_permission_queries.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from datetime import date
diff --git a/apps/permission/tests/test_rights_page.py b/apps/permission/tests/test_rights_page.py
index da80bf09..83e41cf3 100644
--- a/apps/permission/tests/test_rights_page.py
+++ b/apps/permission/tests/test_rights_page.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 c571c520..0894ecf0 100644
--- a/apps/permission/urls.py
+++ b/apps/permission/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from django.urls import path
diff --git a/apps/permission/views.py b/apps/permission/views.py
index 9ff9b50d..c48215a0 100644
--- a/apps/permission/views.py
+++ b/apps/permission/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from datetime import date
diff --git a/apps/registration/__init__.py b/apps/registration/__init__.py
index 700d9f00..5c37e986 100644
--- a/apps/registration/__init__.py
+++ b/apps/registration/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 dec89274..9ea23dc2 100644
--- a/apps/registration/apps.py
+++ b/apps/registration/apps.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 abb2aaac..7b2670ca 100644
--- a/apps/registration/forms.py
+++ b/apps/registration/forms.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 9b124ffa..caa73186 100644
--- a/apps/registration/tables.py
+++ b/apps/registration/tables.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 adb773f9..22628b16 100644
--- a/apps/registration/tests/test_registration.py
+++ b/apps/registration/tests/test_registration.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 0e7b20a5..98104997 100644
--- a/apps/registration/tokens.py
+++ b/apps/registration/tokens.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 14678cbb..fe7f1a1f 100644
--- a/apps/registration/urls.py
+++ b/apps/registration/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 3c2ea0a7..cb2a2900 100644
--- a/apps/registration/views.py
+++ b/apps/registration/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from django.conf import settings
diff --git a/apps/scripts b/apps/scripts
index 1e9d7317..7a022b94 160000
--- a/apps/scripts
+++ b/apps/scripts
@@ -1 +1 @@
-Subproject commit 1e9d731715b9945a524aa8a4116936c9c2124ac7
+Subproject commit 7a022b9407bdcbe97a78bfc10b2812c9b0aaf314
diff --git a/apps/treasury/__init__.py b/apps/treasury/__init__.py
index c9c6150e..d14a7f6b 100644
--- a/apps/treasury/__init__.py
+++ b/apps/treasury/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 25b4f4cb..5069e535 100644
--- a/apps/treasury/admin.py
+++ b/apps/treasury/admin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 0acb0aa1..bc15db88 100644
--- a/apps/treasury/api/serializers.py
+++ b/apps/treasury/api/serializers.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from rest_framework import serializers
diff --git a/apps/treasury/api/urls.py b/apps/treasury/api/urls.py
index 70d81f77..90c9d332 100644
--- a/apps/treasury/api/urls.py
+++ b/apps/treasury/api/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 b0a47e09..e6ba9ced 100644
--- a/apps/treasury/api/views.py
+++ b/apps/treasury/api/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 f3fbe092..fb0b09db 100644
--- a/apps/treasury/apps.py
+++ b/apps/treasury/apps.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 b24dfa48..6c5bc353 100644
--- a/apps/treasury/forms.py
+++ b/apps/treasury/forms.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 a2a61d46..2e86245f 100644
--- a/apps/treasury/models.py
+++ b/apps/treasury/models.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 5604b3c1..fc87b874 100644
--- a/apps/treasury/signals.py
+++ b/apps/treasury/signals.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 77d39a0e..f309c20f 100644
--- a/apps/treasury/tables.py
+++ b/apps/treasury/tables.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 bd700943..9ecbb613 100644
--- a/apps/treasury/templatetags/escape_tex.py
+++ b/apps/treasury/templatetags/escape_tex.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 98fb2249..798a960f 100644
--- a/apps/treasury/tests/test_treasury.py
+++ b/apps/treasury/tests/test_treasury.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 e7c09639..4fe87924 100644
--- a/apps/treasury/urls.py
+++ b/apps/treasury/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 08f190c2..d18f8418 100644
--- a/apps/treasury/views.py
+++ b/apps/treasury/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 ad360dae..93dd4163 100644
--- a/apps/wei/__init__.py
+++ b/apps/wei/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 f928a313..63792b6b 100644
--- a/apps/wei/admin.py
+++ b/apps/wei/admin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 69254b75..ee028a37 100644
--- a/apps/wei/api/serializers.py
+++ b/apps/wei/api/serializers.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 713f5c7f..58dab39c 100644
--- a/apps/wei/api/urls.py
+++ b/apps/wei/api/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 f267d093..bad8ff68 100644
--- a/apps/wei/api/views.py
+++ b/apps/wei/api/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 23351283..6836a50f 100644
--- a/apps/wei/apps.py
+++ b/apps/wei/apps.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 af948157..ecec33d5 100644
--- a/apps/wei/forms/__init__.py
+++ b/apps/wei/forms/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from .registration import WEIForm, WEIRegistrationForm, WEIMembershipForm, BusForm, BusTeamForm
diff --git a/apps/wei/forms/registration.py b/apps/wei/forms/registration.py
index 0e00705a..3a1e779c 100644
--- a/apps/wei/forms/registration.py
+++ b/apps/wei/forms/registration.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from django import forms
diff --git a/apps/wei/forms/surveys/__init__.py b/apps/wei/forms/surveys/__init__.py
index 1e1dca56..56ffd47a 100644
--- a/apps/wei/forms/surveys/__init__.py
+++ b/apps/wei/forms/surveys/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 e8b0cbba..45fbc9f2 100644
--- a/apps/wei/forms/surveys/base.py
+++ b/apps/wei/forms/surveys/base.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from typing import Optional
diff --git a/apps/wei/forms/surveys/wei2020.py b/apps/wei/forms/surveys/wei2020.py
index 48203fdf..0baa31ff 100644
--- a/apps/wei/forms/surveys/wei2020.py
+++ b/apps/wei/forms/surveys/wei2020.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from random import choice
diff --git a/apps/wei/management/commands/export_wei_registrations.py b/apps/wei/management/commands/export_wei_registrations.py
index 2221e83f..a51f1c64 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-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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/wei_algorithm.py b/apps/wei/management/commands/wei_algorithm.py
index 01640720..c92f6895 100644
--- a/apps/wei/management/commands/wei_algorithm.py
+++ b/apps/wei/management/commands/wei_algorithm.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from django.core.management import BaseCommand
diff --git a/apps/wei/models.py b/apps/wei/models.py
index 0798fa40..17ae3b41 100644
--- a/apps/wei/models.py
+++ b/apps/wei/models.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 f0a7868e..45e3f2fd 100644
--- a/apps/wei/tables.py
+++ b/apps/wei/tables.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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_registration.py b/apps/wei/tests/test_wei_registration.py
index 92ceb289..914e498a 100644
--- a/apps/wei/tests/test_wei_registration.py
+++ b/apps/wei/tests/test_wei_registration.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 7cf91a60..a7e8ca99 100644
--- a/apps/wei/urls.py
+++ b/apps/wei/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 bd7b3d49..a27fe18a 100644
--- a/apps/wei/views.py
+++ b/apps/wei/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 import os
diff --git a/entrypoint.sh b/entrypoint.sh
index 1a5341c1..ddfcb00a 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 06543102..375122d8 100644
--- a/note_kfet/admin.py
+++ b/note_kfet/admin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 df5fc068..6e729c47 100644
--- a/note_kfet/inputs.py
+++ b/note_kfet/inputs.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 cf99c99f..fcb84c9d 100644
--- a/note_kfet/middlewares.py
+++ b/note_kfet/middlewares.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from django.conf import settings
diff --git a/note_kfet/settings/__init__.py b/note_kfet/settings/__init__.py
index 3aa115f9..0710212b 100644
--- a/note_kfet/settings/__init__.py
+++ b/note_kfet/settings/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 67948f09..6cb068a5 100644
--- a/note_kfet/settings/base.py
+++ b/note_kfet/settings/base.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 e4fc8826..7fa4da86 100644
--- a/note_kfet/settings/development.py
+++ b/note_kfet/settings/development.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 61d92359..5b69c10f 100644
--- a/note_kfet/settings/secrets_example.py
+++ b/note_kfet/settings/secrets_example.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 34453824..1afc858c 100644
--- a/note_kfet/static/js/base.js
+++ b/note_kfet/static/js/base.js
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+// Copyright (C) 2018-2021 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 ab19d763..9981df99 100644
--- a/note_kfet/urls.py
+++ b/note_kfet/urls.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 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 bd2b2424..797de4ef 100644
--- a/note_kfet/views.py
+++ b/note_kfet/views.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
+# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 from django.contrib.auth.mixins import LoginRequiredMixin
-- 
GitLab