diff --git a/cli.py b/cli.py index bb4f356..1ad03c4 100644 --- a/cli.py +++ b/cli.py @@ -20,7 +20,7 @@ except: # INITIALISATION DES # # VARIABLES # ###################### -__author__ = "Rick" +__author__ = "rick@gnous.eu" __licence__ = "GLP3 or later" parser = argparse.ArgumentParser( diff --git a/components/config.py b/components/config.py index a170625..473a30e 100644 --- a/components/config.py +++ b/components/config.py @@ -9,7 +9,7 @@ from PyQt5.QtWidgets import QLineEdit, QSpinBox, QDoubleSpinBox, QDialog, QRadio # INITIALISATION DES # # VARIABLES # ###################### -__author__ = "Rick" +__author__ = "rick@gnous.eu" __licence__ = "GPL3 or later" diff --git a/controllers/controllerConfig.py b/controllers/controllerConfig.py index 44d0313..80aff36 100644 --- a/controllers/controllerConfig.py +++ b/controllers/controllerConfig.py @@ -13,7 +13,7 @@ import logging # INITIALISATION DES # # VARIABLES # ###################### -__author__ = "Rick" +__author__ = "rick@gnous.eu" __licence__ = "GPL3 or later" class ControllerConfig: diff --git a/controllers/controllerMorse.py b/controllers/controllerMorse.py index dabdc33..ddf6854 100644 --- a/controllers/controllerMorse.py +++ b/controllers/controllerMorse.py @@ -12,7 +12,7 @@ import logging # INITIALISATION DES # # VARIABLES # ###################### -__author__ = "Rick" +__author__ = "rick@gnous.eu" __licence__ = "GPL3 or later" class ControllerMorse(QRunnable): diff --git a/gui.py b/gui.py index 51287bc..cac495a 100644 --- a/gui.py +++ b/gui.py @@ -18,7 +18,7 @@ except Exception as err: # INITIALISATION DES # # VARIABLES # ###################### -__author__ = "Rick" +__author__ = "rick@gnous.eu" __licence__ = "GPL3 or later" class InterfaceMorse(QMainWindow): diff --git a/morse.py b/morse.py index 0c4fba7..6e72f44 100644 --- a/morse.py +++ b/morse.py @@ -25,7 +25,7 @@ except RuntimeError: # INITIALISATION DES # # VARIABLES # ###################### -__author__ = "Rick" +__author__ = "rick@gnous.eu" __licence__ = "GPL3 or later" class TraducteurMorse: diff --git a/utils/morseHandler.py b/utils/morseHandler.py index 1d17209..dac2cf6 100644 --- a/utils/morseHandler.py +++ b/utils/morseHandler.py @@ -8,7 +8,7 @@ from logging import Handler # INITIALISATION DES # # VARIABLES # ###################### -__author__ = "Rick" +__author__ = "rick@gnous.eu" __licence__ = "GPL3 or later" class MorseHandler(Handler):