summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorVasile Vilvoiu <vasi@vilvoiu.ro>2023-08-26 19:08:57 +0300
committerVasile Vilvoiu <vasi@vilvoiu.ro>2023-08-26 19:08:57 +0300
commited39dbf1c50e3f535ca6904a384752d78803b0f9 (patch)
treed59da59090aefb95d2effaecddff34b1fff96958 /util
parent1ee2a3c8c84dd96c52eea826a3a238a5e140976e (diff)
Update license information. Update email.
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')