diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-17 06:32:45 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-21 09:21:52 (GMT) |
commit | 661f10a1ec52a553169be0359b9bc2ee12d70a92 (patch) | |
tree | 2fc012a67bbb502c060ce0d1ef124c02dec5a79a | |
parent | c8fcb412f816dbdd27e10fc8b85b66a98eec7031 (diff) | |
download | libnl-661f10a1ec52a553169be0359b9bc2ee12d70a92.zip libnl-661f10a1ec52a553169be0359b9bc2ee12d70a92.tar.gz libnl-661f10a1ec52a553169be0359b9bc2ee12d70a92.tar.bz2 |
license: fix/adjust license for "src/nl-cls-add.c"
In commit ef858fb492df ('- Reworked the classifier interface. - Added
initial ematch support - Added support for the basic classifier - Added
support for the cgroup classifier'), the license headers were added as
GPL-2.0-only. That is in conflict with the licences of the project and a
problem.
We would either have to delete the code, or "change" the license.
The file only had (relevant) contributions by Thomas Graf. There are
some trivial modifications by myself (Thomas Haller), and I agree with
this change. There is also a small change by another contributor, which
does seem trivial enough to not prevent changing the license:
- 4ff512b05456 [Cong Wang] ('correct --protocol option for nl-cls-* utilities')
- c52087601198 [Peter Wu] ('trivial: whitespace-only fixes for src and lib')
- cee0b1b50c2e [Yegor Yefremov] ('Add SPDX identifiers')
See `gitk src/nl-cls-add.c`.
-rw-r--r-- | src/nl-cls-add.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nl-cls-add.c b/src/nl-cls-add.c index dd6d4ec..0f85859 100644 --- a/src/nl-cls-add.c +++ b/src/nl-cls-add.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-License-Identifier: LGPL-2.1-only */ /* * Copyright (c) 2003-2011 Thomas Graf <tgraf@suug.ch> */ |