diff options
Diffstat (limited to 'unpack/restore_fstree.c')
-rw-r--r-- | unpack/restore_fstree.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unpack/restore_fstree.c b/unpack/restore_fstree.c index a868062..c25763c 100644 --- a/unpack/restore_fstree.c +++ b/unpack/restore_fstree.c @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * restore_fstree.c + * + * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> + */ #include "rdsquashfs.h" static int create_node(tree_node_t *n, int flags) |