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 /eigrpd | |
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 'eigrpd')
-rw-r--r-- | eigrpd/eigrp_routemap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eigrpd/eigrp_routemap.h b/eigrpd/eigrp_routemap.h index c47167961..c797d1088 100644 --- a/eigrpd/eigrp_routemap.h +++ b/eigrpd/eigrp_routemap.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0-or-later + /* * eigrp_routemap.h * |