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