summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-04 15:41:55 +0200
committerThomas Haller <thaller@redhat.com>2023-08-04 19:45:33 +0200
commit680df1730e74e9714f16c819951cd44a19e47d83 (patch)
treeb4459d0e3e45fe288f8de776318bb8203f1e77c6 /src
parent2f210d9ab812e77a76bf8e1450102430425d52ab (diff)
downloadlibnl-680df1730e74e9714f16c819951cd44a19e47d83.tar.gz
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 <joe@sassanosystems.com> 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
Diffstat (limited to 'src')
-rw-r--r--src/idiag-socket-details.c2
1 files changed, 1 insertions, 1 deletions
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 <joe@sassanosystems.com>
*/