From 680df1730e74e9714f16c819951cd44a19e47d83 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 4 Aug 2023 15:41:55 +0200 Subject: idiag: "fix" license for "idiag-socket-details" tool This tool had a GPL-2.0-only license text when it was added. That is not what we require for libnl3 contributions. Since being added, the file was only touched by me (Thomas Haller) and Yegor Yefremov. Those are all trivial contributions. This leaves Joe Damato, who initially contributed the file. Joe agrees with this adjustment of the license (Thanks!!). Note that there is also a line: Copyright (c) 2013 Sassano Systems LLC Apparently, the copyright for the contribution is also with Joe, so there is no further problem. Fixes: c97c8c2bfdb0 ('Add idiag-socket-details') https://github.com/thom311/libnl/pull/354 --- src/idiag-socket-details.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/idiag-socket-details.c b/src/idiag-socket-details.c index 1159ccac..ac1d6207 100644 --- a/src/idiag-socket-details.c +++ b/src/idiag-socket-details.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-License-Identifier: LGPL-2.1-only */ /* * Copyright (c) 2013 Sassano Systems LLC */ -- cgit v1.2.3