Copyright line

This commit is contained in:
Salvo 'LtWorf' Tomaselli 2017-06-24 10:36:44 +02:00
parent 83ef5986e2
commit 5473e68e60
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Relational
# Copyright (C) 2008-2016 Salvo "LtWorf" Tomaselli
# Copyright (C) 2008-2017 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
@ -27,7 +27,7 @@ version = "2.6"
def printver(exit=True):
print ("Relational %s" % version)
print ("Copyright (C) 2008-2016 Salvo 'LtWorf' Tomaselli.")
print ("Copyright (C) 2008-2017 Salvo 'LtWorf' Tomaselli.")
print ()
print ("This program comes with ABSOLUTELY NO WARRANTY.")
print ("This is free software, and you are welcome to redistribute it")