summaryrefslogtreecommitdiff
path: root/coccinelle/macros.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-10-01 12:28:36 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-10-01 14:45:00 +0200
commit64b92d637c7bc22b22463f35722f1b63b2db11b1 (patch)
tree2ea85bb4403f5613412f93434af7d76715f1514b /coccinelle/macros.h
parented77c2de1fc4918a2dfb2be2ae364a32348d7a40 (diff)
downloadsystemd-64b92d637c7bc22b22463f35722f1b63b2db11b1.tar.gz
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.
Diffstat (limited to 'coccinelle/macros.h')
-rw-r--r--coccinelle/macros.h4
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)
*/