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