This file combines "LGPL-2.1-or-later" and "GPLv2 or later" code, so the resulting code is GPL-2.0-or-later via the LGPL conversion clause.
Cc: Martin Wilck <[email protected]> Cc: Benjamin Marzinski <[email protected]> Cc: Christophe Varoqui <[email protected]> Cc: DM_DEVEL-ML <[email protected]> Signed-off-by: Xose Vazquez Perez <[email protected]> --- libmpathutil/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmpathutil/util.c b/libmpathutil/util.c index 23a9797c..2220f4ab 100644 --- a/libmpathutil/util.c +++ b/libmpathutil/util.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #include <assert.h> #include <ctype.h> #include <limits.h> @@ -34,7 +35,6 @@ strchop(char *str) /* * glibc's non-destructive version of basename() - * License: LGPL-2.1-or-later */ const char *libmp_basename(const char *filename) { @@ -219,7 +219,7 @@ static pthread_once_t _lvc_initialized = PTHREAD_ONCE_INIT; * if (get_linux_version_code() > KERNEL_VERSION(2,2,11)) { <stuff> } * * Copyright (C) 1999-2004 by Erik Andersen <[email protected]> - * Code copied from busybox (GPLv2 or later) + * Code copied from busybox */ static void _set_linux_version_code(void) -- 2.53.0
