diff options
Diffstat (limited to 'lib/compat/strchrnul.c')
-rw-r--r-- | lib/compat/strchrnul.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/compat/strchrnul.c b/lib/compat/strchrnul.c index 681b287..7296060 100644 --- a/lib/compat/strchrnul.c +++ b/lib/compat/strchrnul.c @@ -1,3 +1,9 @@ +/* SPDX-License-Identifier: LGPL-3.0-or-later */ +/* + * strchrnul.c + * + * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> + */ #include "config.h" #include "compat.h" |