diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-04 13:41:55 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-04 17:45:33 (GMT) |
commit | 680df1730e74e9714f16c819951cd44a19e47d83 (patch) | |
tree | b4459d0e3e45fe288f8de776318bb8203f1e77c6 | |
parent | 2f210d9ab812e77a76bf8e1450102430425d52ab (diff) | |
download | libnl-680df1730e74e9714f16c819951cd44a19e47d83.zip libnl-680df1730e74e9714f16c819951cd44a19e47d83.tar.gz libnl-680df1730e74e9714f16c819951cd44a19e47d83.tar.bz2 |
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
-rw-r--r-- | src/idiag-socket-details.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idiag-socket-details.c b/src/idiag-socket-details.c index 1159cca..ac1d620 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> */ |