From 64b92d637c7bc22b22463f35722f1b63b2db11b1 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 1 Oct 2021 12:28:36 +0200 Subject: licensing: add spdx to our .cocci files Since those are chunks of code based on our codebase, it's easiest to use the same license. --- coccinelle/xsprintf.cocci | 1 + 1 file changed, 1 insertion(+) (limited to 'coccinelle/xsprintf.cocci') diff --git a/coccinelle/xsprintf.cocci b/coccinelle/xsprintf.cocci index 660a35e3f4..3b38090652 100644 --- a/coccinelle/xsprintf.cocci +++ b/coccinelle/xsprintf.cocci @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ @@ position p : script:python() { not p[0].file.startswith("man/") }; expression e, fmt; -- cgit v1.2.3