diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-03-21 15:46:58 +0100 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-03-21 15:46:58 +0100 |
commit | 874242f129f1fc6cff48ffa581326735f1da66e1 (patch) | |
tree | 7bc4267ef91acd6cd38618a6602126c51306e8df /tools | |
parent | eigrpd: Drop unused files (diff) | |
download | frr-874242f129f1fc6cff48ffa581326735f1da66e1.tar.xz frr-874242f129f1fc6cff48ffa581326735f1da66e1.zip |
*: Add missing SPDX-License-Identifier for some .c/.h files
Adding them as others: GPL-2.0-or-later
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/cocci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cocci.h b/tools/cocci.h index 7d6bb4cd7..99076b5d3 100644 --- a/tools/cocci.h +++ b/tools/cocci.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0-or-later + /* some of this stuff doesn't seem to parse properly in coccinelle */ |