diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-01 12:28:36 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-10-01 14:45:00 +0200 |
commit | 64b92d637c7bc22b22463f35722f1b63b2db11b1 (patch) | |
tree | 2ea85bb4403f5613412f93434af7d76715f1514b /coccinelle/not_in_set.cocci | |
parent | licensing: add header to POTFILES.in (diff) | |
download | systemd-64b92d637c7bc22b22463f35722f1b63b2db11b1.tar.xz systemd-64b92d637c7bc22b22463f35722f1b63b2db11b1.zip |
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/not_in_set.cocci')
-rw-r--r-- | coccinelle/not_in_set.cocci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coccinelle/not_in_set.cocci b/coccinelle/not_in_set.cocci index 3486cff5df..0840109502 100644 --- a/coccinelle/not_in_set.cocci +++ b/coccinelle/not_in_set.cocci @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* Limit the number of expressions to 6 for performance reasons */ @@ expression e; |