diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-30 06:53:25 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-30 06:53:25 +0200 |
commit | 7e00faaca0207eb6ee6cf109c09cc489d8fb7e3f (patch) | |
tree | 6cb236ccadeb001b70d64d6fd7f52dad3c0b3623 /tar | |
parent | 3811f48ced97ec0fe56b48f0d9d906a43037e2fd (diff) |
Add propper copyright headers to all source files
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tar')
-rw-r--r-- | tar/sqfs2tar.c | 5 | ||||
-rw-r--r-- | tar/tar2sqfs.c | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/tar/sqfs2tar.c b/tar/sqfs2tar.c index 32d155e..13a2339 100644 --- a/tar/sqfs2tar.c +++ b/tar/sqfs2tar.c @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * sqfs2tar.c + * + * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> + */ #include "config.h" #include "meta_reader.h" diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index ffb1c99..f774c9d 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * tar2sqfs.c + * + * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> + */ #include "config.h" #include "data_writer.h" |