From 64b92d637c7bc22b22463f35722f1b63b2db11b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-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/mfree.cocci | 1 + 1 file changed, 1 insertion(+) (limited to 'coccinelle/mfree.cocci') diff --git a/coccinelle/mfree.cocci b/coccinelle/mfree.cocci index 1389cd35db..191cd626f5 100644 --- a/coccinelle/mfree.cocci +++ b/coccinelle/mfree.cocci @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ @@ expression p; @@ -- cgit v1.2.1