]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/randutils: re-licensing back to BSD
authorKarel Zak <kzak@redhat.com>
Mon, 9 Dec 2019 10:30:55 +0000 (11:30 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 9 Dec 2019 10:30:55 +0000 (11:30 +0100)
The file is originally from libuuid, this library is under BSD
licence. Unfortunately, I have added LGPL header by accident to the
file (commit 0f23ee0c855d686b0c315af2c96b8835134cd9e3).

The file under LGPL was modified (in relevant way) by Sami,
Christopher and me. We all agree with re-licensing back to BSD.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Christopher James Halse Rogers <chris@cooperteam.net>
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/randutils.c

index de427953098748345b2c7d14831140d2e21e0fb1..e5deb74f18f3c80730afa74cc82462f8c76ced08 100644 (file)
@@ -1,10 +1,11 @@
 /*
- * General purpose random utilities
+ * SPDX-License-Identifier: BSD-3-Clause
  *
- * Based on libuuid code.
+ * General purpose random utilities. Based on libuuid code.
  *
- * This file may be redistributed under the terms of the
- * GNU Lesser General Public License.
+ * This code is free software; you can redistribute it and/or modify it under
+ * the terms of the Modified BSD License. The complete text of the license is
+ * available in the Documentation/licenses/COPYING.BSD-3-Clause file.
  */
 #include <stdio.h>
 #include <unistd.h>