diff options
Diffstat (limited to 'unpack/options.c')
-rw-r--r-- | unpack/options.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unpack/options.c b/unpack/options.c index e7911e5..c281415 100644 --- a/unpack/options.c +++ b/unpack/options.c @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * options.c + * + * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> + */ #include "rdsquashfs.h" static struct option long_opts[] = { |