diff options
Diffstat (limited to '')
-rw-r--r-- | src/xz/coder.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xz/coder.c b/src/xz/coder.c index ab2b07d3..3fefded9 100644 --- a/src/xz/coder.c +++ b/src/xz/coder.c @@ -3,7 +3,8 @@ /// \file coder.c /// \brief Compresses or uncompresses a file // -// Author: Lasse Collin +// Authors: Lasse Collin +// Jia Tan // // This file has been put into the public domain. // You can do whatever you want with this file. |