diff --git a/eddy/__init__.py b/eddy/__init__.py index d75c817a..97d42519 100644 --- a/eddy/__init__.py +++ b/eddy/__init__.py @@ -34,7 +34,7 @@ __appname__ = 'Eddy' -__copyright__ = 'Copyright © 2021 OBDA Systems' +__copyright__ = 'Copyright © 2022 OBDA Systems' __email__ = 'info@obdasystems.com' __license__ = 'GPL' __organization__ = 'OBDA Systems' diff --git a/eddy/ui/splash.py b/eddy/ui/splash.py index f92c0f50..9863e0cb 100644 --- a/eddy/ui/splash.py +++ b/eddy/ui/splash.py @@ -49,7 +49,7 @@ from eddy.core.functions.misc import rangeF COPYRIGHT = ' Copyright © 2015-2017 Sapienza Università di Roma\n' \ - ' Copyright © 2017-2021 OBDA Systems' + ' Copyright © 2017-2022 OBDA Systems' LICENSE = ' Licensed under the GNU General Public License v3' CREDITS = ' Developed by OBDA Systems'