diff options
Diffstat (limited to 'lib/comp/xz.c')
-rw-r--r-- | lib/comp/xz.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/comp/xz.c b/lib/comp/xz.c index 330441c..3e63050 100644 --- a/lib/comp/xz.c +++ b/lib/comp/xz.c @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * xz.c + * + * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> + */ #include "config.h" #include <stdbool.h> |