summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVasile Vilvoiu <vasi@vilvoiu.ro>2023-08-26 19:08:57 +0300
committerVasile Vilvoiu <vasi@vilvoiu.ro>2023-08-26 19:08:57 +0300
commited39dbf1c50e3f535ca6904a384752d78803b0f9 (patch)
treed59da59090aefb95d2effaecddff34b1fff96958 /src
parent1ee2a3c8c84dd96c52eea826a3a238a5e140976e (diff)
Update license information. Update email.
Diffstat (limited to 'src')
-rw-r--r--src/encoder.c4
-rw-r--r--src/libsstv.template.h2
-rw-r--r--src/luts.c2
-rw-r--r--src/luts.h4
-rw-r--r--src/sstv.c4
-rw-r--r--src/sstv.h4
-rw-r--r--src/tools/sstv-encode.cpp2
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.
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) <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.
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) <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
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
+}
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) <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.