aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS4
-rw-r--r--README10
-rw-r--r--linux/lib/xz/xz_dec_bcj.c1
-rw-r--r--linux/lib/xz/xz_dec_syms.c2
4 files changed, 6 insertions, 11 deletions
diff --git a/AUTHORS b/AUTHORS
index 2371d62..23afcf1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,8 +2,8 @@
Authors of XZ Embedded
======================
- XZ Embedded is developed and maintained by Lasse Collin
- <lasse.collin@tukaani.org> and Jia Tan <jiat0218@gmail.com>.
+ XZ Embedded is developed and maintained by
+ Lasse Collin <lasse.collin@tukaani.org>.
Major parts of XZ Embedded are based on code written by Igor Pavlov,
specifically the LZMA SDK <https://7-zip.org/sdk.html>. Without this
diff --git a/README b/README
index 2171825..2cb5461 100644
--- a/README
+++ b/README
@@ -165,11 +165,7 @@ Notes about shared libraries
Contact information
- If you have questions, bug reports, patches etc. related to
- XZ Embedded, the project maintainers Lasse Collin and Jia Tan
- can be reached via email, IRC, or GitHub:
-
- - Email: xz@tukaani.org
- - IRC: #tukaani on Libera Chat
- - GitHub: https://github.com/tukaani-project/xz-embedded
+ Email: Lasse Collin <lasse.collin@tukaani.org>
+ IRC: Larhzu on #tukaani on Libera Chat
+ GitHub: https://github.com/tukaani-project/xz-embedded
diff --git a/linux/lib/xz/xz_dec_bcj.c b/linux/lib/xz/xz_dec_bcj.c
index c04767d..42d7f26 100644
--- a/linux/lib/xz/xz_dec_bcj.c
+++ b/linux/lib/xz/xz_dec_bcj.c
@@ -5,7 +5,6 @@
*
* Authors: Lasse Collin <lasse.collin@tukaani.org>
* Igor Pavlov <https://7-zip.org/>
- * Jia Tan <jiat0218@gmail.com>
*/
#include "xz_private.h"
diff --git a/linux/lib/xz/xz_dec_syms.c b/linux/lib/xz/xz_dec_syms.c
index 8f4925a..f40817d 100644
--- a/linux/lib/xz/xz_dec_syms.c
+++ b/linux/lib/xz/xz_dec_syms.c
@@ -23,5 +23,5 @@ EXPORT_SYMBOL(xz_dec_microlzma_end);
MODULE_DESCRIPTION("XZ decompressor");
MODULE_VERSION("1.2");
-MODULE_AUTHOR("Lasse Collin, Igor Pavlov, Jia Tan");
+MODULE_AUTHOR("Lasse Collin <lasse.collin@tukaani.org> and Igor Pavlov");
MODULE_LICENSE("Dual BSD/GPL");