From: Karel Zak Date: Tue, 4 Feb 2025 09:10:57 +0000 (+0100) Subject: include/debug: Relicense to Public Domain X-Git-Tag: v2.42-start~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e96a7c9d96170ca961acf9f352d467d77acfedd6;p=thirdparty%2Futil-linux.git include/debug: Relicense to Public Domain After reaching an agreement with Ondrej Oprala, we have decided to change the license of debug.h and debugobj.h from LGPL to Public Domain. This change is more suitable for the files in the include/ directory of util-linux. CC: Ondrej Oprala Signed-off-by: Karel Zak --- diff --git a/include/debug.h b/include/debug.h index 4497d874a..15b09d07a 100644 --- a/include/debug.h +++ b/include/debug.h @@ -1,11 +1,6 @@ /* - * SPDX-License-Identifier: LGPL-2.1-or-later - * - * Copyright (C) 2014 Ondrej Oprala - * Copyright (C) 2014 Karel Zak - * - * This file may be distributed under the terms of the - * GNU Lesser General Public License. + * No copyright is claimed. This code is in the public domain; do with + * it what you wish. */ #ifndef UTIL_LINUX_DEBUG_H #define UTIL_LINUX_DEBUG_H diff --git a/include/debugobj.h b/include/debugobj.h index eac3ff908..dbeaf8d64 100644 --- a/include/debugobj.h +++ b/include/debugobj.h @@ -1,11 +1,6 @@ /* - * SPDX-License-Identifier: LGPL-2.1-or-later - * - * Copyright (C) 2014 Ondrej Oprala - * Copyright (C) 2014 Karel Zak - * - * This file may be distributed under the terms of the - * GNU Lesser General Public License. + * No copyright is claimed. This code is in the public domain; do with + * it what you wish. */ #ifndef UTIL_LINUX_DEBUGOBJ_H #define UTIL_LINUX_DEBUGOBJ_H