summaryrefslogtreecommitdiff
path: root/src/sstv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sstv.c')
-rw-r--r--src/sstv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sstv.c b/src/sstv.c
index 96302ec..b5256bc 100644
--- a/src/sstv.c
+++ b/src/sstv.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 Vasile Vilvoiu (YO7JBP) <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2018-2023 Vasile Vilvoiu (YO7JBP) <vasi@vilvoiu.ro>
*
* libsstv is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
@@ -785,4 +785,4 @@ sstv_get_mode_descriptor(sstv_mode_t mode, uint32_t sample_rate, sstv_mode_descr
/* all ok */
return SSTV_OK;
-} \ No newline at end of file
+}