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