xz: Update Authors list in a few files.

This commit is contained in:
Jia Tan 2023-07-18 00:51:48 +08:00
parent 289034a168
commit abc1d5601b
5 changed files with 10 additions and 5 deletions

View 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.

View 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.

View 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.

View 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.

View 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.