aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-04-14 18:42:33 +0300
committerJia Tan <jiat0218@gmail.com>2023-04-25 20:19:21 +0800
commitd1f0e01c395960efd6c29ff144eda4f4c8c1c6d3 (patch)
tree2be61a210a0fcb54be664d6566b921523da0e09e /src
parentliblzma: Cleans up old commented out code. (diff)
downloadxz-d1f0e01c395960efd6c29ff144eda4f4c8c1c6d3.tar.xz
liblzma: Update project maintainers in lzma.h.
AUTHORS was updated earlier, lzma.h was simply forgotten.
Diffstat (limited to 'src')
-rw-r--r--src/liblzma/api/lzma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h
index 4d8e3994..f38513d3 100644
--- a/src/liblzma/api/lzma.h
+++ b/src/liblzma/api/lzma.h
@@ -10,7 +10,7 @@
*
* liblzma is part of XZ Utils <https://tukaani.org/xz/>. XZ Utils includes
* a gzip-like command line tool named xz and some other tools. XZ Utils
- * is developed and maintained by Lasse Collin.
+ * is developed and maintained by Lasse Collin and Jia Tan.
*
* Major parts of liblzma are based on Igor Pavlov's public domain LZMA SDK
* <https://7-zip.org/sdk.html>.