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. --- src/encoder.c | 4 ++-- src/libsstv.template.h | 2 +- src/luts.c | 2 +- src/luts.h | 4 ++-- src/sstv.c | 4 ++-- src/sstv.h | 4 ++-- src/tools/sstv-encode.cpp | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src') 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) + * Copyright (c) 2018-2023 Vasile Vilvoiu (YO7JBP) * * 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) + * Copyright (c) 2018-2023 Vasile Vilvoiu (YO7JBP) * * libsstv is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. diff --git a/src/luts.c b/src/luts.c index ccb4259..a26d3c1 100644 --- a/src/luts.c +++ b/src/luts.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2023 Vasile Vilvoiu (YO7JBP) + * Copyright (c) 2018-2023 Vasile Vilvoiu (YO7JBP) * * libsstv is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. diff --git a/src/luts.h b/src/luts.h index c6a3411..b4849d6 100644 --- a/src/luts.h +++ b/src/luts.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Vasile Vilvoiu (YO7JBP) + * Copyright (c) 2018-2023 Vasile Vilvoiu (YO7JBP) * * 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 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) + * Copyright (c) 2018-2023 Vasile Vilvoiu (YO7JBP) * * 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 +} diff --git a/src/sstv.h b/src/sstv.h index 4e05358..ab57f96 100644 --- a/src/sstv.h +++ b/src/sstv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Vasile Vilvoiu (YO7JBP) + * Copyright (c) 2018-2023 Vasile Vilvoiu (YO7JBP) * * 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) + * Copyright (c) 2018-2023 Vasile Vilvoiu (YO7JBP) * * libsstv is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. -- cgit v1.2.3