Skip to content

Commit

Permalink
ui: update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
mnamici committed Jan 12, 2022
1 parent 4ff8c08 commit 28a97c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eddy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


__appname__ = 'Eddy'
__copyright__ = 'Copyright © 2021 OBDA Systems'
__copyright__ = 'Copyright © 2022 OBDA Systems'
__email__ = '[email protected]'
__license__ = 'GPL'
__organization__ = 'OBDA Systems'
Expand Down
2 changes: 1 addition & 1 deletion eddy/ui/splash.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 28a97c8

Please sign in to comment.