summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parent1ee2a3c8c84dd96c52eea826a3a238a5e140976e (diff)
Update license information. Update email.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3bcab10..0273622 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
*NOTE: The current pre-release version of the library only supports encoding of images in a multitude of modes. Decoding support is planned for the 1.0.0 version, but as of yet no work has been done in that direction.*
-SSTV C encoder/decoder library suitable for both desktop and embedded applications.
+SSTV encoder/~~decoder~~ C library suitable for both desktop and embedded applications.
## Building and installing
@@ -47,6 +47,12 @@ To install these packages in ArchLinux:
pacman -S imagemagick libsndfile
```
+## License
+
+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.
+
## Acknowledgements
Taywee/args library by Taylor C. Richberger and Pavel Belikov, released under the MIT license.