diff options
Diffstat (limited to 'lib/comp/zstd.c')
-rw-r--r-- | lib/comp/zstd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/comp/zstd.c b/lib/comp/zstd.c index 8fa931b..252e1bf 100644 --- a/lib/comp/zstd.c +++ b/lib/comp/zstd.c @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * zstd.c + * + * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> + */ #include "config.h" #include <stdbool.h> |