diff options
Diffstat (limited to 'tests/crc32.c')
-rw-r--r-- | tests/crc32.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/crc32.c b/tests/crc32.c index 290f5cf..669c6a4 100644 --- a/tests/crc32.c +++ b/tests/crc32.c @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * crc32.c + * + * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> + */ #include "config.h" #include "util.h" |