diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2023-08-26 19:08:57 +0300 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2023-08-26 19:08:57 +0300 |
| commit | ed39dbf1c50e3f535ca6904a384752d78803b0f9 (patch) | |
| tree | d59da59090aefb95d2effaecddff34b1fff96958 /util/genluts.py | |
| parent | 1ee2a3c8c84dd96c52eea826a3a238a5e140976e (diff) | |
Update license information. Update email.
Diffstat (limited to 'util/genluts.py')
| -rw-r--r-- | util/genluts.py | 2 |
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') |
