The LGPL makes it difficult to use the code in the old BSD tools we
have in util-linux. After obtaining agreement from the major
contributors to the files, we are changing it to "Public Domain".
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit
549a5178574364a2bd219ad1ed028f4f4ea71c3d)
/*
- * SPDX-License-Identifier: LGPL-2.1-or-later
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
*
- * Copyright (C) 2012 Ondrej Oprala <ooprala@redhat.com>
- * Copyright (C) 2012-2014 Karel Zak <kzak@redhat.com>
+ * Authors: 2012 Ondrej Oprala <ooprala@redhat.com>
+ * 2012-2025 Karel Zak <kzak@redhat.com>
*
* This file may be distributed under the terms of the
* GNU Lesser General Public License.
/*
- * SPDX-License-Identifier: LGPL-2.1-or-later
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
*
- * Copyright (C) 2010 Davidlohr Bueso <dave@gnu.org>
- * Copyright (C) 2010-2022 Karel Zak <kzak@redhat.com>
- *
- * This file may be redistributed under the terms of the
- * GNU Lesser General Public License.
+ * Authors 2010 Davidlohr Bueso <dave@gnu.org>
+ * 2010-2025 Karel Zak <kzak@redhat.com>
*
* General memory allocation wrappers for malloc, realloc, calloc and strdup
*/
/*
- * SPDX-License-Identifier: LGPL-2.1-or-later
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
*
- * Copyright (C) 2012 Ondrej Oprala <ooprala@redhat.com>
- * Copyright (C) 2012-2014 Karel Zak <kzak@redhat.com>
+ * Authors: 2012 Ondrej Oprala <ooprala@redhat.com>
+ * 2012-2025 Karel Zak <kzak@redhat.com>
*
* This file may be distributed under the terms of the
* GNU Lesser General Public License.