diff options
Diffstat (limited to 'unpack/list_files.c')
-rw-r--r-- | unpack/list_files.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unpack/list_files.c b/unpack/list_files.c index 9c48d46..857657b 100644 --- a/unpack/list_files.c +++ b/unpack/list_files.c @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * list_files.c + * + * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> + */ #include "rdsquashfs.h" static void mode_to_str(uint16_t mode, char *p) |