]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
xz: Update Authors list in a few files.
authorJia Tan <jiat0218@gmail.com>
Mon, 17 Jul 2023 16:51:48 +0000 (00:51 +0800)
committerJia Tan <jiat0218@gmail.com>
Mon, 17 Jul 2023 16:51:48 +0000 (00:51 +0800)
src/xz/args.c
src/xz/args.h
src/xz/coder.c
src/xz/coder.h
src/xz/message.c

index 7af3e85003eb44ad6440dd00cfbb9afb14d7e123..8b9435306ea03fa7d868f4f4385bc4e6a6f95813 100644 (file)
@@ -5,7 +5,8 @@
 ///
 /// \note       Filter-specific options parsing is in options.c.
 //
-//  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.
index a1a5930ae5b1fb944162699ed20850247493300a..a1f42f8a92ee609259c83f7b681b293230e419dd 100644 (file)
@@ -3,7 +3,8 @@
 /// \file       args.h
 /// \brief      Argument parsing
 //
-//  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.
index ab2b07d36d8e432e60d9bd296d0c94d34f06f9ae..3fefded9d68774cb5d24dca2845c4d0c891a3486 100644 (file)
@@ -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.
index 7a2559393b1734993610b6f4f689af1cc61b3b1a..7dfa466e206cd6067032f397a048cd4baed47e5e 100644 (file)
@@ -3,7 +3,8 @@
 /// \file       coder.h
 /// \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.
index a888d29eea234866c03cf11c315562eba8552638..8caba65069ccca94d2efcd937c84994b785d7316 100644 (file)
@@ -3,7 +3,8 @@
 /// \file       message.c
 /// \brief      Printing messages
 //
-//  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.