diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-06-02 15:21:07 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-06-02 15:21:41 +0200 |
commit | 1fddadbcd507dd2d62ee4c4e579e1d242115b4b4 (patch) | |
tree | be320a206b294ae936f1dea3b70bcce0f5d36d31 | |
parent | 859dbdf891e16ac20b18f5fea4189f00746805eb (diff) |
tar2sqfs: add missing copyright header
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-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[] = { |