aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-04-05 13:50:35 +0300
committerLasse Collin <lasse.collin@tukaani.org>2024-04-05 13:50:35 +0300
commitd4a9bc83c72d8087fe36ff388e89599626da7873 (patch)
tree1b65e7b43845fa3d9555724020c6de39b8b03009
parentbc5e894327975b9dcba802d0b507ea38b0f0e59a (diff)
downloadxz-embedded-upstream-master.tar.gz
Update author info.upstream-master
I had put Jia Tan in RISC-V authors in XZ Embedded largely as a courtesy. The adaptation of the RISC-V decoder to XZ Embedded I did alone based on the liblzma code in XZ Utils. Jia had only done minor work on the RISC-V filter *code* in liblzma, adding macros to avoid repeated code and making improvements to comments, which I reviewed and edited further. The initial commit in XZ Utils (440a2eccb082dc13400c09e22308a58fef85146c) was made by Jia but the riscv.c file in that commit was almost solely written by me (and matched the file I had outside of the Git tree). Thus it's fine to remove Jia's name from XZ Embedded author info.
-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");