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/equals-null.cocci | 1 + 1 file changed, 1 insertion(+) (limited to 'coccinelle/equals-null.cocci') diff --git a/coccinelle/equals-null.cocci b/coccinelle/equals-null.cocci index 3fce0f4caa..92c7054013 100644 --- a/coccinelle/equals-null.cocci +++ b/coccinelle/equals-null.cocci @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ @@ expression e; statement s; -- cgit v1.2.3