From ed39dbf1c50e3f535ca6904a384752d78803b0f9 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Sat, 26 Aug 2023 19:08:57 +0300 Subject: Update license information. Update email. --- util/genluts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/genluts.py') 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) \n'.format(datetime.datetime.now().date().strftime("%Y"))) +f.write(' * Copyright (c) 2018-{} Vasile Vilvoiu (YO7JBP) \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') -- cgit v1.2.3