summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libsstv.template.h4
-rw-r--r--src/luts.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/libsstv.template.h b/src/libsstv.template.h
index ceda0c4..362ecbd 100644
--- a/src/libsstv.template.h
+++ b/src/libsstv.template.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 Vasile Vilvoiu (YO7JBP) <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2018-2023 Vasile Vilvoiu (YO7JBP) <vasi.vilvoiu@gmail.com>
*
* libsstv is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
@@ -311,4 +311,4 @@ extern sstv_error_t sstv_encode(void *ctx, sstv_signal_t *signal);
}
#endif
-#endif \ No newline at end of file
+#endif
diff --git a/src/luts.c b/src/luts.c
index 7e73b88..ccb4259 100644
--- a/src/luts.c
+++ b/src/luts.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 Vasile Vilvoiu (YO7JBP) <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2018-2023 Vasile Vilvoiu (YO7JBP) <vasi.vilvoiu@gmail.com>
*
* libsstv is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.