summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/genluts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/genluts.py b/util/genluts.py
index 2647280..22b2be9 100644
--- a/util/genluts.py
+++ b/util/genluts.py
@@ -6,7 +6,7 @@ f = open('src/luts.c', 'w')
# header
f.write('/*\n')
-f.write(' * Copyright (c) 2018-{} Vasile Vilvoiu (YO7JBP) <vasi.vilvoiu@gmail.com>\n'.format(datetime.datetime.now().date().strftime("%Y")))
+f.write(' * Copyright (c) 2018-{} Vasile Vilvoiu (YO7JBP) <vasi@vilvoiu.ro>\n'.format(datetime.datetime.now().date().strftime("%Y")))
f.write(' *\n')
f.write(' * libsstv is free software; you can redistribute it and/or modify\n')
f.write(' * it under the terms of the MIT license. See LICENSE for details.\n')