From f876bc359964c8ebb77837956b5345bb8238a22a Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Thu, 6 Apr 2023 13:08:42 +0200 Subject: [PATCH] Unified header across all files --- accounting/__init__.py | 8 +++-- accounting/admin.py | 8 +++-- accounting/models.py | 8 +++-- accounting/tests.py | 8 +++-- accounting/urls.py | 8 +++-- accounting/views.py | 8 +++-- api/__init__.py | 8 +++-- api/admin.py | 8 +++-- api/models.py | 8 +++-- api/tests.py | 8 +++-- api/urls.py | 8 +++-- api/views/__init__.py | 8 +++-- api/views/api.py | 8 +++-- api/views/club.py | 8 +++-- api/views/counter.py | 8 +++-- api/views/group.py | 8 +++-- api/views/launderette.py | 8 +++-- api/views/user.py | 8 +++-- club/__init__.py | 8 +++-- club/admin.py | 8 +++-- club/forms.py | 31 ++++++++----------- club/models.py | 31 ++++++++----------- club/tests.py | 8 +++-- club/urls.py | 31 ++++++++----------- club/views.py | 31 ++++++++----------- com/__init__.py | 8 +++-- com/admin.py | 8 +++-- com/models.py | 31 ++++++++----------- com/tests.py | 8 +++-- com/urls.py | 8 +++-- com/views.py | 31 ++++++++----------- core/__init__.py | 8 +++-- core/admin.py | 8 +++-- core/apps.py | 30 ++++++++---------- core/converters.py | 23 ++++++++++++++ core/lookups.py | 8 +++-- core/management/__init__.py | 8 +++-- core/management/commands/__init__.py | 8 +++-- core/management/commands/compilemessages.py | 30 ++++++++---------- core/management/commands/compilestatic.py | 30 ++++++++---------- core/management/commands/documentation.py | 30 ++++++++---------- core/management/commands/markdown.py | 30 ++++++++---------- core/management/commands/setup.py | 8 +++-- core/markdown.py | 8 +++-- core/middleware.py | 8 +++-- core/models.py | 31 ++++++++----------- core/operations.py | 30 ++++++++---------- core/scss/finder.py | 30 ++++++++---------- core/scss/processor.py | 30 ++++++++---------- core/scss/storage.py | 30 ++++++++---------- core/search_indexes.py | 31 ++++++++----------- core/templatetags/__init__.py | 8 +++-- core/templatetags/renderer.py | 31 ++++++++----------- core/tests.py | 8 +++-- core/urls.py | 31 ++++++++----------- core/utils.py | 8 +++-- core/views/__init__.py | 31 ++++++++----------- core/views/files.py | 8 +++-- core/views/group.py | 8 +++-- core/views/page.py | 8 +++-- core/views/site.py | 31 ++++++++----------- core/views/user.py | 31 ++++++++----------- counter/__init__.py | 31 ++++++++----------- counter/admin.py | 8 +++-- counter/app.py | 30 ++++++++---------- counter/forms.py | 20 ++++++++++++ counter/models.py | 8 +++-- counter/signals.py | 30 ++++++++---------- counter/tests.py | 8 +++-- counter/urls.py | 8 +++-- counter/views.py | 8 +++-- doc/header | 10 ++++-- eboutic/__init__.py | 8 +++-- eboutic/admin.py | 8 +++-- eboutic/converters.py | 30 +++++++++--------- eboutic/forms.py | 30 +++++++++--------- eboutic/models.py | 8 +++-- eboutic/tests.py | 31 ++++++++----------- eboutic/urls.py | 31 ++++++++----------- eboutic/views.py | 8 +++-- election/__init__.py | 19 ++++++++++++ election/admin.py | 20 ++++++++++++ election/models.py | 20 ++++++++++++ election/tests.py | 21 ++++++++++++- election/urls.py | 20 ++++++++++++ election/views.py | 20 ++++++++++++ forum/__init__.py | 8 +++-- forum/admin.py | 8 +++-- forum/models.py | 30 ++++++++---------- forum/tests.py | 8 +++-- forum/urls.py | 30 ++++++++---------- forum/views.py | 31 ++++++++----------- galaxy/__init__.py | 19 ++++++++++++ galaxy/apps.py | 30 ++++++++---------- galaxy/management/commands/rule_galaxy.py | 30 ++++++++---------- galaxy/models.py | 30 ++++++++---------- galaxy/tests.py | 30 ++++++++---------- galaxy/urls.py | 30 ++++++++---------- galaxy/views.py | 30 ++++++++---------- launderette/__init__.py | 8 +++-- launderette/admin.py | 8 +++-- launderette/models.py | 8 +++-- launderette/tests.py | 8 +++-- launderette/urls.py | 8 +++-- launderette/views.py | 8 +++-- manage.py | 8 +++-- matmat/__init__.py | 19 ++++++++++++ matmat/admin.py | 22 +++++++++++++ matmat/models.py | 22 +++++++++++++ matmat/tests.py | 22 +++++++++++++ matmat/urls.py | 30 ++++++++---------- matmat/views.py | 30 ++++++++---------- pedagogy/__init__.py | 30 ++++++++---------- pedagogy/admin.py | 30 ++++++++---------- pedagogy/forms.py | 30 ++++++++---------- .../migrations/0002_auto_20190827_2251.py | 30 ++++++++---------- pedagogy/models.py | 30 ++++++++---------- pedagogy/search_indexes.py | 30 ++++++++---------- pedagogy/tests.py | 30 ++++++++---------- pedagogy/urls.py | 30 ++++++++---------- pedagogy/views.py | 30 ++++++++---------- rootplace/__init__.py | 8 +++-- rootplace/admin.py | 8 +++-- rootplace/management/__init__.py | 30 ++++++++---------- rootplace/management/commands/__init__.py | 30 ++++++++---------- .../delete_all_forum_user_messages.py | 30 ++++++++---------- rootplace/models.py | 8 +++-- rootplace/tests.py | 8 +++-- rootplace/urls.py | 31 ++++++++----------- rootplace/views.py | 31 ++++++++----------- sas/__init__.py | 8 +++-- sas/admin.py | 8 +++-- sas/models.py | 8 +++-- sas/tests.py | 8 +++-- sas/urls.py | 8 +++-- sas/views.py | 8 +++-- sith/__init__.py | 8 +++-- sith/settings.py | 31 ++++++++----------- sith/toolbar_debug.py | 31 ++++++++----------- sith/urls.py | 8 +++-- sith/wsgi.py | 8 +++-- stock/__init__.py | 31 ++++++++----------- stock/admin.py | 31 ++++++++----------- stock/models.py | 31 ++++++++----------- stock/tests.py | 31 ++++++++----------- stock/urls.py | 31 ++++++++----------- stock/views.py | 31 ++++++++----------- subscription/__init__.py | 8 +++-- subscription/admin.py | 8 +++-- subscription/models.py | 8 +++-- subscription/tests.py | 8 +++-- subscription/urls.py | 8 +++-- subscription/views.py | 8 +++-- trombi/__init__.py | 30 ++++++++---------- trombi/admin.py | 30 ++++++++---------- trombi/models.py | 30 ++++++++---------- trombi/tests.py | 30 ++++++++---------- trombi/urls.py | 31 ++++++++----------- trombi/views.py | 31 ++++++++----------- 159 files changed, 1621 insertions(+), 1341 deletions(-) diff --git a/accounting/__init__.py b/accounting/__init__.py index 0aa913c4..ebcdf848 100644 --- a/accounting/__init__.py +++ b/accounting/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/accounting/admin.py b/accounting/admin.py index 95216e59..407fe87b 100644 --- a/accounting/admin.py +++ b/accounting/admin.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.contrib import admin diff --git a/accounting/models.py b/accounting/models.py index 55bdda46..aec35ca5 100644 --- a/accounting/models.py +++ b/accounting/models.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from decimal import Decimal diff --git a/accounting/tests.py b/accounting/tests.py index 0ea7a29e..13e28f78 100644 --- a/accounting/tests.py +++ b/accounting/tests.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from datetime import date, timedelta diff --git a/accounting/urls.py b/accounting/urls.py index 7363cd48..45b5d1d0 100644 --- a/accounting/urls.py +++ b/accounting/urls.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/accounting/views.py b/accounting/views.py index f9618beb..da4b0145 100644 --- a/accounting/views.py +++ b/accounting/views.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import collections diff --git a/api/__init__.py b/api/__init__.py index 0aa913c4..ebcdf848 100644 --- a/api/__init__.py +++ b/api/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/api/admin.py b/api/admin.py index 5531f2a2..df9eed36 100644 --- a/api/admin.py +++ b/api/admin.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # # Register your models here. diff --git a/api/models.py b/api/models.py index 084dfa73..041b9fc8 100644 --- a/api/models.py +++ b/api/models.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # # Create your models here. diff --git a/api/tests.py b/api/tests.py index d888e761..e0805cd6 100644 --- a/api/tests.py +++ b/api/tests.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # # Create your tests here. diff --git a/api/urls.py b/api/urls.py index 4dde736c..a694c9bd 100644 --- a/api/urls.py +++ b/api/urls.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import include, path, re_path diff --git a/api/views/__init__.py b/api/views/__init__.py index b0157985..32e8aa47 100644 --- a/api/views/__init__.py +++ b/api/views/__init__.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.core.exceptions import PermissionDenied diff --git a/api/views/api.py b/api/views/api.py index 4329a98b..78b802d4 100644 --- a/api/views/api.py +++ b/api/views/api.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from rest_framework.decorators import api_view, renderer_classes diff --git a/api/views/club.py b/api/views/club.py index a08d6c4f..317e68e3 100644 --- a/api/views/club.py +++ b/api/views/club.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.conf import settings diff --git a/api/views/counter.py b/api/views/counter.py index 2e633cae..889a85dd 100644 --- a/api/views/counter.py +++ b/api/views/counter.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from rest_framework import serializers diff --git a/api/views/group.py b/api/views/group.py index a6aa7e2b..1891bc59 100644 --- a/api/views/group.py +++ b/api/views/group.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from rest_framework import serializers diff --git a/api/views/launderette.py b/api/views/launderette.py index a1225274..28a680ed 100644 --- a/api/views/launderette.py +++ b/api/views/launderette.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from rest_framework import serializers diff --git a/api/views/user.py b/api/views/user.py index a9ad19a6..8044c549 100644 --- a/api/views/user.py +++ b/api/views/user.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import datetime diff --git a/club/__init__.py b/club/__init__.py index 0aa913c4..ebcdf848 100644 --- a/club/__init__.py +++ b/club/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/club/admin.py b/club/admin.py index c9b547b5..e97c6e60 100644 --- a/club/admin.py +++ b/club/admin.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ajax_select import make_ajax_form from django.contrib import admin diff --git a/club/forms.py b/club/forms.py index ca6cb324..c0b64f7f 100644 --- a/club/forms.py +++ b/club/forms.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ajax_select.fields import AutoCompleteSelectMultipleField diff --git a/club/models.py b/club/models.py index 252dc085..6e8e1cee 100644 --- a/club/models.py +++ b/club/models.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from typing import Optional diff --git a/club/tests.py b/club/tests.py index 21285ade..34e83de1 100644 --- a/club/tests.py +++ b/club/tests.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from datetime import timedelta diff --git a/club/urls.py b/club/urls.py index d33a5167..3493deb2 100644 --- a/club/urls.py +++ b/club/urls.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/club/views.py b/club/views.py index 1d738b8e..f69f96f7 100644 --- a/club/views.py +++ b/club/views.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import csv diff --git a/com/__init__.py b/com/__init__.py index 0aa913c4..ebcdf848 100644 --- a/com/__init__.py +++ b/com/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/com/admin.py b/com/admin.py index 7e31cd52..1c76eef6 100644 --- a/com/admin.py +++ b/com/admin.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ajax_select import make_ajax_form from django.contrib import admin diff --git a/com/models.py b/com/models.py index d7a31596..fa96520e 100644 --- a/com/models.py +++ b/com/models.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.conf import settings diff --git a/com/tests.py b/com/tests.py index df374161..53f31bd3 100644 --- a/com/tests.py +++ b/com/tests.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import pytest from django.conf import settings diff --git a/com/urls.py b/com/urls.py index ca4ee41e..582ebde7 100644 --- a/com/urls.py +++ b/com/urls.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/com/views.py b/com/views.py index 774d1c5f..90e3d8ca 100644 --- a/com/views.py +++ b/com/views.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from datetime import timedelta diff --git a/core/__init__.py b/core/__init__.py index 0aa913c4..ebcdf848 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/core/admin.py b/core/admin.py index 8b202a30..19e64a95 100644 --- a/core/admin.py +++ b/core/admin.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ajax_select import make_ajax_form diff --git a/core/apps.py b/core/apps.py index 872f34ae..ae870e63 100644 --- a/core/apps.py +++ b/core/apps.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import sys diff --git a/core/converters.py b/core/converters.py index b681564d..a3694358 100644 --- a/core/converters.py +++ b/core/converters.py @@ -1,3 +1,26 @@ +# -*- coding:utf-8 -*- +# +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. +# +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. +# +# You can find the whole source code at https://github.com/ae-utbm/sith3 +# +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" +# +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# + +from core.models import Page + + class FourDigitYearConverter: regex = "[0-9]{4}" diff --git a/core/lookups.py b/core/lookups.py index 15205194..6391fe90 100644 --- a/core/lookups.py +++ b/core/lookups.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ajax_select import LookupChannel, register diff --git a/core/management/__init__.py b/core/management/__init__.py index 0aa913c4..ebcdf848 100644 --- a/core/management/__init__.py +++ b/core/management/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/core/management/commands/__init__.py b/core/management/commands/__init__.py index 0aa913c4..ebcdf848 100644 --- a/core/management/commands/__init__.py +++ b/core/management/commands/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/core/management/commands/compilemessages.py b/core/management/commands/compilemessages.py index 87f1b2de..601182f2 100644 --- a/core/management/commands/compilemessages.py +++ b/core/management/commands/compilemessages.py @@ -1,26 +1,22 @@ #!/usr/bin/env python3 -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2019 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/core/management/commands/compilestatic.py b/core/management/commands/compilestatic.py index f1268c23..a33b9c7f 100644 --- a/core/management/commands/compilestatic.py +++ b/core/management/commands/compilestatic.py @@ -1,26 +1,22 @@ #!/usr/bin/env python3 -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import os diff --git a/core/management/commands/documentation.py b/core/management/commands/documentation.py index bcaa0664..6549352a 100644 --- a/core/management/commands/documentation.py +++ b/core/management/commands/documentation.py @@ -1,26 +1,22 @@ #!/usr/bin/env python3 -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2019 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import os diff --git a/core/management/commands/markdown.py b/core/management/commands/markdown.py index 35941ec4..c1a82033 100644 --- a/core/management/commands/markdown.py +++ b/core/management/commands/markdown.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import os diff --git a/core/management/commands/setup.py b/core/management/commands/setup.py index 5c91e1e6..f8f8c51e 100644 --- a/core/management/commands/setup.py +++ b/core/management/commands/setup.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import os diff --git a/core/markdown.py b/core/markdown.py index 0abe1954..8004509f 100644 --- a/core/markdown.py +++ b/core/markdown.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import os diff --git a/core/middleware.py b/core/middleware.py index ddc6dea3..80be4655 100644 --- a/core/middleware.py +++ b/core/middleware.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import importlib diff --git a/core/models.py b/core/models.py index 4fba43c3..4676b2c5 100644 --- a/core/models.py +++ b/core/models.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +## -*- coding:utf-8 -*- # -# Copyright 2016,2017,2018 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import importlib import os diff --git a/core/operations.py b/core/operations.py index 10882f22..7b8d78c1 100644 --- a/core/operations.py +++ b/core/operations.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # """ diff --git a/core/scss/finder.py b/core/scss/finder.py index 0b62fab3..a2c0fdf3 100644 --- a/core/scss/finder.py +++ b/core/scss/finder.py @@ -1,26 +1,22 @@ #!/usr/bin/env python3 -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import os diff --git a/core/scss/processor.py b/core/scss/processor.py index add5e042..4f9941a6 100644 --- a/core/scss/processor.py +++ b/core/scss/processor.py @@ -1,26 +1,22 @@ #!/usr/bin/env python3 -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import os diff --git a/core/scss/storage.py b/core/scss/storage.py index e24fd406..1ae6d381 100644 --- a/core/scss/storage.py +++ b/core/scss/storage.py @@ -1,26 +1,22 @@ #!/usr/bin/env python3 -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.conf import settings diff --git a/core/search_indexes.py b/core/search_indexes.py index f2448adb..cec1262e 100644 --- a/core/search_indexes.py +++ b/core/search_indexes.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.db import models diff --git a/core/templatetags/__init__.py b/core/templatetags/__init__.py index 0aa913c4..ebcdf848 100644 --- a/core/templatetags/__init__.py +++ b/core/templatetags/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/core/templatetags/renderer.py b/core/templatetags/renderer.py index 86bd6791..81562e5d 100644 --- a/core/templatetags/renderer.py +++ b/core/templatetags/renderer.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import datetime diff --git a/core/tests.py b/core/tests.py index 733c0c38..59231f29 100644 --- a/core/tests.py +++ b/core/tests.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import os diff --git a/core/urls.py b/core/urls.py index 3f6398e8..533aba28 100644 --- a/core/urls.py +++ b/core/urls.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path, re_path, register_converter diff --git a/core/utils.py b/core/utils.py index 62cf04bb..06416409 100644 --- a/core/utils.py +++ b/core/utils.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import os diff --git a/core/views/__init__.py b/core/views/__init__.py index ad86fe2d..aa34380b 100644 --- a/core/views/__init__.py +++ b/core/views/__init__.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import types diff --git a/core/views/files.py b/core/views/files.py index 7cce06e7..45b33b63 100644 --- a/core/views/files.py +++ b/core/views/files.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # # This file contains all the views that concern the page model diff --git a/core/views/group.py b/core/views/group.py index 1c598832..06fea516 100644 --- a/core/views/group.py +++ b/core/views/group.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # """ diff --git a/core/views/page.py b/core/views/page.py index 5f148235..6df39cde 100644 --- a/core/views/page.py +++ b/core/views/page.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # # This file contains all the views that concern the page model diff --git a/core/views/site.py b/core/views/site.py index bdd575f4..07b772b5 100644 --- a/core/views/site.py +++ b/core/views/site.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import json diff --git a/core/views/user.py b/core/views/user.py index d8d8d909..5b7f9cb9 100644 --- a/core/views/user.py +++ b/core/views/user.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # # This file contains all the views that concern the user model diff --git a/counter/__init__.py b/counter/__init__.py index 5d5acce0..ebcdf848 100644 --- a/counter/__init__.py +++ b/counter/__init__.py @@ -1,24 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017,2019 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/counter/admin.py b/counter/admin.py index 1e8d9a03..c9d37ab1 100644 --- a/counter/admin.py +++ b/counter/admin.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ajax_select import make_ajax_form from django.contrib import admin diff --git a/counter/app.py b/counter/app.py index a1165d7c..e8b2b064 100644 --- a/counter/app.py +++ b/counter/app.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2019 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.apps import AppConfig diff --git a/counter/forms.py b/counter/forms.py index 7c282f57..ec83e896 100644 --- a/counter/forms.py +++ b/counter/forms.py @@ -1,3 +1,23 @@ +# -*- coding:utf-8 -*- +# +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. +# +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. +# +# You can find the whole source code at https://github.com/ae-utbm/sith3 +# +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" +# +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# + from ajax_select import make_ajax_field from ajax_select.fields import AutoCompleteSelectField, AutoCompleteSelectMultipleField from django import forms diff --git a/counter/models.py b/counter/models.py index c9972f10..9f6fa500 100644 --- a/counter/models.py +++ b/counter/models.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from __future__ import annotations diff --git a/counter/signals.py b/counter/signals.py index 9221494d..921b313f 100644 --- a/counter/signals.py +++ b/counter/signals.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2019 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.db.models.signals import pre_delete diff --git a/counter/tests.py b/counter/tests.py index ddfde22c..cf9359f0 100644 --- a/counter/tests.py +++ b/counter/tests.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import json import re diff --git a/counter/urls.py b/counter/urls.py index 3edf1faa..fdf834c2 100644 --- a/counter/urls.py +++ b/counter/urls.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/counter/views.py b/counter/views.py index fe10d0a1..ed5f9a02 100644 --- a/counter/views.py +++ b/counter/views.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import json import re diff --git a/doc/header b/doc/header index 9ab735b7..ebcdf848 100644 --- a/doc/header +++ b/doc/header @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # -# \ No newline at end of file +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# diff --git a/eboutic/__init__.py b/eboutic/__init__.py index 0aa913c4..ebcdf848 100644 --- a/eboutic/__init__.py +++ b/eboutic/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/eboutic/admin.py b/eboutic/admin.py index 84ca1afb..c93bdd29 100644 --- a/eboutic/admin.py +++ b/eboutic/admin.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ajax_select import make_ajax_form from django.contrib import admin diff --git a/eboutic/converters.py b/eboutic/converters.py index a757a25c..da2846cd 100644 --- a/eboutic/converters.py +++ b/eboutic/converters.py @@ -1,24 +1,22 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2022 -# - Maréchal -# - Maréchal -# - Maréchal +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path, register_converter diff --git a/eboutic/views.py b/eboutic/views.py index c240d64d..c405dcb1 100644 --- a/eboutic/views.py +++ b/eboutic/views.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import base64 diff --git a/election/__init__.py b/election/__init__.py index e69de29b..ebcdf848 100644 --- a/election/__init__.py +++ b/election/__init__.py @@ -0,0 +1,19 @@ +# -*- coding:utf-8 -*- +# +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. +# +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. +# +# You can find the whole source code at https://github.com/ae-utbm/sith3 +# +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" +# +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# diff --git a/election/admin.py b/election/admin.py index fadc9a52..c4accd66 100644 --- a/election/admin.py +++ b/election/admin.py @@ -1,3 +1,23 @@ +# -*- coding:utf-8 -*- +# +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. +# +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. +# +# You can find the whole source code at https://github.com/ae-utbm/sith3 +# +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" +# +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# + from ajax_select import make_ajax_form from django.contrib import admin diff --git a/election/models.py b/election/models.py index 3bcf761f..5fdd19f9 100644 --- a/election/models.py +++ b/election/models.py @@ -1,3 +1,23 @@ +# -*- coding:utf-8 -*- +# +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. +# +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. +# +# You can find the whole source code at https://github.com/ae-utbm/sith3 +# +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" +# +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# + from django.db import models from django.utils import timezone from django.utils.translation import gettext_lazy as _ diff --git a/election/tests.py b/election/tests.py index 9ea534b8..5dcfaa34 100644 --- a/election/tests.py +++ b/election/tests.py @@ -1,4 +1,23 @@ -from django.conf import settings +# -*- coding:utf-8 -*- +# +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. +# +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. +# +# You can find the whole source code at https://github.com/ae-utbm/sith3 +# +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" +# +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# + from django.test import TestCase from django.urls import reverse diff --git a/election/urls.py b/election/urls.py index 697b2464..2fcdfaaa 100644 --- a/election/urls.py +++ b/election/urls.py @@ -1,3 +1,23 @@ +# -*- coding:utf-8 -*- +# +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. +# +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. +# +# You can find the whole source code at https://github.com/ae-utbm/sith3 +# +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" +# +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# + from django.urls import path from election.views import * diff --git a/election/views.py b/election/views.py index 71be8bfe..e83bb342 100644 --- a/election/views.py +++ b/election/views.py @@ -1,3 +1,23 @@ +# -*- coding:utf-8 -*- +# +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. +# +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. +# +# You can find the whole source code at https://github.com/ae-utbm/sith3 +# +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" +# +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# + from ajax_select import make_ajax_field from ajax_select.fields import AutoCompleteSelectField from django import forms diff --git a/forum/__init__.py b/forum/__init__.py index 0aa913c4..ebcdf848 100644 --- a/forum/__init__.py +++ b/forum/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/forum/admin.py b/forum/admin.py index eff7d401..3406e824 100644 --- a/forum/admin.py +++ b/forum/admin.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.contrib import admin diff --git a/forum/models.py b/forum/models.py index a7d77c4d..55432862 100644 --- a/forum/models.py +++ b/forum/models.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017,2018 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from datetime import datetime diff --git a/forum/tests.py b/forum/tests.py index d888e761..e0805cd6 100644 --- a/forum/tests.py +++ b/forum/tests.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # # Create your tests here. diff --git a/forum/urls.py b/forum/urls.py index 8926ea01..9aa69c9f 100644 --- a/forum/urls.py +++ b/forum/urls.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017,2018 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/forum/views.py b/forum/views.py index 74e6bff4..8141a246 100644 --- a/forum/views.py +++ b/forum/views.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +## -*- coding:utf-8 -*- # -# Copyright 2016,2017,2018 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ajax_select import make_ajax_field diff --git a/galaxy/__init__.py b/galaxy/__init__.py index e69de29b..ebcdf848 100644 --- a/galaxy/__init__.py +++ b/galaxy/__init__.py @@ -0,0 +1,19 @@ +# -*- coding:utf-8 -*- +# +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. +# +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. +# +# You can find the whole source code at https://github.com/ae-utbm/sith3 +# +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" +# +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# diff --git a/galaxy/apps.py b/galaxy/apps.py index d3b3e849..4b226188 100644 --- a/galaxy/apps.py +++ b/galaxy/apps.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2023 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.apps import AppConfig diff --git a/galaxy/management/commands/rule_galaxy.py b/galaxy/management/commands/rule_galaxy.py index 1743fadc..bc8fe8d5 100644 --- a/galaxy/management/commands/rule_galaxy.py +++ b/galaxy/management/commands/rule_galaxy.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2023 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import logging import warnings diff --git a/galaxy/models.py b/galaxy/models.py index cca7397d..46787f8b 100644 --- a/galaxy/models.py +++ b/galaxy/models.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2023 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from __future__ import annotations diff --git a/galaxy/tests.py b/galaxy/tests.py index f1a3f092..11801746 100644 --- a/galaxy/tests.py +++ b/galaxy/tests.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2023 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import json diff --git a/galaxy/urls.py b/galaxy/urls.py index fcab45bc..bdf11fad 100644 --- a/galaxy/urls.py +++ b/galaxy/urls.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2023 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/galaxy/views.py b/galaxy/views.py index 3e0b33da..fa12703c 100644 --- a/galaxy/views.py +++ b/galaxy/views.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2023 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.db.models import Case, F, Q, Value, When diff --git a/launderette/__init__.py b/launderette/__init__.py index 0aa913c4..ebcdf848 100644 --- a/launderette/__init__.py +++ b/launderette/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/launderette/admin.py b/launderette/admin.py index a4499d0e..bd1a3032 100644 --- a/launderette/admin.py +++ b/launderette/admin.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ajax_select import make_ajax_form from django.contrib import admin diff --git a/launderette/models.py b/launderette/models.py index c2f344bb..407e3c7c 100644 --- a/launderette/models.py +++ b/launderette/models.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.conf import settings diff --git a/launderette/tests.py b/launderette/tests.py index d888e761..e0805cd6 100644 --- a/launderette/tests.py +++ b/launderette/tests.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # # Create your tests here. diff --git a/launderette/urls.py b/launderette/urls.py index ac270aec..c10c582e 100644 --- a/launderette/urls.py +++ b/launderette/urls.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/launderette/views.py b/launderette/views.py index c0b16eed..f9213da3 100644 --- a/launderette/views.py +++ b/launderette/views.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from collections import OrderedDict diff --git a/manage.py b/manage.py index 068281a9..37582e05 100755 --- a/manage.py +++ b/manage.py @@ -1,18 +1,22 @@ #!/usr/bin/env python3 -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import os diff --git a/matmat/__init__.py b/matmat/__init__.py index e69de29b..ebcdf848 100644 --- a/matmat/__init__.py +++ b/matmat/__init__.py @@ -0,0 +1,19 @@ +# -*- coding:utf-8 -*- +# +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. +# +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. +# +# You can find the whole source code at https://github.com/ae-utbm/sith3 +# +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" +# +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# diff --git a/matmat/admin.py b/matmat/admin.py index 846f6b40..62d4c311 100644 --- a/matmat/admin.py +++ b/matmat/admin.py @@ -1 +1,23 @@ +# -*- coding:utf-8 -*- +# +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. +# +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. +# +# You can find the whole source code at https://github.com/ae-utbm/sith3 +# +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" +# +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# + +from django.contrib import admin + # Register your models here. diff --git a/matmat/models.py b/matmat/models.py index 6b202199..b8e5144b 100644 --- a/matmat/models.py +++ b/matmat/models.py @@ -1 +1,23 @@ +# -*- coding:utf-8 -*- +# +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. +# +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. +# +# You can find the whole source code at https://github.com/ae-utbm/sith3 +# +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" +# +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# + +from django.db import models + # Create your models here. diff --git a/matmat/tests.py b/matmat/tests.py index a39b155a..04b8f687 100644 --- a/matmat/tests.py +++ b/matmat/tests.py @@ -1 +1,23 @@ +# -*- coding:utf-8 -*- +# +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. +# +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. +# +# You can find the whole source code at https://github.com/ae-utbm/sith3 +# +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" +# +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" +# + +from django.test import TestCase + # Create your tests here. diff --git a/matmat/urls.py b/matmat/urls.py index 6e657262..dfe8c9db 100644 --- a/matmat/urls.py +++ b/matmat/urls.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/matmat/views.py b/matmat/views.py index eb769c62..41dc0f2f 100644 --- a/matmat/views.py +++ b/matmat/views.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ast import literal_eval from enum import Enum diff --git a/pedagogy/__init__.py b/pedagogy/__init__.py index 7ea16950..ebcdf848 100644 --- a/pedagogy/__init__.py +++ b/pedagogy/__init__.py @@ -1,23 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2019 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/pedagogy/admin.py b/pedagogy/admin.py index 0f68234d..1ada5f23 100644 --- a/pedagogy/admin.py +++ b/pedagogy/admin.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2019 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ajax_select import make_ajax_form from django.contrib import admin diff --git a/pedagogy/forms.py b/pedagogy/forms.py index 28810e64..37db1753 100644 --- a/pedagogy/forms.py +++ b/pedagogy/forms.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2019 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django import forms diff --git a/pedagogy/migrations/0002_auto_20190827_2251.py b/pedagogy/migrations/0002_auto_20190827_2251.py index 5ab510df..9b744312 100644 --- a/pedagogy/migrations/0002_auto_20190827_2251.py +++ b/pedagogy/migrations/0002_auto_20190827_2251.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2019 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from __future__ import unicode_literals diff --git a/pedagogy/models.py b/pedagogy/models.py index 0de5c230..60a43ec6 100644 --- a/pedagogy/models.py +++ b/pedagogy/models.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2019 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.conf import settings diff --git a/pedagogy/search_indexes.py b/pedagogy/search_indexes.py index c6bc74af..6a44affa 100644 --- a/pedagogy/search_indexes.py +++ b/pedagogy/search_indexes.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2019 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.db import models diff --git a/pedagogy/tests.py b/pedagogy/tests.py index 2c61facf..40fce7f0 100644 --- a/pedagogy/tests.py +++ b/pedagogy/tests.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2019 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.conf import settings diff --git a/pedagogy/urls.py b/pedagogy/urls.py index 8cfca8d2..1540b578 100644 --- a/pedagogy/urls.py +++ b/pedagogy/urls.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2019 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/pedagogy/views.py b/pedagogy/views.py index 89187ca5..35d7839e 100644 --- a/pedagogy/views.py +++ b/pedagogy/views.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2019 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.conf import settings diff --git a/rootplace/__init__.py b/rootplace/__init__.py index 0aa913c4..ebcdf848 100644 --- a/rootplace/__init__.py +++ b/rootplace/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/rootplace/admin.py b/rootplace/admin.py index 5531f2a2..df9eed36 100644 --- a/rootplace/admin.py +++ b/rootplace/admin.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # # Register your models here. diff --git a/rootplace/management/__init__.py b/rootplace/management/__init__.py index 6492635a..ebcdf848 100644 --- a/rootplace/management/__init__.py +++ b/rootplace/management/__init__.py @@ -1,23 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/rootplace/management/commands/__init__.py b/rootplace/management/commands/__init__.py index 6492635a..ebcdf848 100644 --- a/rootplace/management/commands/__init__.py +++ b/rootplace/management/commands/__init__.py @@ -1,23 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/rootplace/management/commands/delete_all_forum_user_messages.py b/rootplace/management/commands/delete_all_forum_user_messages.py index 5bf9cd4b..37df256c 100644 --- a/rootplace/management/commands/delete_all_forum_user_messages.py +++ b/rootplace/management/commands/delete_all_forum_user_messages.py @@ -1,26 +1,22 @@ #!/usr/bin/env python3 -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017 -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.core.management.base import BaseCommand diff --git a/rootplace/models.py b/rootplace/models.py index 084dfa73..041b9fc8 100644 --- a/rootplace/models.py +++ b/rootplace/models.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # # Create your models here. diff --git a/rootplace/tests.py b/rootplace/tests.py index 81d0b616..4d7a2bc8 100644 --- a/rootplace/tests.py +++ b/rootplace/tests.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from datetime import timedelta diff --git a/rootplace/urls.py b/rootplace/urls.py index 696fb81e..e9956455 100644 --- a/rootplace/urls.py +++ b/rootplace/urls.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/rootplace/views.py b/rootplace/views.py index 7a045b73..870151e9 100644 --- a/rootplace/views.py +++ b/rootplace/views.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ajax_select.fields import AutoCompleteSelectField diff --git a/sas/__init__.py b/sas/__init__.py index 0aa913c4..ebcdf848 100644 --- a/sas/__init__.py +++ b/sas/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/sas/admin.py b/sas/admin.py index 3f6c6f42..6476178d 100644 --- a/sas/admin.py +++ b/sas/admin.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.contrib import admin diff --git a/sas/models.py b/sas/models.py index 3342facf..f424c6b7 100644 --- a/sas/models.py +++ b/sas/models.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import os diff --git a/sas/tests.py b/sas/tests.py index d888e761..e0805cd6 100644 --- a/sas/tests.py +++ b/sas/tests.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # # Create your tests here. diff --git a/sas/urls.py b/sas/urls.py index a425c0e6..0df10043 100644 --- a/sas/urls.py +++ b/sas/urls.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/sas/views.py b/sas/views.py index c2821bac..5e3dbfd4 100644 --- a/sas/views.py +++ b/sas/views.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ajax_select import make_ajax_field diff --git a/sith/__init__.py b/sith/__init__.py index 0aa913c4..ebcdf848 100644 --- a/sith/__init__.py +++ b/sith/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/sith/settings.py b/sith/settings.py index 8680be2a..ae205302 100644 --- a/sith/settings.py +++ b/sith/settings.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # """ diff --git a/sith/toolbar_debug.py b/sith/toolbar_debug.py index 139aec36..8bdf8788 100644 --- a/sith/toolbar_debug.py +++ b/sith/toolbar_debug.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017,2021 -# - Sli -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from debug_toolbar.panels.templates import TemplatesPanel as BaseTemplatesPanel diff --git a/sith/urls.py b/sith/urls.py index 106c2851..a797be19 100644 --- a/sith/urls.py +++ b/sith/urls.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # """sith URL Configuration diff --git a/sith/wsgi.py b/sith/wsgi.py index 017c575a..a6877af3 100644 --- a/sith/wsgi.py +++ b/sith/wsgi.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # """ diff --git a/stock/__init__.py b/stock/__init__.py index 6a83e48e..ebcdf848 100644 --- a/stock/__init__.py +++ b/stock/__init__.py @@ -1,24 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Guillaume "Lo-J" Renaud -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/stock/admin.py b/stock/admin.py index 28985c8c..9b6f2806 100644 --- a/stock/admin.py +++ b/stock/admin.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Guillaume "Lo-J" Renaud -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.contrib import admin diff --git a/stock/models.py b/stock/models.py index f93a1544..7528a417 100644 --- a/stock/models.py +++ b/stock/models.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Guillaume "Lo-J" Renaud -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.conf import settings diff --git a/stock/tests.py b/stock/tests.py index 884e1b09..e0805cd6 100644 --- a/stock/tests.py +++ b/stock/tests.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Guillaume "Lo-J" Renaud -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # # Create your tests here. diff --git a/stock/urls.py b/stock/urls.py index cf7ff13f..3c6f2156 100644 --- a/stock/urls.py +++ b/stock/urls.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Guillaume "Lo-J" Renaud -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/stock/views.py b/stock/views.py index 72a9ab56..0106c618 100644 --- a/stock/views.py +++ b/stock/views.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2016,2017 -# - Guillaume "Lo-J" Renaud -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from collections import OrderedDict diff --git a/subscription/__init__.py b/subscription/__init__.py index 0aa913c4..ebcdf848 100644 --- a/subscription/__init__.py +++ b/subscription/__init__.py @@ -1,15 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/subscription/admin.py b/subscription/admin.py index f81e6fde..b6350937 100644 --- a/subscription/admin.py +++ b/subscription/admin.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from ajax_select import make_ajax_form from django.contrib import admin diff --git a/subscription/models.py b/subscription/models.py index 5e47ab75..a099c027 100644 --- a/subscription/models.py +++ b/subscription/models.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import math diff --git a/subscription/tests.py b/subscription/tests.py index c347ab65..97756288 100644 --- a/subscription/tests.py +++ b/subscription/tests.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from datetime import date diff --git a/subscription/urls.py b/subscription/urls.py index 30992187..2d068731 100644 --- a/subscription/urls.py +++ b/subscription/urls.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/subscription/views.py b/subscription/views.py index ccffd58f..ceb65e98 100644 --- a/subscription/views.py +++ b/subscription/views.py @@ -1,17 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # # Copyright 2023 © AE UTBM # ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # # This file is part of the website of the UTBM Student Association (AE UTBM), # https://ae.utbm.fr. # -# You can find the source code of the website at https://github.com/ae-utbm/sith3 +# You can find the whole source code at https://github.com/ae-utbm/sith3 # # LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) # SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE # OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # import random diff --git a/trombi/__init__.py b/trombi/__init__.py index e9ebba43..ebcdf848 100644 --- a/trombi/__init__.py +++ b/trombi/__init__.py @@ -1,23 +1,19 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # diff --git a/trombi/admin.py b/trombi/admin.py index 0af9bcca..e7caa06c 100644 --- a/trombi/admin.py +++ b/trombi/admin.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.contrib import admin diff --git a/trombi/models.py b/trombi/models.py index b5e7d1a8..ff685d4e 100644 --- a/trombi/models.py +++ b/trombi/models.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from datetime import date diff --git a/trombi/tests.py b/trombi/tests.py index 087c75b4..e0805cd6 100644 --- a/trombi/tests.py +++ b/trombi/tests.py @@ -1,25 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017 -# - Skia +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # # Create your tests here. diff --git a/trombi/urls.py b/trombi/urls.py index 49ac42db..753d39e0 100644 --- a/trombi/urls.py +++ b/trombi/urls.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017,2020 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from django.urls import path diff --git a/trombi/views.py b/trombi/views.py index d2bf3231..b9ab2852 100644 --- a/trombi/views.py +++ b/trombi/views.py @@ -1,26 +1,21 @@ -# -*- coding:utf-8 -* +# -*- coding:utf-8 -*- # -# Copyright 2017,2020 -# - Skia -# - Sli +# Copyright 2023 © AE UTBM +# ae@utbm.fr / ae.info@utbm.fr +# All contributors are listed in the CONTRIBUTORS file. # -# Ce fichier fait partie du site de l'Association des Étudiants de l'UTBM, -# http://ae.utbm.fr. +# This file is part of the website of the UTBM Student Association (AE UTBM), +# https://ae.utbm.fr. # -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License a published by the Free Software -# Foundation; either version 3 of the License, or (at your option) any later -# version. +# You can find the whole source code at https://github.com/ae-utbm/sith3 # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Sofware Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# LICENSED UNDER THE GNU GENERAL PUBLIC LICENSE VERSION 3 (GPLv3) +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE +# OR WITHIN THE LOCAL FILE "LICENSE" # +# PREVIOUSLY LICENSED UNDER THE MIT LICENSE, +# SEE : https://raw.githubusercontent.com/ae-utbm/sith3/master/LICENSE.old +# OR WITHIN THE LOCAL FILE "LICENSE.old" # from datetime import date