From 91e8aafc8259115b7fff81d46bee82bca036526e Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 21 Nov 2022 14:25:39 +0100 Subject: Make some string functions from libcompat available to libsquashfs Signed-off-by: David Oberhollenzer --- lib/compat/strchrnul.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/compat/strchrnul.c') 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 + */ #include "config.h" #include "compat.h" -- cgit v1.2.3