diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/encoder.c | 4 | ||||
| -rw-r--r-- | src/libsstv.template.h | 2 | ||||
| -rw-r--r-- | src/luts.c | 2 | ||||
| -rw-r--r-- | src/luts.h | 4 | ||||
| -rw-r--r-- | src/sstv.c | 4 | ||||
| -rw-r--r-- | src/sstv.h | 4 | ||||
| -rw-r--r-- | src/tools/sstv-encode.cpp | 2 |
7 files changed, 11 insertions, 11 deletions
diff --git a/src/encoder.c b/src/encoder.c index c9e9c7a..c749e3c 100644 --- a/src/encoder.c +++ b/src/encoder.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. @@ -1029,4 +1029,4 @@ sstv_encode(void *ctx, sstv_signal_t *signal) } signal->count ++; } -}
\ No newline at end of file +} diff --git a/src/libsstv.template.h b/src/libsstv.template.h index 362ecbd..c00fb41 100644 --- a/src/libsstv.template.h +++ b/src/libsstv.template.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2023 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. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2023 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. @@ -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. @@ -16,4 +16,4 @@ extern uint8_t SSTV_SIN_INT10_UINT8[1024]; extern int16_t SSTV_SIN_INT10_INT16[1024]; -#endif
\ No newline at end of file +#endif @@ -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 +} @@ -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. @@ -91,4 +91,4 @@ extern sstv_free_t sstv_free_user; extern sstv_error_t sstv_get_mode_descriptor(sstv_mode_t mode, uint32_t sample_rate, sstv_mode_descriptor_t *desc); -#endif
\ No newline at end of file +#endif diff --git a/src/tools/sstv-encode.cpp b/src/tools/sstv-encode.cpp index 46b6ca2..3c6e391 100644 --- a/src/tools/sstv-encode.cpp +++ b/src/tools/sstv-encode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2023 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. |
