From 661f10a1ec52a553169be0359b9bc2ee12d70a92 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 17 Aug 2023 08:32:45 +0200 Subject: 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`. --- src/nl-cls-add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v0.12