diff --git a/relational.py b/relational.py index b32083e..06a6996 100755 --- a/relational.py +++ b/relational.py @@ -27,7 +27,7 @@ version = "3.0" def printver(exit=True): print ("Relational %s" % version) - print ("Copyright (C) 2008-2017 Salvo 'LtWorf' Tomaselli.") + print ("Copyright (C) 2008-2020 Salvo 'LtWorf' Tomaselli.") print () print ("This program comes with ABSOLUTELY NO WARRANTY.") print ("This is free software, and you are welcome to redistribute it") diff --git a/relational_gui/guihandler.py b/relational_gui/guihandler.py index d6aff2c..da34184 100644 --- a/relational_gui/guihandler.py +++ b/relational_gui/guihandler.py @@ -1,5 +1,5 @@ # Relational -# Copyright (C) 2008-2017 Salvo "LtWorf" Tomaselli +# Copyright (C) 2008-2020 Salvo "LtWorf" Tomaselli # # Relational is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by