diff options
Diffstat (limited to 'coccinelle/macros.h')
-rw-r--r-- | coccinelle/macros.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/coccinelle/macros.h b/coccinelle/macros.h index 62177f0d86..0be4aaea42 100644 --- a/coccinelle/macros.h +++ b/coccinelle/macros.h @@ -1,4 +1,6 @@ -/* Collected macros from our systemd codebase to make the cocci semantic +/* SPDX-License-Identifier: LGPL-2.1-or-later */ +/* + * Collected macros from our systemd codebase to make the cocci semantic * parser happy. Inspired by the original cocci macros file * /usr/lib64/coccinelle/standard.h (including the YACFE_* symbols) */ |