From: Karel Zak Date: Mon, 9 Dec 2019 10:30:55 +0000 (+0100) Subject: lib/randutils: re-licensing back to BSD X-Git-Tag: v2.35-rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dde4b59369a18d6b49648277069a79a1d58a4690;p=thirdparty%2Futil-linux.git lib/randutils: re-licensing back to BSD 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 Signed-off-by: Christopher James Halse Rogers Signed-off-by: Karel Zak --- diff --git a/lib/randutils.c b/lib/randutils.c index de42795309..e5deb74f18 100644 --- a/lib/randutils.c +++ b/lib/randutils.c @@ -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 #include