From 597faf0a20b81b5bb56d40915b5dc53999e13dce Mon Sep 17 00:00:00 2001 From: chapeau Date: Sun, 27 Feb 2022 14:53:47 +0100 Subject: [PATCH] =?UTF-8?q?Changement=20de=20pr=C3=A9nom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .mailmap | 3 +-- api/routers.py | 2 +- api/urls.py | 2 +- pyproject.toml | 2 +- radius/api/serializers.py | 2 +- radius/api/urls.py | 2 +- radius/api/views.py | 2 +- radius/urls.py | 2 +- re2o/acl.py | 2 +- re2o/contributors.py | 2 +- re2o/mixins.py | 2 +- 11 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.mailmap b/.mailmap index fc7dde8f..1783e4c3 100644 --- a/.mailmap +++ b/.mailmap @@ -38,8 +38,7 @@ Lara Kermarec Lara Kermarec Augustin Lemesle Augustin Lemesle -Corentin Canebier -Corentin Canebier +Caroline Canebier Root `root` Root Root `root` Root Root `root` Root diff --git a/api/routers.py b/api/routers.py index 6f672fe2..18302aaf 100644 --- a/api/routers.py +++ b/api/routers.py @@ -4,7 +4,7 @@ # quelques clics. # # Copyright © 2018 Mael Kervella -# Copyright © 2020 Corentin Canebier +# Copyright © 2020 Caroline Canebier # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/api/urls.py b/api/urls.py index be7b197c..361bb922 100644 --- a/api/urls.py +++ b/api/urls.py @@ -4,7 +4,7 @@ # quelques clics. # # Copyright © 2018 Maël Kervella -# Copyright © 2020 Corentin Canebier +# Copyright © 2020 Caroline Canebier # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyproject.toml b/pyproject.toml index af537f62..5545581f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ "Alexandre Iooss", "Yoann Piétri", "Charlie Jacomme", - "Corentin Canebier", + "Caroline Canebier", "Bombar Maxime", "Guillaume Goessel", "Matthieu Michelet", diff --git a/radius/api/serializers.py b/radius/api/serializers.py index f4521e98..848029ea 100644 --- a/radius/api/serializers.py +++ b/radius/api/serializers.py @@ -3,7 +3,7 @@ # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. # -# Copyright © 2020 Corentin Canebier +# Copyright © 2020 Caroline Canebier # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radius/api/urls.py b/radius/api/urls.py index b0a0d336..414a3c59 100644 --- a/radius/api/urls.py +++ b/radius/api/urls.py @@ -3,7 +3,7 @@ # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. # -# Copyright © 2020 Corentin Canebier +# Copyright © 2020 Caroline Canebier # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radius/api/views.py b/radius/api/views.py index 67936687..9d18c7dd 100644 --- a/radius/api/views.py +++ b/radius/api/views.py @@ -3,7 +3,7 @@ # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. # -# Copyright © 2020 Corentin Canebier +# Copyright © 2020 Caroline Canebier # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radius/urls.py b/radius/urls.py index c412a679..d2553155 100644 --- a/radius/urls.py +++ b/radius/urls.py @@ -3,7 +3,7 @@ # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. # -# Copyright © 2021 Corentin Canebier +# Copyright © 2021 Caroline Canebier # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/re2o/acl.py b/re2o/acl.py index 72633256..6c447439 100644 --- a/re2o/acl.py +++ b/re2o/acl.py @@ -6,7 +6,7 @@ # Copyright © 2017 Gabriel Détraz # Copyright © 2017 Lara Kermarec # Copyright © 2017 Augustin Lemesle -# Copyright © 2020 Corentin Canebier +# Copyright © 2020 Caroline Canebier # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/re2o/contributors.py b/re2o/contributors.py index 1cf38acc..3fb47e19 100644 --- a/re2o/contributors.py +++ b/re2o/contributors.py @@ -16,7 +16,7 @@ CONTRIBUTORS = [ "Alexandre Iooss", "Yoann Piétri", "Charlie Jacomme", - "Corentin Canebier", + "Caroline Canebier", "Bombar Maxime", "Guillaume Goessel", "Matthieu Michelet", diff --git a/re2o/mixins.py b/re2o/mixins.py index e0ce3310..3c5b32e7 100644 --- a/re2o/mixins.py +++ b/re2o/mixins.py @@ -5,7 +5,7 @@ # # Copyright © 2018 Gabriel Détraz # Copyright © 2017 Charlie Jacomme -# Copyright © 2020 Corentin Canebier +# Copyright © 2020 Caroline Canebier # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by